Ontology Version: 3.0.0

cacontology-stranger:victimActivity leaf node


URI

https://cacontology.projectvic.org/abduction#victimActivity

Label

victim activity

Description

Activity victim was engaged in when abducted (walking_to_school, playing, shopping).

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:StrangerAbduction cacontology-stranger:victimActivity xsd:string

Implementation

@prefix cacontology-stranger: <https://cacontology.projectvic.org/abduction#> .
@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-stranger:victimActivity a owl:DatatypeProperty ;
    rdfs:label "victim activity"@en ;
    rdfs:comment "Activity victim was engaged in when abducted (walking_to_school, playing, shopping)."@en ;
    rdfs:domain cacontology-stranger:StrangerAbduction ;
    rdfs:range xsd:string .