https://cacontology.projectvic.org/educational#vulnerabilityFactor
Specific vulnerability factor exploited in targeting.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-educational1:VulnerableStudentTargeting | cacontology-educational1:vulnerabilityFactor | xsd:string |
@prefix cacontology-educational1: <https://cacontology.projectvic.org/educational#> .
@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-educational1:vulnerabilityFactor a owl:DatatypeProperty ;
rdfs:label "vulnerability factor"@en ;
rdfs:comment "Specific vulnerability factor exploited in targeting."@en ;
rdfs:domain cacontology-educational1:VulnerableStudentTargeting ;
rdfs:range xsd:string .