-
Notifications
You must be signed in to change notification settings - Fork 0
schema.org (schema)
Antonio Devís edited this page Sep 10, 2018
·
4 revisions
Schema.org create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.
The schemas are a set of 'types', each associated with a set of properties. The types are arranged in a hierarchy. The core vocabulary currently consists of 598 Types, 862 Properties, and 114 Enumeration values.
The related properties from the Creative Work type that matters to the project are:
| Codes | Property | Type | Description |
|---|---|---|---|
| -- | name | Text | The title of the resource.. |
| -- | about | Thing | The subject of the content. |
| -- | dateCreated | Date | The date on which the resource was created. |
| -- | author | Person | The individual credited with the creation of the resource. |
| -- | publisher | Organization | The organization credited with publishing the resource. |
| -- | inLanguage | Language | The primary language of the resource. |
| -- | accessibilityAPI | Text | Indicates that the resource is compatible with the referenced accessibility API. |
| -- | accessibilityControl | Text | Identifies input methods that are sufficient to fully control the described resource. |
| -- | accessibilityFeature | Text | Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. |
| -- | accessibilityHazard | Text | A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. |
| -- | license | Url or CreativeWork | A license document that applies to this content, typically indicated by URL. |
| -- | | | . | | -- | | | . | | -- | | | . | | -- | | | . | | -- | | | . |
12