Ontology Version: 2.2.0

cacontology-coord:sharingType leaf node


URI

https://cacontology.projectvic.org/investigation-coordination#sharingType

Label

sharing type

Description

Type of information sharing (intelligence_sharing, evidence_sharing, case_information, suspect_information, victim_information, technical_data).

Usage

DOMAINPROPERTYRANGE
cacontology-coord:InformationSharing cacontology-coord:sharingType xsd:string

Implementation

@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@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-coord:sharingType a owl:DatatypeProperty ;
    rdfs:label "sharing type"@en ;
    rdfs:comment "Type of information sharing (intelligence_sharing, evidence_sharing, case_information, suspect_information, victim_information, technical_data)."@en ;
    rdfs:domain cacontology-coord:InformationSharing ;
    rdfs:range xsd:string .