https://cacontology.projectvic.org#ReceiveCybertipActionShape
Instances of cacontology:ReceiveCybertipAction can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@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 .