https://cacontology.projectvic.org/partnerships/shapes#PartnershipSituationTypeValidationShape
Validates gUFO Situation type consistency for partnership situations.
Instances of cac-core:Situation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-partnerships-shapes: <https://cacontology.projectvic.org/partnerships/shapes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-partnerships-shapes:PartnershipSituationTypeValidationShape a sh:NodeShape ;
rdfs:label "Partnership Situation Type Validation Shape"@en ;
rdfs:comment "Validates gUFO Situation type consistency for partnership situations."@en ;
sh:targetClass cac-core:Situation .