Skip to content

Commit

Permalink
Hot-fixes around caching, validation and 'manufacturer' property.
Browse files Browse the repository at this point in the history
  • Loading branch information
danbri committed May 15, 2016
1 parent 8c9488f commit e6c44ee
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
10 changes: 0 additions & 10 deletions data/ext/health-lifesci/med-health-core.rdfa
Expand Up @@ -2236,16 +2236,6 @@
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MedicalEnumeration">MedicalEnumeration</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/manufacturer">
<span class="h" property="rdfs:label">manufacturer</span>
<span property="rdfs:comment">The manufacturer of the product.</span>
<link property="http://schema.org/isPartOf" href="http://health-lifesci.schema.org" />
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DietarySupplement">DietarySupplement</a></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/Product">Product</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/mechanismOfAction">
<span class="h" property="rdfs:label">mechanismOfAction</span>
<span property="rdfs:comment">The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.</span>
Expand Down
8 changes: 8 additions & 0 deletions data/schema.rdfa
Expand Up @@ -5914,6 +5914,14 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/manufacturer">
<span class="h" property="rdfs:label">manufacturer</span>
<span property="rdfs:comment">The manufacturer of the product.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DietarySupplement">DietarySupplement</a></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/Product">Product</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/musicBy">
<span class="h" property="rdfs:label">musicBy</span>
<span property="rdfs:comment">The composer of the soundtrack.</span>
Expand Down
11 changes: 11 additions & 0 deletions docs/releases.html
Expand Up @@ -132,6 +132,17 @@ <h1>Releases</h1>
</tr>
-->

<tr>
<td>&nbsp;</td>
<td class="prerelease">Early Access Fixes</td>
<td>
<p>Changes that will be included in the next full release, but which have been published immediately:</p>
<ul>
<li id="g1159"><a href="https://github.com/schemaorg/schemaorg/pull/1159">Issue #1159</a>: Fixed <a href="https://github.com/schemaorg/schemaorg/issues/1157">problems with W3C validator</a>, caching, and mis-classification of <a href="/manufacturer">manufacturer</a> property which in in core rather than health-lifesci extension.</li>
</ul>
</td>
</tr>

<tr>
<td class="release"><a href="/version/3.0/">3.0</a><br/>sdo-deimos<br/>(2016-05-04)</td>
<span id="v.next"></span>
Expand Down

0 comments on commit e6c44ee

Please sign in to comment.