Ontology Version: 2.2.0

cacontology-gufo:CSAMIncidentShape leaf node


URI

https://cacontology.projectvic.org/gufo#CSAMIncidentShape

Label

CSAM Incident Shape

Implementation

@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-gufo:CSAMIncidentShape a sh:NodeShape ;
    rdfs:label "CSAM Incident Shape"@en ;
    sh:property [ sh:hasValue gufo:SubKind ;
            sh:message "CSAM Incident must be gUFO SubKind"@en ;
            sh:minCount 1 ;
            sh:path rdf:type ],
        [ sh:message "CSAM incident must have digital artifact facets"@en ;
            sh:minCount 1 ;
            sh:path uco-core:hasFacet ] ;
    sh:targetClass cacontology-gufo:CSAMIncident .