Ontology Version: 3.1.0

cacontology-impact:associatedWithFamilyRejection leaf node


URI

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

Label

associated with family rejection

Description

Whether the vulnerability context includes rejection by caregivers or family.

Usage

DOMAINPROPERTYRANGE
cacontology-impact:VulnerabilityContext cacontology-impact:associatedWithFamilyRejection 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: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 .