Ontology Version: 2.2.0

cacontology-enterprises:CrossPlatformCoordinationShape leaf node


URI

https://cacontology.projectvic.org/extremist-enterprises#CrossPlatformCoordinationShape

Label

CrossPlatformCoordinationShape

Shape Properties

Instances of cacontology-enterprises:CrossPlatformCoordination can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:CrossPlatformCoordination
cacontology-enterprises:platformCount 1 xsd:nonNegativeInteger

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:CrossPlatformCoordinationShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 20 ;
            sh:message "Cross-platform coordination must involve 2-20 platforms."@en ;
            sh:minInclusive 2 ;
            sh:path cacontology-enterprises:platformCount ] ;
    sh:targetClass cacontology-enterprises:CrossPlatformCoordination .