bedeo:has_street_type leaf node


URI

https://csse.utoronto.ca/has_street_type

Label

Has street type

Description

The type of street as assigned by a municipality (e.g. Street from Douglas Street)

Usage

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