https://cacontology.projectvic.org/investigation-coordination#sharingMechanism
Mechanism used for sharing (secure_email, encrypted_portal, database_access, formal_request, liaison_officer, joint_briefing).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-coord:InformationSharing | cacontology-coord:sharingMechanism | 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:sharingMechanism a owl:DatatypeProperty ;
rdfs:label "sharing mechanism"@en ;
rdfs:comment "Mechanism used for sharing (secure_email, encrypted_portal, database_access, formal_request, liaison_officer, joint_briefing)."@en ;
rdfs:domain cacontology-coord:InformationSharing ;
rdfs:range xsd:string .