https://cacontology.projectvic.org#CSAMIncidentShape
Instances of cacontology:CSAMIncident 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: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 .