https://csse.utoronto.ca/has_unit_designator
The type of unit (e.g., APT, SUITE, and UNIT)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_unit_designator | 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 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 .