Ontology Version: 2.2.0

cacontology-coord:InvestigationCoordinationParticipationShape leaf node


URI

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

Label

InvestigationCoordinationParticipationShape

Shape Properties

Instances of cacontology-coord:InvestigationCoordination can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-coord:InvestigationCoordination
cacontology-coord:coordinationLevel 1 1 xsd:string
cacontology-coord:coordinationStatus 1 1 xsd:string
cacontology-coord:coordinationType 1 1 xsd:string
cacontology-coord:hasComplexityLevel 1 xsd:string
cacontology-coord:hasCoordinationEffectiveness 1 xsd:string
cacontology-coord:hasDataCompleteness 1 xsd:double
cacontology-coord:hasDataConsistency 1 xsd:double
cacontology-coord:hasDataQuality 1 xsd:string
cacontology-coord:hasSuccessRate 1 xsd:double
cacontology-coord:hasValidationLevel 1 xsd:string
cacontology-coord:leadAgency 1 1 xsd:string
cacontology-coord:participatingAgencies 1 1 xsd:nonNegativeInteger
1 xsd:dateTime
1 xsd:dateTime
0 1 xsd:string
0 1 xsd:string
0 1 xsd:dateTime
0 1 xsd:dateTime
0 1 xsd:dateTime
0 1 xsd:dateTime

Implementation

@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-coord:InvestigationCoordinationParticipationShape a sh:NodeShape ;
    sh:property [ sh:message "Every investigation coordination must have at least two participating entities (gUFO participation)"@en ;
            sh:minCount 2 ;
            sh:path [ sh:alternativePath ( gufo:participatedIn cacontology-coord:involvesAgency cacontology-coord:assignsLiaison ) ] ] ;
    sh:targetClass cacontology-coord:InvestigationCoordination .