https://cacontology.projectvic.org/victim-impact#associatedWithFamilyRejection
Whether the vulnerability context includes rejection by caregivers or family.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-impact:VulnerabilityContext | cacontology-impact:associatedWithFamilyRejection | 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:associatedWithFamilyRejection a owl:DatatypeProperty ;
rdfs:label "associated with family rejection"@en ;
rdfs:comment "Whether the vulnerability context includes rejection by caregivers or family."@en ;
rdfs:domain cacontology-impact:VulnerabilityContext ;
rdfs:range xsd:boolean .