@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://cef.uv.es/lodroadtran18/def/transporte/dtx_srti#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://qudt.org/schema/qudt/> . ns0:accuracy a owl:DatatypeProperty ; rdfs:comment "The extent to which the value is expected to be free from error, measured as a percentage of the data value. 100% means fully accurate." ; rdfs:domain ns0:DataValue ; rdfs:range ns1:floatPercentage .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://cef.uv.es/lodroadtran18/def/transporte/dtx_srti#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://qudt.org/schema/qudt/> .

ns0:accuracy
    a owl:DatatypeProperty ;
    rdfs:comment "The extent to which the value is expected to be free from error, measured as a percentage of the data value. 100% means fully accurate." ;
    rdfs:domain ns0:DataValue ;
    rdfs:range ns1:floatPercentage .