Ontology Version: 3.0.0

cacontology-stranger:weaponType leaf node


URI

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

Label

weapon type

Description

Type of weapon used for coercion (knife, firearm, blunt_object, implied).

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:WeaponBasedCoercion cacontology-stranger:weaponType 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:weaponType a owl:DatatypeProperty ;
    rdfs:label "weapon type"@en ;
    rdfs:comment "Type of weapon used for coercion (knife, firearm, blunt_object, implied)."@en ;
    rdfs:domain cacontology-stranger:WeaponBasedCoercion ;
    rdfs:range xsd:string .