Uses of Class
org.apache.jena.rdfs.SetupRDFS
Packages that use SetupRDFS
-
Uses of SetupRDFS in org.apache.jena.rdfs
Methods in org.apache.jena.rdfs that return SetupRDFSModifier and TypeMethodDescriptionstatic SetupRDFS
RDFSFactory.setupRDFS
(org.apache.jena.graph.Graph vocab) Create anSetupRDFS
Methods in org.apache.jena.rdfs with parameters of type SetupRDFSModifier and TypeMethodDescriptionstatic DatasetGraph
RDFSFactory.datasetRDFS
(DatasetGraph data, SetupRDFS setup) Create an RDFS inference dataset.static org.apache.jena.graph.Graph
Create an RDFS inference graph over a graph according to anSetupRDFS
.static StreamRDF
RDFSFactory.streamRDFS
(StreamRDF data, SetupRDFS setup) Expand a stream of RDF using RDFSConstructors in org.apache.jena.rdfs with parameters of type SetupRDFSModifierConstructorDescriptionDatasetGraphRDFS
(DatasetGraph dsg, SetupRDFS setup) DatasetGraphRDFS
(DatasetGraph dsg, SetupRDFS setup, Context cxt)