https://ontology.solveit-df.org/solveit/observable/shapes/DeviceScreenshotCaptureShape
Validates that a DeviceScreenshotCapture contains a RasterPicture.
Instances of solveit-observable:DeviceScreenshotCapture can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| solveit-observable:DeviceScreenshotCapture | ||||
| solveit-observable:contains | 1 |
uco-observable:RasterPicture
|
||
@prefix : <https://ontology.solveit-df.org/solveit/observable/shapes/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:DeviceScreenshotCaptureShape a sh:NodeShape ;
rdfs:label "Device Screenshot Capture Shape"@en ;
rdfs:comment "Validates that a DeviceScreenshotCapture contains a RasterPicture."@en ;
sh:property [ sh:class uco-observable:RasterPicture ;
sh:message "contains must reference at least one RasterPicture instance"@en ;
sh:minCount 1 ;
sh:path solveit-observable:contains ] ;
sh:targetClass solveit-observable:DeviceScreenshotCapture .