solveit-observable:errorLocationStart leaf node


URI

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

Label

error location start

Description

The starting location of the error (e.g., sector number, byte offset).

Usage

DOMAINPROPERTYRANGE
solveit-observable:AcquisitionErrorRecord solveit-observable:errorLocationStart xsd:integer

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: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 .