Ontology Version: 2.2.0

cacontology-coord:ResourceSharingParticipationShape leaf node


URI

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

Label

ResourceSharingParticipationShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-coord:ResourceSharing
cacontology-coord:availabilityLevel 1 1 xsd:string
cacontology-coord:costSharing 1 1 xsd:boolean
cacontology-coord:hasDataCompleteness 1 xsd:double
cacontology-coord:hasDataConsistency 1 xsd:double
cacontology-coord:hasDataQuality 1 xsd:string
cacontology-coord:hasValidationLevel 1 xsd:string
cacontology-coord:reimbursement 1 1 xsd:boolean
cacontology-coord:resourceType 1 1 xsd:string
cacontology-coord:sharingDuration 1 1 xsd:decimal
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:ResourceSharingParticipationShape a sh:NodeShape ;
    sh:property [ sh:message "Resource sharing must involve at least provider and receiver organizations (gUFO participation)"@en ;
            sh:minCount 2 ;
            sh:path [ sh:alternativePath ( cacontology-coord:providesResource cacontology-coord:receivesResource ) ] ] ;
    sh:targetClass cacontology-coord:ResourceSharing .