https://cacontology.projectvic.org/investigation-coordination#protocolType
Type of communication protocol (formal_channels, informal_channels, emergency_channels, secure_channels, encrypted_channels, liaison_channels).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-coord:CommunicationProtocol | cacontology-coord:protocolType | 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:protocolType a owl:DatatypeProperty ;
rdfs:label "protocol type"@en ;
rdfs:comment "Type of communication protocol (formal_channels, informal_channels, emergency_channels, secure_channels, encrypted_channels, liaison_channels)."@en ;
rdfs:domain cacontology-coord:CommunicationProtocol ;
rdfs:range xsd:string .