https://cacontology.projectvic.org/international#InternationalAlertTemporalShape
Instances of cacontology-international:InternationalAlert can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-international:InternationalAlertTemporalShape a sh:NodeShape ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "International alert must have exactly one start time (gUFO temporal boundary)"@en ;
sh:minCount 1 ;
sh:path gufo:hasBeginPointInXSDDateTimeStamp ] ;
sh:targetClass cacontology-international:InternationalAlert .