- All Implemented Interfaces:
- Profile
Ontology language profile implementation for the Lite variant of the OWL 2002/07 language.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAnswer the predicate that denotes that one class comprises the individuals that are not in a second class.static booleancontainsSome(EnhGraph g, Node n, Property p) Answer the class that defines a closed range of concrete data values.Answer the predicate that denotes that one class has no individuals in its extension in common with another class.getLabel()Answer a descriptive string for this profile, for use in debugging and other output.Answer the predicate that denotes a restriction on a given property to have a given value.NOTHING()Answer the resource that represents the necessarily empty class.ONE_OF()Answer the predicate that denotes that a class comprises exactly one of a given closed set individuals.SAME_AS()Answer the predicate that denotes that one resource represents the same ontology object as another.Answer the predicate that denotes that one resource represents the same individual as another.UNION_OF()Answer the predicate that denotes that one class is formed from the union (disjunction) of a set of others.Methods inherited from class org.apache.jena.ontology.impl.OWLProfileALL_DIFFERENT, ALL_VALUES_FROM, ANNOTATION_PROPERTY, BACKWARD_COMPATIBLE_WITH, CARDINALITY, CARDINALITY_Q, CLASS, COMMENT, DATATYPE_PROPERTY, DEPRECATED_CLASS, DEPRECATED_PROPERTY, DIFFERENT_FROM, DISTINCT_MEMBERS, DOMAIN, EQUIVALENT_CLASS, EQUIVALENT_PROPERTY, FIRST, FUNCTIONAL_PROPERTY, getAnnotationProperties, getAxiomTypes, getClassDescriptionTypes, HAS_CLASS_Q, IMPORTS, INCOMPATIBLE_WITH, INTERSECTION_OF, INVERSE_FUNCTIONAL_PROPERTY, INVERSE_OF, IS_DEFINED_BY, isSupported, LABEL, LIST, MAX_CARDINALITY, MAX_CARDINALITY_Q, MIN_CARDINALITY, MIN_CARDINALITY_Q, NAMESPACE, NIL, OBJECT_PROPERTY, ON_PROPERTY, ONTOLOGY, ONTOLOGY_PROPERTY, PRIOR_VERSION, PROPERTY, RANGE, REST, RESTRICTION, SEE_ALSO, SOME_VALUES_FROM, SUB_CLASS_OF, SUB_PROPERTY_OF, SYMMETRIC_PROPERTY, THING, TRANSITIVE_PROPERTY, VERSION_INFOMethods inherited from class org.apache.jena.ontology.impl.AbstractProfilegetAliasFor, hasAliasFor, listAliasesFor
- 
Constructor Details- 
OWLLiteProfilepublic OWLLiteProfile()
 
- 
- 
Method Details- 
DATARANGEDescription copied from interface:ProfileAnswer the class that defines a closed range of concrete data values. - Specified by:
- DATARANGEin interface- Profile
- Overrides:
- DATARANGEin class- OWLProfile
- Returns:
- The DataRange class
 
- 
NOTHINGDescription copied from interface:ProfileAnswer the resource that represents the necessarily empty class. - Specified by:
- NOTHINGin interface- Profile
- Overrides:
- NOTHINGin class- OWLProfile
- Returns:
- The resource that represents the concept the bottom class.
 
- 
COMPLEMENT_OFDescription copied from interface:ProfileAnswer the predicate that denotes that one class comprises the individuals that are not in a second class. - Specified by:
- COMPLEMENT_OFin interface- Profile
- Overrides:
- COMPLEMENT_OFin class- OWLProfile
- Returns:
- The property that denotes a class defined by the complement of a class expression.
 
- 
DISJOINT_WITHDescription copied from interface:ProfileAnswer the predicate that denotes that one class has no individuals in its extension in common with another class. - Specified by:
- DISJOINT_WITHin interface- Profile
- Overrides:
- DISJOINT_WITHin class- OWLProfile
- Returns:
- The property that denotes disjointness between two class expressions.
 
- 
HAS_VALUEDescription copied from interface:ProfileAnswer the predicate that denotes a restriction on a given property to have a given value. - Specified by:
- HAS_VALUEin interface- Profile
- Overrides:
- HAS_VALUEin class- OWLProfile
- Returns:
- The property that denotes a local property value restriction.
 
- 
ONE_OFDescription copied from interface:ProfileAnswer the predicate that denotes that a class comprises exactly one of a given closed set individuals. - Specified by:
- ONE_OFin interface- Profile
- Overrides:
- ONE_OFin class- OWLProfile
- Returns:
- The property that denotes a class defined its members being one of a give set.
 
- 
UNION_OFDescription copied from interface:ProfileAnswer the predicate that denotes that one class is formed from the union (disjunction) of a set of others. - Specified by:
- UNION_OFin interface- Profile
- Overrides:
- UNION_OFin class- OWLProfile
- Returns:
- The property that denotes a class defined by a union of class expressions.
 
- 
SAME_ASDescription copied from interface:ProfileAnswer the predicate that denotes that one resource represents the same ontology object as another. - Specified by:
- SAME_ASin interface- Profile
- Overrides:
- SAME_ASin class- OWLProfile
- Returns:
- The property that denotes equivalence between two resources.
 
- 
SAME_INDIVIDUAL_ASDescription copied from interface:ProfileAnswer the predicate that denotes that one resource represents the same individual as another. - Specified by:
- SAME_INDIVIDUAL_ASin interface- Profile
- Overrides:
- SAME_INDIVIDUAL_ASin class- OWLProfile
- Returns:
- The property that denotes equivalence between two resources denoting individuals.
 
- 
getLabelAnswer a descriptive string for this profile, for use in debugging and other output. - Specified by:
- getLabelin interface- Profile
- Overrides:
- getLabelin class- OWLProfile
- Returns:
- "OWL Lite"
 
- 
containsSome
 
-