https://cacontology.projectvic.org#PrecedesSubjectShape
Validates that the subject of cac-core:precedes is a Phase instance.
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology:PrecedesSubjectShape a sh:NodeShape ;
rdfs:label "Precedes Subject Shape"@en ;
rdfs:comment "Validates that the subject of cac-core:precedes is a Phase instance."@en ;
sh:class cac-core:Phase ;
sh:message "The subject of cac-core:precedes must be typed as a Phase instance (or subclass)."@en ;
sh:targetSubjectsOf cac-core:precedes .