Ontology Version: 2.2.0

cacontology-international:InternationalPartnershipParticipationShape leaf node


URI

https://cacontology.projectvic.org/international#InternationalPartnershipParticipationShape

Label

InternationalPartnershipParticipationShape

Shape Properties

Instances of cacontology-international:InternationalPartnership can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-international:InternationalPartnership
cacontology-international:coordinationMethod 0 1 xsd:string
1 xsd:string
1 xsd:string
cacontology-international:partnerCountryCount 0 1 xsd:nonNegativeInteger
1 xsd:dateTime
0 1 xsd:string

Implementation

@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-international:InternationalPartnershipParticipationShape a sh:NodeShape ;
    sh:property [ sh:message "Partnership must have at least two participating organizations (gUFO participation)"@en ;
            sh:minCount 2 ;
            sh:path [ sh:alternativePath ( cacontology-international:partnerOrganization cacontology-international:coordinatesWith ) ] ] ;
    sh:targetClass cacontology-international:InternationalPartnership .