bedeo:has_unit_designator leaf node


URI

https://csse.utoronto.ca/has_unit_designator

Label

Has unit designator

Description

The type of unit (e.g., APT, SUITE, and UNIT)

Usage

DOMAINPROPERTYRANGE
bedeo:address bedeo:has_unit_designator 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bedeo:has_unit_designator a owl:DatatypeProperty ;
    rdfs:label "Has unit designator"@en ;
    rdfs:comment "The type of unit (e.g., APT, SUITE, and UNIT)"@en ;
    rdfs:domain bedeo:address ;
    rdfs:range xsd:string .