https://cacontology.projectvic.org/forensics#ForensicEventParticipationShape
Instances of gufo:Event can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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-forensics:ForensicEventParticipationShape a sh:NodeShape ;
sh:property [ sh:message "Every forensic event must have at least one participant (gUFO participation)"@en ;
sh:minCount 1 ;
sh:path [ sh:alternativePath ( cacontology-forensics:examinedBy cacontology-forensics:performedBy cacontology-forensics:witnessedBy cacontology-forensics:authorizedBy ) ] ] ;
sh:targetClass gufo:Event .