bedeo:has_improvements leaf node


URI

https://csse.utoronto.ca/has_improvements

Label

Has improvements

Description

Indicates the improvements (i.e. changes/additions made to the property that increases its value) that were made to a real estate asset

Usage

DOMAINPROPERTYRANGE
bedeo:real_estate_asset bedeo:has_improvements 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_improvements a owl:DatatypeProperty ;
    rdfs:label "Has improvements"@en ;
    rdfs:comment "Indicates the improvements (i.e. changes/additions made to the property that increases its value)  that were made to a real estate asset"@en ;
    rdfs:domain bedeo:real_estate_asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .