public class OWLLiteProfile extends OWLProfile
Ontology language profile implementation for the Lite variant of the OWL 2002/07 language.
| Constructor and Description |
|---|
OWLLiteProfile() |
| Modifier and Type | Method and Description |
|---|---|
Property |
COMPLEMENT_OF()
Answer the predicate that denotes that one class comprises the individuals that are
not in a second class.
|
static boolean |
containsSome(EnhGraph g,
Node n,
Property p) |
Resource |
DATARANGE()
Answer the class that defines a closed range of concrete data values.
|
Property |
DISJOINT_WITH()
Answer the predicate that denotes that one class has no individuals in its
extension in common with another class.
|
String |
getLabel()
Answer a descriptive string for this profile, for use in debugging and other output.
|
Property |
HAS_VALUE()
Answer the predicate that denotes a restriction on a given property to
have a given value.
|
Resource |
NOTHING()
Answer the resource that represents the necessarily empty class.
|
Property |
ONE_OF()
Answer the predicate that denotes that a class comprises exactly one of a given
closed set individuals.
|
Property |
SAME_AS()
Answer the predicate that denotes that one resource represents the same
ontology object as another.
|
Property |
SAME_INDIVIDUAL_AS()
Answer the predicate that denotes that one resource represents the same
individual as another.
|
Property |
UNION_OF()
Answer the predicate that denotes that one class is formed from the union
(disjunction) of a set of others.
|
ALL_DIFFERENT, ALL_VALUES_FROM, ANNOTATION_PROPERTY, BACKWARD_COMPATIBLE_WITH, CARDINALITY_Q, CARDINALITY, 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_Q, MAX_CARDINALITY, MIN_CARDINALITY_Q, MIN_CARDINALITY, NAMESPACE, NIL, OBJECT_PROPERTY, ON_PROPERTY, ONTOLOGY_PROPERTY, ONTOLOGY, PRIOR_VERSION, PROPERTY, RANGE, REST, RESTRICTION, SEE_ALSO, SOME_VALUES_FROM, SUB_CLASS_OF, SUB_PROPERTY_OF, SYMMETRIC_PROPERTY, THING, TRANSITIVE_PROPERTY, VERSION_INFOgetAliasFor, hasAliasFor, listAliasesForpublic Resource DATARANGE()
ProfileAnswer the class that defines a closed range of concrete data values.
DATARANGE in interface ProfileDATARANGE in class OWLProfilepublic Resource NOTHING()
ProfileAnswer the resource that represents the necessarily empty class.
NOTHING in interface ProfileNOTHING in class OWLProfilepublic Property COMPLEMENT_OF()
ProfileAnswer the predicate that denotes that one class comprises the individuals that are not in a second class.
COMPLEMENT_OF in interface ProfileCOMPLEMENT_OF in class OWLProfilepublic Property DISJOINT_WITH()
ProfileAnswer the predicate that denotes that one class has no individuals in its extension in common with another class.
DISJOINT_WITH in interface ProfileDISJOINT_WITH in class OWLProfilepublic Property HAS_VALUE()
ProfileAnswer the predicate that denotes a restriction on a given property to have a given value.
HAS_VALUE in interface ProfileHAS_VALUE in class OWLProfilepublic Property ONE_OF()
ProfileAnswer the predicate that denotes that a class comprises exactly one of a given closed set individuals.
ONE_OF in interface ProfileONE_OF in class OWLProfilepublic Property UNION_OF()
ProfileAnswer the predicate that denotes that one class is formed from the union (disjunction) of a set of others.
UNION_OF in interface ProfileUNION_OF in class OWLProfilepublic Property SAME_AS()
ProfileAnswer the predicate that denotes that one resource represents the same ontology object as another.
SAME_AS in interface ProfileSAME_AS in class OWLProfilepublic Property SAME_INDIVIDUAL_AS()
ProfileAnswer the predicate that denotes that one resource represents the same individual as another.
SAME_INDIVIDUAL_AS in interface ProfileSAME_INDIVIDUAL_AS in class OWLProfilepublic String getLabel()
Answer a descriptive string for this profile, for use in debugging and other output.
getLabel in interface ProfilegetLabel in class OWLProfileLicenced under the Apache License, Version 2.0