https://ontology.solveit-df.org/solveit/observable/errorLocationStart
The starting location of the error (e.g., sector number, byte offset).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:AcquisitionErrorRecord | solveit-observable:errorLocationStart | xsd:integer |
@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:errorLocationStart a owl:DatatypeProperty ;
rdfs:label "error location start"@en ;
rdfs:comment "The starting location of the error (e.g., sector number, byte offset)."@en ;
rdfs:domain solveit-observable:AcquisitionErrorRecord ;
rdfs:range xsd:integer .