Ontology Version: 3.0.0

cacontology:ReceiveCybertipActionShape leaf node


URI

https://cacontology.projectvic.org#ReceiveCybertipActionShape

Label

Receive Cybertip Action Shape

Shape Properties

Instances of cacontology:ReceiveCybertipAction 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-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology:ReceiveCybertipActionShape a sh:NodeShape ;
    rdfs:label "Receive Cybertip Action Shape"@en ;
    sh:property [ sh:message "Receive cybertip action must have at least one facet"@en ;
            sh:minCount 1 ;
            sh:path uco-core:hasFacet ],
        [ sh:class cacontology:InvestigationPendingSituation ;
            sh:message "Receive cybertip should occur in pending situation"@en ;
            sh:path cacontology:occursInSituation ] ;
    sh:targetClass cacontology:ReceiveCybertipAction .