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 void
RdfToJsonld. 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 RdfGraph
Rdf. createGraph()
RdfGraph
RdfDataset. 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) class
RdfGraphImpl
Methods in no.hasmac.rdf.impl that return RdfGraph Modifier and Type Method Description RdfGraph
DefaultRdfProvider. createGraph()
RdfGraph
RdfDatasetImpl. 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 RdfGraph
RdfProvider. createGraph()
-