Molar Concentration Uri
2
0
Entering edit mode
12.7 years ago
Biogeek ▴ 170

Wondering if anyone ever needed/came across a URI for datatype "M" (molar, as in 10 M -> 10 Molar). http://en.wikipedia.org/wiki/Molar_concentration

• 2.3k views
ADD COMMENT
4
Entering edit mode
12.7 years ago

via the Bioportal I found:

In the "Units of measurement ontology" http://bioportal.bioontology.org/ontologies/45830 : http://www.berkeleybop.org/ontologies/owl/UO#UO_0000062

  <owl:Class rdf:about="&lt;a href=" http:="" purl.org="" obo="" owl="" UO#UO_0000062"="" rel="nofollow">http://purl.org/obo/owl/UO#UO_0000062">
    <rdfs:label xml:lang="en">molar</rdfs:label>
    <oboInOwl:inSubset rdf:resource="&lt;a href=" http:="" purl.org="" obo="" owl="" obo#unit_slim"="" rel="nofollow">http://purl.org/obo/owl/obo#unit_slim"/>
    <oboInOwl:hasDefinition>
      <oboInOwl:Definition>
        <rdfs:label xml:lang="en">A unit of concentration which expresses a concentration of 1 mole of solute per liter of solution (mol/L).</rdfs:label>
        <oboInOwl:hasDbXref>
          <oboInOwl:DbXref>
            <rdfs:label>UOC:GVG</rdfs:label>
            <oboInOwl:hasURI rdf:datatype="&lt;a href=" http:="" www.w3.org="" 2001="" XMLSchema#anyURI"="" rel="nofollow">http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/obo/owl/UOC#UOC_GVG</oboInOwl:hasURI>
          </oboInOwl:DbXref>
        </oboInOwl:hasDbXref>
      </oboInOwl:Definition>
    </oboInOwl:hasDefinition>
    <oboInOwl:hasExactSynonym>
      <oboInOwl:Synonym>
        <rdfs:label xml:lang="en">M</rdfs:label>
      </oboInOwl:Synonym>
    </oboInOwl:hasExactSynonym>
    <oboInOwl:hasOBONamespace>unit.ontology</oboInOwl:hasOBONamespace>
    <rdfs:subClassOf rdf:resource="&lt;a href=" http:="" purl.org="" obo="" owl="" UO#UO_0000061"="" rel="nofollow">http://purl.org/obo/owl/UO#UO_0000061"/>
  </owl:Class>
ADD COMMENT
0
Entering edit mode
11.5 years ago

QUDT

unit:MolePerCubicMeter
  rdf:type qudt:MolarConcentrationUnit , qudt:SIDerivedUnit ;
  rdfs:label "Mole per Cubic Meter"^^xsd:string ;
  qudt:abbreviation "mol/m^3"^^xsd:string ;
  qudt:code "1220"^^xsd:string ;
  qudt:conversionMultiplier
          1.0e0 ;
  qudt:conversionOffset
          "0.0"^^xsd:double ;
  qudt:symbol "mol/m^3"^^xsd:string .
ADD COMMENT

Login before adding your answer.

Traffic: 1918 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6