Uses of Class
org.eclipse.rdf4j.rio.helpers.StatementCollector
-
Packages that use StatementCollector Package Description org.eclipse.rdf4j.http.client org.eclipse.rdf4j.rio.jsonld Parser/writer for the JSON-L format. -
-
Uses of StatementCollector in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type StatementCollector Modifier and Type Method Description void
RDF4JProtocolSession. getRepositoryConfig(StatementCollector statementCollector)
Retrieve configuration of the current repository and send it to the suppliedStatementCollector
-
Uses of StatementCollector in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld declared as StatementCollector Modifier and Type Field Description private StatementCollector
JSONLDWriter. statementCollector
-