Module org.apache.jena.ontapi
Package org.apache.jena.ontapi.common
Interface OntPersonality.Builtins
- All Superinterfaces:
ResourceVocabulary<OntObject>
- Enclosing interface:
- OntPersonality
A vocabulary of built-in
ONT Entities.
A model, that holds this configuration,
can contain entities without explicit declarations, if their IRIs are determined by this vocabulary.
For example, the OWL standard vocabulary determines
owl:Thing as a built-in OWL class.
To describe this case the expression voc.get(OntClass.class),
where voc is an instance of this class,
should return a Set containing owl:Thing in the form of Node.
Each node obtained from this class must be IRI (i.e. node.isURI() = true).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault Set<org.apache.jena.graph.Node>default Set<org.apache.jena.graph.Node>default Set<org.apache.jena.graph.Node>default Set<org.apache.jena.graph.Node>default Set<org.apache.jena.graph.Node>default Set<org.apache.jena.graph.Node>default Set<org.apache.jena.graph.Node>Returns aSetof all OWL builtin properties (annotation, datatype and object named property expressions)Methods inherited from interface org.apache.jena.ontapi.common.ResourceVocabulary
get, supports
-
Method Details
-
supportedTypes
-
getNamedClasses
-
getDatatypes
-
getObjectProperties
-
getDatatypeProperties
-
getAnnotationProperties
-
getNamedIndividuals
-
getOntProperties
Returns aSetof all OWL builtin properties (annotation, datatype and object named property expressions)- Returns:
- Set of IRI-
nodes
-