Ontology Version: 3.0.0

cacontology:CSAMIncidentShape leaf node


URI

https://cacontology.projectvic.org#CSAMIncidentShape

Label

CSAM Incident Shape

Target Classes (1)

Shape Properties

Instances of cacontology:CSAMIncident 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:CSAMIncidentShape a sh:NodeShape ;
    rdfs:label "CSAM Incident Shape"@en ;
    sh:property [ sh:message "CSAM incident must have digital artifact facets"@en ;
            sh:minCount 1 ;
            sh:path uco-core:hasFacet ] ;
    sh:targetClass cacontology:CSAMIncident .