Ontology Version: 2.2.0

cacontology-undercover:instructionType leaf node


URI

https://cacontology.projectvic.org/undercover#instructionType

Label

instruction type

Description

Type of instruction provided to victim (client_communication, pricing, location, safety).

Usage

DOMAINPROPERTYRANGE
cacontology-undercover:VictimInstructionEvidence cacontology-undercover:instructionType xsd:string

Implementation

@prefix cacontology-undercover: <https://cacontology.projectvic.org/undercover#> .
@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-undercover:instructionType a owl:DatatypeProperty ;
    rdfs:label "instruction type"@en ;
    rdfs:comment "Type of instruction provided to victim (client_communication, pricing, location, safety)."@en ;
    rdfs:domain cacontology-undercover:VictimInstructionEvidence ;
    rdfs:range xsd:string .