Ontology Version: 2.2.0

cacontology-international:ACCCEIntegrationShape leaf node


URI

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

Label

ACCCE Integration Shape

Description

Validation shape for ACCCE integration instances.

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 uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-international:ACCCEIntegrationShape a sh:NodeShape ;
    rdfs:label "ACCCE Integration Shape"@en ;
    rdfs:comment "Validation shape for ACCCE integration instances."@en ;
    sh:property [ sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:message "ACCCE integration must specify start time."@en ;
            sh:minCount 1 ;
            sh:path uco-core:startTime ] ;
    sh:targetClass cacontology-international:ACCCEIntegration .