http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#countryNameISO3166Short
DOMAIN | PROPERTY | RANGE |
---|---|---|
Countries:ISO3166DefinedCountry | Countries:countryNameISO3166Short | xsd:string |
@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#> .
:countryNameISO3166Short a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:domain :ISO3166DefinedCountry ;
rdfs:range xsd:string .