Ontology Version: 3.0.0

cacontology:ReviewCybertipActionShape leaf node


URI

https://cacontology.projectvic.org#ReviewCybertipActionShape

Label

Review Cybertip Action Shape

Shape Properties

Instances of cacontology:ReviewCybertipAction can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology:ReviewCybertipActionShape a sh:NodeShape ;
    rdfs:label "Review Cybertip Action Shape"@en ;
    sh:property [ sh:message "Review cybertip action must have a performer"@en ;
            sh:minCount 1 ;
            sh:path uco-action:performer ] ;
    sh:targetClass cacontology:ReviewCybertipAction .