|
50 | 50 | Note: 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.<br /> |
51 | 51 | </td> |
52 | 52 | </tr> |
53 | | - <tr class="reu_props_sdo"> |
54 | | - <td colspan="3">Properties from <a href="http://schema.org/Thing">Thing</a></td> |
55 | | - </tr> |
56 | | - <tr> |
57 | | - <th><a href="http://schema.org/additionalType">additionalType</a></th> |
58 | | - <td> |
59 | | - <a href="http://schema.org/URL">URL</a> |
60 | | - </td> |
61 | | - <td> |
62 | | - An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. |
63 | | - This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - |
64 | | - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those |
65 | | - defined externally. |
66 | | - </td> |
67 | | - </tr> |
68 | | - |
69 | | - <tr> |
70 | | - <th><a href="http://schema.org/alternateIdentifier">alternateIdentifier</a></th> |
71 | | - <td> |
72 | | - <a href="http://schema.org/Text">Text</a> |
73 | | - </td> |
74 | | - <td> |
75 | | - An additional identifier for the same instance of the resource. |
76 | | - </td> |
77 | | - </tr> |
78 | 53 |
|
79 | 54 | <tr> |
80 | 55 | <th><a href="http://schema.org/alternateIdentifier">alternateIdentifier</a></th> |
|
466 | 441 | </tr> |
467 | 442 |
|
468 | 443 | <tr> |
469 | | - <th><a href="https://schema.org/isControl">isConrol</a></th> |
| 444 | + <th><a href="https://schema.org/isControl">isControl</a></th> |
470 | 445 | <td> |
471 | 446 | <a href="https://schema.org/Boolean">Boolean</a> |
472 | 447 | </td> |
|
475 | 450 | </td> |
476 | 451 | </tr> |
477 | 452 |
|
| 453 | + |
| 454 | + <tr class="reu_props_sdo"> |
| 455 | + <td colspan="3">Properties from <a href="http://schema.org/Thing">Thing</a></td> |
| 456 | + </tr> |
| 457 | + <tr> |
| 458 | + <th><a href="http://schema.org/additionalType">additionalType</a></th> |
| 459 | + <td> |
| 460 | + <a href="http://schema.org/URL">URL</a> |
| 461 | + </td> |
| 462 | + <td> |
| 463 | + An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. |
| 464 | + This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - |
| 465 | + the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those |
| 466 | + defined externally. |
| 467 | + </td> |
| 468 | + </tr> |
| 469 | + |
478 | 470 | <tr> |
479 | 471 | <th><a href="http://schema.org/description">description</a></th> |
480 | 472 | <td> |
|
0 commit comments