Package org.eclipse.rdf4j.rio.jsonld
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 String
getResourceValue
(Resource subject) void
handleStatement
(com.github.jsonldjava.core.RDFDataset result, Statement nextStatement) com.github.jsonldjava.core.RDFDataset
void
-
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:
parse
in interfacecom.github.jsonldjava.core.RDFParser
- Throws:
com.github.jsonldjava.core.JsonLdError
-