|
|
(15 intermediate revisions by 7 users not shown) |
Line 1: |
Line 1: |
| __TOC__ | | __TOC__ |
| | |
| | == HP10 - hProduct vs. hListing to markup Real Estate websites - "identifier" == |
| | |
| | <div class="vevent"> |
| | * {{OpenIssue}} <span class="summary vcard"><span class="dtstart">2010-04-29</span> raised by <span class="fn">[[User:ChiefRA|Arthur]]</span></span> |
| | <div class="description"> |
| | I would recommend that for using hProduct to markup Real Estate websites, the "identifier" optional property should have the "type" parameter entered as "MLS" which is appropriate for Real Estate: |
| | |
| | <pre><nowiki> |
| | <div class="identifier"> |
| | <span class="type">MLS</span>#: |
| | <span class="value"> 07231613</span> |
| | </div> |
| | </nowiki></pre> |
| | |
| | Adnotation: The "value" parameter should contain "strictly" numbers: no dashes, commas, or other characters. If you need to have dashes in between, then it SHOULD be abbreviated with [[abbr-design-pattern|abbr]]: |
| | |
| | <pre><nowiki> |
| | <div class="identifier"> |
| | <span class="type">MLS</span>#: |
| | <abbr class="value" title="07231613"> 07-231613</abbr> |
| | </div> |
| | </nowiki></pre> |
| | </div> |
| | </div> |
| | |
| | |
| | == HP9 - hProduct vs. hListing to markup Real Estate websites == |
| | |
| | <div class="vevent"> |
| | * {{OpenIssue}} <span class="summary vcard"><span class="dtstart">2011-11-15</span> raised by <span class="fn">[[User:ChiefRA|Arthur]]</span> |
| | </span> |
| | <div class="entry-content discussion issues"> |
| | If use the [[hproduct|hProduct]] (which is fully supported by Google) instead of [[hlisting|hListing]] to markup Real Estate websites, what hProduct related properties should we use to replace these 3 properties of hListing: "item-type", "listing-type" and "listing-action"? (e.g. housing offer-sale). |
| | Should we use "category"? |
| | |
| | For a better understanding and for practical purposes, I provide 2 working examples for usability: |
| | *# hListing original marked up example: [http://pastebin.com/3p05rFF5 hListing example] |
| | *# and then, modified into hProduct: [http://pastebin.com/2Lj5Rd6t hProduct example] |
| | Feel free to copy and modify it along and attach it in your comments and the result should be placed in the right section as implementation example. |
| | |
| | *# Response by [[User:TobyInk|tobyink]] 2011-11-18: Yes, probably category, but rather than using: |
| | <pre><nowiki> |
| | <span class="category">housing offer-sale</span> |
| | </nowiki></pre> |
| | use |
| | <pre><nowiki> |
| | <span class="category">housing</span> |
| | <span class="category">offer-sale</span> |
| | </nowiki></pre> |
| | </div> |
| | </div> |
| | |
| | == HP1 - hProduct product identifier == |
| | |
| | <div class="vevent"> |
| | * {{OpenIssue}} <span class="summary vcard"><span class="dtstart">2010-04-29</span> raised by <span class="fn">Harald Oehlmann</span></span> |
| | <div class="description"> |
| | *# The product identifier has a relatively loose list of partly contradictory examples. |
| | I would recomment to use a product identification in ISO15418 format following data identifier "25P" of [http://www.autoid.org/webfm_send/2488 ASC MH10.8.2]. |
| | The proposal is to use the data of 25P as identifier. |
| | This superceedes the examples ean, jan, isbn, issn (which may be all represented as GTINs which is also a part of 25P). |
| | In addition, all unique product codes of other branches like automotive, steel, military, aviation, chemical, healthcare and many pharma codes are covered. |
| | *# Within the examples, there is "sn" for serial number. This is another class of identifier, because an object, and not a product is identified. A serial number should be used as the data of "25S" which covers again all branch serial numbers and the GS1 GIAI code. |
| | *# Those are only some thoughts, you may delete this contribution if it is out of scope for you.</div> |
| | </div> |
| | |
| | == <span class="summary">HP2 - FN should be used instead of N for product title</span> == |
|
| |
|
| == HP1 - hProduct vs hListing regarding "price" / "quantity" / "shipping" fields == | | == HP1 - hProduct vs hListing regarding "price" / "quantity" / "shipping" fields == |