bedeo:has_organization_years_of_experience_with_affordable_housing leaf node


URI

https://csse.utoronto.ca/has_organization_years_of_experience_with_affordable_housing

Label

Has organization years of experience with affordable housing

Description

The number of years that the organization has been developing and maintaining affordable housing projects.

Usage

DOMAINPROPERTYRANGE
bedeo:organization bedeo:has_organization_years_of_experience_with_affordable_housing xsd:integer

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_organization_years_of_experience_with_affordable_housing a owl:DatatypeProperty ;
    rdfs:label "Has organization years of experience with affordable housing"@en ;
    rdfs:comment "The number of years that the organization has been developing and maintaining affordable housing projects."@en ;
    rdfs:domain bedeo:organization ;
    rdfs:range xsd:integer .