http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#Country
A political state or nation or its territory (see Merriam-Webster Dictionary).
The presentation of the material in this electronic publication does not imply the expression of any opinion whatsoever on the part of Jenz & Partner concerning the legal status of any country, territory, city or area, or of its authorities, or concerning the delimitations of its frontiers or boundaries.
Instances of Countries:Country can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class Countries:Country | |||
Countries:nameEnglish | owl:DatatypeProperty | The name of the country in the English language | xsd:string |
Countries:nameEnglishLong | owl:DatatypeProperty | xsd:string | |
Countries:nameLocal | owl:DatatypeProperty | The name of the country in local language, using ISO-8859 characters. | xsd:string |
Countries:nameLocalLong | owl:DatatypeProperty | xsd:string | |
Countries:referencedByISO3166 | owl:FunctionalProperty | Countries:ISO3166DefinedCountry | |
From class owl:Thing | |||
Countries:creationTimestamp | owl:DatatypeProperty | xsd:dateTime | |
Countries:deletionTimestamp | owl:DatatypeProperty | xsd:dateTime | |
Countries:modificationTimestamp | owl:DatatypeProperty | xsd:dateTime |
@prefix : <http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Country a owl:Class ;
rdfs:comment """A political state or nation or its territory (see Merriam-Webster Dictionary).
The presentation of the material in this electronic publication does not imply the expression of any opinion whatsoever on the part of Jenz & Partner concerning the legal status of any country, territory, city or area, or of its authorities, or concerning the delimitations of its frontiers or boundaries.""" ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty :nameLocal ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty :nameLocalLong ],
[ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty :nameEnglishLong ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty :nameEnglish ] .