java.lang.Object
org.apache.jena.rdfs.setup.BaseSetupRDFS<org.apache.jena.graph.Node>
org.apache.jena.rdfs.SetupRDFS
- All Implemented Interfaces:
ConfigRDFS<org.apache.jena.graph.Node>
RDFS setup in Node space
-
Field Summary
Fields inherited from class org.apache.jena.rdfs.setup.BaseSetupRDFS
vocabGraph
-
Constructor Summary
ConstructorDescriptionSetupRDFS
(org.apache.jena.graph.Graph vocab) incDerivedDataRDFS
causes the engine to look for RDFS relationships in the data as if TBox (rules) and ABox (ground data) are one unit. -
Method Summary
Methods inherited from class org.apache.jena.rdfs.setup.BaseSetupRDFS
getDomain, getPropertiesByDomain, getPropertiesByRange, getPropertyDomains, getPropertyRanges, getRange, getSubClasses, getSubClassesInc, getSubClassHierarchy, getSubProperties, getSubPropertiesInc, getSubPropertyHierarchy, getSuperClasses, getSuperClassesInc, getSuperProperties, getSuperPropertiesInc, hasClassDeclarations, hasDomainDeclarations, hasOnlyPropertyDeclarations, hasPropertyDeclarations, hasRangeDeclarations, hasRDFS
-
Constructor Details
-
SetupRDFS
public SetupRDFS(org.apache.jena.graph.Graph vocab) incDerivedDataRDFS
causes the engine to look for RDFS relationships in the data as if TBox (rules) and ABox (ground data) are one unit.Set true if abox == tbox.
Can choose false or true if abox != tbox.
-