constant:NewtonianConstantOfGravitation

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

Type
Description

Properties
Annotations
rdfs:label
Newtonian constant of gravitation(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/NewtonianConstantOfGravitation">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/PhysicalConstant"/>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Gravitational_constant</j.0:dbpediaMatch>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/GravitationalAttraction"/>
    <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_NewtonianConstantOfGravitation"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/constant"/>
    <rdfs:label xml:lang="en">Newtonian constant of gravitation</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/NewtonianConstantOfGravitation>
  rdf:type <http://qudt.org/schema/qudt/PhysicalConstant> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gravitational_constant"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GravitationalAttraction> ;
  <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_NewtonianConstantOfGravitation> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/constant> ;
  rdfs:label "Newtonian constant of gravitation"@en ;
.
JSON
{"resource":"Newtonian constant of gravitation" 
 ,"qname":"constant:NewtonianConstantOfGravitation" 
 ,"uri":"http:\/\/qudt.org\/vocab\/constant\/NewtonianConstantOfGravitation" 
 ,"properties":["dbpedia match":"http:\/\/dbpedia.org\/resource\/Gravitational_constant" 
    ,"has quantity kind":"quantitykind:GravitationalAttraction" 
    ,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.0\/vocab\/constant&gt;" 
    ,"label":"Newtonian constant of gravitation" 
    ,"quantity value":"constant:Value_NewtonianConstantOfGravitation" 
    ,"type":"qudt:PhysicalConstant" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/constant/NewtonianConstantOfGravitation",
  "@type" : "http://qudt.org/schema/qudt/PhysicalConstant",
  "dbpediaMatch" : "http://dbpedia.org/resource/Gravitational_constant",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/GravitationalAttraction",
  "informativeReference" : "http://physics.nist.gov/cuu/Constants/bibliography.html",
  "quantityValue" : "http://qudt.org/vocab/constant/Value_NewtonianConstantOfGravitation",
  "isDefinedBy" : "http://qudt.org/3.1.0/vocab/constant",
  "label" : {
    "@language" : "en",
    "@value" : "Newtonian constant of gravitation"
  },
  "@context" : {
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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-03-20T15:08:41.596-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)