unit:M5

URI: http://qudt.org/vocab/unit/M5

Type
Description

Properties
Annotations
qudt:expression
$m^{5}$
rdfs:label
Quintic Meter(en-us)
Quintic Metre(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/unit/M5">
    <j.0:symbol>m⁵</j.0:symbol>
    <rdfs:label xml:lang="en-us">Quintic Meter</rdfs:label>
    <rdfs:label xml:lang="en">Quintic Metre</rdfs:label>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/SectionAreaIntegral"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L5I0M0H0T0D0"/>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$m^{5}$</j.0:expression>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">m5</j.0:ucumCode>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
  </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/unit/M5>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
  <http://qudt.org/schema/qudt/expression> "$m^{5}$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L5I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SectionAreaIntegral> ;
  <http://qudt.org/schema/qudt/symbol> "m⁵" ;
  <http://qudt.org/schema/qudt/ucumCode> "m5"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Quintic Meter"@en-us ;
  rdfs:label "Quintic Metre"@en ;
.
JSON
{"resource":"Quintic Metre" 
 ,"qname":"unit:M5" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/M5" 
 ,"properties":["applicable system":"sou:CGS" 
    ,"applicable system":"sou:CGS-EMU" 
    ,"applicable system":"sou:CGS-GAUSS" 
    ,"applicable system":"sou:SI" 
    ,"conversion multiplier":"1.0" 
    ,"conversion multiplier scientific":"1.0E0" 
    ,"expression":"$m^{5}$" 
    ,"has dimension vector":"dimension:A0E0L5I0M0H0T0D0" 
    ,"has quantity kind":"quantitykind:SectionAreaIntegral" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Quintic Meter" 
    ,"label":"Quintic Metre" 
    ,"symbol":"m\u2075" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"m5" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/M5",
  "@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
  "applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
  "conversionMultiplier" : "1.0",
  "conversionMultiplier:SN" : 1.0,
  "expression" : "$m^{5}$",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L5I0M0H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SectionAreaIntegral",
  "symbol" : "m⁵",
  "ucumCode" : "m5",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : [ {
    "@language" : "en-us",
    "@value" : "Quintic Meter"
  }, {
    "@language" : "en",
    "@value" : "Quintic Metre"
  } ],
  "@context" : {
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "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-25T14:47:25.754-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)