Skip to content

Commit

Permalink
Typo clincalPharmacology renamed: http://schema.org/clinicalPharmacology
Browse files Browse the repository at this point in the history


Fixes #168

Implemented using supersededBy on the old spelling, to avoid 404'ing
existing usage.
  • Loading branch information
danbri committed Jan 29, 2015
1 parent 1d264a7 commit 0a281c4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions data/schema.rdfa
Expand Up @@ -5313,12 +5313,21 @@
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span> <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span> <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div> </div>
<div typeof="rdf:Property" resource="http://schema.org/clincalPharmacology"> <div typeof="rdf:Property" resource="http://schema.org/clinicalPharmacology">
<span class="h" property="rdfs:label">clincalPharmacology</span> <span class="h" property="rdfs:label">clinicalPharmacology</span>
<span property="rdfs:comment">Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).</span> <span property="rdfs:comment">Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Drug">Drug</a></span> <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Drug">Drug</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span> <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div> </div>

<div typeof="rdf:Property" resource="http://schema.org/clincalPharmacology">
<span class="h" property="rdfs:label">clinicalPharmacology</span>
<span property="rdfs:comment">Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Drug">Drug</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
<link property="supersededBy" href="http://schema.org/clinicalPharmacology" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/clipNumber"> <div typeof="rdf:Property" resource="http://schema.org/clipNumber">
<span class="h" property="rdfs:label">clipNumber</span> <span class="h" property="rdfs:label">clipNumber</span>
<span property="rdfs:comment">Position of the clip within an ordered group of clips.</span> <span property="rdfs:comment">Position of the clip within an ordered group of clips.</span>
Expand Down

0 comments on commit 0a281c4

Please sign in to comment.