Ontology Version: 2.2.0

cacontology-international:InformationSharingParticipationShape leaf node


URI

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

Label

InformationSharingParticipationShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-international:InformationSharingAgreement
1 xsd:string
1 xsd:double
cacontology-international:informationSharingLevel 0 1 xsd:string
cacontology-international:multilateralAgreement 0 1 xsd:boolean
cacontology-international:sharesDataWith 2 uco-identity:Organization
1 xsd:dateTime
1 xsd:dateTime
1 1 xsd:string

Implementation

@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-international:InformationSharingParticipationShape a sh:NodeShape ;
    sh:property [ sh:class uco-identity:Organization ;
            sh:message "Information sharing must involve at least two organizations (gUFO participation)"@en ;
            sh:minCount 2 ;
            sh:path cacontology-international:sharesDataWith ] ;
    sh:targetClass cacontology-international:InformationSharingAgreement .