Countries:countryCodeISO3166Alpha2 leaf node


URI

http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#countryCodeISO3166Alpha2

Label

countryCodeISO3166Alpha2

Description

ISO 3166 Alpha 2

Usage

DOMAINPROPERTYRANGE
Countries:ISO3166DefinedCountry Countries:countryCodeISO3166Alpha2 xsd:string

Implementation

@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#> .

:countryCodeISO3166Alpha2 a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:comment "ISO 3166 Alpha 2" ;
    rdfs:domain :ISO3166DefinedCountry ;
    rdfs:range xsd:string .