Ontology Version: 3.0.0

cacontology-partnerships-shapes:PartnershipObjectTypeValidationShape leaf node


URI

https://cacontology.projectvic.org/partnerships/shapes#PartnershipObjectTypeValidationShape

Label

Partnership Object Type Validation Shape

Description

Validates gUFO Object type consistency for partnership objects.

Shape Properties

Instances of cacontology-partnerships:InformationSharingFramework can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-partnerships: <https://cacontology.projectvic.org/partnerships#> .
@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:PartnershipObjectTypeValidationShape a sh:NodeShape ;
    rdfs:label "Partnership Object Type Validation Shape"@en ;
    rdfs:comment "Validates gUFO Object type consistency for partnership objects."@en ;
    sh:targetClass cacontology-partnerships:InformationSharingFramework .