https://csse.utoronto.ca/has_unit_identifier
The identifier of the unit, suite, or apartment within a house or building. (e.g. 1A)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_unit_identifier | 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_identifier a owl:DatatypeProperty ;
rdfs:label "Has unit identifier"@en ;
rdfs:comment "The identifier of the unit, suite, or apartment within a house or building. (e.g. 1A)"@en ;
rdfs:domain bedeo:address ;
rdfs:range xsd:string .