Class JSONLDInternalRDFParser
java.lang.Object
org.eclipse.rdf4j.rio.jsonld.JSONLDInternalRDFParser
- All Implemented Interfaces:
com.github.jsonldjava.core.RDFParser
A package private internal implementation class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringgetResourceValue(Resource subject) voidhandleStatement(com.github.jsonldjava.core.RDFDataset result, Statement nextStatement) com.github.jsonldjava.core.RDFDatasetvoid
-
Constructor Details
-
JSONLDInternalRDFParser
JSONLDInternalRDFParser()
-
-
Method Details
-
setPrefix
-
handleStatement
-
getResourceValue
-
parse
public com.github.jsonldjava.core.RDFDataset parse(Object input) throws com.github.jsonldjava.core.JsonLdError - Specified by:
parsein interfacecom.github.jsonldjava.core.RDFParser- Throws:
com.github.jsonldjava.core.JsonLdError
-