solveit-observable:containsStartTime leaf node


URI

https://ontology.solveit-df.org/solveit/observable/containsStartTime

Label

contains start time

Description

The acquisition start time as recorded in the acquisition record.

Usage

DOMAINPROPERTYRANGE
solveit-observable:AcquisitionRecordFile solveit-observable:containsStartTime xsd:dateTime

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

solveit-observable:containsStartTime a owl:DatatypeProperty ;
    rdfs:label "contains start time"@en ;
    rdfs:comment "The acquisition start time as recorded in the acquisition record."@en ;
    rdfs:domain solveit-observable:AcquisitionRecordFile ;
    rdfs:range xsd:dateTime .