bedeo:proposed_land_use leaf node


URI

https://csse.utoronto.ca/proposed_land_use

Label

Proposed land use

Description

Identifies the proposed land use for the real property/land

Usage

DOMAINPROPERTYRANGE
bedeo:Land bedeo:proposed_land_use bedeo:LandUse

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#> .

bedeo:proposed_land_use a owl:ObjectProperty ;
    rdfs:label "Proposed land use"@en ;
    rdfs:comment "Identifies the proposed land use for the real property/land"@en ;
    rdfs:domain bedeo:Land ;
    rdfs:range bedeo:LandUse .