https://cacontology.projectvic.org/investigation-coordination#sharingType
Type of information sharing (intelligence_sharing, evidence_sharing, case_information, suspect_information, victim_information, technical_data).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-coord:InformationSharing | cacontology-coord:sharingType | xsd:string |
@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 .