Uses of Interface
no.hasmac.rdf.RdfGraph
-
Packages that use RdfGraph Package Description no.hasmac.jsonld.serialization Serialize RDF as JSON-LD Algorithm.no.hasmac.rdf no.hasmac.rdf.impl no.hasmac.rdf.spi -
-
Uses of RdfGraph in no.hasmac.jsonld.serialization
Methods in no.hasmac.jsonld.serialization with parameters of type RdfGraph Modifier and Type Method Description private voidRdfToJsonld. step5(java.lang.String graphName, RdfGraph graph) -
Uses of RdfGraph in no.hasmac.rdf
Methods in no.hasmac.rdf that return RdfGraph Modifier and Type Method Description static RdfGraphRdf. createGraph()RdfGraphRdfDataset. getDefaultGraph()Methods in no.hasmac.rdf that return types with arguments of type RdfGraph Modifier and Type Method Description java.util.Optional<RdfGraph>RdfDataset. getGraph(RdfResource graphName) -
Uses of RdfGraph in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfGraph Modifier and Type Class Description (package private) classRdfGraphImplMethods in no.hasmac.rdf.impl that return RdfGraph Modifier and Type Method Description RdfGraphDefaultRdfProvider. createGraph()RdfGraphRdfDatasetImpl. getDefaultGraph()Methods in no.hasmac.rdf.impl that return types with arguments of type RdfGraph Modifier and Type Method Description java.util.Optional<RdfGraph>RdfDatasetImpl. getGraph(RdfResource graphName) -
Uses of RdfGraph in no.hasmac.rdf.spi
Methods in no.hasmac.rdf.spi that return RdfGraph Modifier and Type Method Description abstract RdfGraphRdfProvider. createGraph()
-