Ontology Version: 2.2.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 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-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:property [ sh:hasValue gufo:Object ;
            sh:message "Information sharing framework should extend gUFO Object."@en ;
            sh:minCount 0 ;
            sh:path rdfs:subClassOf ] ;
    sh:targetClass cacontology-partnerships:InformationSharingFramework .