https://ontology.solveit-df.org/solveit/observable/AcquisitionRecordFile
A file containing records generated during a data acquisition process, such as error logs or acquisition status reports.
Instances of solveit-observable:AcquisitionRecordFile can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:AcquisitionRecordFile | |||
| solveit-observable:containsEndTime | owl:DatatypeProperty | The acquisition end time as recorded in the acquisition record. | xsd:dateTime |
| solveit-observable:containsStartTime | owl:DatatypeProperty | The acquisition start time as recorded in the acquisition record. | xsd:dateTime |
| solveit-observable:containsDestinationHash | owl:ObjectProperty | A hash value computed from the acquired image or data after acquisition. | uco-types:Hash |
| solveit-observable:containsErrorRecord | owl:ObjectProperty | Links an AcquisitionRecordFile to the error records it contains. | solveit-observable:AcquisitionErrorRecord |
| solveit-observable:containsSourceHash | owl:ObjectProperty | A hash value computed from the source device or media before or during acquisition. | uco-types:Hash |
| From class uco-observable:File | |||
| solveit-observable:hasClusterRun | owl:ObjectProperty | Links a file to its cluster allocation runs. A contiguous file has one run; a fragmented file has multiple runs. | solveit-observable:ClusterRun |
@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 uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
solveit-observable:AcquisitionRecordFile a owl:Class ;
rdfs:label "Acquisition Record File"@en ;
rdfs:comment "A file containing records generated during a data acquisition process, such as error logs or acquisition status reports."@en ;
rdfs:subClassOf uco-observable:File .