bedeo:has_province_name leaf node


URI

https://csse.utoronto.ca/has_province_name

Label

Has province name

Description

The name of the state, province, etc. (e.g. Ontario)

Usage

DOMAINPROPERTYRANGE
bedeo:address bedeo:has_province_name 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_name a owl:DatatypeProperty ;
    rdfs:label "Has province name"@en ;
    rdfs:comment "The name of the state, province, etc. (e.g. Ontario)"@en ;
    rdfs:domain bedeo:address ;
    rdfs:range xsd:string ;
    skos:altLabel "Has governorate name"@en,
        "Has state name"@en .