Class OntVocabulary.Impls.BaseImpl

java.lang.Object
org.apache.jena.ontapi.common.OntVocabulary.Impls.BaseImpl
All Implemented Interfaces:
OntVocabulary
Enclosing class:
OntVocabulary.Impls

public static class OntVocabulary.Impls.BaseImpl extends Object implements OntVocabulary
The base implementation.
  • Method Details

    • get

      public Set<? extends org.apache.jena.rdf.model.Resource> get(String key)
      Description copied from interface: OntVocabulary
      Answers a Set of system/builtin Resources 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 key rdfs:Resource should be used, because it is a supertype of everything.
      Specified by:
      get in interface OntVocabulary
      Parameters:
      key - String, not null
      Returns:
      a Set of Resources (possibly empty)