bedeo:has_province_code leaf node


URI

https://csse.utoronto.ca/has_province_code

Label

Has province code

Description

The 2 letter code of the state, province, etc. (e.g. ON)

Usage

DOMAINPROPERTYRANGE
bedeo:address bedeo:has_province_code xsd:string

Implementation

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