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 classThe base implementation.Fields in org.apache.jena.ontapi.common declared as OntVocabularyModifier and TypeFieldDescriptionstatic final OntVocabularyOntVocabulary.DCstatic final OntVocabularyOntVocabulary.EMPTYstatic final OntVocabularyOntVocabulary.OWL1_FULLstatic final OntVocabularyOntVocabulary.OWL1_LITEstatic final OntVocabularyOntVocabulary.OWL2_ELstatic final OntVocabularyOntVocabulary.OWL2_FULLstatic final OntVocabularyOntVocabulary.OWL2_QLstatic final OntVocabularyOntVocabulary.OWL2_RLstatic final OntVocabularyOntVocabulary.RDFSstatic final OntVocabularyOntVocabulary.SKOSstatic final OntVocabularyOntVocabulary.SWRLMethods in org.apache.jena.ontapi.common that return OntVocabularyModifier and TypeMethodDescriptiondefault OntVocabularyOntVocabulary.and(OntVocabulary other) Creates a new instance ofOntVocabulary, combining this and the given vocabularies.static OntVocabularyCreates aOntVocabularywith mapping for system resource/properties.static OntVocabularyOntVocabulary.Impls.create(String key, Collection<? extends org.apache.jena.rdf.model.Resource> values) Creates aOntVocabularythat contains the specified mapping (key -> Set).static OntVocabularyOntVocabulary.Impls.create(OntVocabulary... vocabularies) Creates a fresh union vocabulary that combines the given ones.static OntVocabularyOntVocabulary.Impls.create(org.apache.jena.rdf.model.Resource key, Collection<? extends org.apache.jena.rdf.model.Resource> values) Creates aOntVocabularythat contains the specified mapping (key -> Set).static OntVocabularyOntVocabulary.Impls.create(org.apache.jena.rdf.model.Resource key, org.apache.jena.rdf.model.Resource... values) Creates aOntVocabularythat contains the specified mapping (key -> Set).Methods in org.apache.jena.ontapi.common with parameters of type OntVocabularyModifier and TypeMethodDescriptiondefault OntVocabularyOntVocabulary.and(OntVocabulary other) Creates a new instance ofOntVocabulary, combining this and the given vocabularies.static OntVocabularyOntVocabulary.Impls.create(OntVocabulary... vocabularies) Creates a fresh union vocabulary that combines the given ones.static OntPersonality.BuiltinsOntPersonalities.createBuiltinsVocabulary(OntVocabulary voc) Creates abuiltins personality vocabularyfrom the givensystem vocabulary.static OntPersonality.ReservedOntPersonalities.createReservedVocabulary(OntVocabulary voc) Creates areserved personality vocabularyfrom the givensystem vocabulary.