Ontology Version: 2.2.0

cacontology-coord:InformationSharingParticipationShape leaf node


URI

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

Label

InformationSharingParticipationShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-coord:InformationSharing
cacontology-coord:classificationLevel 1 1 xsd:string
cacontology-coord:hasDataCompleteness 1 xsd:double
cacontology-coord:hasDataConsistency 1 xsd:double
cacontology-coord:hasDataQuality 1 xsd:string
cacontology-coord:hasSecurityLevel 1 xsd:string
cacontology-coord:hasSharingEfficiency 1 xsd:string
cacontology-coord:hasTimeliness 1 xsd:double
cacontology-coord:hasValidationLevel 1 xsd:string
cacontology-coord:reciprocity 1 1 xsd:boolean
cacontology-coord:sharingAgreement 1 1 xsd:boolean
cacontology-coord:sharingMechanism 1 1 xsd:string
cacontology-coord:sharingType 1 1 xsd:string
1 xsd:dateTime
1 xsd:dateTime
0 1 xsd:string
0 1 xsd:string
0 1 xsd:dateTime
0 1 xsd:dateTime

Implementation

@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@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:InformationSharingParticipationShape a sh:NodeShape ;
    sh:property [ sh:message "Information sharing must involve at least two organizations (gUFO participation)"@en ;
            sh:minCount 2 ;
            sh:path [ sh:alternativePath ( cacontology-coord:sharesWithAgency cacontology-coord:sharesFromAgency ) ] ] ;
    sh:targetClass cacontology-coord:InformationSharing .