https://cacontology.projectvic.org/investigation-coordination#CoordinationAgreementTemporalShape
Instances of cacontology-coord:CoordinationAgreement can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-coord:CoordinationAgreement | ||||
| cacontology-coord:agreementScope | 1 | 1 |
xsd:string
|
|
| cacontology-coord:agreementType | 1 | 1 |
xsd:string
|
|
| cacontology-coord:effectiveDate | 1 | 1 |
xsd:dateTime
|
|
| cacontology-coord:expirationDate | 0 | 1 |
xsd:dateTime
|
|
| 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:renewalClause | 1 | 1 |
xsd:boolean
|
|
| cacontology-coord:terminationClause | 1 | 1 |
xsd:boolean
|
|
| 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:CoordinationAgreementTemporalShape a sh:NodeShape ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Agreement must have effective date (gUFO temporal boundary)"@en ;
sh:minCount 1 ;
sh:path cacontology-coord:effectiveDate ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Agreement may have expiration date (gUFO temporal boundary)"@en ;
sh:path cacontology-coord:expirationDate ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Agreement may have gUFO temporal start boundary"@en ;
sh:path gufo:hasBeginPointInXSDDateTimeStamp ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Agreement may have gUFO temporal end boundary"@en ;
sh:path gufo:hasEndPointInXSDDateTimeStamp ] ;
sh:targetClass cacontology-coord:CoordinationAgreement .