@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://qudt.org/vocab/quantitykind/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://qudt.org/schema/qudt/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://qudt.org/2.1/vocab/> . ns0:VisionThresholds ns1:informativeReference "http://en.wikipedia.org/wiki/Absolute_threshold#Vision"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; ns1:latexSymbol "\\(\\overline{T_v}\\)"^^ns1:LatexString ; ns1:plainTextDescription "\"Vision Thresholds\" is the thresholds of sensitivity of the eye." ; a ns1:QuantityKind, owl:NamedIndividual ; rdfs:isDefinedBy ns2:quantitykind ; rdfs:label "Vision Thresholds"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://qudt.org/vocab/quantitykind/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://qudt.org/2.1/vocab/> .

ns0:VisionThresholds
    ns1:informativeReference "http://en.wikipedia.org/wiki/Absolute_threshold#Vision"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    ns1:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    ns1:latexSymbol "\\(\\overline{T_v}\\)"^^ns1:LatexString ;
    ns1:plainTextDescription "\"Vision Thresholds\" is the thresholds of sensitivity of the eye." ;
    a ns1:QuantityKind, owl:NamedIndividual ;
    rdfs:isDefinedBy ns2:quantitykind ;
    rdfs:label "Vision Thresholds"@en .