unit:MO_MeanJulian

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

Type
Description

Properties
qudt:symbol
mo{mean Julian}
Annotations
rdfs:label
Mean Julian Month(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/MO_MeanJulian">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Time"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://aurora.regenstrief.org/~ucum/ucum.html#iso1000</j.0:informativeReference>
    <j.0:symbol>mo{mean Julian}</j.0:symbol>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">mo_j</j.0:ucumCode>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <rdfs:label xml:lang="en">Mean Julian Month</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/unit/MO_MeanJulian>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://aurora.regenstrief.org/~ucum/ucum.html#iso1000"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/symbol> "mo{mean Julian}" ;
  <http://qudt.org/schema/qudt/ucumCode> "mo_j"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Mean Julian Month"@en ;
.
JSON
{"resource":"Mean Julian Month" 
 ,"qname":"unit:MO_MeanJulian" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/MO_MeanJulian" 
 ,"properties":["has dimension vector":"dimension:A0E0L0I0M0H0T1D0" 
    ,"has quantity kind":"quantitykind:Time" 
    ,"informative reference":"http:\/\/aurora.regenstrief.org\/~ucum\/ucum.html#iso1000" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Mean Julian Month" 
    ,"symbol":"mo{mean Julian}" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"mo_j" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/MO_MeanJulian",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
  "informativeReference" : "http://aurora.regenstrief.org/~ucum/ucum.html#iso1000",
  "symbol" : "mo{mean Julian}",
  "ucumCode" : "mo_j",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Mean Julian Month"
  },
  "@context" : {
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "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"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "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-03-22T14:35:43.664-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)