https://ontology.solveit-df.org/solveit/observable/errorType
The type of acquisition error (e.g., bad sector, read timeout, I/O error, CRC error).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:AcquisitionErrorRecord | solveit-observable:errorType | xsd:string |
@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:errorType a owl:DatatypeProperty ;
rdfs:label "error type"@en ;
rdfs:comment "The type of acquisition error (e.g., bad sector, read timeout, I/O error, CRC error)."@en ;
rdfs:domain solveit-observable:AcquisitionErrorRecord ;
rdfs:range xsd:string .