Class: Country

A class that is equivalent to the set of individuals that are described in the enumeration - ie Countries can only be either America, England, France, Germany or Italy and nothing else. Note that these individuals have been asserted to be allDifferent from each other.

•owl:Thing
        •DomainConcept
                •Country

Equivalent Classes (Necessary and Sufficient Conditions)

{America England France Germany Italy}
DomainConcept

Abstract Syntax

Class(Country complete annotation(rdfs:comment "A class that is equivalent to the set of individuals that are described in the enumeration - ie Countries can only be either America, England, France, Germany or Italy and nothing else. Note that these individuals have been asserted to be allDifferent from each other."^^<http://www.w3.org/2001/XMLSchema#string>)
                      oneOf(America
                            England
                            France
                            Germany
                            Italy)
                      DomainConcept)

Usage

Class Description/Definition (Necessary Conditions)

Country
Generated with OWLDoc