https://cacontology.projectvic.org/victim-impact#associatedWithHousingInstability
Whether the vulnerability context includes homelessness, runaway status, couch-surfing, or unstable housing.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-impact:VulnerabilityContext | cacontology-impact:associatedWithHousingInstability | xsd:boolean |
@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 .