quantitykind:PhotoThresholdOfAwarenessFunction

URI: http://qudt.org/vocab/quantitykind/PhotoThresholdOfAwarenessFunction

Type
Description

"Photo Threshold of Awareness Function" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation).

Properties
Annotations
dcterms:description
"Photo Threshold of Awareness Function" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation).
rdfs:label
Photo Threshold of Awareness Function(en)
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/quantitykind/PhotoThresholdOfAwarenessFunction">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Photo Threshold of Awareness Function" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation).</j.1:description>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.britannica.com/science/human-eye/Colour-vision</j.0:informativeReference>
    <j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=43012</j.0:isoNormativeReference>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Photo Threshold of Awareness Function</rdfs:label>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/vocab/quantitykind/PhotoThresholdOfAwarenessFunction>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "\"Photo Threshold of Awareness Function\" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation)."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://www.britannica.com/science/human-eye/Colour-vision"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Photo Threshold of Awareness Function"@en ;
.
JSON
{"resource":"Photo Threshold of Awareness Function" 
 ,"qname":"quantitykind:PhotoThresholdOfAwarenessFunction" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/PhotoThresholdOfAwarenessFunction" 
 ,"properties":["description":"\"Photo Threshold of Awareness Function\" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation)." 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T1D0" 
    ,"informative reference":"https:\/\/www.britannica.com\/science\/human-eye\/Colour-vision" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Photo Threshold of Awareness Function" 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=43012" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/PhotoThresholdOfAwarenessFunction",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "\"Photo Threshold of Awareness Function\" is the ability of the human eye to detect a light that results in a $1^o$ radial angle at the eye with a given duration (temporal summation).",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
  "informativeReference" : "https://www.britannica.com/science/human-eye/Colour-vision",
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=43012",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Photo Threshold of Awareness Function"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isoNormativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2024-04-25T16:09:20.146-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)