https://ontology.solveit-df.org/solveit/observable/shapes/ClockOffsetCaptureShape
Validates that a ClockOffsetCapture contains a ClockOffsetMeasurement.
Instances of solveit-observable:ClockOffsetCapture can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| solveit-observable:ClockOffsetCapture | ||||
| solveit-observable:contains | 1 |
solveit-observable:ClockOffsetMeasurement
|
||
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
:ClockOffsetCaptureShape a sh:NodeShape ;
rdfs:label "Clock Offset Capture Shape"@en ;
rdfs:comment "Validates that a ClockOffsetCapture contains a ClockOffsetMeasurement."@en ;
sh:property [ sh:class solveit-observable:ClockOffsetMeasurement ;
sh:message "contains must reference at least one ClockOffsetMeasurement instance"@en ;
sh:minCount 1 ;
sh:path solveit-observable:contains ] ;
sh:targetClass solveit-observable:ClockOffsetCapture .