solveit-observable:errorLocationEnd leaf node


URI

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

Label

error location end

Description

The ending location of the error (e.g., sector number, byte offset). If omitted, the error is at a single location.

Usage

DOMAINPROPERTYRANGE
solveit-observable:AcquisitionErrorRecord solveit-observable:errorLocationEnd 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:errorLocationEnd a owl:DatatypeProperty ;
    rdfs:label "error location end"@en ;
    rdfs:comment "The ending location of the error (e.g., sector number, byte offset). If omitted, the error is at a single location."@en ;
    rdfs:domain solveit-observable:AcquisitionErrorRecord ;
    rdfs:range xsd:integer .