Skip to content

Commit

Permalink
Updated for 10.0 release including first cut at a style guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
danbri committed Aug 25, 2020
1 parent 5daa84f commit a9acdb9
Show file tree
Hide file tree
Showing 5 changed files with 4,597 additions and 4,481 deletions.
1 change: 1 addition & 0 deletions docs/documents.html
Expand Up @@ -73,6 +73,7 @@ <h2>Schema Info</h2>
<li><b><a href="full.html">The full type hierarchy</a>:</b> The full type hierarchy, in a single file.</li>
<li><a href="faq.html">Frequently asked questions</a></li>
<li><b><a href="datamodel.html">Data model</a>:</b> a brief note on the data model used, etc.</li>
<li><b><a href="styleguide.html">Style Guide</a>:</b> naming conventions and related patterns for schema authoring.</li>
<li><b><a href="developers.html">Developers</a>:</b> developer-oriented information about schema.org</li>
<li><b><a href="developers.html#defs">Vocabulary definition download</a>:</b> download definition files for core vocabulary and extensions.</li>
<li><b><a href="extension.html">Extension Mechanism</a>:</b> The extension mechanism that can be used to extend the schemas.</li>
Expand Down
87 changes: 86 additions & 1 deletion docs/releases.html
Expand Up @@ -136,6 +136,92 @@ <h1>Releases</h1>







<tr>
<td class="release"><a href="/version/10.0/">10.0</a><br/>2020-09-07</td>
<td>
<span id="v10.0"></span>
<p>
Version 10.0 See <a href="https://github.com/schemaorg/schemaorg/issues/2648">planning pages</a>. This release consists primarily of additions to the <a href="https://pending.schema.org/">Pending</a> section of schema.org,
alongside some bugfixes and improvements to core terms.</p>
</td>
<td>
<h2>Vocabulary</h2>

<h3>Changes in Core section:</h3>
<ul>

<li id="g737"><a href="https://github.com/schemaorg/schemaorg/issues/737">Issue #737</a>: improve support for controlled taxonomies (e.g. SKOS) by supporting URLs into taxonomies for the <a href="/keywords">keywords</a> field: added <a href="/URL">URL</a> and <a href="/DefinedTerm">DefinedTerm</a> as expected values.</li>

<li id="g2647"><a href="https://github.com/schemaorg/schemaorg/issues/2647">Issue #2647</a>: <a href="/SkiResort">SkiResort</a> should be a subclass of <a href="/Resort">Resort</a> (in addition to the existing <a href="/SportsActivityLocation">SportsActivityLocation</a> supertype).</li>

<li id="g2664"><a href="https://github.com/schemaorg/schemaorg/issues/2664">Issue #2664</a>: a <a href="/parentItem">parentItem</a> of a <a href="/Comment">Comment</a> should be a <a href="/Comment">Comment</a>, not a <a href="/Question">Question</a>.</li>

<li id="g2662"><a href="https://github.com/schemaorg/schemaorg/issues/2662">Issue #2662</a>: the supertype of <a href="/Question">Question</a> should be <a href="/Comment">Comment</a>, by analogy with <a href="/Answer">Answer</a>.</li>


<li id="g881"><a href="https://github.com/schemaorg/schemaorg/issues/881">Issue #881</a>:
Changed <a href="/description">description</a> to <a href="/reviewBody">reviewBody</a> in a <a href="/Review">Review</a> <a href="/Review#eg-0010">example</a>.</li>

<!--
<li id="g2604"><a href="https://github.com/schemaorg/schemaorg/issues/2604">Issue #2604</a>: Improvements around enumerations. Some code improvements to present subtyped Enumerations more usefully, and addition of a <a href="/StatusEnumeration">StatusEnumeration</a> type to group numerous enumerations from various kinds of status-related situations.</li>
-->
</ul>


<h3>Changes in <a href="http://pending.schema.org/">Pending</a> section:</h3>
<ul>

<li id="g1401"><a href="https://github.com/schemaorg/schemaorg/issues/2663">Issue #2663</a>: add a property <a href="/eduQuestionType">eduQuestionType</a> for questions that act as practice problems.</li>

<li id="g2678"><a href="https://github.com/schemaorg/schemaorg/issues/2678">Issue #2678</a>:
Indicated that <a href="/learningResourceType">learningResourceType</a> is expected on <a href="/LearningResource">LearningResource</a>.</li>

<li id="g2483"><a href="https://github.com/schemaorg/schemaorg/issues/2483">Issue #2483</a>:
Add <a href="/hasCourse">hasCourse</a> property to <a href="/EducationalOccupationalProgram">EducationalOccupationalProgram</a> to specify which courses are components of a program.</li>

<li id="g2690"><a href="https://github.com/schemaorg/schemaorg/issues/2690">Issue #2690</a>: add a <a href="/layoutImage">layoutImage</a> property to <a href="/FloorPlan">FloorPlan</a> to clearly indicate an image that depicts the floorplan.</li>

<li id="g2670"><a href="https://github.com/schemaorg/schemaorg/issues/2670">Issue #2670</a>:
add vocabulary to express the energy efficiency of products. Adds a <a href="/hasEnergyConsumptionDetails">hasEnergyConsumptionDetails</a> property for use on <a href="/Product">Product</a>
to indicate an <a href="/EnergyConsumptionDetails">EnergyConsumptionDetails</a> item which in turn has a
<a href="/hasEnergyEfficiencyCategory">hasEnergyEfficiencyCategory</a> property whose values are drawn from
enumerations. An enumeration class <a href="/EnergyEfficiencyCategory">EnergyEfficiencyCategory</a> with two
initial subtypes, for <a href="/EUEnergyEfficiencyCategory">EUEnergyEfficiencyCategory</a> and <a href="/EnergyStarEnergyEfficiencyCategory">EnergyStarEnergyEfficiencyCategory</a>. The elements in the EU scheme
are ordered, allowing <a href="/energyEfficiencyScaleMax">energyEfficiencyScaleMax</a> and <a href="/energyEfficiencyScaleMin">energyEfficiencyScaleMin</a> properties to specify the portion of the scale applicable to the relevant product category.</li>


<!--
<li id="g1401"><a href="https://github.com/schemaorg/schemaorg/issues/1401">Issue #1401</a>: Add a type <a href="/LearningResource">LearningResource</a>
to indicate <a href="/CreativeWork">CreativeWork</a>s that have a particular and explicit orientation towards learning, education, skill acquisition and other educational purposes.</li>
-->

</ul>


<h3>Site Improvements</h3>

<ul>
<li id="g2669"><a href="https://github.com/schemaorg/schemaorg/issues/2663">Issue #2663</a>: Updated all examples to use https://schema.org instead of http://schema.org.</li>
<li id="gstyle"><a href="/docs/styleguide.html">Style Guide</a>: Added a style guide for schema authoring to the site, giving conventions for term naming and capitalization.</li>
</ul>





</td>
</tr>







<tr>
<td class="release"><a href="/version/9.0/">9.0</a><br/>2020-07-21</td>
<td>
Expand All @@ -151,7 +237,6 @@ <h3>Changes in Core section:</h3>
<ul>
<li id="g2604"><a href="https://github.com/schemaorg/schemaorg/issues/2604">Issue #2604</a>: Improvements around enumerations. Some code improvements to present subtyped Enumerations more usefully, and addition of a <a href="/StatusEnumeration">StatusEnumeration</a> type to group numerous enumerations from various kinds of status-related situations.</li>
<li id="g2512"><a href="https://github.com/schemaorg/schemaorg/issues/2512">Issue #2512</a>: Fixed definition of <a href="/LockerDelivery">LockerDelivery</a> and <a href="/ParcelService">ParcelService</a> to correctly define them as enumeration members of <a href="/DeliveryMethod">DeliveryMethod</a>.</li>
</ul>

<li id="g2268"><a href="https://github.com/schemaorg/schemaorg/issues/2268">Issue #2268</a>: Defined expected type of several properties in <a href="/ExercisePlan">ExercisePlan</a> to be <a href="/QuantitativeValue">QuantitativeValue</a> instead of the incorrect value of <a href="/QualitativeValue">QualitativeValue</a>.</li>
</ul>
Expand Down

0 comments on commit a9acdb9

Please sign in to comment.