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 SetupRDFSRDFSFactory.setupRDFS(org.apache.jena.graph.Graph vocab) Create anSetupRDFSMethods in org.apache.jena.rdfs with parameters of type SetupRDFSModifier and TypeMethodDescriptionstatic DatasetGraphRDFSFactory.datasetRDFS(DatasetGraph data, SetupRDFS setup) Create an RDFS inference dataset.static org.apache.jena.graph.GraphCreate an RDFS inference graph over a graph according to anSetupRDFS.static StreamRDFRDFSFactory.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)