Skip to content

Commit

Permalink
Merge pull request #2 from BioSchemas/egonw-patch-1
Browse files Browse the repository at this point in the history
Restored 'molecular weight' as Text
  • Loading branch information
Alasdair Gray committed Aug 29, 2019
2 parents aa2ff54 + e7c6362 commit 9d3004a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/ext/bio/MolecularEntity.rdfa
Expand Up @@ -4,6 +4,7 @@
* | Project: https://bioschemas.org
* | MailingList: https://lists.w3.org/Archives/Public/public-bioschemas/
* | Issues:
* | - https://github.com/BioSchemas/specifications/issues/347
-->


Expand Down Expand Up @@ -54,18 +55,18 @@
<div typeof="rdf:Property" resource="http://schema.org/molecularWeight">
<link property="http://schema.org/isPartOf" href="http://bio.schema.org" />
<span class="h" property="rdfs:label">molecularWeight</span>
<span property="rdfs:comment">This is the molecular weight of the entity being described, not of the parent. Units should be included in the form &#39;&amp;lt;Number&amp;gt; &amp;lt;Mass unit of measure&amp;gt;&#39;, for example &#39;0.01 mg&#39;.</span>
<span property="rdfs:comment">This is the molecular weight of the entity being described, not of the parent. Units should be included in the form &#39;&amp;lt;Number&amp;gt; &amp;lt;unit&amp;gt;&#39;, for example &#39;12 amu&#39; or as &#39;&amp;lt;QuantitativeValue&amp;gt;.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MolecularEntity">MolecularEntity</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass">Mass</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a> or <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
<span>Source: <a property="dc:source" href="http://www.bioschemas.org/MolecularEntity">MolecularEntity</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/monoisotopicMolecularWeight">
<link property="http://schema.org/isPartOf" href="http://bio.schema.org" />
<span class="h" property="rdfs:label">monoisotopicMolecularWeight</span>
<span property="rdfs:comment">The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units the form &#39;&amp;lt;Number&amp;gt; &amp;lt;Mass unit of measure&amp;gt;&#39;, for example &#39;0.01 mg&#39;.</span>
<span property="rdfs:comment">The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units the form &#39;&amp;lt;Number&amp;gt; &amp;lt;unit&amp;gt;&#39;, for example &#39;770.230488 g/mol&#39; or as &#39;&amp;lt;QuantitativeValue&amp;gt;.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MolecularEntity">MolecularEntity</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass">Mass</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a> or <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
<span>Source: <a property="dc:source" href="http://www.bioschemas.org/MolecularEntity">MolecularEntity</a></span>
</div>

Expand Down

0 comments on commit 9d3004a

Please sign in to comment.