Ontology Version: 2.2.0

cacontology-coord:sharedCommand leaf node


URI

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

Label

shared command

Description

Whether shared command structure is used in the joint investigation.

Usage

DOMAINPROPERTYRANGE
cacontology-coord:JointInvestigation cacontology-coord:sharedCommand xsd:boolean

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:sharedCommand a owl:DatatypeProperty ;
    rdfs:label "shared command"@en ;
    rdfs:comment "Whether shared command structure is used in the joint investigation."@en ;
    rdfs:domain cacontology-coord:JointInvestigation ;
    rdfs:range xsd:boolean .