https://cacontology.projectvic.org/investigation-coordination#MetricsObjectValidationShape
Instances of gufo:Object can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@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-coord:MetricsObjectValidationShape a sh:NodeShape ;
sh:message "Coordination metrics must be properly classified as gUFO Objects"@en ;
sh:property [ sh:hasValue gufo:Object ;
sh:minCount 1 ;
sh:path rdf:type ] ;
sh:targetClass gufo:Object .