Ontology Version: 2.11.0

cacontology-legal-shapes:PersonWithRoleShape leaf node


URI

https://cacontology.projectvic.org/legal-harmonization/shapes#PersonWithRoleShape

Label

Person With Role Shape

Description

Validates persons with legislative roles.

Implementation

@prefix cacontology-legal: <https://cacontology.projectvic.org/legal-harmonization#> .
@prefix cacontology-legal-shapes: <https://cacontology.projectvic.org/legal-harmonization/shapes#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-legal-shapes:PersonWithRoleShape a sh:NodeShape ;
    rdfs:label "Person With Role Shape"@en ;
    rdfs:comment "Validates persons with legislative roles."@en ;
    sh:property [ sh:class gufo:Role ;
            sh:message "Person should have at least one legislative role"@en ;
            sh:minCount 1 ;
            sh:path cacontology-legal:hasRole ;
            sh:severity sh:Warning ] ;
    sh:targetSubjectsOf cacontology-legal:hasRole .