bedeo:real_estate_asset leaf node


URI

https://csse.utoronto.ca/real_estate_asset

Label

Real estate asset

Description

Real estate asset refers to land and any structures (e.g., buildings or improvements) on it as well as the rights to occupy and use the asset

Superclasses (1)

Usage

Instances of bedeo:real_estate_asset can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class bedeo:real_estate_asset
bedeo:has_improvements owl:DatatypeProperty Indicates the improvements (i.e. changes/additions made to the property that increases its value) that were made to a real estate asset xsd:string
bedeo:has_surface_area_in_hectares owl:DatatypeProperty Indicates the surface area of a real estate asset in hectares xsd:decimal
bedeo:is_vacant owl:DatatypeProperty Indicates whether a real estate asset is vacant or not. Note that there are many different interpretations of the term “vacant.” For example, in some cases, vacant could refer to completely undeveloped land, while in other cases, vacant could refer to mostly undeveloped land but may include some minor structures or improvements. For the purposes of this ontology, this property is only used to represent whether the real estate asset is asserted to be vacant or not. xsd:boolean
bedeo:has_proposed_zoning owl:ObjectProperty Indicates the proposed zoning for a real estate asset bedeo:Zone
bedeo:has_zoning owl:ObjectProperty Indicates the zoning for a real estate asset bedeo:Zone
From class bedeo:asset
bedeo:is_liquid owl:DatatypeProperty Indicates whether an asset can be easily converted to cash or cash equivalents xsd:boolean
bedeo:is_operating owl:DatatypeProperty Indicates whether an asset is used for an organization’s daily operations xsd:boolean
bedeo:is_tangible owl:DatatypeProperty Indicates whether an asset has a physical existence xsd:boolean
From class owl:Thing
bedeo:has_acronym owl:DatatypeProperty Provides the acronym (i.e. abbreviation consisting of the initial letters or sounds of a name) for an entity xsd:string
bedeo:has_address owl:ObjectProperty bedeo:address
bedeo:has_asset owl:ObjectProperty owl:Thing
bedeo:has_available_role owl:ObjectProperty owl:Thing
bedeo:has_base_version owl:ObjectProperty owl:Thing
bedeo:has_brief_description owl:AnnotationProperty owl:Thing
bedeo:has_city owl:DatatypeProperty owl:Thing
bedeo:has_city_name owl:DatatypeProperty xsd:string
bedeo:has_constraint owl:ObjectProperty owl:Thing
bedeo:has_country owl:DatatypeProperty owl:Thing
bedeo:has_created_at owl:DatatypeProperty owl:Thing
bedeo:has_current_full_first_name owl:DatatypeProperty xsd:string
bedeo:has_current_full_last_name owl:DatatypeProperty xsd:string
bedeo:has_current_full_middle_name owl:DatatypeProperty xsd:string
bedeo:has_current_full_name owl:DatatypeProperty xsd:string
bedeo:has_current_land_use owl:ObjectProperty owl:Thing
bedeo:has_current_legal_name owl:DatatypeProperty xsd:string
bedeo:has_derived_from owl:ObjectProperty owl:Thing
bedeo:has_description owl:DatatypeProperty Provides a description that describes the entity xsd:string
bedeo:has_designated_land_use owl:ObjectProperty owl:Thing
bedeo:has_dob owl:DatatypeProperty owl:Thing
bedeo:has_email owl:DatatypeProperty owl:Thing
bedeo:has_end_date owl:DatatypeProperty xsd:date
bedeo:has_expertise owl:ObjectProperty owl:Thing
bedeo:has_first_name owl:DatatypeProperty xsd:string
bedeo:has_full_first_name owl:DatatypeProperty xsd:string
bedeo:has_full_last_name owl:DatatypeProperty xsd:string
bedeo:has_full_middle_name owl:DatatypeProperty xsd:string
bedeo:has_full_name owl:DatatypeProperty xsd:string
bedeo:has_identifier owl:DatatypeProperty Provides an identifier (i.e. a string) for uniquely identifying an entity xsd:string
bedeo:has_individual owl:ObjectProperty owl:Thing
bedeo:has_individual_prefix owl:DatatypeProperty owl:Thing
bedeo:has_last_modified_at owl:DatatypeProperty owl:Thing
bedeo:has_last_name owl:DatatypeProperty xsd:string
bedeo:has_latest_version owl:ObjectProperty owl:Thing
bedeo:has_legal_status owl:ObjectProperty owl:Thing
bedeo:has_name owl:DatatypeProperty Provides the name of an entity xsd:string
bedeo:has_need owl:ObjectProperty owl:Thing
bedeo:has_opportunity owl:ObjectProperty owl:Thing
bedeo:has_organization owl:ObjectProperty owl:Thing
bedeo:has_participant owl:ObjectProperty owl:Thing
bedeo:has_partner owl:AnnotationProperty owl:Thing
bedeo:has_partner_type owl:AnnotationProperty owl:Thing
bedeo:has_partnership_role_required owl:AnnotationProperty owl:Thing
bedeo:has_position owl:DatatypeProperty owl:Thing
bedeo:has_primary_address owl:ObjectProperty bedeo:address
bedeo:has_project_type owl:AnnotationProperty owl:Thing
bedeo:has_proposed_land_use owl:ObjectProperty owl:Thing
bedeo:has_province owl:DatatypeProperty owl:Thing
bedeo:has_read owl:AnnotationProperty owl:Thing
bedeo:has_resource owl:DatatypeProperty owl:Thing
bedeo:has_role owl:ObjectProperty owl:Thing
bedeo:has_salt owl:DatatypeProperty xsd:string
bedeo:has_site_address owl:AnnotationProperty owl:Thing
bedeo:has_site_area owl:DatatypeProperty owl:Thing
bedeo:has_site_component owl:ObjectProperty owl:Thing
bedeo:has_space_needs owl:AnnotationProperty owl:Thing
bedeo:has_space_offered owl:ObjectProperty owl:Thing
bedeo:has_spatial_representation owl:ObjectProperty Links an entity to a geospatial representation of the entity bedeo:spatial_representation
bedeo:has_start_date owl:DatatypeProperty xsd:date
bedeo:has_telephone owl:DatatypeProperty owl:Thing
bedeo:has_telephone_ext owl:DatatypeProperty owl:Thing
bedeo:has_type owl:ObjectProperty owl:Thing
bedeo:has_username owl:AnnotationProperty owl:Thing
bedeo:has_version owl:ObjectProperty owl:Thing
bedeo:has_ward owl:ObjectProperty owl:Thing
bedeo:is_current owl:DatatypeProperty xsd:boolean
bedeo:owns owl:ObjectProperty owl:Thing
bedeo:provides owl:ObjectProperty owl:Thing
bedeo:type owl:AnnotationProperty owl:Thing
skos:altLabel owl:AnnotationProperty owl:Thing

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:real_estate_asset a owl:Class ;
    rdfs:label "Real estate asset"@en ;
    rdfs:comment "Real estate asset refers to land and any structures (e.g., buildings or improvements) on it as well as the rights to occupy and use the asset"@en ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty bedeo:has_proposed_zoning ;
            owl:someValuesFrom bedeo:Zone ],
        [ a owl:Restriction ;
            owl:onProperty bedeo:has_zoning ;
            owl:someValuesFrom bedeo:Zone ],
        [ a owl:Restriction ;
            owl:onProperty bedeo:has_improvements ;
            owl:someValuesFrom xsd:string ],
        [ a owl:Restriction ;
            owl:onProperty bedeo:has_surface_area_in_hectares ;
            owl:someValuesFrom xsd:decimal ],
        [ a owl:Restriction ;
            owl:onProperty bedeo:is_vacant ;
            owl:someValuesFrom xsd:boolean ],
        bedeo:asset .