bedeo:has_property_identification_number leaf node


URI

https://csse.utoronto.ca/has_property_identification_number

Label

Has property identification number

Description

A unique identifier assigned to each property (e.g. 10126 - 0418(LT))

Usage

DOMAINPROPERTYRANGE
bedeo:address bedeo:has_property_identification_number 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_property_identification_number a owl:DatatypeProperty ;
    rdfs:label "Has property identification number"@en ;
    rdfs:comment "A unique identifier assigned to each property (e.g. 10126 - 0418(LT))"@en ;
    rdfs:domain bedeo:address ;
    rdfs:range xsd:string ;
    skos:altLabel "Has parcel identification number"@en,
        "Has premise identification number"@en .