constant:ShieldedProtonGyromagneticRatio

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

Type
Description

Properties
Annotations
rdfs:label
shielded proton gyromagnetic ratio(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:j.1="http://www.w3.org/2004/02/skos/core#"
    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/ShieldedProtonGyromagneticRatio">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/PhysicalConstant"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/GyromagneticRatio"/>
    <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_ShieldedProtonGyromagneticRatio"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.4/vocab/constant"/>
    <rdfs:label xml:lang="en">shielded proton gyromagnetic ratio</rdfs:label>
    <j.1:closeMatch rdf:resource="http://dbpedia.org/resource/Gyromagnetic_ratio"/>
  </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/ShieldedProtonGyromagneticRatio>
  rdf:type <http://qudt.org/schema/qudt/PhysicalConstant> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GyromagneticRatio> ;
  <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_ShieldedProtonGyromagneticRatio> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.4/vocab/constant> ;
  rdfs:label "shielded proton gyromagnetic ratio"@en ;
  <http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Gyromagnetic_ratio> ;
.
JSON
{"resource":"shielded proton gyromagnetic ratio" 
 ,"qname":"constant:ShieldedProtonGyromagneticRatio" 
 ,"uri":"http:\/\/qudt.org\/vocab\/constant\/ShieldedProtonGyromagneticRatio" 
 ,"properties":["has close match":"&lt;http:\/\/dbpedia.org\/resource\/Gyromagnetic_ratio&gt;" 
    ,"has quantity kind":"quantitykind:GyromagneticRatio" 
    ,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.4\/vocab\/constant&gt;" 
    ,"label":"shielded proton gyromagnetic ratio" 
    ,"quantity value":"constant:Value_ShieldedProtonGyromagneticRatio" 
    ,"type":"qudt:PhysicalConstant" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/constant/ShieldedProtonGyromagneticRatio",
  "@type" : "http://qudt.org/schema/qudt/PhysicalConstant",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/GyromagneticRatio",
  "informativeReference" : "http://physics.nist.gov/cuu/Constants/bibliography.html",
  "quantityValue" : "http://qudt.org/vocab/constant/Value_ShieldedProtonGyromagneticRatio",
  "isDefinedBy" : "http://qudt.org/3.1.4/vocab/constant",
  "label" : {
    "@language" : "en",
    "@value" : "shielded proton gyromagnetic ratio"
  },
  "closeMatch" : "http://dbpedia.org/resource/Gyromagnetic_ratio",
  "@context" : {
    "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"
    },
    "closeMatch" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#closeMatch",
      "@type" : "@id"
    },
    "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-07-18T19:02:24.379-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)