https://cacontology.projectvic.org/partnerships/shapes#PartnershipObjectTypeValidationShape
Validates gUFO Object type consistency for partnership objects.
Instances of cacontology-partnerships:InformationSharingFramework can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@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 .