Class OntEventsVocab

java.lang.Object
org.apache.jena.vocabulary.OntEventsVocab

public class OntEventsVocab extends Object
Vocabulary definitions from file:vocabularies/ont-event.rdf
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Individual
    Event representing the declaration of a set of individuals being pairwise distinct.
    static final Individual
    Event representing the declaration that a restriction constrains all values of the property to have some class or datatype
    static final Individual
    Event representing the declaration of a resource as an annotation property.
    static final Individual
    Event representing the declaration of a prior version of a given ontology, which the ontology is compatible with.
    static final Individual
    Event representing the declaration of that a restriction has the given cardinality on the restricted property
    static final Individual
    Event representing the declaration of that a qualified restriction has the given cardinality on the restricted property
    static final Individual
    Event representing the declaration of a resource as an ontology Class.
    static final Individual
    Event representing a comment on an ontology element
    static final Individual
    Event representing the declaration of a class expression being the complement of another class description.
    static final Individual
    Event representing the declaration of a resource as a Datarange.
    static final Individual
    Event representing the declaration of a resource as a datatype property.
    static final Individual
    Event representing the declaration of a class as being deprecated.
    static final Individual
    Event representing the declaration of a property as being deprecated.
    static final Individual
    Event representing the declaration of one ontology individual being distinct from another
    static final Individual
    Event representing the declaration of one class expression being disjoint with another.
    static final Individual
    Event representing the identification of a set of individuals that are in the scope of an AllDifferent declaration.
    static final Individual
    Event representing the declaration of a property as having a given class, datatype or datarange as the domain
    static final Individual
    Event representing the declaration of one class expression being equivalent to another.
    static final Individual
    Event representing the declaration of a property as being equivalent to another property
    static final Individual
    Event representing the declaration of a property as being functional.
    static final Individual
    Event representing the declaration of that a qualified restriction has the given class or datatype for the qualification restriction
    static final Individual
    Event representing the declaration that a restriction constrains the property to have a given value
    static final Individual
    Event representing the declaration that one ontology is imported into another ontology.
    static final Individual
    Event representing the declaration of a prior version of a given ontology, which the ontology is not compatible with.
    static final Individual
    Event representing the declaration of an ontology individual
    static final Individual
    Event representing the declaration of a class expression being an intersection of class descriptions.
    static final Individual
    Event representing the declaration of a property as being inverse functional.
    static final Individual
    Event representing the declaration of a property as being the inverse of another property
    static final Individual
    Event representing a label on an ontology element
    static final Individual
    Event representing the declaration of that a restriction has the given maximum cardinality on the restricted property
    static final Individual
    Event representing the declaration of that a qualified restriction has the given maximum cardinality on the restricted property
    static final Individual
    Event representing the declaration of that a restriction has the given minimum cardinality on the restricted property
    static final Individual
    Event representing the declaration of that a qualified restriction has the given minimum cardinality on the restricted property
    static final Resource
    The namespace of the vocabulary as a resource
    static final String
    The namespace of the vocabulary as a string ("http://jena.hpl.hp.com/schemas/2003/03/ont-event#")
    static final Individual
    Event representing the declaration of a resource as an object property.
    static final Individual
    Event representing the declaration of a class expression being composed of a finite enumeration of identified individuals.
    static final Individual
    Event representing the declaration that a restriction applies to a given property
    static final OntClass
    A class representing observable events in an ontology model
    static final Individual
    Event representing the declaration of a resource of type owl:Ontology, representing meta-data about the ontology.
    static final Individual
    Event representing the declaration of an ontology property.
    static final Individual
    Event representing the declaration of a prior version of a given ontology.
    static final Individual
    Event representing the declaration of a resource as a plain property.
    static final Individual
    Event representing the declaration of a property as having a given class, datatype or datarange as the range
    static final Individual
    Event representing the declaration of one ontology individual being related to another by some named predicate.
    static final Individual
    Event representing the declaration of a resource being a Restriction
    static final Individual
    Event representing a declaration that one resource is the same as another.
    static final Individual
    Event representing the declaration of one ontology individual being the same as another
    static final Individual
    Event representing the declaration that a restriction constrains at least one value of the property to have some class or datatype
    static final Individual
    Event representing the declaration of one class being the sub-class of another.
    static final Individual
    Event representing the declaration of a property as being the sub-property of another property
    static final Individual
    Event representing the declaration of a property as being symmetric
    static final Individual
    Event representing the declaration of a property as being transitive.
    static final Individual
    Event representing the declaration of a class expression being a union of class descriptions.
    static final Individual
    Event representing a catch-all category of user-specified data, ie triples in the graph that relate to the use of ontology terms on instances, rather than the definition of ontology terms.
    static final Individual
    Event representing the declaration of version information on an ontology resource.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    The namespace of the vocabulary as a string

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NS

      public static final String NS

      The namespace of the vocabulary as a string ("http://jena.hpl.hp.com/schemas/2003/03/ont-event#")

      See Also:
    • NAMESPACE

      public static final Resource NAMESPACE

      The namespace of the vocabulary as a resource

    • OntEvent

      public static final OntClass OntEvent

      A class representing observable events in an ontology model

    • range

      public static final Individual range

      Event representing the declaration of a property as having a given class, datatype or datarange as the range

    • classDeclaration

      public static final Individual classDeclaration

      Event representing the declaration of a resource as an ontology Class.

    • onProperty

      public static final Individual onProperty

      Event representing the declaration that a restriction applies to a given property

    • hasClassQ

      public static final Individual hasClassQ

      Event representing the declaration of that a qualified restriction has the given class or datatype for the qualification restriction

    • subClassOf

      public static final Individual subClassOf

      Event representing the declaration of one class being the sub-class of another.

    • oneOf

      public static final Individual oneOf

      Event representing the declaration of a class expression being composed of a finite enumeration of identified individuals.

    • inverseOf

      public static final Individual inverseOf

      Event representing the declaration of a property as being the inverse of another property

    • ontologyDeclaration

      public static final Individual ontologyDeclaration

      Event representing the declaration of a resource of type owl:Ontology, representing meta-data about the ontology.

    • functionalPropertyDeclaration

      public static final Individual functionalPropertyDeclaration

      Event representing the declaration of a property as being functional.

    • hasValue

      public static final Individual hasValue

      Event representing the declaration that a restriction constrains the property to have a given value

    • minCardinality

      public static final Individual minCardinality

      Event representing the declaration of that a restriction has the given minimum cardinality on the restricted property

    • label

      public static final Individual label

      Event representing a label on an ontology element

    • DeprecatedClass

      public static final Individual DeprecatedClass

      Event representing the declaration of a class as being deprecated.

    • domain

      public static final Individual domain

      Event representing the declaration of a property as having a given class, datatype or datarange as the domain

    • disjointWith

      public static final Individual disjointWith

      Event representing the declaration of one class expression being disjoint with another.

    • someValuesFrom

      public static final Individual someValuesFrom

      Event representing the declaration that a restriction constrains at least one value of the property to have some class or datatype

    • imports

      public static final Individual imports

      Event representing the declaration that one ontology is imported into another ontology.

    • unionOf

      public static final Individual unionOf

      Event representing the declaration of a class expression being a union of class descriptions.

    • ontologyPropertyDeclaration

      public static final Individual ontologyPropertyDeclaration

      Event representing the declaration of an ontology property.

    • DeprecatedProperty

      public static final Individual DeprecatedProperty

      Event representing the declaration of a property as being deprecated.

    • restrictionDeclaration

      public static final Individual restrictionDeclaration

      Event representing the declaration of a resource being a Restriction

    • symmetricPropertyDeclaration

      public static final Individual symmetricPropertyDeclaration

      Event representing the declaration of a property as being symmetric

    • maxCardinality

      public static final Individual maxCardinality

      Event representing the declaration of that a restriction has the given maximum cardinality on the restricted property

    • differentFrom

      public static final Individual differentFrom

      Event representing the declaration of one ontology individual being distinct from another

    • comment

      public static final Individual comment

      Event representing a comment on an ontology element

    • equivalentClass

      public static final Individual equivalentClass

      Event representing the declaration of one class expression being equivalent to another.

    • userData

      public static final Individual userData

      Event representing a catch-all category of user-specified data, ie triples in the graph that relate to the use of ontology terms on instances, rather than the definition of ontology terms.

    • intersectionOf

      public static final Individual intersectionOf

      Event representing the declaration of a class expression being an intersection of class descriptions.

    • cardinality

      public static final Individual cardinality

      Event representing the declaration of that a restriction has the given cardinality on the restricted property

    • datarangeDeclaration

      public static final Individual datarangeDeclaration

      Event representing the declaration of a resource as a Datarange.

    • backwardCompatibleWith

      public static final Individual backwardCompatibleWith

      Event representing the declaration of a prior version of a given ontology, which the ontology is compatible with.

    • incompatibleWith

      public static final Individual incompatibleWith

      Event representing the declaration of a prior version of a given ontology, which the ontology is not compatible with.

    • sameIndividualAs

      public static final Individual sameIndividualAs

      Event representing the declaration of one ontology individual being the same as another

    • allDifferentDeclaration

      public static final Individual allDifferentDeclaration

      Event representing the declaration of a set of individuals being pairwise distinct.

    • annotationPropertyDeclaration

      public static final Individual annotationPropertyDeclaration

      Event representing the declaration of a resource as an annotation property.

    • distinctMembers

      public static final Individual distinctMembers

      Event representing the identification of a set of individuals that are in the scope of an AllDifferent declaration.

    • individualDeclaration

      public static final Individual individualDeclaration

      Event representing the declaration of an ontology individual

    • versionInfo

      public static final Individual versionInfo

      Event representing the declaration of version information on an ontology resource.

    • propertyDeclaration

      public static final Individual propertyDeclaration

      Event representing the declaration of a resource as a plain property.

    • cardinalityQ

      public static final Individual cardinalityQ

      Event representing the declaration of that a qualified restriction has the given cardinality on the restricted property

    • objectPropertyDeclaration

      public static final Individual objectPropertyDeclaration

      Event representing the declaration of a resource as an object property.

    • priorVersion

      public static final Individual priorVersion

      Event representing the declaration of a prior version of a given ontology.

    • equivalentProperty

      public static final Individual equivalentProperty

      Event representing the declaration of a property as being equivalent to another property

    • minCardinalityQ

      public static final Individual minCardinalityQ

      Event representing the declaration of that a qualified restriction has the given minimum cardinality on the restricted property

    • subPropertyOf

      public static final Individual subPropertyOf

      Event representing the declaration of a property as being the sub-property of another property

    • complementOf

      public static final Individual complementOf

      Event representing the declaration of a class expression being the complement of another class description.

    • sameAs

      public static final Individual sameAs

      Event representing a declaration that one resource is the same as another.

    • allValuesFrom

      public static final Individual allValuesFrom

      Event representing the declaration that a restriction constrains all values of the property to have some class or datatype

    • inverseFunctionalPropertyDeclaration

      public static final Individual inverseFunctionalPropertyDeclaration

      Event representing the declaration of a property as being inverse functional.

    • transitivePropertyDeclaration

      public static final Individual transitivePropertyDeclaration

      Event representing the declaration of a property as being transitive.

    • datatypePropertyDeclaration

      public static final Individual datatypePropertyDeclaration

      Event representing the declaration of a resource as a datatype property.

    • maxCardinalityQ

      public static final Individual maxCardinalityQ

      Event representing the declaration of that a qualified restriction has the given maximum cardinality on the restricted property

  • Constructor Details

    • OntEventsVocab

      public OntEventsVocab()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: