unit:MO_Synodic

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

Type
Description

A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.

Properties
qudt:symbol
mo{synodic}
Annotations
dcterms:description
A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.
rdfs:label
Synodic 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:j.1="http://purl.org/dc/terms/"
    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_Synodic">
    <j.0:symbol>mo{synodic}</j.0:symbol>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.</j.1:description>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/MO"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">mo_s</j.0:ucumCode>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Time"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.thefreedictionary.com/Synodal+month</j.0:informativeReference>
    <rdfs:label xml:lang="en">Synodic 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_Synodic>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MO> ;
  <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://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/symbol> "mo{synodic}" ;
  <http://qudt.org/schema/qudt/ucumCode> "mo_s"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Synodic month"@en ;
.
JSON
{"resource":"Synodic month" 
 ,"qname":"unit:MO_Synodic" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/MO_Synodic" 
 ,"properties":["description":"A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days." 
    ,"exact match":"unit:MO" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T1D0" 
    ,"has quantity kind":"quantitykind:Time" 
    ,"informative reference":"http:\/\/www.thefreedictionary.com\/Synodal+month" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Synodic month" 
    ,"symbol":"mo{synodic}" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"mo_s" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/MO_Synodic",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.",
  "exactMatch" : "http://qudt.org/vocab/unit/MO",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
  "informativeReference" : "http://www.thefreedictionary.com/Synodal+month",
  "symbol" : "mo{synodic}",
  "ucumCode" : "mo_s",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Synodic month"
  },
  "@context" : {
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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:47:45.215-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)