https://csse.utoronto.ca/has_street_type
The type of street as assigned by a municipality (e.g. Street from Douglas Street)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_street_type | 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_street_type a owl:DatatypeProperty ;
rdfs:label "Has street type"@en ;
rdfs:comment "The type of street as assigned by a municipality (e.g. Street from Douglas Street)"@en ;
rdfs:domain bedeo:address ;
rdfs:range xsd:string .