Uses of Interface
org.apache.jena.ontapi.common.OntVocabulary
Packages that use OntVocabulary
-
Uses of OntVocabulary in org.apache.jena.ontapi.common
Classes in org.apache.jena.ontapi.common that implement OntVocabularyModifier and TypeClassDescriptionstatic class
The base implementation.Fields in org.apache.jena.ontapi.common declared as OntVocabularyModifier and TypeFieldDescriptionstatic final OntVocabulary
OntVocabulary.DC
static final OntVocabulary
OntVocabulary.EMPTY
static final OntVocabulary
OntVocabulary.OWL1_FULL
static final OntVocabulary
OntVocabulary.OWL1_LITE
static final OntVocabulary
OntVocabulary.OWL2_EL
static final OntVocabulary
OntVocabulary.OWL2_FULL
static final OntVocabulary
OntVocabulary.OWL2_QL
static final OntVocabulary
OntVocabulary.OWL2_RL
static final OntVocabulary
OntVocabulary.RDFS
static final OntVocabulary
OntVocabulary.SKOS
static final OntVocabulary
OntVocabulary.SWRL
Methods in org.apache.jena.ontapi.common that return OntVocabularyModifier and TypeMethodDescriptiondefault OntVocabulary
OntVocabulary.and
(OntVocabulary other) Creates a new instance ofOntVocabulary
, combining this and the given vocabularies.static OntVocabulary
Creates aOntVocabulary
with mapping for system resource/properties.static OntVocabulary
OntVocabulary.Impls.create
(String key, Collection<? extends org.apache.jena.rdf.model.Resource> values) Creates aOntVocabulary
that contains the specified mapping (key -> Set
).static OntVocabulary
OntVocabulary.Impls.create
(OntVocabulary... vocabularies) Creates a fresh union vocabulary that combines the given ones.static OntVocabulary
OntVocabulary.Impls.create
(org.apache.jena.rdf.model.Resource key, Collection<? extends org.apache.jena.rdf.model.Resource> values) Creates aOntVocabulary
that contains the specified mapping (key -> Set
).static OntVocabulary
OntVocabulary.Impls.create
(org.apache.jena.rdf.model.Resource key, org.apache.jena.rdf.model.Resource... values) Creates aOntVocabulary
that contains the specified mapping (key -> Set
).Methods in org.apache.jena.ontapi.common with parameters of type OntVocabularyModifier and TypeMethodDescriptiondefault OntVocabulary
OntVocabulary.and
(OntVocabulary other) Creates a new instance ofOntVocabulary
, combining this and the given vocabularies.static OntVocabulary
OntVocabulary.Impls.create
(OntVocabulary... vocabularies) Creates a fresh union vocabulary that combines the given ones.static OntPersonality.Builtins
OntPersonalities.createBuiltinsVocabulary
(OntVocabulary voc) Creates abuiltins personality vocabulary
from the givensystem vocabulary
.static OntPersonality.Reserved
OntPersonalities.createReservedVocabulary
(OntVocabulary voc) Creates areserved personality vocabulary
from the givensystem vocabulary
.