- All Known Implementing Classes:
FactoryRDFCaching
,FactoryRDFStd
public interface FactoryRDF
-
Method Summary
Modifier and TypeMethodDescriptionCreate a blank node which is completely new and used nowhere else.createBlankNode
(long mostSigBits, long leastSigBits) Create a blank with the internal system id taken from 128 bit number provided.createBlankNode
(String label) Create a blank node with the given string as internal system idcreateLangLiteral
(String lexical, String langTag) createQuad
(Node graph, Node subject, Node predicate, Node object) createStringLiteral
(String lexical) createTriple
(Node subject, Node predicate, Node object) createTypedLiteral
(String lexical, RDFDatatype datatype) void
reset()
Reset any internal state that should not be carried across parse runs (e.g.
-
Method Details
-
createTriple
-
createQuad
-
createURI
-
createTypedLiteral
-
createLangLiteral
-
createStringLiteral
-
createBlankNode
Node createBlankNode()Create a blank node which is completely new and used nowhere else. -
createBlankNode
Create a blank node with the given string as internal system id -
createBlankNode
-
reset
void reset()Reset any internal state that should not be carried across parse runs (e.g. blank node labels).
-