Ontology Version: 3.0.0

cacontology-stranger:resistanceLevel leaf node


URI

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

Label

resistance level

Description

Level of victim resistance (none, minimal, moderate, strong).

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:VictimAbductionResponse cacontology-stranger:resistanceLevel 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:resistanceLevel a owl:DatatypeProperty ;
    rdfs:label "resistance level"@en ;
    rdfs:comment "Level of victim resistance (none, minimal, moderate, strong)."@en ;
    rdfs:domain cacontology-stranger:VictimAbductionResponse ;
    rdfs:range xsd:string .