Ontology Version: 2.2.0

cacontology-abduction: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-abduction:WeaponBasedCoercion cacontology-abduction:weaponType xsd:string

Implementation

@prefix cacontology-abduction: <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-abduction: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-abduction:WeaponBasedCoercion ;
    rdfs:range xsd:string .