Ontology Version: 3.1.0

cacontology-impact:associatedWithHousingInstability leaf node


URI

https://cacontology.projectvic.org/victim-impact#associatedWithHousingInstability

Label

associated with housing instability

Description

Whether the vulnerability context includes homelessness, runaway status, couch-surfing, or unstable housing.

Usage

DOMAINPROPERTYRANGE
cacontology-impact:VulnerabilityContext cacontology-impact:associatedWithHousingInstability xsd:boolean

Implementation

@prefix cacontology-impact: <https://cacontology.projectvic.org/victim-impact#> .
@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#> .
cacontology-impact:associatedWithHousingInstability a owl:DatatypeProperty ;
    rdfs:label "associated with housing instability"@en ;
    rdfs:comment "Whether the vulnerability context includes homelessness, runaway status, couch-surfing, or unstable housing."@en ;
    rdfs:domain cacontology-impact:VulnerabilityContext ;
    rdfs:range xsd:boolean .