Ontology Version: 3.0.0

cac-core-shapes:PersonLikeEntityShape leaf node


URI

https://cacontology.projectvic.org/core/shapes#PersonLikeEntityShape

Label

Person-Like Entity Shape

Description

Minimal interoperability shape for person-like entities.

Target Classes (1)

Shape Properties

Instances of cac-core:PersonLikeEntity can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@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 .