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, wait
Methods 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:OntVocabulary
Answers aSet
of system/builtinResource
s 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:Resource
should be used, because it is a supertype of everything.- Specified by:
get
in interfaceOntVocabulary
- Parameters:
key
- String, notnull
- Returns:
- a
Set
ofResource
s (possibly empty)
-