https://cacontology.projectvic.org/core/shapes#PersonLikeEntityShape
Minimal interoperability shape for person-like entities.
Instances of cac-core:PersonLikeEntity can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cac-core-shapes: <https://cacontology.projectvic.org/core/shapes#> .
@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#> .
cac-core-shapes:PersonLikeEntityShape a sh:NodeShape ;
rdfs:label "Person-Like Entity Shape"@en ;
rdfs:comment "Minimal interoperability shape for person-like entities."@en ;
sh:property [ sh:datatype xsd:string ;
sh:minCount 1 ;
sh:name "label"@en ;
sh:path rdfs:label ] ;
sh:targetClass cac-core:PersonLikeEntity .