https://cacontology.projectvic.org/investigation-coordination#ResourceSharingTemporalShape
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
|
||
@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-coord:ResourceSharingTemporalShape a sh:NodeShape ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Resource sharing may have start time (gUFO temporal boundary)"@en ;
sh:path gufo:hasBeginPointInXSDDateTimeStamp ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Resource sharing may have end time (gUFO temporal boundary)"@en ;
sh:path gufo:hasEndPointInXSDDateTimeStamp ] ;
sh:targetClass cacontology-coord:ResourceSharing .