Module org.apache.jena.ontapi
Package org.apache.jena.ontapi.common
Class OntVocabulary.Impls.BaseImpl
java.lang.Object
org.apache.jena.ontapi.common.OntVocabulary.Impls.BaseImpl
- All Implemented Interfaces:
OntVocabulary
- Enclosing class:
- OntVocabulary.Impls
The base implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.ontapi.common.OntVocabulary
OntVocabulary.Impls -
Field Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.ontapi.common.OntVocabulary
and, get, getBuiltinAnnotationProperties, getBuiltinClasses, getBuiltinDatatypeProperties, getBuiltinDatatypes, getBuiltinObjectProperties, getBuiltinSWRLs, getSystemProperties, getSystemResources
-
Method Details
-
get
Description copied from interface:OntVocabularyAnswers aSetof system/builtinResources for the specified URI-key. A URI-key- is a schema URI that determines a family of desired resources. For example, to get all resources a keyrdfs:Resourceshould be used, because it is a supertype of everything.- Specified by:
getin interfaceOntVocabulary- Parameters:
key- String, notnull- Returns:
- a
SetofResources (possibly empty)
-