https://cacontology.projectvic.org/us/ncmec#ContentIdentificationShape
Validation shape for content identification instances. - Content identification must identify at least one digital artifact.
Instances of cacontology-us-ncmec:ContentIdentification can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-us-ncmec:ContentIdentification | ||||
| cacontology-us-ncmec:identifiedContent | 1 |
uco-observable:DigitalArtifact
|
||
| cacontology-us-ncmec:CyberTipAnalysis | ||||
| cacontology-us-ncmec:analysisConfidence | 0 | 1 |
xsd:string
|
|
| cacontology-us-ncmec:analysisOf | 1 | 1 |
cacontology-us-ncmec:NCMECCybertipReport
|
|
| 1 | 1 |
uco-identity:Person
|
||
| 0 | 1 |
xsd:dateTime
|
||
| 1 | 1 |
xsd:dateTime
|
||
@prefix cacontology-us-ncmec: <https://cacontology.projectvic.org/us/ncmec#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-us-ncmec:ContentIdentificationShape a sh:NodeShape ;
rdfs:label "Content Identification Shape"@en ;
rdfs:comment "Validation shape for content identification instances."@en ;
sh:property [ rdfs:comment "Content identification must identify at least one digital artifact."@en ;
sh:class uco-observable:DigitalArtifact ;
sh:minCount 1 ;
sh:path cacontology-us-ncmec:identifiedContent ] ;
sh:targetClass cacontology-us-ncmec:ContentIdentification .