https://csse.utoronto.ca/has_province_code
The 2 letter code of the state, province, etc. (e.g. ON)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_province_code | xsd:string |
@prefix bedeo: <https://csse.utoronto.ca/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bedeo:has_province_code a owl:DatatypeProperty ;
rdfs:label "Has province code"@en ;
rdfs:comment "The 2 letter code of the state, province, etc. (e.g. ON)"@en ;
rdfs:domain bedeo:address ;
rdfs:range xsd:string ;
skos:altLabel "Has governorate code"@en,
"Has state code"@en .