Ontology Version: 2.2.0

cacontology-partnerships-shapes:PlatformMonitoringShape leaf node


URI

https://cacontology.projectvic.org/partnerships/shapes#PlatformMonitoringShape

Label

Platform Monitoring Shape

Description

Validation shape for platform monitoring instances.

Shape Properties

Instances of cacontology-partnerships:PlatformMonitoring can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-partnerships: <https://cacontology.projectvic.org/partnerships#> .
@prefix cacontology-partnerships-shapes: <https://cacontology.projectvic.org/partnerships/shapes#> .
@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-partnerships-shapes:PlatformMonitoringShape a sh:NodeShape ;
    rdfs:label "Platform Monitoring Shape"@en ;
    rdfs:comment "Validation shape for platform monitoring instances."@en ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 1000 ;
            sh:message "Platforms covered must be between 1 and 1,000."@en ;
            sh:minCount 1 ;
            sh:minInclusive 1 ;
            sh:path cacontology-partnerships:platformsCovered ] ;
    sh:targetClass cacontology-partnerships:PlatformMonitoring .