Ontology Version: 2.2.0

cacontology-international:MultiCountryTakedownShape leaf node


URI

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

Label

Multi-Country Takedown Shape

Description

Validation shape for multi-country takedown instances.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-international:MultiCountryTakedown
cacontology-international:jurisdictionCount 1 1 xsd:nonNegativeInteger
cacontology-international:CrossBorderOperation
cacontology-international:coordinationComplexity 0 1 xsd:string
cacontology-international:crossBorderCapability 0 1 xsd:string
1 xsd:string
1 xsd:double
1 1 xsd:dateTime
1 xsd:dateTime
0 1 xsd:dateTime
1 1 xsd:dateTime

Implementation

@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@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-international:MultiCountryTakedownShape a sh:NodeShape ;
    rdfs:label "Multi-Country Takedown Shape"@en ;
    rdfs:comment "Validation shape for multi-country takedown instances."@en ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 50 ;
            sh:message "Multi-country takedown must involve 2-50 jurisdictions."@en ;
            sh:minCount 1 ;
            sh:minInclusive 2 ;
            sh:path cacontology-international:jurisdictionCount ] ;
    sh:targetClass cacontology-international:MultiCountryTakedown .