diff --git a/Documentation/Developer/Api.rst b/Documentation/Developer/Api.rst index 7d18ac65..3c793fba 100644 --- a/Documentation/Developer/Api.rst +++ b/Documentation/Developer/Api.rst @@ -53,7 +53,7 @@ have to create the schema model: The schema type `Person` maps to the model :php:`\Brotkrueml\Schema\Model\Type\Person`. You can use every accepted type -from the core vocabulary of `schema.org`_. Also have a look into the +from the core section of `schema.org`_. Also have a look into the :file:`Classes\\Model\\Type` folder of this extension to get a general idea of the available types. diff --git a/Documentation/Developer/ExtendingVocabulary.rst b/Documentation/Developer/ExtendingVocabulary.rst index 2d3c8301..d0e613f5 100644 --- a/Documentation/Developer/ExtendingVocabulary.rst +++ b/Documentation/Developer/ExtendingVocabulary.rst @@ -17,7 +17,7 @@ Introduction ============ The TYPO3 schema extension ships :ref:`type models ` and :ref:`view helpers -` with their properties from the core vocabulary of the schema.org +` with their properties from the core section of the schema.org definitions. However, there are several extensions, like `Health and lifesciences`_ or `Autos`_. There are also `pending types and properties`_ available that enable schema.org to introduce terms on an @@ -33,7 +33,7 @@ if you only want to add only a few terms you are encouraged to add them on your own, especially pending terms. Pending terms are experimental, after a certain time a term will be incorporated -into the core vocabulary or dropped. This depends on the usage, adoption and +into the core section or dropped. This depends on the usage, adoption and discussions. To maintain backward-compatibility and to not break any pages, pending types are also not supplied by this extension. @@ -55,7 +55,7 @@ how to register additional properties in detail. About 1-2 times a year a new version of the schema.org definition is `released`_. The extension adopts these changes in future releases. If you register a pending property for a type, this property can be included in the - core vocabulary in a later version of this extension. However, it doesn't do + core section in a later version of this extension. However, it doesn't do any harm to register a property that already exists. @@ -126,7 +126,7 @@ was quickly adopted by Google. The type can be used as `location`_ in the = 'MyVendor\\MyExtension\\ViewHelpers\\Schema'; This way you don't have to think about which namespace to use. And if the - pending type is moved to the core vocabulary you have no need to touch your + pending type is moved to the core section you have no need to touch your Fluid templates. Of course, feel free to use another namespace. .. attention:: @@ -134,7 +134,7 @@ was quickly adopted by Google. The type can be used as `location`_ in the your class models take precedence over the delivered models from the schema extension. This may be necessary, if you define a pending type with pending properties (which you also use) to avoid breaks when the type is included - into the core vocabulary but some properties aren't. + into the core section but some properties aren't. .. tip:: Have a look into the `schema_virtuallocation`_ extension. It serves as a diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index ee502ebb..8adc4a51 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -44,7 +44,7 @@ Schema.org is a set of extensible schemas that enables webmasters to embed structured data on their web pages for use by search engines and other applications. The vocabulary is divided into different sections: -* The **core** vocabulary provides all default types and properties, like +* The **core** section provides all default types and properties, like `Person` or `Organization`. * The **pending** section is a staging area for work-in-progress terms which have yet to be accepted into the core vocabulary. `Pending terms`_ are subject @@ -56,7 +56,7 @@ applications. The vocabulary is divided into different sections: `health and lifesciences`_. .. note:: - This TYPO3 schema extension provides the terms for the core vocabulary. To + This TYPO3 schema extension provides the terms for the core section. To use terms from other sections you can extend the vocabulary on your own as described in the :ref:`according chapter ` or use one of the additional TYPO3 extensions provided by the author of this extension: