https://cacontology.projectvic.org/us/ncmec#DataQualityShape
Validates data quality for NCMEC entities. - Modification time should be specified when available. - Creation time should be specified when available.
Instances of cacontology-us-ncmec:PlatformCooperation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-us-ncmec:PlatformCooperation | ||||
| cacontology-us-ncmec:cooperationLevel | 0 | 1 |
xsd:string
|
|
| cacontology-us-ncmec:dataProvided | 0 | 5 |
xsd:string
|
|
| cacontology-us-ncmec:involvesPlatform | 1 | 1 |
uco-observable:DigitalService
|
|
| cacontology-us-ncmec:platformResponseTime | 0 | 1 |
xsd:decimal
|
|
@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-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-us-ncmec:DataQualityShape a sh:NodeShape ;
rdfs:label "Data Quality Shape"@en ;
rdfs:comment "Validates data quality for NCMEC entities."@en ;
sh:property [ rdfs:comment "Creation time should be specified when available."@en ;
sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path uco-core:createdTime ],
[ rdfs:comment "Modification time should be specified when available."@en ;
sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path uco-core:modifiedTime ] ;
sh:targetClass cacontology-us-ncmec:CyberTipAnalysis,
cacontology-us-ncmec:InvestigationTrigger,
cacontology-us-ncmec:NCMECCybertipReport,
cacontology-us-ncmec:PlatformCooperation,
cacontology-us-ncmec:TipProcessing .