Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## 2.0.1

* The generator now relies on embeded schema file to prevent issues with online XML files and allow offline usage
* The generator now relies on embedded schema file to prevent issues with online XML files and allow offline usage
* An issue regarding the Inflector namespace has been fixed

## 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ If you happen to find a bug, we kindly request you to report it. However, before

* Check the [project documentation available online](https://api-platform.com/docs/)

Then, if it appears that it's a real bug, you may report it using Github by following these 3 points:
Then, if it appears that it's a real bug, you may report it using GitHub by following these 3 points:

* Check if the bug is not already reported!
* A clear title to resume the issue
* A description of the workflow needed to reproduce the bug,
* A description of the workflow needed to reproduce the bug

> _NOTE:_ Don’t hesitate giving as much information as you can (OS, PHP version extensions...)

Expand Down
16 changes: 8 additions & 8 deletions data/schema.rdfa
Original file line number Diff line number Diff line change
Expand Up @@ -3183,7 +3183,7 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth

<div typeof="rdfs:Class" resource="http://schema.org/ReceiveAction">
<span class="h" property="rdfs:label">ReceiveAction</span>
<span property="rdfs:comment">The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.\n\nRelated actions:\n\n* [[SendAction]]: The reciprocal of ReceiveAction.\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).</span>
<span property="rdfs:comment">The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.\n\nRelated actions:\n\n* [[SendAction]]: The reciprocal of ReceiveAction.\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transferred (e.g. I can receive a package, but it does not mean the package is now mine).</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
</div>

Expand Down Expand Up @@ -3312,7 +3312,7 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth

<div typeof="rdfs:Class" resource="http://schema.org/TakeAction">
<span class="h" property="rdfs:label">TakeAction</span>
<span property="rdfs:comment">The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\n\nRelated actions:\n\n* [[GiveAction]]: The reciprocal of TakeAction.\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.</span>
<span property="rdfs:comment">The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\n\nRelated actions:\n\n* [[GiveAction]]: The reciprocal of TakeAction.\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transferred.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
</div>

Expand Down Expand Up @@ -5142,7 +5142,7 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth
</div>
<div typeof="rdf:Property" resource="http://schema.org/gtin13">
<span class="h" property="rdfs:label">gtin13</span>
<span property="rdfs:comment">The [GTIN-13](http://apps.gs1.org/GDD/glossary/Pages/GTIN-13.aspx) code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.</span>
<span property="rdfs:comment">The [GTIN-13](http://apps.gs1.org/GDD/glossary/Pages/GTIN-13.aspx) code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
Expand Down Expand Up @@ -6295,7 +6295,7 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth
<div typeof="rdf:Property" resource="http://schema.org/price">
<span class="h" property="rdfs:label">price</span>
<span property="rdfs:comment">The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\nUsage guidelines:\n\n* Use the [[priceCurrency]] property (with [ISO 4217 codes](http://en.wikipedia.org/wiki/ISO_4217#Active_codes) e.g. "USD") instead of
including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.
</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
Expand Down Expand Up @@ -7274,7 +7274,7 @@ While such policies are most typically expressed in natural language, sometimes
</div>
<div typeof="rdf:Property" resource="http://schema.org/tickerSymbol">
<span class="h" property="rdfs:label">tickerSymbol</span>
<span property="rdfs:comment">The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022.</span>
<span property="rdfs:comment">The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Corporation">Corporation</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>
Expand Down Expand Up @@ -8306,7 +8306,7 @@ postponing for 1.6.
<!-- New QAPage class. -->
<div typeof="rdfs:Class" resource="http://schema.org/QAPage">
<span class="h" property="rdfs:label">QAPage</span>
<span property="rdfs:comment">A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).</span>
<span property="rdfs:comment">A QAPage is a WebPage focused on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
</div>

Expand Down Expand Up @@ -8851,7 +8851,7 @@ postponing for 1.6.

<div typeof="rdf:Property" resource="http://schema.org/previousItem">
<span class="h" property="rdfs:label">previousItem</span>
<span property="rdfs:comment">A link to the ListItem that preceeds the current one.</span>
<span property="rdfs:comment">A link to the ListItem that precedes the current one.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ListItem">ListItem</a></span>
<span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ListItem">ListItem</a></span>
</div>
Expand Down Expand Up @@ -9751,7 +9751,7 @@ postponing for 1.6.
</div>
<div typeof="rdf:Property" resource="http://schema.org/additionalProperty">
<span class="h" property="rdfs:label">additionalProperty</span>
<span property="rdfs:comment">A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.
<span property="rdfs:comment">A property-value pair representing an additional characteristics of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.
</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
Expand Down
Loading