https://csse.utoronto.ca/has_street_direction
The compass direction of a street (e.g. N, NE, S, W)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_street_direction | 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_direction a owl:DatatypeProperty ;
rdfs:label "Has street direction"@en ;
rdfs:comment "The compass direction of a street (e.g. N, NE, S, W)"@en ;
rdfs:domain bedeo:address ;
rdfs:range xsd:string .