Ontology Version: 3.0.0

cacontology-custodial:CustodialSituationGUFOShape leaf node


URI

https://cacontology.projectvic.org/custodial#CustodialSituationGUFOShape

Label

gUFO Custodial Situation Shape

Description

Validates custodial situations with gUFO constraints.

Target Classes (1)

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-custodial: <https://cacontology.projectvic.org/custodial#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-custodial:CustodialSituationGUFOShape a sh:NodeShape ;
    rdfs:label "gUFO Custodial Situation Shape"@en ;
    rdfs:comment "Validates custodial situations with gUFO constraints."@en ;
    sh:targetClass cac-core:Situation .