bedeo:has_street_direction leaf node


URI

https://csse.utoronto.ca/has_street_direction

Label

Has street direction

Description

The compass direction of a street (e.g. N, NE, S, W)

Usage

DOMAINPROPERTYRANGE
bedeo:address bedeo:has_street_direction 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_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 .