constant:InverseMeterHertzRelationship

URI: http://qudt.org/vocab/constant/InverseMeterHertzRelationship

Type
Description

Properties
Annotations
rdfs:label
inverse meter-hertz relationship(en-US)
inverse metre-hertz relationship(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: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/constant/InverseMeterHertzRelationship">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/PhysicalConstant"/>
    <j.0:exactConstant rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:exactConstant>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Frequency"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://physics.nist.gov/cuu/Constants/bibliography.html</j.0:informativeReference>
    <j.0:quantityValue rdf:resource="http://qudt.org/vocab/constant/Value_InverseMeterHertzRelationship"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.9/vocab/constant"/>
    <rdfs:label xml:lang="en-US">inverse meter-hertz relationship</rdfs:label>
    <rdfs:label xml:lang="en">inverse metre-hertz relationship</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/constant/InverseMeterHertzRelationship>
  rdf:type <http://qudt.org/schema/qudt/PhysicalConstant> ;
  <http://qudt.org/schema/qudt/exactConstant> true ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/quantityValue> <http://qudt.org/vocab/constant/Value_InverseMeterHertzRelationship> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/constant> ;
  rdfs:label "inverse meter-hertz relationship"@en-US ;
  rdfs:label "inverse metre-hertz relationship"@en ;
.
JSON
{"resource":"inverse metre-hertz relationship" 
 ,"qname":"constant:InverseMeterHertzRelationship" 
 ,"uri":"http:\/\/qudt.org\/vocab\/constant\/InverseMeterHertzRelationship" 
 ,"properties":["exact constant":"true" 
    ,"has quantity kind":"quantitykind:Frequency" 
    ,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.9\/vocab\/constant&gt;" 
    ,"label":"inverse meter-hertz relationship" 
    ,"label":"inverse metre-hertz relationship" 
    ,"quantity value":"constant:Value_InverseMeterHertzRelationship" 
    ,"type":"qudt:PhysicalConstant" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/constant/InverseMeterHertzRelationship",
  "@type" : "http://qudt.org/schema/qudt/PhysicalConstant",
  "http://qudt.org/schema/qudt/exactConstant" : true,
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
  "informativeReference" : "http://physics.nist.gov/cuu/Constants/bibliography.html",
  "quantityValue" : "http://qudt.org/vocab/constant/Value_InverseMeterHertzRelationship",
  "isDefinedBy" : "http://qudt.org/3.1.9/vocab/constant",
  "label" : [ {
    "@language" : "en-us",
    "@value" : "inverse meter-hertz relationship"
  }, {
    "@language" : "en",
    "@value" : "inverse metre-hertz relationship"
  } ],
  "@context" : {
    "exactConstant" : {
      "@id" : "http://qudt.org/schema/qudt/exactConstant",
      "@type" : "http://www.w3.org/2001/XMLSchema#boolean"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "quantityValue" : {
      "@id" : "http://qudt.org/schema/qudt/quantityValue",
      "@type" : "@id"
    },
    "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 2025-12-16T16:53:59.819-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)