@@ -23,214 +23,214 @@ |
||
23 | 23 | */ |
24 | 24 | class Pond extends MetaJsonLd implements PondInterface, BodyOfWaterInterface, LandformInterface, PlaceInterface, ThingInterface |
25 | 25 | { |
26 | - use PondTrait; |
|
27 | - use BodyOfWaterTrait; |
|
28 | - use LandformTrait; |
|
29 | - use PlaceTrait; |
|
30 | - use ThingTrait; |
|
31 | - |
|
32 | - /** |
|
33 | - * The Schema.org Type Name |
|
34 | - * |
|
35 | - * @var string |
|
36 | - */ |
|
37 | - public static $schemaTypeName = 'Pond'; |
|
38 | - |
|
39 | - /** |
|
40 | - * The Schema.org Type Scope |
|
41 | - * |
|
42 | - * @var string |
|
43 | - */ |
|
44 | - public static $schemaTypeScope = 'https://schema.org/Pond'; |
|
45 | - |
|
46 | - /** |
|
47 | - * The Schema.org Type Extends |
|
48 | - * |
|
49 | - * @var string |
|
50 | - */ |
|
51 | - public static $schemaTypeExtends = 'BodyOfWater'; |
|
52 | - |
|
53 | - /** |
|
54 | - * The Schema.org Type Description |
|
55 | - * |
|
56 | - * @var string |
|
57 | - */ |
|
58 | - public static $schemaTypeDescription = 'A pond.'; |
|
59 | - |
|
60 | - |
|
61 | - /** |
|
62 | - * @inheritdoc |
|
63 | - */ |
|
64 | - public function getSchemaPropertyNames(): array |
|
65 | - { |
|
66 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
67 | - } |
|
68 | - |
|
69 | - |
|
70 | - /** |
|
71 | - * @inheritdoc |
|
72 | - */ |
|
73 | - public function getSchemaPropertyExpectedTypes(): array |
|
74 | - { |
|
75 | - return [ |
|
76 | - 'additionalProperty' => ['PropertyValue'], |
|
77 | - 'additionalType' => ['URL'], |
|
78 | - 'address' => ['Text', 'PostalAddress'], |
|
79 | - 'aggregateRating' => ['AggregateRating'], |
|
80 | - 'alternateName' => ['Text'], |
|
81 | - 'amenityFeature' => ['LocationFeatureSpecification'], |
|
82 | - 'branchCode' => ['Text'], |
|
83 | - 'containedIn' => ['Place'], |
|
84 | - 'containedInPlace' => ['Place'], |
|
85 | - 'containsPlace' => ['Place'], |
|
86 | - 'description' => ['Text'], |
|
87 | - 'disambiguatingDescription' => ['Text'], |
|
88 | - 'event' => ['Event'], |
|
89 | - 'events' => ['Event'], |
|
90 | - 'faxNumber' => ['Text'], |
|
91 | - 'geo' => ['GeoCoordinates', 'GeoShape'], |
|
92 | - 'geoContains' => ['Place', 'GeospatialGeometry'], |
|
93 | - 'geoCoveredBy' => ['GeospatialGeometry', 'Place'], |
|
94 | - 'geoCovers' => ['GeospatialGeometry', 'Place'], |
|
95 | - 'geoCrosses' => ['GeospatialGeometry', 'Place'], |
|
96 | - 'geoDisjoint' => ['GeospatialGeometry', 'Place'], |
|
97 | - 'geoEquals' => ['GeospatialGeometry', 'Place'], |
|
98 | - 'geoIntersects' => ['GeospatialGeometry', 'Place'], |
|
99 | - 'geoOverlaps' => ['GeospatialGeometry', 'Place'], |
|
100 | - 'geoTouches' => ['GeospatialGeometry', 'Place'], |
|
101 | - 'geoWithin' => ['GeospatialGeometry', 'Place'], |
|
102 | - 'globalLocationNumber' => ['Text'], |
|
103 | - 'hasDriveThroughService' => ['Boolean'], |
|
104 | - 'hasMap' => ['URL', 'Map'], |
|
105 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
106 | - 'image' => ['URL', 'ImageObject'], |
|
107 | - 'isAccessibleForFree' => ['Boolean'], |
|
108 | - 'isicV4' => ['Text'], |
|
109 | - 'keywords' => ['URL', 'DefinedTerm', 'Text'], |
|
110 | - 'latitude' => ['Number', 'Text'], |
|
111 | - 'logo' => ['ImageObject', 'URL'], |
|
112 | - 'longitude' => ['Text', 'Number'], |
|
113 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
114 | - 'map' => ['URL'], |
|
115 | - 'maps' => ['URL'], |
|
116 | - 'maximumAttendeeCapacity' => ['Integer'], |
|
117 | - 'name' => ['Text'], |
|
118 | - 'openingHoursSpecification' => ['OpeningHoursSpecification'], |
|
119 | - 'photo' => ['Photograph', 'ImageObject'], |
|
120 | - 'photos' => ['ImageObject', 'Photograph'], |
|
121 | - 'potentialAction' => ['Action'], |
|
122 | - 'publicAccess' => ['Boolean'], |
|
123 | - 'review' => ['Review'], |
|
124 | - 'reviews' => ['Review'], |
|
125 | - 'sameAs' => ['URL'], |
|
126 | - 'slogan' => ['Text'], |
|
127 | - 'smokingAllowed' => ['Boolean'], |
|
128 | - 'specialOpeningHoursSpecification' => ['OpeningHoursSpecification'], |
|
129 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
130 | - 'telephone' => ['Text'], |
|
131 | - 'tourBookingPage' => ['URL'], |
|
132 | - 'url' => ['URL'] |
|
133 | - ]; |
|
134 | - } |
|
135 | - |
|
136 | - |
|
137 | - /** |
|
138 | - * @inheritdoc |
|
139 | - */ |
|
140 | - public function getSchemaPropertyDescriptions(): array |
|
141 | - { |
|
142 | - return [ |
|
143 | - 'additionalProperty' => 'A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org. Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. ', |
|
144 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
145 | - 'address' => 'Physical address of the item.', |
|
146 | - 'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.', |
|
147 | - 'alternateName' => 'An alias for the item.', |
|
148 | - 'amenityFeature' => 'An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.', |
|
149 | - 'branchCode' => 'A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs. For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch. ', |
|
150 | - 'containedIn' => 'The basic containment relation between a place and one that contains it.', |
|
151 | - 'containedInPlace' => 'The basic containment relation between a place and one that contains it.', |
|
152 | - 'containsPlace' => 'The basic containment relation between a place and another that it contains.', |
|
153 | - 'description' => 'A description of the item.', |
|
154 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
155 | - 'event' => 'Upcoming or past event associated with this place, organization, or action.', |
|
156 | - 'events' => 'Upcoming or past events associated with this place or organization.', |
|
157 | - 'faxNumber' => 'The fax number.', |
|
158 | - 'geo' => 'The geo coordinates of the place.', |
|
159 | - 'geoContains' => 'Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
160 | - 'geoCoveredBy' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
161 | - 'geoCovers' => 'Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
162 | - 'geoCrosses' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
163 | - 'geoDisjoint' => 'Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', |
|
164 | - 'geoEquals' => 'Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship).', |
|
165 | - 'geoIntersects' => 'Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
166 | - 'geoOverlaps' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
167 | - 'geoTouches' => 'Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', |
|
168 | - 'geoWithin' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
169 | - 'globalLocationNumber' => 'The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.', |
|
170 | - 'hasDriveThroughService' => 'Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users.', |
|
171 | - 'hasMap' => 'A URL to a map of the place.', |
|
172 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
173 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
174 | - 'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.', |
|
175 | - 'isicV4' => 'The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.', |
|
176 | - 'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.', |
|
177 | - 'latitude' => 'The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).', |
|
178 | - 'logo' => 'An associated logo.', |
|
179 | - 'longitude' => 'The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).', |
|
180 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
181 | - 'map' => 'A URL to a map of the place.', |
|
182 | - 'maps' => 'A URL to a map of the place.', |
|
183 | - 'maximumAttendeeCapacity' => 'The total number of individuals that may attend an event or venue.', |
|
184 | - 'name' => 'The name of the item.', |
|
185 | - 'openingHoursSpecification' => 'The opening hours of a certain place.', |
|
186 | - 'photo' => 'A photograph of this place.', |
|
187 | - 'photos' => 'Photographs of this place.', |
|
188 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
189 | - 'publicAccess' => 'A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value', |
|
190 | - 'review' => 'A review of the item.', |
|
191 | - 'reviews' => 'Review of the item.', |
|
192 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
193 | - 'slogan' => 'A slogan or motto associated with the item.', |
|
194 | - 'smokingAllowed' => 'Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.', |
|
195 | - 'specialOpeningHoursSpecification' => 'The special opening hours of a certain place. Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. ', |
|
196 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
197 | - 'telephone' => 'The telephone number.', |
|
198 | - 'tourBookingPage' => 'A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.', |
|
199 | - 'url' => 'URL of the item.' |
|
200 | - ]; |
|
201 | - } |
|
202 | - |
|
203 | - |
|
204 | - /** |
|
205 | - * @inheritdoc |
|
206 | - */ |
|
207 | - public function getGoogleRequiredSchema(): array |
|
208 | - { |
|
209 | - return ['description', 'name']; |
|
210 | - } |
|
211 | - |
|
212 | - |
|
213 | - /** |
|
214 | - * @inheritdoc |
|
215 | - */ |
|
216 | - public function getGoogleRecommendedSchema(): array |
|
217 | - { |
|
218 | - return ['image', 'url']; |
|
219 | - } |
|
220 | - |
|
221 | - |
|
222 | - /** |
|
223 | - * @inheritdoc |
|
224 | - */ |
|
225 | - public function defineRules(): array |
|
226 | - { |
|
227 | - $rules = parent::defineRules(); |
|
228 | - $rules = array_merge($rules, [ |
|
229 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
230 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
231 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
232 | - ]); |
|
233 | - |
|
234 | - return $rules; |
|
235 | - } |
|
26 | + use PondTrait; |
|
27 | + use BodyOfWaterTrait; |
|
28 | + use LandformTrait; |
|
29 | + use PlaceTrait; |
|
30 | + use ThingTrait; |
|
31 | + |
|
32 | + /** |
|
33 | + * The Schema.org Type Name |
|
34 | + * |
|
35 | + * @var string |
|
36 | + */ |
|
37 | + public static $schemaTypeName = 'Pond'; |
|
38 | + |
|
39 | + /** |
|
40 | + * The Schema.org Type Scope |
|
41 | + * |
|
42 | + * @var string |
|
43 | + */ |
|
44 | + public static $schemaTypeScope = 'https://schema.org/Pond'; |
|
45 | + |
|
46 | + /** |
|
47 | + * The Schema.org Type Extends |
|
48 | + * |
|
49 | + * @var string |
|
50 | + */ |
|
51 | + public static $schemaTypeExtends = 'BodyOfWater'; |
|
52 | + |
|
53 | + /** |
|
54 | + * The Schema.org Type Description |
|
55 | + * |
|
56 | + * @var string |
|
57 | + */ |
|
58 | + public static $schemaTypeDescription = 'A pond.'; |
|
59 | + |
|
60 | + |
|
61 | + /** |
|
62 | + * @inheritdoc |
|
63 | + */ |
|
64 | + public function getSchemaPropertyNames(): array |
|
65 | + { |
|
66 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
67 | + } |
|
68 | + |
|
69 | + |
|
70 | + /** |
|
71 | + * @inheritdoc |
|
72 | + */ |
|
73 | + public function getSchemaPropertyExpectedTypes(): array |
|
74 | + { |
|
75 | + return [ |
|
76 | + 'additionalProperty' => ['PropertyValue'], |
|
77 | + 'additionalType' => ['URL'], |
|
78 | + 'address' => ['Text', 'PostalAddress'], |
|
79 | + 'aggregateRating' => ['AggregateRating'], |
|
80 | + 'alternateName' => ['Text'], |
|
81 | + 'amenityFeature' => ['LocationFeatureSpecification'], |
|
82 | + 'branchCode' => ['Text'], |
|
83 | + 'containedIn' => ['Place'], |
|
84 | + 'containedInPlace' => ['Place'], |
|
85 | + 'containsPlace' => ['Place'], |
|
86 | + 'description' => ['Text'], |
|
87 | + 'disambiguatingDescription' => ['Text'], |
|
88 | + 'event' => ['Event'], |
|
89 | + 'events' => ['Event'], |
|
90 | + 'faxNumber' => ['Text'], |
|
91 | + 'geo' => ['GeoCoordinates', 'GeoShape'], |
|
92 | + 'geoContains' => ['Place', 'GeospatialGeometry'], |
|
93 | + 'geoCoveredBy' => ['GeospatialGeometry', 'Place'], |
|
94 | + 'geoCovers' => ['GeospatialGeometry', 'Place'], |
|
95 | + 'geoCrosses' => ['GeospatialGeometry', 'Place'], |
|
96 | + 'geoDisjoint' => ['GeospatialGeometry', 'Place'], |
|
97 | + 'geoEquals' => ['GeospatialGeometry', 'Place'], |
|
98 | + 'geoIntersects' => ['GeospatialGeometry', 'Place'], |
|
99 | + 'geoOverlaps' => ['GeospatialGeometry', 'Place'], |
|
100 | + 'geoTouches' => ['GeospatialGeometry', 'Place'], |
|
101 | + 'geoWithin' => ['GeospatialGeometry', 'Place'], |
|
102 | + 'globalLocationNumber' => ['Text'], |
|
103 | + 'hasDriveThroughService' => ['Boolean'], |
|
104 | + 'hasMap' => ['URL', 'Map'], |
|
105 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
106 | + 'image' => ['URL', 'ImageObject'], |
|
107 | + 'isAccessibleForFree' => ['Boolean'], |
|
108 | + 'isicV4' => ['Text'], |
|
109 | + 'keywords' => ['URL', 'DefinedTerm', 'Text'], |
|
110 | + 'latitude' => ['Number', 'Text'], |
|
111 | + 'logo' => ['ImageObject', 'URL'], |
|
112 | + 'longitude' => ['Text', 'Number'], |
|
113 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
114 | + 'map' => ['URL'], |
|
115 | + 'maps' => ['URL'], |
|
116 | + 'maximumAttendeeCapacity' => ['Integer'], |
|
117 | + 'name' => ['Text'], |
|
118 | + 'openingHoursSpecification' => ['OpeningHoursSpecification'], |
|
119 | + 'photo' => ['Photograph', 'ImageObject'], |
|
120 | + 'photos' => ['ImageObject', 'Photograph'], |
|
121 | + 'potentialAction' => ['Action'], |
|
122 | + 'publicAccess' => ['Boolean'], |
|
123 | + 'review' => ['Review'], |
|
124 | + 'reviews' => ['Review'], |
|
125 | + 'sameAs' => ['URL'], |
|
126 | + 'slogan' => ['Text'], |
|
127 | + 'smokingAllowed' => ['Boolean'], |
|
128 | + 'specialOpeningHoursSpecification' => ['OpeningHoursSpecification'], |
|
129 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
130 | + 'telephone' => ['Text'], |
|
131 | + 'tourBookingPage' => ['URL'], |
|
132 | + 'url' => ['URL'] |
|
133 | + ]; |
|
134 | + } |
|
135 | + |
|
136 | + |
|
137 | + /** |
|
138 | + * @inheritdoc |
|
139 | + */ |
|
140 | + public function getSchemaPropertyDescriptions(): array |
|
141 | + { |
|
142 | + return [ |
|
143 | + 'additionalProperty' => 'A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org. Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. ', |
|
144 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
145 | + 'address' => 'Physical address of the item.', |
|
146 | + 'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.', |
|
147 | + 'alternateName' => 'An alias for the item.', |
|
148 | + 'amenityFeature' => 'An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.', |
|
149 | + 'branchCode' => 'A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs. For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch. ', |
|
150 | + 'containedIn' => 'The basic containment relation between a place and one that contains it.', |
|
151 | + 'containedInPlace' => 'The basic containment relation between a place and one that contains it.', |
|
152 | + 'containsPlace' => 'The basic containment relation between a place and another that it contains.', |
|
153 | + 'description' => 'A description of the item.', |
|
154 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
155 | + 'event' => 'Upcoming or past event associated with this place, organization, or action.', |
|
156 | + 'events' => 'Upcoming or past events associated with this place or organization.', |
|
157 | + 'faxNumber' => 'The fax number.', |
|
158 | + 'geo' => 'The geo coordinates of the place.', |
|
159 | + 'geoContains' => 'Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
160 | + 'geoCoveredBy' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
161 | + 'geoCovers' => 'Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
162 | + 'geoCrosses' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
163 | + 'geoDisjoint' => 'Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', |
|
164 | + 'geoEquals' => 'Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship).', |
|
165 | + 'geoIntersects' => 'Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
166 | + 'geoOverlaps' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
167 | + 'geoTouches' => 'Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', |
|
168 | + 'geoWithin' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
169 | + 'globalLocationNumber' => 'The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.', |
|
170 | + 'hasDriveThroughService' => 'Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users.', |
|
171 | + 'hasMap' => 'A URL to a map of the place.', |
|
172 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
173 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
174 | + 'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.', |
|
175 | + 'isicV4' => 'The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.', |
|
176 | + 'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.', |
|
177 | + 'latitude' => 'The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).', |
|
178 | + 'logo' => 'An associated logo.', |
|
179 | + 'longitude' => 'The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).', |
|
180 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
181 | + 'map' => 'A URL to a map of the place.', |
|
182 | + 'maps' => 'A URL to a map of the place.', |
|
183 | + 'maximumAttendeeCapacity' => 'The total number of individuals that may attend an event or venue.', |
|
184 | + 'name' => 'The name of the item.', |
|
185 | + 'openingHoursSpecification' => 'The opening hours of a certain place.', |
|
186 | + 'photo' => 'A photograph of this place.', |
|
187 | + 'photos' => 'Photographs of this place.', |
|
188 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
189 | + 'publicAccess' => 'A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value', |
|
190 | + 'review' => 'A review of the item.', |
|
191 | + 'reviews' => 'Review of the item.', |
|
192 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
193 | + 'slogan' => 'A slogan or motto associated with the item.', |
|
194 | + 'smokingAllowed' => 'Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.', |
|
195 | + 'specialOpeningHoursSpecification' => 'The special opening hours of a certain place. Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. ', |
|
196 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
197 | + 'telephone' => 'The telephone number.', |
|
198 | + 'tourBookingPage' => 'A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.', |
|
199 | + 'url' => 'URL of the item.' |
|
200 | + ]; |
|
201 | + } |
|
202 | + |
|
203 | + |
|
204 | + /** |
|
205 | + * @inheritdoc |
|
206 | + */ |
|
207 | + public function getGoogleRequiredSchema(): array |
|
208 | + { |
|
209 | + return ['description', 'name']; |
|
210 | + } |
|
211 | + |
|
212 | + |
|
213 | + /** |
|
214 | + * @inheritdoc |
|
215 | + */ |
|
216 | + public function getGoogleRecommendedSchema(): array |
|
217 | + { |
|
218 | + return ['image', 'url']; |
|
219 | + } |
|
220 | + |
|
221 | + |
|
222 | + /** |
|
223 | + * @inheritdoc |
|
224 | + */ |
|
225 | + public function defineRules(): array |
|
226 | + { |
|
227 | + $rules = parent::defineRules(); |
|
228 | + $rules = array_merge($rules, [ |
|
229 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
230 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
231 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
232 | + ]); |
|
233 | + |
|
234 | + return $rules; |
|
235 | + } |
|
236 | 236 | } |
@@ -23,204 +23,204 @@ |
||
23 | 23 | */ |
24 | 24 | class MusicEvent extends MetaJsonLd implements MusicEventInterface, EventInterface, ThingInterface |
25 | 25 | { |
26 | - use MusicEventTrait; |
|
27 | - use EventTrait; |
|
28 | - use ThingTrait; |
|
29 | - |
|
30 | - /** |
|
31 | - * The Schema.org Type Name |
|
32 | - * |
|
33 | - * @var string |
|
34 | - */ |
|
35 | - public static $schemaTypeName = 'MusicEvent'; |
|
36 | - |
|
37 | - /** |
|
38 | - * The Schema.org Type Scope |
|
39 | - * |
|
40 | - * @var string |
|
41 | - */ |
|
42 | - public static $schemaTypeScope = 'https://schema.org/MusicEvent'; |
|
43 | - |
|
44 | - /** |
|
45 | - * The Schema.org Type Extends |
|
46 | - * |
|
47 | - * @var string |
|
48 | - */ |
|
49 | - public static $schemaTypeExtends = 'Event'; |
|
50 | - |
|
51 | - /** |
|
52 | - * The Schema.org Type Description |
|
53 | - * |
|
54 | - * @var string |
|
55 | - */ |
|
56 | - public static $schemaTypeDescription = 'Event type: Music event.'; |
|
57 | - |
|
58 | - |
|
59 | - /** |
|
60 | - * @inheritdoc |
|
61 | - */ |
|
62 | - public function getSchemaPropertyNames(): array |
|
63 | - { |
|
64 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
65 | - } |
|
66 | - |
|
67 | - |
|
68 | - /** |
|
69 | - * @inheritdoc |
|
70 | - */ |
|
71 | - public function getSchemaPropertyExpectedTypes(): array |
|
72 | - { |
|
73 | - return [ |
|
74 | - 'about' => ['Thing'], |
|
75 | - 'actor' => ['Person'], |
|
76 | - 'additionalType' => ['URL'], |
|
77 | - 'aggregateRating' => ['AggregateRating'], |
|
78 | - 'alternateName' => ['Text'], |
|
79 | - 'attendee' => ['Organization', 'Person'], |
|
80 | - 'attendees' => ['Organization', 'Person'], |
|
81 | - 'audience' => ['Audience'], |
|
82 | - 'composer' => ['Organization', 'Person'], |
|
83 | - 'contributor' => ['Organization', 'Person'], |
|
84 | - 'description' => ['Text'], |
|
85 | - 'director' => ['Person'], |
|
86 | - 'disambiguatingDescription' => ['Text'], |
|
87 | - 'doorTime' => ['Time', 'DateTime'], |
|
88 | - 'duration' => ['Duration'], |
|
89 | - 'endDate' => ['DateTime', 'Date'], |
|
90 | - 'eventAttendanceMode' => ['EventAttendanceModeEnumeration'], |
|
91 | - 'eventSchedule' => ['Schedule'], |
|
92 | - 'eventStatus' => ['EventStatusType'], |
|
93 | - 'funder' => ['Organization', 'Person'], |
|
94 | - 'funding' => ['Grant'], |
|
95 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
96 | - 'image' => ['URL', 'ImageObject'], |
|
97 | - 'inLanguage' => ['Text', 'Language'], |
|
98 | - 'isAccessibleForFree' => ['Boolean'], |
|
99 | - 'keywords' => ['URL', 'DefinedTerm', 'Text'], |
|
100 | - 'location' => ['Place', 'Text', 'VirtualLocation', 'PostalAddress'], |
|
101 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
102 | - 'maximumAttendeeCapacity' => ['Integer'], |
|
103 | - 'maximumPhysicalAttendeeCapacity' => ['Integer'], |
|
104 | - 'maximumVirtualAttendeeCapacity' => ['Integer'], |
|
105 | - 'name' => ['Text'], |
|
106 | - 'offers' => ['Demand', 'Offer'], |
|
107 | - 'organizer' => ['Organization', 'Person'], |
|
108 | - 'performer' => ['Person', 'Organization'], |
|
109 | - 'performers' => ['Person', 'Organization'], |
|
110 | - 'potentialAction' => ['Action'], |
|
111 | - 'previousStartDate' => ['Date'], |
|
112 | - 'recordedIn' => ['CreativeWork'], |
|
113 | - 'remainingAttendeeCapacity' => ['Integer'], |
|
114 | - 'review' => ['Review'], |
|
115 | - 'sameAs' => ['URL'], |
|
116 | - 'sponsor' => ['Organization', 'Person'], |
|
117 | - 'startDate' => ['DateTime', 'Date'], |
|
118 | - 'subEvent' => ['Event'], |
|
119 | - 'subEvents' => ['Event'], |
|
120 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
121 | - 'superEvent' => ['Event'], |
|
122 | - 'translator' => ['Organization', 'Person'], |
|
123 | - 'typicalAgeRange' => ['Text'], |
|
124 | - 'url' => ['URL'], |
|
125 | - 'workFeatured' => ['CreativeWork'], |
|
126 | - 'workPerformed' => ['CreativeWork'] |
|
127 | - ]; |
|
128 | - } |
|
129 | - |
|
130 | - |
|
131 | - /** |
|
132 | - * @inheritdoc |
|
133 | - */ |
|
134 | - public function getSchemaPropertyDescriptions(): array |
|
135 | - { |
|
136 | - return [ |
|
137 | - 'about' => 'The subject matter of the content.', |
|
138 | - 'actor' => 'An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.', |
|
139 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
140 | - 'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.', |
|
141 | - 'alternateName' => 'An alias for the item.', |
|
142 | - 'attendee' => 'A person or organization attending the event.', |
|
143 | - 'attendees' => 'A person attending the event.', |
|
144 | - 'audience' => 'An intended audience, i.e. a group for whom something was created.', |
|
145 | - 'composer' => 'The person or organization who wrote a composition, or who is the composer of a work performed at some event.', |
|
146 | - 'contributor' => 'A secondary contributor to the CreativeWork or Event.', |
|
147 | - 'description' => 'A description of the item.', |
|
148 | - 'director' => 'A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.', |
|
149 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
150 | - 'doorTime' => 'The time admission will commence.', |
|
151 | - 'duration' => 'The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).', |
|
152 | - 'endDate' => 'The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).', |
|
153 | - 'eventAttendanceMode' => 'The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.', |
|
154 | - 'eventSchedule' => 'Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable to share a schedule for a series of repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An [[Event]] that is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated [[Schedule]], this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months or seasons.', |
|
155 | - 'eventStatus' => 'An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.', |
|
156 | - 'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.', |
|
157 | - 'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].', |
|
158 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
159 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
160 | - 'inLanguage' => 'The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].', |
|
161 | - 'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.', |
|
162 | - 'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.', |
|
163 | - 'location' => 'The location of, for example, where an event is happening, where an organization is located, or where an action takes place.', |
|
164 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
165 | - 'maximumAttendeeCapacity' => 'The total number of individuals that may attend an event or venue.', |
|
166 | - 'maximumPhysicalAttendeeCapacity' => 'The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). ', |
|
167 | - 'maximumVirtualAttendeeCapacity' => 'The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). ', |
|
168 | - 'name' => 'The name of the item.', |
|
169 | - 'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. ', |
|
170 | - 'organizer' => 'An organizer of an Event.', |
|
171 | - 'performer' => 'A performer at the event—for example, a presenter, musician, musical group or actor.', |
|
172 | - 'performers' => 'The main performer or performers of the event—for example, a presenter, musician, or actor.', |
|
173 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
174 | - 'previousStartDate' => 'Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.', |
|
175 | - 'recordedIn' => 'The CreativeWork that captured all or part of this Event.', |
|
176 | - 'remainingAttendeeCapacity' => 'The number of attendee places for an event that remain unallocated.', |
|
177 | - 'review' => 'A review of the item.', |
|
178 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
179 | - 'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.', |
|
180 | - 'startDate' => 'The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).', |
|
181 | - 'subEvent' => 'An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.', |
|
182 | - 'subEvents' => 'Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.', |
|
183 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
184 | - 'superEvent' => 'An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.', |
|
185 | - 'translator' => 'Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.', |
|
186 | - 'typicalAgeRange' => 'The typical expected age range, e.g. \'7-9\', \'11-\'.', |
|
187 | - 'url' => 'URL of the item.', |
|
188 | - 'workFeatured' => 'A work featured in some event, e.g. exhibited in an ExhibitionEvent. Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).', |
|
189 | - 'workPerformed' => 'A work performed in some event, for example a play performed in a TheaterEvent.' |
|
190 | - ]; |
|
191 | - } |
|
192 | - |
|
193 | - |
|
194 | - /** |
|
195 | - * @inheritdoc |
|
196 | - */ |
|
197 | - public function getGoogleRequiredSchema(): array |
|
198 | - { |
|
199 | - return ['description', 'name']; |
|
200 | - } |
|
201 | - |
|
202 | - |
|
203 | - /** |
|
204 | - * @inheritdoc |
|
205 | - */ |
|
206 | - public function getGoogleRecommendedSchema(): array |
|
207 | - { |
|
208 | - return ['image', 'url']; |
|
209 | - } |
|
210 | - |
|
211 | - |
|
212 | - /** |
|
213 | - * @inheritdoc |
|
214 | - */ |
|
215 | - public function defineRules(): array |
|
216 | - { |
|
217 | - $rules = parent::defineRules(); |
|
218 | - $rules = array_merge($rules, [ |
|
219 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
220 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
221 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
222 | - ]); |
|
223 | - |
|
224 | - return $rules; |
|
225 | - } |
|
26 | + use MusicEventTrait; |
|
27 | + use EventTrait; |
|
28 | + use ThingTrait; |
|
29 | + |
|
30 | + /** |
|
31 | + * The Schema.org Type Name |
|
32 | + * |
|
33 | + * @var string |
|
34 | + */ |
|
35 | + public static $schemaTypeName = 'MusicEvent'; |
|
36 | + |
|
37 | + /** |
|
38 | + * The Schema.org Type Scope |
|
39 | + * |
|
40 | + * @var string |
|
41 | + */ |
|
42 | + public static $schemaTypeScope = 'https://schema.org/MusicEvent'; |
|
43 | + |
|
44 | + /** |
|
45 | + * The Schema.org Type Extends |
|
46 | + * |
|
47 | + * @var string |
|
48 | + */ |
|
49 | + public static $schemaTypeExtends = 'Event'; |
|
50 | + |
|
51 | + /** |
|
52 | + * The Schema.org Type Description |
|
53 | + * |
|
54 | + * @var string |
|
55 | + */ |
|
56 | + public static $schemaTypeDescription = 'Event type: Music event.'; |
|
57 | + |
|
58 | + |
|
59 | + /** |
|
60 | + * @inheritdoc |
|
61 | + */ |
|
62 | + public function getSchemaPropertyNames(): array |
|
63 | + { |
|
64 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
65 | + } |
|
66 | + |
|
67 | + |
|
68 | + /** |
|
69 | + * @inheritdoc |
|
70 | + */ |
|
71 | + public function getSchemaPropertyExpectedTypes(): array |
|
72 | + { |
|
73 | + return [ |
|
74 | + 'about' => ['Thing'], |
|
75 | + 'actor' => ['Person'], |
|
76 | + 'additionalType' => ['URL'], |
|
77 | + 'aggregateRating' => ['AggregateRating'], |
|
78 | + 'alternateName' => ['Text'], |
|
79 | + 'attendee' => ['Organization', 'Person'], |
|
80 | + 'attendees' => ['Organization', 'Person'], |
|
81 | + 'audience' => ['Audience'], |
|
82 | + 'composer' => ['Organization', 'Person'], |
|
83 | + 'contributor' => ['Organization', 'Person'], |
|
84 | + 'description' => ['Text'], |
|
85 | + 'director' => ['Person'], |
|
86 | + 'disambiguatingDescription' => ['Text'], |
|
87 | + 'doorTime' => ['Time', 'DateTime'], |
|
88 | + 'duration' => ['Duration'], |
|
89 | + 'endDate' => ['DateTime', 'Date'], |
|
90 | + 'eventAttendanceMode' => ['EventAttendanceModeEnumeration'], |
|
91 | + 'eventSchedule' => ['Schedule'], |
|
92 | + 'eventStatus' => ['EventStatusType'], |
|
93 | + 'funder' => ['Organization', 'Person'], |
|
94 | + 'funding' => ['Grant'], |
|
95 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
96 | + 'image' => ['URL', 'ImageObject'], |
|
97 | + 'inLanguage' => ['Text', 'Language'], |
|
98 | + 'isAccessibleForFree' => ['Boolean'], |
|
99 | + 'keywords' => ['URL', 'DefinedTerm', 'Text'], |
|
100 | + 'location' => ['Place', 'Text', 'VirtualLocation', 'PostalAddress'], |
|
101 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
102 | + 'maximumAttendeeCapacity' => ['Integer'], |
|
103 | + 'maximumPhysicalAttendeeCapacity' => ['Integer'], |
|
104 | + 'maximumVirtualAttendeeCapacity' => ['Integer'], |
|
105 | + 'name' => ['Text'], |
|
106 | + 'offers' => ['Demand', 'Offer'], |
|
107 | + 'organizer' => ['Organization', 'Person'], |
|
108 | + 'performer' => ['Person', 'Organization'], |
|
109 | + 'performers' => ['Person', 'Organization'], |
|
110 | + 'potentialAction' => ['Action'], |
|
111 | + 'previousStartDate' => ['Date'], |
|
112 | + 'recordedIn' => ['CreativeWork'], |
|
113 | + 'remainingAttendeeCapacity' => ['Integer'], |
|
114 | + 'review' => ['Review'], |
|
115 | + 'sameAs' => ['URL'], |
|
116 | + 'sponsor' => ['Organization', 'Person'], |
|
117 | + 'startDate' => ['DateTime', 'Date'], |
|
118 | + 'subEvent' => ['Event'], |
|
119 | + 'subEvents' => ['Event'], |
|
120 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
121 | + 'superEvent' => ['Event'], |
|
122 | + 'translator' => ['Organization', 'Person'], |
|
123 | + 'typicalAgeRange' => ['Text'], |
|
124 | + 'url' => ['URL'], |
|
125 | + 'workFeatured' => ['CreativeWork'], |
|
126 | + 'workPerformed' => ['CreativeWork'] |
|
127 | + ]; |
|
128 | + } |
|
129 | + |
|
130 | + |
|
131 | + /** |
|
132 | + * @inheritdoc |
|
133 | + */ |
|
134 | + public function getSchemaPropertyDescriptions(): array |
|
135 | + { |
|
136 | + return [ |
|
137 | + 'about' => 'The subject matter of the content.', |
|
138 | + 'actor' => 'An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.', |
|
139 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
140 | + 'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.', |
|
141 | + 'alternateName' => 'An alias for the item.', |
|
142 | + 'attendee' => 'A person or organization attending the event.', |
|
143 | + 'attendees' => 'A person attending the event.', |
|
144 | + 'audience' => 'An intended audience, i.e. a group for whom something was created.', |
|
145 | + 'composer' => 'The person or organization who wrote a composition, or who is the composer of a work performed at some event.', |
|
146 | + 'contributor' => 'A secondary contributor to the CreativeWork or Event.', |
|
147 | + 'description' => 'A description of the item.', |
|
148 | + 'director' => 'A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.', |
|
149 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
150 | + 'doorTime' => 'The time admission will commence.', |
|
151 | + 'duration' => 'The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).', |
|
152 | + 'endDate' => 'The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).', |
|
153 | + 'eventAttendanceMode' => 'The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.', |
|
154 | + 'eventSchedule' => 'Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable to share a schedule for a series of repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An [[Event]] that is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated [[Schedule]], this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months or seasons.', |
|
155 | + 'eventStatus' => 'An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.', |
|
156 | + 'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.', |
|
157 | + 'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].', |
|
158 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
159 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
160 | + 'inLanguage' => 'The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].', |
|
161 | + 'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.', |
|
162 | + 'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.', |
|
163 | + 'location' => 'The location of, for example, where an event is happening, where an organization is located, or where an action takes place.', |
|
164 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
165 | + 'maximumAttendeeCapacity' => 'The total number of individuals that may attend an event or venue.', |
|
166 | + 'maximumPhysicalAttendeeCapacity' => 'The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). ', |
|
167 | + 'maximumVirtualAttendeeCapacity' => 'The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). ', |
|
168 | + 'name' => 'The name of the item.', |
|
169 | + 'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. ', |
|
170 | + 'organizer' => 'An organizer of an Event.', |
|
171 | + 'performer' => 'A performer at the event—for example, a presenter, musician, musical group or actor.', |
|
172 | + 'performers' => 'The main performer or performers of the event—for example, a presenter, musician, or actor.', |
|
173 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
174 | + 'previousStartDate' => 'Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.', |
|
175 | + 'recordedIn' => 'The CreativeWork that captured all or part of this Event.', |
|
176 | + 'remainingAttendeeCapacity' => 'The number of attendee places for an event that remain unallocated.', |
|
177 | + 'review' => 'A review of the item.', |
|
178 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
179 | + 'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.', |
|
180 | + 'startDate' => 'The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).', |
|
181 | + 'subEvent' => 'An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.', |
|
182 | + 'subEvents' => 'Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.', |
|
183 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
184 | + 'superEvent' => 'An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.', |
|
185 | + 'translator' => 'Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.', |
|
186 | + 'typicalAgeRange' => 'The typical expected age range, e.g. \'7-9\', \'11-\'.', |
|
187 | + 'url' => 'URL of the item.', |
|
188 | + 'workFeatured' => 'A work featured in some event, e.g. exhibited in an ExhibitionEvent. Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).', |
|
189 | + 'workPerformed' => 'A work performed in some event, for example a play performed in a TheaterEvent.' |
|
190 | + ]; |
|
191 | + } |
|
192 | + |
|
193 | + |
|
194 | + /** |
|
195 | + * @inheritdoc |
|
196 | + */ |
|
197 | + public function getGoogleRequiredSchema(): array |
|
198 | + { |
|
199 | + return ['description', 'name']; |
|
200 | + } |
|
201 | + |
|
202 | + |
|
203 | + /** |
|
204 | + * @inheritdoc |
|
205 | + */ |
|
206 | + public function getGoogleRecommendedSchema(): array |
|
207 | + { |
|
208 | + return ['image', 'url']; |
|
209 | + } |
|
210 | + |
|
211 | + |
|
212 | + /** |
|
213 | + * @inheritdoc |
|
214 | + */ |
|
215 | + public function defineRules(): array |
|
216 | + { |
|
217 | + $rules = parent::defineRules(); |
|
218 | + $rules = array_merge($rules, [ |
|
219 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
220 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
221 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
222 | + ]); |
|
223 | + |
|
224 | + return $rules; |
|
225 | + } |
|
226 | 226 | } |
@@ -24,148 +24,148 @@ |
||
24 | 24 | */ |
25 | 25 | class LikeAction extends MetaJsonLd implements LikeActionInterface, ReactActionInterface, AssessActionInterface, ActionInterface, ThingInterface |
26 | 26 | { |
27 | - use LikeActionTrait; |
|
28 | - use ReactActionTrait; |
|
29 | - use AssessActionTrait; |
|
30 | - use ActionTrait; |
|
31 | - use ThingTrait; |
|
32 | - |
|
33 | - /** |
|
34 | - * The Schema.org Type Name |
|
35 | - * |
|
36 | - * @var string |
|
37 | - */ |
|
38 | - public static $schemaTypeName = 'LikeAction'; |
|
39 | - |
|
40 | - /** |
|
41 | - * The Schema.org Type Scope |
|
42 | - * |
|
43 | - * @var string |
|
44 | - */ |
|
45 | - public static $schemaTypeScope = 'https://schema.org/LikeAction'; |
|
46 | - |
|
47 | - /** |
|
48 | - * The Schema.org Type Extends |
|
49 | - * |
|
50 | - * @var string |
|
51 | - */ |
|
52 | - public static $schemaTypeExtends = 'ReactAction'; |
|
53 | - |
|
54 | - /** |
|
55 | - * The Schema.org Type Description |
|
56 | - * |
|
57 | - * @var string |
|
58 | - */ |
|
59 | - public static $schemaTypeDescription = 'The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.'; |
|
60 | - |
|
61 | - |
|
62 | - /** |
|
63 | - * @inheritdoc |
|
64 | - */ |
|
65 | - public function getSchemaPropertyNames(): array |
|
66 | - { |
|
67 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
68 | - } |
|
69 | - |
|
70 | - |
|
71 | - /** |
|
72 | - * @inheritdoc |
|
73 | - */ |
|
74 | - public function getSchemaPropertyExpectedTypes(): array |
|
75 | - { |
|
76 | - return [ |
|
77 | - 'actionStatus' => ['ActionStatusType'], |
|
78 | - 'additionalType' => ['URL'], |
|
79 | - 'agent' => ['Organization', 'Person'], |
|
80 | - 'alternateName' => ['Text'], |
|
81 | - 'description' => ['Text'], |
|
82 | - 'disambiguatingDescription' => ['Text'], |
|
83 | - 'endTime' => ['DateTime', 'Time'], |
|
84 | - 'error' => ['Thing'], |
|
85 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
86 | - 'image' => ['URL', 'ImageObject'], |
|
87 | - 'instrument' => ['Thing'], |
|
88 | - 'location' => ['Place', 'Text', 'VirtualLocation', 'PostalAddress'], |
|
89 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
90 | - 'name' => ['Text'], |
|
91 | - 'object' => ['Thing'], |
|
92 | - 'participant' => ['Organization', 'Person'], |
|
93 | - 'potentialAction' => ['Action'], |
|
94 | - 'provider' => ['Organization', 'Person'], |
|
95 | - 'result' => ['Thing'], |
|
96 | - 'sameAs' => ['URL'], |
|
97 | - 'startTime' => ['Time', 'DateTime'], |
|
98 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
99 | - 'target' => ['URL', 'EntryPoint'], |
|
100 | - 'url' => ['URL'] |
|
101 | - ]; |
|
102 | - } |
|
103 | - |
|
104 | - |
|
105 | - /** |
|
106 | - * @inheritdoc |
|
107 | - */ |
|
108 | - public function getSchemaPropertyDescriptions(): array |
|
109 | - { |
|
110 | - return [ |
|
111 | - 'actionStatus' => 'Indicates the current disposition of the Action.', |
|
112 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
113 | - 'agent' => 'The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book.', |
|
114 | - 'alternateName' => 'An alias for the item.', |
|
115 | - 'description' => 'A description of the item.', |
|
116 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
117 | - 'endTime' => 'The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it\'s the time offset of the end of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.', |
|
118 | - 'error' => 'For failed actions, more information on the cause of the failure.', |
|
119 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
120 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
121 | - 'instrument' => 'The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.', |
|
122 | - 'location' => 'The location of, for example, where an event is happening, where an organization is located, or where an action takes place.', |
|
123 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
124 | - 'name' => 'The name of the item.', |
|
125 | - 'object' => 'The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn\'t). E.g. John read *a book*.', |
|
126 | - 'participant' => 'Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*.', |
|
127 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
128 | - 'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.', |
|
129 | - 'result' => 'The result produced in the action. E.g. John wrote *a book*.', |
|
130 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
131 | - 'startTime' => 'The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it\'s the time offset of the start of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.', |
|
132 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
133 | - 'target' => 'Indicates a target EntryPoint, or url, for an Action.', |
|
134 | - 'url' => 'URL of the item.' |
|
135 | - ]; |
|
136 | - } |
|
137 | - |
|
138 | - |
|
139 | - /** |
|
140 | - * @inheritdoc |
|
141 | - */ |
|
142 | - public function getGoogleRequiredSchema(): array |
|
143 | - { |
|
144 | - return ['description', 'name']; |
|
145 | - } |
|
146 | - |
|
147 | - |
|
148 | - /** |
|
149 | - * @inheritdoc |
|
150 | - */ |
|
151 | - public function getGoogleRecommendedSchema(): array |
|
152 | - { |
|
153 | - return ['image', 'url']; |
|
154 | - } |
|
155 | - |
|
156 | - |
|
157 | - /** |
|
158 | - * @inheritdoc |
|
159 | - */ |
|
160 | - public function defineRules(): array |
|
161 | - { |
|
162 | - $rules = parent::defineRules(); |
|
163 | - $rules = array_merge($rules, [ |
|
164 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
165 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
166 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
167 | - ]); |
|
168 | - |
|
169 | - return $rules; |
|
170 | - } |
|
27 | + use LikeActionTrait; |
|
28 | + use ReactActionTrait; |
|
29 | + use AssessActionTrait; |
|
30 | + use ActionTrait; |
|
31 | + use ThingTrait; |
|
32 | + |
|
33 | + /** |
|
34 | + * The Schema.org Type Name |
|
35 | + * |
|
36 | + * @var string |
|
37 | + */ |
|
38 | + public static $schemaTypeName = 'LikeAction'; |
|
39 | + |
|
40 | + /** |
|
41 | + * The Schema.org Type Scope |
|
42 | + * |
|
43 | + * @var string |
|
44 | + */ |
|
45 | + public static $schemaTypeScope = 'https://schema.org/LikeAction'; |
|
46 | + |
|
47 | + /** |
|
48 | + * The Schema.org Type Extends |
|
49 | + * |
|
50 | + * @var string |
|
51 | + */ |
|
52 | + public static $schemaTypeExtends = 'ReactAction'; |
|
53 | + |
|
54 | + /** |
|
55 | + * The Schema.org Type Description |
|
56 | + * |
|
57 | + * @var string |
|
58 | + */ |
|
59 | + public static $schemaTypeDescription = 'The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.'; |
|
60 | + |
|
61 | + |
|
62 | + /** |
|
63 | + * @inheritdoc |
|
64 | + */ |
|
65 | + public function getSchemaPropertyNames(): array |
|
66 | + { |
|
67 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
68 | + } |
|
69 | + |
|
70 | + |
|
71 | + /** |
|
72 | + * @inheritdoc |
|
73 | + */ |
|
74 | + public function getSchemaPropertyExpectedTypes(): array |
|
75 | + { |
|
76 | + return [ |
|
77 | + 'actionStatus' => ['ActionStatusType'], |
|
78 | + 'additionalType' => ['URL'], |
|
79 | + 'agent' => ['Organization', 'Person'], |
|
80 | + 'alternateName' => ['Text'], |
|
81 | + 'description' => ['Text'], |
|
82 | + 'disambiguatingDescription' => ['Text'], |
|
83 | + 'endTime' => ['DateTime', 'Time'], |
|
84 | + 'error' => ['Thing'], |
|
85 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
86 | + 'image' => ['URL', 'ImageObject'], |
|
87 | + 'instrument' => ['Thing'], |
|
88 | + 'location' => ['Place', 'Text', 'VirtualLocation', 'PostalAddress'], |
|
89 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
90 | + 'name' => ['Text'], |
|
91 | + 'object' => ['Thing'], |
|
92 | + 'participant' => ['Organization', 'Person'], |
|
93 | + 'potentialAction' => ['Action'], |
|
94 | + 'provider' => ['Organization', 'Person'], |
|
95 | + 'result' => ['Thing'], |
|
96 | + 'sameAs' => ['URL'], |
|
97 | + 'startTime' => ['Time', 'DateTime'], |
|
98 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
99 | + 'target' => ['URL', 'EntryPoint'], |
|
100 | + 'url' => ['URL'] |
|
101 | + ]; |
|
102 | + } |
|
103 | + |
|
104 | + |
|
105 | + /** |
|
106 | + * @inheritdoc |
|
107 | + */ |
|
108 | + public function getSchemaPropertyDescriptions(): array |
|
109 | + { |
|
110 | + return [ |
|
111 | + 'actionStatus' => 'Indicates the current disposition of the Action.', |
|
112 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
113 | + 'agent' => 'The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book.', |
|
114 | + 'alternateName' => 'An alias for the item.', |
|
115 | + 'description' => 'A description of the item.', |
|
116 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
117 | + 'endTime' => 'The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it\'s the time offset of the end of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.', |
|
118 | + 'error' => 'For failed actions, more information on the cause of the failure.', |
|
119 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
120 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
121 | + 'instrument' => 'The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.', |
|
122 | + 'location' => 'The location of, for example, where an event is happening, where an organization is located, or where an action takes place.', |
|
123 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
124 | + 'name' => 'The name of the item.', |
|
125 | + 'object' => 'The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn\'t). E.g. John read *a book*.', |
|
126 | + 'participant' => 'Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*.', |
|
127 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
128 | + 'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.', |
|
129 | + 'result' => 'The result produced in the action. E.g. John wrote *a book*.', |
|
130 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
131 | + 'startTime' => 'The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it\'s the time offset of the start of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.', |
|
132 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
133 | + 'target' => 'Indicates a target EntryPoint, or url, for an Action.', |
|
134 | + 'url' => 'URL of the item.' |
|
135 | + ]; |
|
136 | + } |
|
137 | + |
|
138 | + |
|
139 | + /** |
|
140 | + * @inheritdoc |
|
141 | + */ |
|
142 | + public function getGoogleRequiredSchema(): array |
|
143 | + { |
|
144 | + return ['description', 'name']; |
|
145 | + } |
|
146 | + |
|
147 | + |
|
148 | + /** |
|
149 | + * @inheritdoc |
|
150 | + */ |
|
151 | + public function getGoogleRecommendedSchema(): array |
|
152 | + { |
|
153 | + return ['image', 'url']; |
|
154 | + } |
|
155 | + |
|
156 | + |
|
157 | + /** |
|
158 | + * @inheritdoc |
|
159 | + */ |
|
160 | + public function defineRules(): array |
|
161 | + { |
|
162 | + $rules = parent::defineRules(); |
|
163 | + $rules = array_merge($rules, [ |
|
164 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
165 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
166 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
167 | + ]); |
|
168 | + |
|
169 | + return $rules; |
|
170 | + } |
|
171 | 171 | } |
@@ -25,127 +25,127 @@ |
||
25 | 25 | */ |
26 | 26 | class Nonprofit501c12 extends MetaJsonLd implements Nonprofit501c12Interface, USNonprofitTypeInterface, NonprofitTypeInterface, EnumerationInterface, IntangibleInterface, ThingInterface |
27 | 27 | { |
28 | - use Nonprofit501c12Trait; |
|
29 | - use USNonprofitTypeTrait; |
|
30 | - use NonprofitTypeTrait; |
|
31 | - use EnumerationTrait; |
|
32 | - use IntangibleTrait; |
|
33 | - use ThingTrait; |
|
34 | - |
|
35 | - /** |
|
36 | - * The Schema.org Type Name |
|
37 | - * |
|
38 | - * @var string |
|
39 | - */ |
|
40 | - public static $schemaTypeName = 'Nonprofit501c12'; |
|
41 | - |
|
42 | - /** |
|
43 | - * The Schema.org Type Scope |
|
44 | - * |
|
45 | - * @var string |
|
46 | - */ |
|
47 | - public static $schemaTypeScope = 'https://schema.org/Nonprofit501c12'; |
|
48 | - |
|
49 | - /** |
|
50 | - * The Schema.org Type Extends |
|
51 | - * |
|
52 | - * @var string |
|
53 | - */ |
|
54 | - public static $schemaTypeExtends = 'USNonprofitType'; |
|
55 | - |
|
56 | - /** |
|
57 | - * The Schema.org Type Description |
|
58 | - * |
|
59 | - * @var string |
|
60 | - */ |
|
61 | - public static $schemaTypeDescription = 'Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies.'; |
|
62 | - |
|
63 | - |
|
64 | - /** |
|
65 | - * @inheritdoc |
|
66 | - */ |
|
67 | - public function getSchemaPropertyNames(): array |
|
68 | - { |
|
69 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
70 | - } |
|
71 | - |
|
72 | - |
|
73 | - /** |
|
74 | - * @inheritdoc |
|
75 | - */ |
|
76 | - public function getSchemaPropertyExpectedTypes(): array |
|
77 | - { |
|
78 | - return [ |
|
79 | - 'additionalType' => ['URL'], |
|
80 | - 'alternateName' => ['Text'], |
|
81 | - 'description' => ['Text'], |
|
82 | - 'disambiguatingDescription' => ['Text'], |
|
83 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
84 | - 'image' => ['URL', 'ImageObject'], |
|
85 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
86 | - 'name' => ['Text'], |
|
87 | - 'potentialAction' => ['Action'], |
|
88 | - 'sameAs' => ['URL'], |
|
89 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
90 | - 'supersededBy' => ['Class', 'Property', 'Enumeration'], |
|
91 | - 'url' => ['URL'] |
|
92 | - ]; |
|
93 | - } |
|
94 | - |
|
95 | - |
|
96 | - /** |
|
97 | - * @inheritdoc |
|
98 | - */ |
|
99 | - public function getSchemaPropertyDescriptions(): array |
|
100 | - { |
|
101 | - return [ |
|
102 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
103 | - 'alternateName' => 'An alias for the item.', |
|
104 | - 'description' => 'A description of the item.', |
|
105 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
106 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
107 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
108 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
109 | - 'name' => 'The name of the item.', |
|
110 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
111 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
112 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
113 | - 'supersededBy' => 'Relates a term (i.e. a property, class or enumeration) to one that supersedes it.', |
|
114 | - 'url' => 'URL of the item.' |
|
115 | - ]; |
|
116 | - } |
|
117 | - |
|
118 | - |
|
119 | - /** |
|
120 | - * @inheritdoc |
|
121 | - */ |
|
122 | - public function getGoogleRequiredSchema(): array |
|
123 | - { |
|
124 | - return ['description', 'name']; |
|
125 | - } |
|
126 | - |
|
127 | - |
|
128 | - /** |
|
129 | - * @inheritdoc |
|
130 | - */ |
|
131 | - public function getGoogleRecommendedSchema(): array |
|
132 | - { |
|
133 | - return ['image', 'url']; |
|
134 | - } |
|
135 | - |
|
136 | - |
|
137 | - /** |
|
138 | - * @inheritdoc |
|
139 | - */ |
|
140 | - public function defineRules(): array |
|
141 | - { |
|
142 | - $rules = parent::defineRules(); |
|
143 | - $rules = array_merge($rules, [ |
|
144 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
145 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
146 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
147 | - ]); |
|
148 | - |
|
149 | - return $rules; |
|
150 | - } |
|
28 | + use Nonprofit501c12Trait; |
|
29 | + use USNonprofitTypeTrait; |
|
30 | + use NonprofitTypeTrait; |
|
31 | + use EnumerationTrait; |
|
32 | + use IntangibleTrait; |
|
33 | + use ThingTrait; |
|
34 | + |
|
35 | + /** |
|
36 | + * The Schema.org Type Name |
|
37 | + * |
|
38 | + * @var string |
|
39 | + */ |
|
40 | + public static $schemaTypeName = 'Nonprofit501c12'; |
|
41 | + |
|
42 | + /** |
|
43 | + * The Schema.org Type Scope |
|
44 | + * |
|
45 | + * @var string |
|
46 | + */ |
|
47 | + public static $schemaTypeScope = 'https://schema.org/Nonprofit501c12'; |
|
48 | + |
|
49 | + /** |
|
50 | + * The Schema.org Type Extends |
|
51 | + * |
|
52 | + * @var string |
|
53 | + */ |
|
54 | + public static $schemaTypeExtends = 'USNonprofitType'; |
|
55 | + |
|
56 | + /** |
|
57 | + * The Schema.org Type Description |
|
58 | + * |
|
59 | + * @var string |
|
60 | + */ |
|
61 | + public static $schemaTypeDescription = 'Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies.'; |
|
62 | + |
|
63 | + |
|
64 | + /** |
|
65 | + * @inheritdoc |
|
66 | + */ |
|
67 | + public function getSchemaPropertyNames(): array |
|
68 | + { |
|
69 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
70 | + } |
|
71 | + |
|
72 | + |
|
73 | + /** |
|
74 | + * @inheritdoc |
|
75 | + */ |
|
76 | + public function getSchemaPropertyExpectedTypes(): array |
|
77 | + { |
|
78 | + return [ |
|
79 | + 'additionalType' => ['URL'], |
|
80 | + 'alternateName' => ['Text'], |
|
81 | + 'description' => ['Text'], |
|
82 | + 'disambiguatingDescription' => ['Text'], |
|
83 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
84 | + 'image' => ['URL', 'ImageObject'], |
|
85 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
86 | + 'name' => ['Text'], |
|
87 | + 'potentialAction' => ['Action'], |
|
88 | + 'sameAs' => ['URL'], |
|
89 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
90 | + 'supersededBy' => ['Class', 'Property', 'Enumeration'], |
|
91 | + 'url' => ['URL'] |
|
92 | + ]; |
|
93 | + } |
|
94 | + |
|
95 | + |
|
96 | + /** |
|
97 | + * @inheritdoc |
|
98 | + */ |
|
99 | + public function getSchemaPropertyDescriptions(): array |
|
100 | + { |
|
101 | + return [ |
|
102 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
103 | + 'alternateName' => 'An alias for the item.', |
|
104 | + 'description' => 'A description of the item.', |
|
105 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
106 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
107 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
108 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
109 | + 'name' => 'The name of the item.', |
|
110 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
111 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
112 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
113 | + 'supersededBy' => 'Relates a term (i.e. a property, class or enumeration) to one that supersedes it.', |
|
114 | + 'url' => 'URL of the item.' |
|
115 | + ]; |
|
116 | + } |
|
117 | + |
|
118 | + |
|
119 | + /** |
|
120 | + * @inheritdoc |
|
121 | + */ |
|
122 | + public function getGoogleRequiredSchema(): array |
|
123 | + { |
|
124 | + return ['description', 'name']; |
|
125 | + } |
|
126 | + |
|
127 | + |
|
128 | + /** |
|
129 | + * @inheritdoc |
|
130 | + */ |
|
131 | + public function getGoogleRecommendedSchema(): array |
|
132 | + { |
|
133 | + return ['image', 'url']; |
|
134 | + } |
|
135 | + |
|
136 | + |
|
137 | + /** |
|
138 | + * @inheritdoc |
|
139 | + */ |
|
140 | + public function defineRules(): array |
|
141 | + { |
|
142 | + $rules = parent::defineRules(); |
|
143 | + $rules = array_merge($rules, [ |
|
144 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
145 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
146 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
147 | + ]); |
|
148 | + |
|
149 | + return $rules; |
|
150 | + } |
|
151 | 151 | } |
@@ -23,146 +23,146 @@ |
||
23 | 23 | */ |
24 | 24 | class AssessAction extends MetaJsonLd implements AssessActionInterface, ActionInterface, ThingInterface |
25 | 25 | { |
26 | - use AssessActionTrait; |
|
27 | - use ActionTrait; |
|
28 | - use ThingTrait; |
|
29 | - |
|
30 | - /** |
|
31 | - * The Schema.org Type Name |
|
32 | - * |
|
33 | - * @var string |
|
34 | - */ |
|
35 | - public static $schemaTypeName = 'AssessAction'; |
|
36 | - |
|
37 | - /** |
|
38 | - * The Schema.org Type Scope |
|
39 | - * |
|
40 | - * @var string |
|
41 | - */ |
|
42 | - public static $schemaTypeScope = 'https://schema.org/AssessAction'; |
|
43 | - |
|
44 | - /** |
|
45 | - * The Schema.org Type Extends |
|
46 | - * |
|
47 | - * @var string |
|
48 | - */ |
|
49 | - public static $schemaTypeExtends = 'Action'; |
|
50 | - |
|
51 | - /** |
|
52 | - * The Schema.org Type Description |
|
53 | - * |
|
54 | - * @var string |
|
55 | - */ |
|
56 | - public static $schemaTypeDescription = 'The act of forming one\'s opinion, reaction or sentiment.'; |
|
57 | - |
|
58 | - |
|
59 | - /** |
|
60 | - * @inheritdoc |
|
61 | - */ |
|
62 | - public function getSchemaPropertyNames(): array |
|
63 | - { |
|
64 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
65 | - } |
|
66 | - |
|
67 | - |
|
68 | - /** |
|
69 | - * @inheritdoc |
|
70 | - */ |
|
71 | - public function getSchemaPropertyExpectedTypes(): array |
|
72 | - { |
|
73 | - return [ |
|
74 | - 'actionStatus' => ['ActionStatusType'], |
|
75 | - 'additionalType' => ['URL'], |
|
76 | - 'agent' => ['Organization', 'Person'], |
|
77 | - 'alternateName' => ['Text'], |
|
78 | - 'description' => ['Text'], |
|
79 | - 'disambiguatingDescription' => ['Text'], |
|
80 | - 'endTime' => ['DateTime', 'Time'], |
|
81 | - 'error' => ['Thing'], |
|
82 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
83 | - 'image' => ['URL', 'ImageObject'], |
|
84 | - 'instrument' => ['Thing'], |
|
85 | - 'location' => ['Place', 'Text', 'VirtualLocation', 'PostalAddress'], |
|
86 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
87 | - 'name' => ['Text'], |
|
88 | - 'object' => ['Thing'], |
|
89 | - 'participant' => ['Organization', 'Person'], |
|
90 | - 'potentialAction' => ['Action'], |
|
91 | - 'provider' => ['Organization', 'Person'], |
|
92 | - 'result' => ['Thing'], |
|
93 | - 'sameAs' => ['URL'], |
|
94 | - 'startTime' => ['Time', 'DateTime'], |
|
95 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
96 | - 'target' => ['URL', 'EntryPoint'], |
|
97 | - 'url' => ['URL'] |
|
98 | - ]; |
|
99 | - } |
|
100 | - |
|
101 | - |
|
102 | - /** |
|
103 | - * @inheritdoc |
|
104 | - */ |
|
105 | - public function getSchemaPropertyDescriptions(): array |
|
106 | - { |
|
107 | - return [ |
|
108 | - 'actionStatus' => 'Indicates the current disposition of the Action.', |
|
109 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
110 | - 'agent' => 'The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book.', |
|
111 | - 'alternateName' => 'An alias for the item.', |
|
112 | - 'description' => 'A description of the item.', |
|
113 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
114 | - 'endTime' => 'The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it\'s the time offset of the end of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.', |
|
115 | - 'error' => 'For failed actions, more information on the cause of the failure.', |
|
116 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
117 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
118 | - 'instrument' => 'The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.', |
|
119 | - 'location' => 'The location of, for example, where an event is happening, where an organization is located, or where an action takes place.', |
|
120 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
121 | - 'name' => 'The name of the item.', |
|
122 | - 'object' => 'The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn\'t). E.g. John read *a book*.', |
|
123 | - 'participant' => 'Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*.', |
|
124 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
125 | - 'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.', |
|
126 | - 'result' => 'The result produced in the action. E.g. John wrote *a book*.', |
|
127 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
128 | - 'startTime' => 'The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it\'s the time offset of the start of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.', |
|
129 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
130 | - 'target' => 'Indicates a target EntryPoint, or url, for an Action.', |
|
131 | - 'url' => 'URL of the item.' |
|
132 | - ]; |
|
133 | - } |
|
134 | - |
|
135 | - |
|
136 | - /** |
|
137 | - * @inheritdoc |
|
138 | - */ |
|
139 | - public function getGoogleRequiredSchema(): array |
|
140 | - { |
|
141 | - return ['description', 'name']; |
|
142 | - } |
|
143 | - |
|
144 | - |
|
145 | - /** |
|
146 | - * @inheritdoc |
|
147 | - */ |
|
148 | - public function getGoogleRecommendedSchema(): array |
|
149 | - { |
|
150 | - return ['image', 'url']; |
|
151 | - } |
|
152 | - |
|
153 | - |
|
154 | - /** |
|
155 | - * @inheritdoc |
|
156 | - */ |
|
157 | - public function defineRules(): array |
|
158 | - { |
|
159 | - $rules = parent::defineRules(); |
|
160 | - $rules = array_merge($rules, [ |
|
161 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
162 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
163 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
164 | - ]); |
|
165 | - |
|
166 | - return $rules; |
|
167 | - } |
|
26 | + use AssessActionTrait; |
|
27 | + use ActionTrait; |
|
28 | + use ThingTrait; |
|
29 | + |
|
30 | + /** |
|
31 | + * The Schema.org Type Name |
|
32 | + * |
|
33 | + * @var string |
|
34 | + */ |
|
35 | + public static $schemaTypeName = 'AssessAction'; |
|
36 | + |
|
37 | + /** |
|
38 | + * The Schema.org Type Scope |
|
39 | + * |
|
40 | + * @var string |
|
41 | + */ |
|
42 | + public static $schemaTypeScope = 'https://schema.org/AssessAction'; |
|
43 | + |
|
44 | + /** |
|
45 | + * The Schema.org Type Extends |
|
46 | + * |
|
47 | + * @var string |
|
48 | + */ |
|
49 | + public static $schemaTypeExtends = 'Action'; |
|
50 | + |
|
51 | + /** |
|
52 | + * The Schema.org Type Description |
|
53 | + * |
|
54 | + * @var string |
|
55 | + */ |
|
56 | + public static $schemaTypeDescription = 'The act of forming one\'s opinion, reaction or sentiment.'; |
|
57 | + |
|
58 | + |
|
59 | + /** |
|
60 | + * @inheritdoc |
|
61 | + */ |
|
62 | + public function getSchemaPropertyNames(): array |
|
63 | + { |
|
64 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
65 | + } |
|
66 | + |
|
67 | + |
|
68 | + /** |
|
69 | + * @inheritdoc |
|
70 | + */ |
|
71 | + public function getSchemaPropertyExpectedTypes(): array |
|
72 | + { |
|
73 | + return [ |
|
74 | + 'actionStatus' => ['ActionStatusType'], |
|
75 | + 'additionalType' => ['URL'], |
|
76 | + 'agent' => ['Organization', 'Person'], |
|
77 | + 'alternateName' => ['Text'], |
|
78 | + 'description' => ['Text'], |
|
79 | + 'disambiguatingDescription' => ['Text'], |
|
80 | + 'endTime' => ['DateTime', 'Time'], |
|
81 | + 'error' => ['Thing'], |
|
82 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
83 | + 'image' => ['URL', 'ImageObject'], |
|
84 | + 'instrument' => ['Thing'], |
|
85 | + 'location' => ['Place', 'Text', 'VirtualLocation', 'PostalAddress'], |
|
86 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
87 | + 'name' => ['Text'], |
|
88 | + 'object' => ['Thing'], |
|
89 | + 'participant' => ['Organization', 'Person'], |
|
90 | + 'potentialAction' => ['Action'], |
|
91 | + 'provider' => ['Organization', 'Person'], |
|
92 | + 'result' => ['Thing'], |
|
93 | + 'sameAs' => ['URL'], |
|
94 | + 'startTime' => ['Time', 'DateTime'], |
|
95 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
96 | + 'target' => ['URL', 'EntryPoint'], |
|
97 | + 'url' => ['URL'] |
|
98 | + ]; |
|
99 | + } |
|
100 | + |
|
101 | + |
|
102 | + /** |
|
103 | + * @inheritdoc |
|
104 | + */ |
|
105 | + public function getSchemaPropertyDescriptions(): array |
|
106 | + { |
|
107 | + return [ |
|
108 | + 'actionStatus' => 'Indicates the current disposition of the Action.', |
|
109 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
110 | + 'agent' => 'The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book.', |
|
111 | + 'alternateName' => 'An alias for the item.', |
|
112 | + 'description' => 'A description of the item.', |
|
113 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
114 | + 'endTime' => 'The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it\'s the time offset of the end of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.', |
|
115 | + 'error' => 'For failed actions, more information on the cause of the failure.', |
|
116 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
117 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
118 | + 'instrument' => 'The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.', |
|
119 | + 'location' => 'The location of, for example, where an event is happening, where an organization is located, or where an action takes place.', |
|
120 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
121 | + 'name' => 'The name of the item.', |
|
122 | + 'object' => 'The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn\'t). E.g. John read *a book*.', |
|
123 | + 'participant' => 'Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*.', |
|
124 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
125 | + 'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.', |
|
126 | + 'result' => 'The result produced in the action. E.g. John wrote *a book*.', |
|
127 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
128 | + 'startTime' => 'The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it\'s the time offset of the start of a clip within a larger file. Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.', |
|
129 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
130 | + 'target' => 'Indicates a target EntryPoint, or url, for an Action.', |
|
131 | + 'url' => 'URL of the item.' |
|
132 | + ]; |
|
133 | + } |
|
134 | + |
|
135 | + |
|
136 | + /** |
|
137 | + * @inheritdoc |
|
138 | + */ |
|
139 | + public function getGoogleRequiredSchema(): array |
|
140 | + { |
|
141 | + return ['description', 'name']; |
|
142 | + } |
|
143 | + |
|
144 | + |
|
145 | + /** |
|
146 | + * @inheritdoc |
|
147 | + */ |
|
148 | + public function getGoogleRecommendedSchema(): array |
|
149 | + { |
|
150 | + return ['image', 'url']; |
|
151 | + } |
|
152 | + |
|
153 | + |
|
154 | + /** |
|
155 | + * @inheritdoc |
|
156 | + */ |
|
157 | + public function defineRules(): array |
|
158 | + { |
|
159 | + $rules = parent::defineRules(); |
|
160 | + $rules = array_merge($rules, [ |
|
161 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
162 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
163 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
164 | + ]); |
|
165 | + |
|
166 | + return $rules; |
|
167 | + } |
|
168 | 168 | } |
@@ -25,166 +25,166 @@ |
||
25 | 25 | */ |
26 | 26 | class MolecularEntity extends MetaJsonLd implements MolecularEntityInterface, BioChemEntityInterface, ThingInterface |
27 | 27 | { |
28 | - use MolecularEntityTrait; |
|
29 | - use BioChemEntityTrait; |
|
30 | - use ThingTrait; |
|
31 | - |
|
32 | - /** |
|
33 | - * The Schema.org Type Name |
|
34 | - * |
|
35 | - * @var string |
|
36 | - */ |
|
37 | - public static $schemaTypeName = 'MolecularEntity'; |
|
38 | - |
|
39 | - /** |
|
40 | - * The Schema.org Type Scope |
|
41 | - * |
|
42 | - * @var string |
|
43 | - */ |
|
44 | - public static $schemaTypeScope = 'https://schema.org/MolecularEntity'; |
|
45 | - |
|
46 | - /** |
|
47 | - * The Schema.org Type Extends |
|
48 | - * |
|
49 | - * @var string |
|
50 | - */ |
|
51 | - public static $schemaTypeExtends = 'BioChemEntity'; |
|
52 | - |
|
53 | - /** |
|
54 | - * The Schema.org Type Description |
|
55 | - * |
|
56 | - * @var string |
|
57 | - */ |
|
58 | - public static $schemaTypeDescription = 'Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.'; |
|
59 | - |
|
60 | - |
|
61 | - /** |
|
62 | - * @inheritdoc |
|
63 | - */ |
|
64 | - public function getSchemaPropertyNames(): array |
|
65 | - { |
|
66 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
67 | - } |
|
68 | - |
|
69 | - |
|
70 | - /** |
|
71 | - * @inheritdoc |
|
72 | - */ |
|
73 | - public function getSchemaPropertyExpectedTypes(): array |
|
74 | - { |
|
75 | - return [ |
|
76 | - 'additionalType' => ['URL'], |
|
77 | - 'alternateName' => ['Text'], |
|
78 | - 'associatedDisease' => ['MedicalCondition', 'URL', 'PropertyValue'], |
|
79 | - 'bioChemInteraction' => ['BioChemEntity'], |
|
80 | - 'bioChemSimilarity' => ['BioChemEntity'], |
|
81 | - 'biologicalRole' => ['DefinedTerm'], |
|
82 | - 'chemicalRole' => ['DefinedTerm'], |
|
83 | - 'description' => ['Text'], |
|
84 | - 'disambiguatingDescription' => ['Text'], |
|
85 | - 'funding' => ['Grant'], |
|
86 | - 'hasBioChemEntityPart' => ['BioChemEntity'], |
|
87 | - 'hasMolecularFunction' => ['URL', 'DefinedTerm', 'PropertyValue'], |
|
88 | - 'hasRepresentation' => ['Text', 'URL', 'PropertyValue'], |
|
89 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
90 | - 'image' => ['URL', 'ImageObject'], |
|
91 | - 'inChI' => ['Text'], |
|
92 | - 'inChIKey' => ['Text'], |
|
93 | - 'isEncodedByBioChemEntity' => ['Gene'], |
|
94 | - 'isInvolvedInBiologicalProcess' => ['DefinedTerm', 'PropertyValue', 'URL'], |
|
95 | - 'isLocatedInSubcellularLocation' => ['URL', 'DefinedTerm', 'PropertyValue'], |
|
96 | - 'isPartOfBioChemEntity' => ['BioChemEntity'], |
|
97 | - 'iupacName' => ['Text'], |
|
98 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
99 | - 'molecularFormula' => ['Text'], |
|
100 | - 'molecularWeight' => ['QuantitativeValue', 'Text'], |
|
101 | - 'monoisotopicMolecularWeight' => ['Text', 'QuantitativeValue'], |
|
102 | - 'name' => ['Text'], |
|
103 | - 'potentialAction' => ['Action'], |
|
104 | - 'potentialUse' => ['DefinedTerm'], |
|
105 | - 'sameAs' => ['URL'], |
|
106 | - 'smiles' => ['Text'], |
|
107 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
108 | - 'taxonomicRange' => ['URL', 'DefinedTerm', 'Text', 'Taxon'], |
|
109 | - 'url' => ['URL'] |
|
110 | - ]; |
|
111 | - } |
|
112 | - |
|
113 | - |
|
114 | - /** |
|
115 | - * @inheritdoc |
|
116 | - */ |
|
117 | - public function getSchemaPropertyDescriptions(): array |
|
118 | - { |
|
119 | - return [ |
|
120 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
121 | - 'alternateName' => 'An alias for the item.', |
|
122 | - 'associatedDisease' => 'Disease associated to this BioChemEntity. Such disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue.', |
|
123 | - 'bioChemInteraction' => 'A BioChemEntity that is known to interact with this item.', |
|
124 | - 'bioChemSimilarity' => 'A similar BioChemEntity, e.g., obtained by fingerprint similarity algorithms.', |
|
125 | - 'biologicalRole' => 'A role played by the BioChemEntity within a biological context.', |
|
126 | - 'chemicalRole' => 'A role played by the BioChemEntity within a chemical context.', |
|
127 | - 'description' => 'A description of the item.', |
|
128 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
129 | - 'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].', |
|
130 | - 'hasBioChemEntityPart' => 'Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. ', |
|
131 | - 'hasMolecularFunction' => 'Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence.', |
|
132 | - 'hasRepresentation' => 'A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image.', |
|
133 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
134 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
135 | - 'inChI' => 'Non-proprietary identifier for molecular entity that can be used in printed and electronic data sources thus enabling easier linking of diverse data compilations.', |
|
136 | - 'inChIKey' => 'InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm).', |
|
137 | - 'isEncodedByBioChemEntity' => 'Another BioChemEntity encoding by this one.', |
|
138 | - 'isInvolvedInBiologicalProcess' => 'Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.', |
|
139 | - 'isLocatedInSubcellularLocation' => 'Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.', |
|
140 | - 'isPartOfBioChemEntity' => 'Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. ', |
|
141 | - 'iupacName' => 'Systematic method of naming chemical compounds as recommended by the International Union of Pure and Applied Chemistry (IUPAC).', |
|
142 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
143 | - 'molecularFormula' => 'The empirical formula is the simplest whole number ratio of all the atoms in a molecule.', |
|
144 | - 'molecularWeight' => 'This is the molecular weight of the entity being described, not of the parent. Units should be included in the form \'<Number> <unit>\', for example \'12 amu\' or as \'<QuantitativeValue>.', |
|
145 | - 'monoisotopicMolecularWeight' => 'The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units in the form \'<Number> <unit>\', for example \'770.230488 g/mol\' or as \'<QuantitativeValue>.', |
|
146 | - 'name' => 'The name of the item.', |
|
147 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
148 | - 'potentialUse' => 'Intended use of the BioChemEntity by humans.', |
|
149 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
150 | - 'smiles' => 'A specification in form of a line notation for describing the structure of chemical species using short ASCII strings. Double bond stereochemistry \ indicators may need to be escaped in the string in formats where the backslash is an escape character.', |
|
151 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
152 | - 'taxonomicRange' => 'The taxonomic grouping of the organism that expresses, encodes, or in some way related to the BioChemEntity.', |
|
153 | - 'url' => 'URL of the item.' |
|
154 | - ]; |
|
155 | - } |
|
156 | - |
|
157 | - |
|
158 | - /** |
|
159 | - * @inheritdoc |
|
160 | - */ |
|
161 | - public function getGoogleRequiredSchema(): array |
|
162 | - { |
|
163 | - return ['description', 'name']; |
|
164 | - } |
|
165 | - |
|
166 | - |
|
167 | - /** |
|
168 | - * @inheritdoc |
|
169 | - */ |
|
170 | - public function getGoogleRecommendedSchema(): array |
|
171 | - { |
|
172 | - return ['image', 'url']; |
|
173 | - } |
|
174 | - |
|
175 | - |
|
176 | - /** |
|
177 | - * @inheritdoc |
|
178 | - */ |
|
179 | - public function defineRules(): array |
|
180 | - { |
|
181 | - $rules = parent::defineRules(); |
|
182 | - $rules = array_merge($rules, [ |
|
183 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
184 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
185 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
186 | - ]); |
|
187 | - |
|
188 | - return $rules; |
|
189 | - } |
|
28 | + use MolecularEntityTrait; |
|
29 | + use BioChemEntityTrait; |
|
30 | + use ThingTrait; |
|
31 | + |
|
32 | + /** |
|
33 | + * The Schema.org Type Name |
|
34 | + * |
|
35 | + * @var string |
|
36 | + */ |
|
37 | + public static $schemaTypeName = 'MolecularEntity'; |
|
38 | + |
|
39 | + /** |
|
40 | + * The Schema.org Type Scope |
|
41 | + * |
|
42 | + * @var string |
|
43 | + */ |
|
44 | + public static $schemaTypeScope = 'https://schema.org/MolecularEntity'; |
|
45 | + |
|
46 | + /** |
|
47 | + * The Schema.org Type Extends |
|
48 | + * |
|
49 | + * @var string |
|
50 | + */ |
|
51 | + public static $schemaTypeExtends = 'BioChemEntity'; |
|
52 | + |
|
53 | + /** |
|
54 | + * The Schema.org Type Description |
|
55 | + * |
|
56 | + * @var string |
|
57 | + */ |
|
58 | + public static $schemaTypeDescription = 'Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.'; |
|
59 | + |
|
60 | + |
|
61 | + /** |
|
62 | + * @inheritdoc |
|
63 | + */ |
|
64 | + public function getSchemaPropertyNames(): array |
|
65 | + { |
|
66 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
67 | + } |
|
68 | + |
|
69 | + |
|
70 | + /** |
|
71 | + * @inheritdoc |
|
72 | + */ |
|
73 | + public function getSchemaPropertyExpectedTypes(): array |
|
74 | + { |
|
75 | + return [ |
|
76 | + 'additionalType' => ['URL'], |
|
77 | + 'alternateName' => ['Text'], |
|
78 | + 'associatedDisease' => ['MedicalCondition', 'URL', 'PropertyValue'], |
|
79 | + 'bioChemInteraction' => ['BioChemEntity'], |
|
80 | + 'bioChemSimilarity' => ['BioChemEntity'], |
|
81 | + 'biologicalRole' => ['DefinedTerm'], |
|
82 | + 'chemicalRole' => ['DefinedTerm'], |
|
83 | + 'description' => ['Text'], |
|
84 | + 'disambiguatingDescription' => ['Text'], |
|
85 | + 'funding' => ['Grant'], |
|
86 | + 'hasBioChemEntityPart' => ['BioChemEntity'], |
|
87 | + 'hasMolecularFunction' => ['URL', 'DefinedTerm', 'PropertyValue'], |
|
88 | + 'hasRepresentation' => ['Text', 'URL', 'PropertyValue'], |
|
89 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
90 | + 'image' => ['URL', 'ImageObject'], |
|
91 | + 'inChI' => ['Text'], |
|
92 | + 'inChIKey' => ['Text'], |
|
93 | + 'isEncodedByBioChemEntity' => ['Gene'], |
|
94 | + 'isInvolvedInBiologicalProcess' => ['DefinedTerm', 'PropertyValue', 'URL'], |
|
95 | + 'isLocatedInSubcellularLocation' => ['URL', 'DefinedTerm', 'PropertyValue'], |
|
96 | + 'isPartOfBioChemEntity' => ['BioChemEntity'], |
|
97 | + 'iupacName' => ['Text'], |
|
98 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
99 | + 'molecularFormula' => ['Text'], |
|
100 | + 'molecularWeight' => ['QuantitativeValue', 'Text'], |
|
101 | + 'monoisotopicMolecularWeight' => ['Text', 'QuantitativeValue'], |
|
102 | + 'name' => ['Text'], |
|
103 | + 'potentialAction' => ['Action'], |
|
104 | + 'potentialUse' => ['DefinedTerm'], |
|
105 | + 'sameAs' => ['URL'], |
|
106 | + 'smiles' => ['Text'], |
|
107 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
108 | + 'taxonomicRange' => ['URL', 'DefinedTerm', 'Text', 'Taxon'], |
|
109 | + 'url' => ['URL'] |
|
110 | + ]; |
|
111 | + } |
|
112 | + |
|
113 | + |
|
114 | + /** |
|
115 | + * @inheritdoc |
|
116 | + */ |
|
117 | + public function getSchemaPropertyDescriptions(): array |
|
118 | + { |
|
119 | + return [ |
|
120 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
121 | + 'alternateName' => 'An alias for the item.', |
|
122 | + 'associatedDisease' => 'Disease associated to this BioChemEntity. Such disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue.', |
|
123 | + 'bioChemInteraction' => 'A BioChemEntity that is known to interact with this item.', |
|
124 | + 'bioChemSimilarity' => 'A similar BioChemEntity, e.g., obtained by fingerprint similarity algorithms.', |
|
125 | + 'biologicalRole' => 'A role played by the BioChemEntity within a biological context.', |
|
126 | + 'chemicalRole' => 'A role played by the BioChemEntity within a chemical context.', |
|
127 | + 'description' => 'A description of the item.', |
|
128 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
129 | + 'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].', |
|
130 | + 'hasBioChemEntityPart' => 'Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. ', |
|
131 | + 'hasMolecularFunction' => 'Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence.', |
|
132 | + 'hasRepresentation' => 'A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image.', |
|
133 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
134 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
135 | + 'inChI' => 'Non-proprietary identifier for molecular entity that can be used in printed and electronic data sources thus enabling easier linking of diverse data compilations.', |
|
136 | + 'inChIKey' => 'InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm).', |
|
137 | + 'isEncodedByBioChemEntity' => 'Another BioChemEntity encoding by this one.', |
|
138 | + 'isInvolvedInBiologicalProcess' => 'Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.', |
|
139 | + 'isLocatedInSubcellularLocation' => 'Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.', |
|
140 | + 'isPartOfBioChemEntity' => 'Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. ', |
|
141 | + 'iupacName' => 'Systematic method of naming chemical compounds as recommended by the International Union of Pure and Applied Chemistry (IUPAC).', |
|
142 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
143 | + 'molecularFormula' => 'The empirical formula is the simplest whole number ratio of all the atoms in a molecule.', |
|
144 | + 'molecularWeight' => 'This is the molecular weight of the entity being described, not of the parent. Units should be included in the form \'<Number> <unit>\', for example \'12 amu\' or as \'<QuantitativeValue>.', |
|
145 | + 'monoisotopicMolecularWeight' => 'The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units in the form \'<Number> <unit>\', for example \'770.230488 g/mol\' or as \'<QuantitativeValue>.', |
|
146 | + 'name' => 'The name of the item.', |
|
147 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
148 | + 'potentialUse' => 'Intended use of the BioChemEntity by humans.', |
|
149 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
150 | + 'smiles' => 'A specification in form of a line notation for describing the structure of chemical species using short ASCII strings. Double bond stereochemistry \ indicators may need to be escaped in the string in formats where the backslash is an escape character.', |
|
151 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
152 | + 'taxonomicRange' => 'The taxonomic grouping of the organism that expresses, encodes, or in some way related to the BioChemEntity.', |
|
153 | + 'url' => 'URL of the item.' |
|
154 | + ]; |
|
155 | + } |
|
156 | + |
|
157 | + |
|
158 | + /** |
|
159 | + * @inheritdoc |
|
160 | + */ |
|
161 | + public function getGoogleRequiredSchema(): array |
|
162 | + { |
|
163 | + return ['description', 'name']; |
|
164 | + } |
|
165 | + |
|
166 | + |
|
167 | + /** |
|
168 | + * @inheritdoc |
|
169 | + */ |
|
170 | + public function getGoogleRecommendedSchema(): array |
|
171 | + { |
|
172 | + return ['image', 'url']; |
|
173 | + } |
|
174 | + |
|
175 | + |
|
176 | + /** |
|
177 | + * @inheritdoc |
|
178 | + */ |
|
179 | + public function defineRules(): array |
|
180 | + { |
|
181 | + $rules = parent::defineRules(); |
|
182 | + $rules = array_merge($rules, [ |
|
183 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
184 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
185 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
186 | + ]); |
|
187 | + |
|
188 | + return $rules; |
|
189 | + } |
|
190 | 190 | } |
@@ -23,331 +23,331 @@ |
||
23 | 23 | */ |
24 | 24 | class DaySpa extends MetaJsonLd implements DaySpaInterface, HealthAndBeautyBusinessInterface, LocalBusinessInterface, PlaceInterface, ThingInterface, OrganizationInterface |
25 | 25 | { |
26 | - use DaySpaTrait; |
|
27 | - use HealthAndBeautyBusinessTrait; |
|
28 | - use LocalBusinessTrait; |
|
29 | - use PlaceTrait; |
|
30 | - use ThingTrait; |
|
31 | - use OrganizationTrait; |
|
26 | + use DaySpaTrait; |
|
27 | + use HealthAndBeautyBusinessTrait; |
|
28 | + use LocalBusinessTrait; |
|
29 | + use PlaceTrait; |
|
30 | + use ThingTrait; |
|
31 | + use OrganizationTrait; |
|
32 | 32 | |
33 | - /** |
|
34 | - * The Schema.org Type Name |
|
35 | - * |
|
36 | - * @var string |
|
37 | - */ |
|
38 | - public static $schemaTypeName = 'DaySpa'; |
|
33 | + /** |
|
34 | + * The Schema.org Type Name |
|
35 | + * |
|
36 | + * @var string |
|
37 | + */ |
|
38 | + public static $schemaTypeName = 'DaySpa'; |
|
39 | 39 | |
40 | - /** |
|
41 | - * The Schema.org Type Scope |
|
42 | - * |
|
43 | - * @var string |
|
44 | - */ |
|
45 | - public static $schemaTypeScope = 'https://schema.org/DaySpa'; |
|
40 | + /** |
|
41 | + * The Schema.org Type Scope |
|
42 | + * |
|
43 | + * @var string |
|
44 | + */ |
|
45 | + public static $schemaTypeScope = 'https://schema.org/DaySpa'; |
|
46 | 46 | |
47 | - /** |
|
48 | - * The Schema.org Type Extends |
|
49 | - * |
|
50 | - * @var string |
|
51 | - */ |
|
52 | - public static $schemaTypeExtends = 'HealthAndBeautyBusiness'; |
|
47 | + /** |
|
48 | + * The Schema.org Type Extends |
|
49 | + * |
|
50 | + * @var string |
|
51 | + */ |
|
52 | + public static $schemaTypeExtends = 'HealthAndBeautyBusiness'; |
|
53 | 53 | |
54 | - /** |
|
55 | - * The Schema.org Type Description |
|
56 | - * |
|
57 | - * @var string |
|
58 | - */ |
|
59 | - public static $schemaTypeDescription = 'A day spa.'; |
|
54 | + /** |
|
55 | + * The Schema.org Type Description |
|
56 | + * |
|
57 | + * @var string |
|
58 | + */ |
|
59 | + public static $schemaTypeDescription = 'A day spa.'; |
|
60 | 60 | |
61 | 61 | |
62 | - /** |
|
63 | - * @inheritdoc |
|
64 | - */ |
|
65 | - public function getSchemaPropertyNames(): array |
|
66 | - { |
|
67 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
68 | - } |
|
62 | + /** |
|
63 | + * @inheritdoc |
|
64 | + */ |
|
65 | + public function getSchemaPropertyNames(): array |
|
66 | + { |
|
67 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
68 | + } |
|
69 | 69 | |
70 | 70 | |
71 | - /** |
|
72 | - * @inheritdoc |
|
73 | - */ |
|
74 | - public function getSchemaPropertyExpectedTypes(): array |
|
75 | - { |
|
76 | - return [ |
|
77 | - 'actionableFeedbackPolicy' => ['CreativeWork', 'URL'], |
|
78 | - 'additionalProperty' => ['PropertyValue'], |
|
79 | - 'additionalType' => ['URL'], |
|
80 | - 'address' => ['Text', 'PostalAddress'], |
|
81 | - 'aggregateRating' => ['AggregateRating'], |
|
82 | - 'alternateName' => ['Text'], |
|
83 | - 'alumni' => ['Person'], |
|
84 | - 'amenityFeature' => ['LocationFeatureSpecification'], |
|
85 | - 'areaServed' => ['Text', 'Place', 'GeoShape', 'AdministrativeArea'], |
|
86 | - 'award' => ['Text'], |
|
87 | - 'awards' => ['Text'], |
|
88 | - 'branchCode' => ['Text'], |
|
89 | - 'branchOf' => ['Organization'], |
|
90 | - 'brand' => ['Brand', 'Organization'], |
|
91 | - 'contactPoint' => ['ContactPoint'], |
|
92 | - 'contactPoints' => ['ContactPoint'], |
|
93 | - 'containedIn' => ['Place'], |
|
94 | - 'containedInPlace' => ['Place'], |
|
95 | - 'containsPlace' => ['Place'], |
|
96 | - 'correctionsPolicy' => ['URL', 'CreativeWork'], |
|
97 | - 'currenciesAccepted' => ['Text'], |
|
98 | - 'department' => ['Organization'], |
|
99 | - 'description' => ['Text'], |
|
100 | - 'disambiguatingDescription' => ['Text'], |
|
101 | - 'dissolutionDate' => ['Date'], |
|
102 | - 'diversityPolicy' => ['URL', 'CreativeWork'], |
|
103 | - 'diversityStaffingReport' => ['Article', 'URL'], |
|
104 | - 'duns' => ['Text'], |
|
105 | - 'email' => ['Text'], |
|
106 | - 'employee' => ['Person'], |
|
107 | - 'employees' => ['Person'], |
|
108 | - 'ethicsPolicy' => ['CreativeWork', 'URL'], |
|
109 | - 'event' => ['Event'], |
|
110 | - 'events' => ['Event'], |
|
111 | - 'faxNumber' => ['Text'], |
|
112 | - 'founder' => ['Person'], |
|
113 | - 'founders' => ['Person'], |
|
114 | - 'foundingDate' => ['Date'], |
|
115 | - 'foundingLocation' => ['Place'], |
|
116 | - 'funder' => ['Organization', 'Person'], |
|
117 | - 'funding' => ['Grant'], |
|
118 | - 'geo' => ['GeoCoordinates', 'GeoShape'], |
|
119 | - 'geoContains' => ['Place', 'GeospatialGeometry'], |
|
120 | - 'geoCoveredBy' => ['GeospatialGeometry', 'Place'], |
|
121 | - 'geoCovers' => ['GeospatialGeometry', 'Place'], |
|
122 | - 'geoCrosses' => ['GeospatialGeometry', 'Place'], |
|
123 | - 'geoDisjoint' => ['GeospatialGeometry', 'Place'], |
|
124 | - 'geoEquals' => ['GeospatialGeometry', 'Place'], |
|
125 | - 'geoIntersects' => ['GeospatialGeometry', 'Place'], |
|
126 | - 'geoOverlaps' => ['GeospatialGeometry', 'Place'], |
|
127 | - 'geoTouches' => ['GeospatialGeometry', 'Place'], |
|
128 | - 'geoWithin' => ['GeospatialGeometry', 'Place'], |
|
129 | - 'globalLocationNumber' => ['Text'], |
|
130 | - 'hasCredential' => ['EducationalOccupationalCredential'], |
|
131 | - 'hasDriveThroughService' => ['Boolean'], |
|
132 | - 'hasMap' => ['URL', 'Map'], |
|
133 | - 'hasMerchantReturnPolicy' => ['MerchantReturnPolicy'], |
|
134 | - 'hasOfferCatalog' => ['OfferCatalog'], |
|
135 | - 'hasPOS' => ['Place'], |
|
136 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
137 | - 'image' => ['URL', 'ImageObject'], |
|
138 | - 'interactionStatistic' => ['InteractionCounter'], |
|
139 | - 'isAccessibleForFree' => ['Boolean'], |
|
140 | - 'isicV4' => ['Text'], |
|
141 | - 'iso6523Code' => ['Text'], |
|
142 | - 'keywords' => ['URL', 'DefinedTerm', 'Text'], |
|
143 | - 'knowsAbout' => ['Thing', 'Text', 'URL'], |
|
144 | - 'knowsLanguage' => ['Text', 'Language'], |
|
145 | - 'latitude' => ['Number', 'Text'], |
|
146 | - 'legalName' => ['Text'], |
|
147 | - 'leiCode' => ['Text'], |
|
148 | - 'location' => ['Place', 'Text', 'VirtualLocation', 'PostalAddress'], |
|
149 | - 'logo' => ['ImageObject', 'URL'], |
|
150 | - 'longitude' => ['Text', 'Number'], |
|
151 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
152 | - 'makesOffer' => ['Offer'], |
|
153 | - 'map' => ['URL'], |
|
154 | - 'maps' => ['URL'], |
|
155 | - 'maximumAttendeeCapacity' => ['Integer'], |
|
156 | - 'member' => ['Organization', 'Person'], |
|
157 | - 'memberOf' => ['Organization', 'ProgramMembership'], |
|
158 | - 'members' => ['Organization', 'Person'], |
|
159 | - 'naics' => ['Text'], |
|
160 | - 'name' => ['Text'], |
|
161 | - 'nonprofitStatus' => ['NonprofitType'], |
|
162 | - 'numberOfEmployees' => ['QuantitativeValue'], |
|
163 | - 'openingHours' => ['Text'], |
|
164 | - 'openingHoursSpecification' => ['OpeningHoursSpecification'], |
|
165 | - 'ownershipFundingInfo' => ['AboutPage', 'Text', 'CreativeWork', 'URL'], |
|
166 | - 'owns' => ['Product', 'OwnershipInfo'], |
|
167 | - 'parentOrganization' => ['Organization'], |
|
168 | - 'paymentAccepted' => ['Text'], |
|
169 | - 'photo' => ['Photograph', 'ImageObject'], |
|
170 | - 'photos' => ['ImageObject', 'Photograph'], |
|
171 | - 'potentialAction' => ['Action'], |
|
172 | - 'priceRange' => ['Text'], |
|
173 | - 'publicAccess' => ['Boolean'], |
|
174 | - 'publishingPrinciples' => ['CreativeWork', 'URL'], |
|
175 | - 'review' => ['Review'], |
|
176 | - 'reviews' => ['Review'], |
|
177 | - 'sameAs' => ['URL'], |
|
178 | - 'seeks' => ['Demand'], |
|
179 | - 'serviceArea' => ['AdministrativeArea', 'Place', 'GeoShape'], |
|
180 | - 'slogan' => ['Text'], |
|
181 | - 'smokingAllowed' => ['Boolean'], |
|
182 | - 'specialOpeningHoursSpecification' => ['OpeningHoursSpecification'], |
|
183 | - 'sponsor' => ['Organization', 'Person'], |
|
184 | - 'subOrganization' => ['Organization'], |
|
185 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
186 | - 'taxID' => ['Text'], |
|
187 | - 'telephone' => ['Text'], |
|
188 | - 'tourBookingPage' => ['URL'], |
|
189 | - 'unnamedSourcesPolicy' => ['CreativeWork', 'URL'], |
|
190 | - 'url' => ['URL'], |
|
191 | - 'vatID' => ['Text'] |
|
192 | - ]; |
|
193 | - } |
|
71 | + /** |
|
72 | + * @inheritdoc |
|
73 | + */ |
|
74 | + public function getSchemaPropertyExpectedTypes(): array |
|
75 | + { |
|
76 | + return [ |
|
77 | + 'actionableFeedbackPolicy' => ['CreativeWork', 'URL'], |
|
78 | + 'additionalProperty' => ['PropertyValue'], |
|
79 | + 'additionalType' => ['URL'], |
|
80 | + 'address' => ['Text', 'PostalAddress'], |
|
81 | + 'aggregateRating' => ['AggregateRating'], |
|
82 | + 'alternateName' => ['Text'], |
|
83 | + 'alumni' => ['Person'], |
|
84 | + 'amenityFeature' => ['LocationFeatureSpecification'], |
|
85 | + 'areaServed' => ['Text', 'Place', 'GeoShape', 'AdministrativeArea'], |
|
86 | + 'award' => ['Text'], |
|
87 | + 'awards' => ['Text'], |
|
88 | + 'branchCode' => ['Text'], |
|
89 | + 'branchOf' => ['Organization'], |
|
90 | + 'brand' => ['Brand', 'Organization'], |
|
91 | + 'contactPoint' => ['ContactPoint'], |
|
92 | + 'contactPoints' => ['ContactPoint'], |
|
93 | + 'containedIn' => ['Place'], |
|
94 | + 'containedInPlace' => ['Place'], |
|
95 | + 'containsPlace' => ['Place'], |
|
96 | + 'correctionsPolicy' => ['URL', 'CreativeWork'], |
|
97 | + 'currenciesAccepted' => ['Text'], |
|
98 | + 'department' => ['Organization'], |
|
99 | + 'description' => ['Text'], |
|
100 | + 'disambiguatingDescription' => ['Text'], |
|
101 | + 'dissolutionDate' => ['Date'], |
|
102 | + 'diversityPolicy' => ['URL', 'CreativeWork'], |
|
103 | + 'diversityStaffingReport' => ['Article', 'URL'], |
|
104 | + 'duns' => ['Text'], |
|
105 | + 'email' => ['Text'], |
|
106 | + 'employee' => ['Person'], |
|
107 | + 'employees' => ['Person'], |
|
108 | + 'ethicsPolicy' => ['CreativeWork', 'URL'], |
|
109 | + 'event' => ['Event'], |
|
110 | + 'events' => ['Event'], |
|
111 | + 'faxNumber' => ['Text'], |
|
112 | + 'founder' => ['Person'], |
|
113 | + 'founders' => ['Person'], |
|
114 | + 'foundingDate' => ['Date'], |
|
115 | + 'foundingLocation' => ['Place'], |
|
116 | + 'funder' => ['Organization', 'Person'], |
|
117 | + 'funding' => ['Grant'], |
|
118 | + 'geo' => ['GeoCoordinates', 'GeoShape'], |
|
119 | + 'geoContains' => ['Place', 'GeospatialGeometry'], |
|
120 | + 'geoCoveredBy' => ['GeospatialGeometry', 'Place'], |
|
121 | + 'geoCovers' => ['GeospatialGeometry', 'Place'], |
|
122 | + 'geoCrosses' => ['GeospatialGeometry', 'Place'], |
|
123 | + 'geoDisjoint' => ['GeospatialGeometry', 'Place'], |
|
124 | + 'geoEquals' => ['GeospatialGeometry', 'Place'], |
|
125 | + 'geoIntersects' => ['GeospatialGeometry', 'Place'], |
|
126 | + 'geoOverlaps' => ['GeospatialGeometry', 'Place'], |
|
127 | + 'geoTouches' => ['GeospatialGeometry', 'Place'], |
|
128 | + 'geoWithin' => ['GeospatialGeometry', 'Place'], |
|
129 | + 'globalLocationNumber' => ['Text'], |
|
130 | + 'hasCredential' => ['EducationalOccupationalCredential'], |
|
131 | + 'hasDriveThroughService' => ['Boolean'], |
|
132 | + 'hasMap' => ['URL', 'Map'], |
|
133 | + 'hasMerchantReturnPolicy' => ['MerchantReturnPolicy'], |
|
134 | + 'hasOfferCatalog' => ['OfferCatalog'], |
|
135 | + 'hasPOS' => ['Place'], |
|
136 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
137 | + 'image' => ['URL', 'ImageObject'], |
|
138 | + 'interactionStatistic' => ['InteractionCounter'], |
|
139 | + 'isAccessibleForFree' => ['Boolean'], |
|
140 | + 'isicV4' => ['Text'], |
|
141 | + 'iso6523Code' => ['Text'], |
|
142 | + 'keywords' => ['URL', 'DefinedTerm', 'Text'], |
|
143 | + 'knowsAbout' => ['Thing', 'Text', 'URL'], |
|
144 | + 'knowsLanguage' => ['Text', 'Language'], |
|
145 | + 'latitude' => ['Number', 'Text'], |
|
146 | + 'legalName' => ['Text'], |
|
147 | + 'leiCode' => ['Text'], |
|
148 | + 'location' => ['Place', 'Text', 'VirtualLocation', 'PostalAddress'], |
|
149 | + 'logo' => ['ImageObject', 'URL'], |
|
150 | + 'longitude' => ['Text', 'Number'], |
|
151 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
152 | + 'makesOffer' => ['Offer'], |
|
153 | + 'map' => ['URL'], |
|
154 | + 'maps' => ['URL'], |
|
155 | + 'maximumAttendeeCapacity' => ['Integer'], |
|
156 | + 'member' => ['Organization', 'Person'], |
|
157 | + 'memberOf' => ['Organization', 'ProgramMembership'], |
|
158 | + 'members' => ['Organization', 'Person'], |
|
159 | + 'naics' => ['Text'], |
|
160 | + 'name' => ['Text'], |
|
161 | + 'nonprofitStatus' => ['NonprofitType'], |
|
162 | + 'numberOfEmployees' => ['QuantitativeValue'], |
|
163 | + 'openingHours' => ['Text'], |
|
164 | + 'openingHoursSpecification' => ['OpeningHoursSpecification'], |
|
165 | + 'ownershipFundingInfo' => ['AboutPage', 'Text', 'CreativeWork', 'URL'], |
|
166 | + 'owns' => ['Product', 'OwnershipInfo'], |
|
167 | + 'parentOrganization' => ['Organization'], |
|
168 | + 'paymentAccepted' => ['Text'], |
|
169 | + 'photo' => ['Photograph', 'ImageObject'], |
|
170 | + 'photos' => ['ImageObject', 'Photograph'], |
|
171 | + 'potentialAction' => ['Action'], |
|
172 | + 'priceRange' => ['Text'], |
|
173 | + 'publicAccess' => ['Boolean'], |
|
174 | + 'publishingPrinciples' => ['CreativeWork', 'URL'], |
|
175 | + 'review' => ['Review'], |
|
176 | + 'reviews' => ['Review'], |
|
177 | + 'sameAs' => ['URL'], |
|
178 | + 'seeks' => ['Demand'], |
|
179 | + 'serviceArea' => ['AdministrativeArea', 'Place', 'GeoShape'], |
|
180 | + 'slogan' => ['Text'], |
|
181 | + 'smokingAllowed' => ['Boolean'], |
|
182 | + 'specialOpeningHoursSpecification' => ['OpeningHoursSpecification'], |
|
183 | + 'sponsor' => ['Organization', 'Person'], |
|
184 | + 'subOrganization' => ['Organization'], |
|
185 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
186 | + 'taxID' => ['Text'], |
|
187 | + 'telephone' => ['Text'], |
|
188 | + 'tourBookingPage' => ['URL'], |
|
189 | + 'unnamedSourcesPolicy' => ['CreativeWork', 'URL'], |
|
190 | + 'url' => ['URL'], |
|
191 | + 'vatID' => ['Text'] |
|
192 | + ]; |
|
193 | + } |
|
194 | 194 | |
195 | 195 | |
196 | - /** |
|
197 | - * @inheritdoc |
|
198 | - */ |
|
199 | - public function getSchemaPropertyDescriptions(): array |
|
200 | - { |
|
201 | - return [ |
|
202 | - 'actionableFeedbackPolicy' => 'For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.', |
|
203 | - 'additionalProperty' => 'A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org. Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. ', |
|
204 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
205 | - 'address' => 'Physical address of the item.', |
|
206 | - 'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.', |
|
207 | - 'alternateName' => 'An alias for the item.', |
|
208 | - 'alumni' => 'Alumni of an organization.', |
|
209 | - 'amenityFeature' => 'An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.', |
|
210 | - 'areaServed' => 'The geographic area where a service or offered item is provided.', |
|
211 | - 'award' => 'An award won by or for this item.', |
|
212 | - 'awards' => 'Awards won by or for this item.', |
|
213 | - 'branchCode' => 'A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs. For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch. ', |
|
214 | - 'branchOf' => 'The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]].', |
|
215 | - 'brand' => 'The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.', |
|
216 | - 'contactPoint' => 'A contact point for a person or organization.', |
|
217 | - 'contactPoints' => 'A contact point for a person or organization.', |
|
218 | - 'containedIn' => 'The basic containment relation between a place and one that contains it.', |
|
219 | - 'containedInPlace' => 'The basic containment relation between a place and one that contains it.', |
|
220 | - 'containsPlace' => 'The basic containment relation between a place and another that it contains.', |
|
221 | - 'correctionsPolicy' => 'For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors.', |
|
222 | - 'currenciesAccepted' => 'The currency accepted. Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR".', |
|
223 | - 'department' => 'A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.', |
|
224 | - 'description' => 'A description of the item.', |
|
225 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
226 | - 'dissolutionDate' => 'The date that this organization was dissolved.', |
|
227 | - 'diversityPolicy' => 'Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.', |
|
228 | - 'diversityStaffingReport' => 'For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.', |
|
229 | - 'duns' => 'The Dun & Bradstreet DUNS number for identifying an organization or business person.', |
|
230 | - 'email' => 'Email address.', |
|
231 | - 'employee' => 'Someone working for this organization.', |
|
232 | - 'employees' => 'People working for this organization.', |
|
233 | - 'ethicsPolicy' => 'Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.', |
|
234 | - 'event' => 'Upcoming or past event associated with this place, organization, or action.', |
|
235 | - 'events' => 'Upcoming or past events associated with this place or organization.', |
|
236 | - 'faxNumber' => 'The fax number.', |
|
237 | - 'founder' => 'A person who founded this organization.', |
|
238 | - 'founders' => 'A person who founded this organization.', |
|
239 | - 'foundingDate' => 'The date that this organization was founded.', |
|
240 | - 'foundingLocation' => 'The place where the Organization was founded.', |
|
241 | - 'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.', |
|
242 | - 'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].', |
|
243 | - 'geo' => 'The geo coordinates of the place.', |
|
244 | - 'geoContains' => 'Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
245 | - 'geoCoveredBy' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
246 | - 'geoCovers' => 'Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
247 | - 'geoCrosses' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
248 | - 'geoDisjoint' => 'Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', |
|
249 | - 'geoEquals' => 'Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship).', |
|
250 | - 'geoIntersects' => 'Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
251 | - 'geoOverlaps' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
252 | - 'geoTouches' => 'Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', |
|
253 | - 'geoWithin' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
254 | - 'globalLocationNumber' => 'The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.', |
|
255 | - 'hasCredential' => 'A credential awarded to the Person or Organization.', |
|
256 | - 'hasDriveThroughService' => 'Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users.', |
|
257 | - 'hasMap' => 'A URL to a map of the place.', |
|
258 | - 'hasMerchantReturnPolicy' => 'Specifies a MerchantReturnPolicy that may be applicable.', |
|
259 | - 'hasOfferCatalog' => 'Indicates an OfferCatalog listing for this Organization, Person, or Service.', |
|
260 | - 'hasPOS' => 'Points-of-Sales operated by the organization or person.', |
|
261 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
262 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
263 | - 'interactionStatistic' => 'The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.', |
|
264 | - 'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.', |
|
265 | - 'isicV4' => 'The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.', |
|
266 | - 'iso6523Code' => 'An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. ', |
|
267 | - 'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.', |
|
268 | - 'knowsAbout' => 'Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions.', |
|
269 | - 'knowsLanguage' => 'Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).', |
|
270 | - 'latitude' => 'The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).', |
|
271 | - 'legalName' => 'The official name of the organization, e.g. the registered company name.', |
|
272 | - 'leiCode' => 'An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.', |
|
273 | - 'location' => 'The location of, for example, where an event is happening, where an organization is located, or where an action takes place.', |
|
274 | - 'logo' => 'An associated logo.', |
|
275 | - 'longitude' => 'The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).', |
|
276 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
277 | - 'makesOffer' => 'A pointer to products or services offered by the organization or person.', |
|
278 | - 'map' => 'A URL to a map of the place.', |
|
279 | - 'maps' => 'A URL to a map of the place.', |
|
280 | - 'maximumAttendeeCapacity' => 'The total number of individuals that may attend an event or venue.', |
|
281 | - 'member' => 'A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.', |
|
282 | - 'memberOf' => 'An Organization (or ProgramMembership) to which this Person or Organization belongs.', |
|
283 | - 'members' => 'A member of this organization.', |
|
284 | - 'naics' => 'The North American Industry Classification System (NAICS) code for a particular organization or business person.', |
|
285 | - 'name' => 'The name of the item.', |
|
286 | - 'nonprofitStatus' => 'nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.', |
|
287 | - 'numberOfEmployees' => 'The number of employees in an organization, e.g. business.', |
|
288 | - 'openingHours' => 'The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas \',\' separating each day. Day or time ranges are specified using a hyphen \'-\'. * Days are specified using the following two-letter combinations: ```Mo```, ```Tu```, ```We```, ```Th```, ```Fr```, ```Sa```, ```Su```. * Times are specified using 24:00 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code><time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time></code>. * If a business is open 7 days a week, then it can be specified as <code><time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time></code>.', |
|
289 | - 'openingHoursSpecification' => 'The opening hours of a certain place.', |
|
290 | - 'ownershipFundingInfo' => 'For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable.', |
|
291 | - 'owns' => 'Products owned by the organization or person.', |
|
292 | - 'parentOrganization' => 'The larger organization that this organization is a [[subOrganization]] of, if any.', |
|
293 | - 'paymentAccepted' => 'Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.', |
|
294 | - 'photo' => 'A photograph of this place.', |
|
295 | - 'photos' => 'Photographs of this place.', |
|
296 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
297 | - 'priceRange' => 'The price range of the business, for example ```$$$```.', |
|
298 | - 'publicAccess' => 'A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value', |
|
299 | - 'publishingPrinciples' => 'The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]]. While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. ', |
|
300 | - 'review' => 'A review of the item.', |
|
301 | - 'reviews' => 'Review of the item.', |
|
302 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
303 | - 'seeks' => 'A pointer to products or services sought by the organization or person (demand).', |
|
304 | - 'serviceArea' => 'The geographic area where the service is provided.', |
|
305 | - 'slogan' => 'A slogan or motto associated with the item.', |
|
306 | - 'smokingAllowed' => 'Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.', |
|
307 | - 'specialOpeningHoursSpecification' => 'The special opening hours of a certain place. Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. ', |
|
308 | - 'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.', |
|
309 | - 'subOrganization' => 'A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific \'department\' property.', |
|
310 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
311 | - 'taxID' => 'The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.', |
|
312 | - 'telephone' => 'The telephone number.', |
|
313 | - 'tourBookingPage' => 'A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.', |
|
314 | - 'unnamedSourcesPolicy' => 'For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required.', |
|
315 | - 'url' => 'URL of the item.', |
|
316 | - 'vatID' => 'The Value-added Tax ID of the organization or person.' |
|
317 | - ]; |
|
318 | - } |
|
196 | + /** |
|
197 | + * @inheritdoc |
|
198 | + */ |
|
199 | + public function getSchemaPropertyDescriptions(): array |
|
200 | + { |
|
201 | + return [ |
|
202 | + 'actionableFeedbackPolicy' => 'For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.', |
|
203 | + 'additionalProperty' => 'A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org. Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. ', |
|
204 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
205 | + 'address' => 'Physical address of the item.', |
|
206 | + 'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.', |
|
207 | + 'alternateName' => 'An alias for the item.', |
|
208 | + 'alumni' => 'Alumni of an organization.', |
|
209 | + 'amenityFeature' => 'An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.', |
|
210 | + 'areaServed' => 'The geographic area where a service or offered item is provided.', |
|
211 | + 'award' => 'An award won by or for this item.', |
|
212 | + 'awards' => 'Awards won by or for this item.', |
|
213 | + 'branchCode' => 'A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs. For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch. ', |
|
214 | + 'branchOf' => 'The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]].', |
|
215 | + 'brand' => 'The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.', |
|
216 | + 'contactPoint' => 'A contact point for a person or organization.', |
|
217 | + 'contactPoints' => 'A contact point for a person or organization.', |
|
218 | + 'containedIn' => 'The basic containment relation between a place and one that contains it.', |
|
219 | + 'containedInPlace' => 'The basic containment relation between a place and one that contains it.', |
|
220 | + 'containsPlace' => 'The basic containment relation between a place and another that it contains.', |
|
221 | + 'correctionsPolicy' => 'For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors.', |
|
222 | + 'currenciesAccepted' => 'The currency accepted. Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR".', |
|
223 | + 'department' => 'A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.', |
|
224 | + 'description' => 'A description of the item.', |
|
225 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
226 | + 'dissolutionDate' => 'The date that this organization was dissolved.', |
|
227 | + 'diversityPolicy' => 'Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.', |
|
228 | + 'diversityStaffingReport' => 'For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.', |
|
229 | + 'duns' => 'The Dun & Bradstreet DUNS number for identifying an organization or business person.', |
|
230 | + 'email' => 'Email address.', |
|
231 | + 'employee' => 'Someone working for this organization.', |
|
232 | + 'employees' => 'People working for this organization.', |
|
233 | + 'ethicsPolicy' => 'Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.', |
|
234 | + 'event' => 'Upcoming or past event associated with this place, organization, or action.', |
|
235 | + 'events' => 'Upcoming or past events associated with this place or organization.', |
|
236 | + 'faxNumber' => 'The fax number.', |
|
237 | + 'founder' => 'A person who founded this organization.', |
|
238 | + 'founders' => 'A person who founded this organization.', |
|
239 | + 'foundingDate' => 'The date that this organization was founded.', |
|
240 | + 'foundingLocation' => 'The place where the Organization was founded.', |
|
241 | + 'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.', |
|
242 | + 'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].', |
|
243 | + 'geo' => 'The geo coordinates of the place.', |
|
244 | + 'geoContains' => 'Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
245 | + 'geoCoveredBy' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
246 | + 'geoCovers' => 'Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
247 | + 'geoCrosses' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
248 | + 'geoDisjoint' => 'Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', |
|
249 | + 'geoEquals' => 'Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship).', |
|
250 | + 'geoIntersects' => 'Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
251 | + 'geoOverlaps' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
252 | + 'geoTouches' => 'Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', |
|
253 | + 'geoWithin' => 'Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', |
|
254 | + 'globalLocationNumber' => 'The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.', |
|
255 | + 'hasCredential' => 'A credential awarded to the Person or Organization.', |
|
256 | + 'hasDriveThroughService' => 'Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users.', |
|
257 | + 'hasMap' => 'A URL to a map of the place.', |
|
258 | + 'hasMerchantReturnPolicy' => 'Specifies a MerchantReturnPolicy that may be applicable.', |
|
259 | + 'hasOfferCatalog' => 'Indicates an OfferCatalog listing for this Organization, Person, or Service.', |
|
260 | + 'hasPOS' => 'Points-of-Sales operated by the organization or person.', |
|
261 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
262 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
263 | + 'interactionStatistic' => 'The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.', |
|
264 | + 'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.', |
|
265 | + 'isicV4' => 'The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.', |
|
266 | + 'iso6523Code' => 'An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. ', |
|
267 | + 'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.', |
|
268 | + 'knowsAbout' => 'Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions.', |
|
269 | + 'knowsLanguage' => 'Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).', |
|
270 | + 'latitude' => 'The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).', |
|
271 | + 'legalName' => 'The official name of the organization, e.g. the registered company name.', |
|
272 | + 'leiCode' => 'An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.', |
|
273 | + 'location' => 'The location of, for example, where an event is happening, where an organization is located, or where an action takes place.', |
|
274 | + 'logo' => 'An associated logo.', |
|
275 | + 'longitude' => 'The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).', |
|
276 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
277 | + 'makesOffer' => 'A pointer to products or services offered by the organization or person.', |
|
278 | + 'map' => 'A URL to a map of the place.', |
|
279 | + 'maps' => 'A URL to a map of the place.', |
|
280 | + 'maximumAttendeeCapacity' => 'The total number of individuals that may attend an event or venue.', |
|
281 | + 'member' => 'A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.', |
|
282 | + 'memberOf' => 'An Organization (or ProgramMembership) to which this Person or Organization belongs.', |
|
283 | + 'members' => 'A member of this organization.', |
|
284 | + 'naics' => 'The North American Industry Classification System (NAICS) code for a particular organization or business person.', |
|
285 | + 'name' => 'The name of the item.', |
|
286 | + 'nonprofitStatus' => 'nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.', |
|
287 | + 'numberOfEmployees' => 'The number of employees in an organization, e.g. business.', |
|
288 | + 'openingHours' => 'The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas \',\' separating each day. Day or time ranges are specified using a hyphen \'-\'. * Days are specified using the following two-letter combinations: ```Mo```, ```Tu```, ```We```, ```Th```, ```Fr```, ```Sa```, ```Su```. * Times are specified using 24:00 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code><time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time></code>. * If a business is open 7 days a week, then it can be specified as <code><time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time></code>.', |
|
289 | + 'openingHoursSpecification' => 'The opening hours of a certain place.', |
|
290 | + 'ownershipFundingInfo' => 'For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable.', |
|
291 | + 'owns' => 'Products owned by the organization or person.', |
|
292 | + 'parentOrganization' => 'The larger organization that this organization is a [[subOrganization]] of, if any.', |
|
293 | + 'paymentAccepted' => 'Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.', |
|
294 | + 'photo' => 'A photograph of this place.', |
|
295 | + 'photos' => 'Photographs of this place.', |
|
296 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
297 | + 'priceRange' => 'The price range of the business, for example ```$$$```.', |
|
298 | + 'publicAccess' => 'A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value', |
|
299 | + 'publishingPrinciples' => 'The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]]. While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. ', |
|
300 | + 'review' => 'A review of the item.', |
|
301 | + 'reviews' => 'Review of the item.', |
|
302 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
303 | + 'seeks' => 'A pointer to products or services sought by the organization or person (demand).', |
|
304 | + 'serviceArea' => 'The geographic area where the service is provided.', |
|
305 | + 'slogan' => 'A slogan or motto associated with the item.', |
|
306 | + 'smokingAllowed' => 'Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.', |
|
307 | + 'specialOpeningHoursSpecification' => 'The special opening hours of a certain place. Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. ', |
|
308 | + 'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.', |
|
309 | + 'subOrganization' => 'A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific \'department\' property.', |
|
310 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
311 | + 'taxID' => 'The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.', |
|
312 | + 'telephone' => 'The telephone number.', |
|
313 | + 'tourBookingPage' => 'A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.', |
|
314 | + 'unnamedSourcesPolicy' => 'For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required.', |
|
315 | + 'url' => 'URL of the item.', |
|
316 | + 'vatID' => 'The Value-added Tax ID of the organization or person.' |
|
317 | + ]; |
|
318 | + } |
|
319 | 319 | |
320 | 320 | |
321 | - /** |
|
322 | - * @inheritdoc |
|
323 | - */ |
|
324 | - public function getGoogleRequiredSchema(): array |
|
325 | - { |
|
326 | - return ['description', 'name']; |
|
327 | - } |
|
321 | + /** |
|
322 | + * @inheritdoc |
|
323 | + */ |
|
324 | + public function getGoogleRequiredSchema(): array |
|
325 | + { |
|
326 | + return ['description', 'name']; |
|
327 | + } |
|
328 | 328 | |
329 | 329 | |
330 | - /** |
|
331 | - * @inheritdoc |
|
332 | - */ |
|
333 | - public function getGoogleRecommendedSchema(): array |
|
334 | - { |
|
335 | - return ['image', 'url']; |
|
336 | - } |
|
330 | + /** |
|
331 | + * @inheritdoc |
|
332 | + */ |
|
333 | + public function getGoogleRecommendedSchema(): array |
|
334 | + { |
|
335 | + return ['image', 'url']; |
|
336 | + } |
|
337 | 337 | |
338 | 338 | |
339 | - /** |
|
340 | - * @inheritdoc |
|
341 | - */ |
|
342 | - public function defineRules(): array |
|
343 | - { |
|
344 | - $rules = parent::defineRules(); |
|
345 | - $rules = array_merge($rules, [ |
|
346 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
347 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
348 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
349 | - ]); |
|
339 | + /** |
|
340 | + * @inheritdoc |
|
341 | + */ |
|
342 | + public function defineRules(): array |
|
343 | + { |
|
344 | + $rules = parent::defineRules(); |
|
345 | + $rules = array_merge($rules, [ |
|
346 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
347 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
348 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
349 | + ]); |
|
350 | 350 | |
351 | - return $rules; |
|
352 | - } |
|
351 | + return $rules; |
|
352 | + } |
|
353 | 353 | } |
@@ -28,348 +28,348 @@ |
||
28 | 28 | */ |
29 | 29 | class Guide extends MetaJsonLd implements GuideInterface, CreativeWorkInterface, ThingInterface |
30 | 30 | { |
31 | - use GuideTrait; |
|
32 | - use CreativeWorkTrait; |
|
33 | - use ThingTrait; |
|
31 | + use GuideTrait; |
|
32 | + use CreativeWorkTrait; |
|
33 | + use ThingTrait; |
|
34 | 34 | |
35 | - /** |
|
36 | - * The Schema.org Type Name |
|
37 | - * |
|
38 | - * @var string |
|
39 | - */ |
|
40 | - public static $schemaTypeName = 'Guide'; |
|
35 | + /** |
|
36 | + * The Schema.org Type Name |
|
37 | + * |
|
38 | + * @var string |
|
39 | + */ |
|
40 | + public static $schemaTypeName = 'Guide'; |
|
41 | 41 | |
42 | - /** |
|
43 | - * The Schema.org Type Scope |
|
44 | - * |
|
45 | - * @var string |
|
46 | - */ |
|
47 | - public static $schemaTypeScope = 'https://schema.org/Guide'; |
|
42 | + /** |
|
43 | + * The Schema.org Type Scope |
|
44 | + * |
|
45 | + * @var string |
|
46 | + */ |
|
47 | + public static $schemaTypeScope = 'https://schema.org/Guide'; |
|
48 | 48 | |
49 | - /** |
|
50 | - * The Schema.org Type Extends |
|
51 | - * |
|
52 | - * @var string |
|
53 | - */ |
|
54 | - public static $schemaTypeExtends = 'CreativeWork'; |
|
49 | + /** |
|
50 | + * The Schema.org Type Extends |
|
51 | + * |
|
52 | + * @var string |
|
53 | + */ |
|
54 | + public static $schemaTypeExtends = 'CreativeWork'; |
|
55 | 55 | |
56 | - /** |
|
57 | - * The Schema.org Type Description |
|
58 | - * |
|
59 | - * @var string |
|
60 | - */ |
|
61 | - public static $schemaTypeDescription = '[[Guide]] is a page or article that recommends specific products or services, or aspects of a thing for a user to consider. A [[Guide]] may represent a Buying Guide and detail aspects of products or services for a user to consider. A [[Guide]] may represent a Product Guide and recommend specific products or services. A [[Guide]] may represent a Ranked List and recommend specific products or services with ranking.'; |
|
56 | + /** |
|
57 | + * The Schema.org Type Description |
|
58 | + * |
|
59 | + * @var string |
|
60 | + */ |
|
61 | + public static $schemaTypeDescription = '[[Guide]] is a page or article that recommends specific products or services, or aspects of a thing for a user to consider. A [[Guide]] may represent a Buying Guide and detail aspects of products or services for a user to consider. A [[Guide]] may represent a Product Guide and recommend specific products or services. A [[Guide]] may represent a Ranked List and recommend specific products or services with ranking.'; |
|
62 | 62 | |
63 | 63 | |
64 | - /** |
|
65 | - * @inheritdoc |
|
66 | - */ |
|
67 | - public function getSchemaPropertyNames(): array |
|
68 | - { |
|
69 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
70 | - } |
|
64 | + /** |
|
65 | + * @inheritdoc |
|
66 | + */ |
|
67 | + public function getSchemaPropertyNames(): array |
|
68 | + { |
|
69 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
70 | + } |
|
71 | 71 | |
72 | 72 | |
73 | - /** |
|
74 | - * @inheritdoc |
|
75 | - */ |
|
76 | - public function getSchemaPropertyExpectedTypes(): array |
|
77 | - { |
|
78 | - return [ |
|
79 | - 'about' => ['Thing'], |
|
80 | - 'abstract' => ['Text'], |
|
81 | - 'accessMode' => ['Text'], |
|
82 | - 'accessModeSufficient' => ['ItemList'], |
|
83 | - 'accessibilityAPI' => ['Text'], |
|
84 | - 'accessibilityControl' => ['Text'], |
|
85 | - 'accessibilityFeature' => ['Text'], |
|
86 | - 'accessibilityHazard' => ['Text'], |
|
87 | - 'accessibilitySummary' => ['Text'], |
|
88 | - 'accountablePerson' => ['Person'], |
|
89 | - 'acquireLicensePage' => ['CreativeWork', 'URL'], |
|
90 | - 'additionalType' => ['URL'], |
|
91 | - 'aggregateRating' => ['AggregateRating'], |
|
92 | - 'alternateName' => ['Text'], |
|
93 | - 'alternativeHeadline' => ['Text'], |
|
94 | - 'archivedAt' => ['WebPage', 'URL'], |
|
95 | - 'assesses' => ['DefinedTerm', 'Text'], |
|
96 | - 'associatedMedia' => ['MediaObject'], |
|
97 | - 'audience' => ['Audience'], |
|
98 | - 'audio' => ['MusicRecording', 'AudioObject', 'Clip'], |
|
99 | - 'author' => ['Organization', 'Person'], |
|
100 | - 'award' => ['Text'], |
|
101 | - 'awards' => ['Text'], |
|
102 | - 'character' => ['Person'], |
|
103 | - 'citation' => ['CreativeWork', 'Text'], |
|
104 | - 'comment' => ['Comment'], |
|
105 | - 'commentCount' => ['Integer'], |
|
106 | - 'conditionsOfAccess' => ['Text'], |
|
107 | - 'contentLocation' => ['Place'], |
|
108 | - 'contentRating' => ['Text', 'Rating'], |
|
109 | - 'contentReferenceTime' => ['DateTime'], |
|
110 | - 'contributor' => ['Organization', 'Person'], |
|
111 | - 'copyrightHolder' => ['Organization', 'Person'], |
|
112 | - 'copyrightNotice' => ['Text'], |
|
113 | - 'copyrightYear' => ['Number'], |
|
114 | - 'correction' => ['URL', 'Text', 'CorrectionComment'], |
|
115 | - 'countryOfOrigin' => ['Country'], |
|
116 | - 'creativeWorkStatus' => ['DefinedTerm', 'Text'], |
|
117 | - 'creator' => ['Person', 'Organization'], |
|
118 | - 'creditText' => ['Text'], |
|
119 | - 'dateCreated' => ['DateTime', 'Date'], |
|
120 | - 'dateModified' => ['DateTime', 'Date'], |
|
121 | - 'datePublished' => ['DateTime', 'Date'], |
|
122 | - 'description' => ['Text'], |
|
123 | - 'disambiguatingDescription' => ['Text'], |
|
124 | - 'discussionUrl' => ['URL'], |
|
125 | - 'editEIDR' => ['URL', 'Text'], |
|
126 | - 'editor' => ['Person'], |
|
127 | - 'educationalAlignment' => ['AlignmentObject'], |
|
128 | - 'educationalLevel' => ['Text', 'URL', 'DefinedTerm'], |
|
129 | - 'educationalUse' => ['DefinedTerm', 'Text'], |
|
130 | - 'encoding' => ['MediaObject'], |
|
131 | - 'encodingFormat' => ['URL', 'Text'], |
|
132 | - 'encodings' => ['MediaObject'], |
|
133 | - 'exampleOfWork' => ['CreativeWork'], |
|
134 | - 'expires' => ['Date', 'DateTime'], |
|
135 | - 'fileFormat' => ['Text', 'URL'], |
|
136 | - 'funder' => ['Organization', 'Person'], |
|
137 | - 'funding' => ['Grant'], |
|
138 | - 'genre' => ['Text', 'URL'], |
|
139 | - 'hasPart' => ['CreativeWork'], |
|
140 | - 'headline' => ['Text'], |
|
141 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
142 | - 'image' => ['URL', 'ImageObject'], |
|
143 | - 'inLanguage' => ['Text', 'Language'], |
|
144 | - 'interactionStatistic' => ['InteractionCounter'], |
|
145 | - 'interactivityType' => ['Text'], |
|
146 | - 'interpretedAsClaim' => ['Claim'], |
|
147 | - 'isAccessibleForFree' => ['Boolean'], |
|
148 | - 'isBasedOn' => ['URL', 'Product', 'CreativeWork'], |
|
149 | - 'isBasedOnUrl' => ['URL', 'Product', 'CreativeWork'], |
|
150 | - 'isFamilyFriendly' => ['Boolean'], |
|
151 | - 'isPartOf' => ['URL', 'CreativeWork'], |
|
152 | - 'keywords' => ['URL', 'DefinedTerm', 'Text'], |
|
153 | - 'learningResourceType' => ['DefinedTerm', 'Text'], |
|
154 | - 'license' => ['URL', 'CreativeWork'], |
|
155 | - 'locationCreated' => ['Place'], |
|
156 | - 'mainEntity' => ['Thing'], |
|
157 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
158 | - 'maintainer' => ['Person', 'Organization'], |
|
159 | - 'material' => ['Product', 'URL', 'Text'], |
|
160 | - 'materialExtent' => ['QuantitativeValue', 'Text'], |
|
161 | - 'mentions' => ['Thing'], |
|
162 | - 'name' => ['Text'], |
|
163 | - 'offers' => ['Demand', 'Offer'], |
|
164 | - 'pattern' => ['DefinedTerm', 'Text'], |
|
165 | - 'position' => ['Text', 'Integer'], |
|
166 | - 'potentialAction' => ['Action'], |
|
167 | - 'producer' => ['Organization', 'Person'], |
|
168 | - 'provider' => ['Organization', 'Person'], |
|
169 | - 'publication' => ['PublicationEvent'], |
|
170 | - 'publisher' => ['Organization', 'Person'], |
|
171 | - 'publisherImprint' => ['Organization'], |
|
172 | - 'publishingPrinciples' => ['CreativeWork', 'URL'], |
|
173 | - 'recordedAt' => ['Event'], |
|
174 | - 'releasedEvent' => ['PublicationEvent'], |
|
175 | - 'review' => ['Review'], |
|
176 | - 'reviewAspect' => ['Text'], |
|
177 | - 'reviews' => ['Review'], |
|
178 | - 'sameAs' => ['URL'], |
|
179 | - 'schemaVersion' => ['URL', 'Text'], |
|
180 | - 'sdDatePublished' => ['Date'], |
|
181 | - 'sdLicense' => ['CreativeWork', 'URL'], |
|
182 | - 'sdPublisher' => ['Organization', 'Person'], |
|
183 | - 'size' => ['DefinedTerm', 'QuantitativeValue', 'Text', 'SizeSpecification'], |
|
184 | - 'sourceOrganization' => ['Organization'], |
|
185 | - 'spatial' => ['Place'], |
|
186 | - 'spatialCoverage' => ['Place'], |
|
187 | - 'sponsor' => ['Organization', 'Person'], |
|
188 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
189 | - 'teaches' => ['DefinedTerm', 'Text'], |
|
190 | - 'temporal' => ['DateTime', 'Text'], |
|
191 | - 'temporalCoverage' => ['URL', 'Text', 'DateTime'], |
|
192 | - 'text' => ['Text'], |
|
193 | - 'thumbnailUrl' => ['URL'], |
|
194 | - 'timeRequired' => ['Duration'], |
|
195 | - 'translationOfWork' => ['CreativeWork'], |
|
196 | - 'translator' => ['Organization', 'Person'], |
|
197 | - 'typicalAgeRange' => ['Text'], |
|
198 | - 'url' => ['URL'], |
|
199 | - 'usageInfo' => ['URL', 'CreativeWork'], |
|
200 | - 'version' => ['Number', 'Text'], |
|
201 | - 'video' => ['VideoObject', 'Clip'], |
|
202 | - 'workExample' => ['CreativeWork'], |
|
203 | - 'workTranslation' => ['CreativeWork'] |
|
204 | - ]; |
|
205 | - } |
|
73 | + /** |
|
74 | + * @inheritdoc |
|
75 | + */ |
|
76 | + public function getSchemaPropertyExpectedTypes(): array |
|
77 | + { |
|
78 | + return [ |
|
79 | + 'about' => ['Thing'], |
|
80 | + 'abstract' => ['Text'], |
|
81 | + 'accessMode' => ['Text'], |
|
82 | + 'accessModeSufficient' => ['ItemList'], |
|
83 | + 'accessibilityAPI' => ['Text'], |
|
84 | + 'accessibilityControl' => ['Text'], |
|
85 | + 'accessibilityFeature' => ['Text'], |
|
86 | + 'accessibilityHazard' => ['Text'], |
|
87 | + 'accessibilitySummary' => ['Text'], |
|
88 | + 'accountablePerson' => ['Person'], |
|
89 | + 'acquireLicensePage' => ['CreativeWork', 'URL'], |
|
90 | + 'additionalType' => ['URL'], |
|
91 | + 'aggregateRating' => ['AggregateRating'], |
|
92 | + 'alternateName' => ['Text'], |
|
93 | + 'alternativeHeadline' => ['Text'], |
|
94 | + 'archivedAt' => ['WebPage', 'URL'], |
|
95 | + 'assesses' => ['DefinedTerm', 'Text'], |
|
96 | + 'associatedMedia' => ['MediaObject'], |
|
97 | + 'audience' => ['Audience'], |
|
98 | + 'audio' => ['MusicRecording', 'AudioObject', 'Clip'], |
|
99 | + 'author' => ['Organization', 'Person'], |
|
100 | + 'award' => ['Text'], |
|
101 | + 'awards' => ['Text'], |
|
102 | + 'character' => ['Person'], |
|
103 | + 'citation' => ['CreativeWork', 'Text'], |
|
104 | + 'comment' => ['Comment'], |
|
105 | + 'commentCount' => ['Integer'], |
|
106 | + 'conditionsOfAccess' => ['Text'], |
|
107 | + 'contentLocation' => ['Place'], |
|
108 | + 'contentRating' => ['Text', 'Rating'], |
|
109 | + 'contentReferenceTime' => ['DateTime'], |
|
110 | + 'contributor' => ['Organization', 'Person'], |
|
111 | + 'copyrightHolder' => ['Organization', 'Person'], |
|
112 | + 'copyrightNotice' => ['Text'], |
|
113 | + 'copyrightYear' => ['Number'], |
|
114 | + 'correction' => ['URL', 'Text', 'CorrectionComment'], |
|
115 | + 'countryOfOrigin' => ['Country'], |
|
116 | + 'creativeWorkStatus' => ['DefinedTerm', 'Text'], |
|
117 | + 'creator' => ['Person', 'Organization'], |
|
118 | + 'creditText' => ['Text'], |
|
119 | + 'dateCreated' => ['DateTime', 'Date'], |
|
120 | + 'dateModified' => ['DateTime', 'Date'], |
|
121 | + 'datePublished' => ['DateTime', 'Date'], |
|
122 | + 'description' => ['Text'], |
|
123 | + 'disambiguatingDescription' => ['Text'], |
|
124 | + 'discussionUrl' => ['URL'], |
|
125 | + 'editEIDR' => ['URL', 'Text'], |
|
126 | + 'editor' => ['Person'], |
|
127 | + 'educationalAlignment' => ['AlignmentObject'], |
|
128 | + 'educationalLevel' => ['Text', 'URL', 'DefinedTerm'], |
|
129 | + 'educationalUse' => ['DefinedTerm', 'Text'], |
|
130 | + 'encoding' => ['MediaObject'], |
|
131 | + 'encodingFormat' => ['URL', 'Text'], |
|
132 | + 'encodings' => ['MediaObject'], |
|
133 | + 'exampleOfWork' => ['CreativeWork'], |
|
134 | + 'expires' => ['Date', 'DateTime'], |
|
135 | + 'fileFormat' => ['Text', 'URL'], |
|
136 | + 'funder' => ['Organization', 'Person'], |
|
137 | + 'funding' => ['Grant'], |
|
138 | + 'genre' => ['Text', 'URL'], |
|
139 | + 'hasPart' => ['CreativeWork'], |
|
140 | + 'headline' => ['Text'], |
|
141 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
142 | + 'image' => ['URL', 'ImageObject'], |
|
143 | + 'inLanguage' => ['Text', 'Language'], |
|
144 | + 'interactionStatistic' => ['InteractionCounter'], |
|
145 | + 'interactivityType' => ['Text'], |
|
146 | + 'interpretedAsClaim' => ['Claim'], |
|
147 | + 'isAccessibleForFree' => ['Boolean'], |
|
148 | + 'isBasedOn' => ['URL', 'Product', 'CreativeWork'], |
|
149 | + 'isBasedOnUrl' => ['URL', 'Product', 'CreativeWork'], |
|
150 | + 'isFamilyFriendly' => ['Boolean'], |
|
151 | + 'isPartOf' => ['URL', 'CreativeWork'], |
|
152 | + 'keywords' => ['URL', 'DefinedTerm', 'Text'], |
|
153 | + 'learningResourceType' => ['DefinedTerm', 'Text'], |
|
154 | + 'license' => ['URL', 'CreativeWork'], |
|
155 | + 'locationCreated' => ['Place'], |
|
156 | + 'mainEntity' => ['Thing'], |
|
157 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
158 | + 'maintainer' => ['Person', 'Organization'], |
|
159 | + 'material' => ['Product', 'URL', 'Text'], |
|
160 | + 'materialExtent' => ['QuantitativeValue', 'Text'], |
|
161 | + 'mentions' => ['Thing'], |
|
162 | + 'name' => ['Text'], |
|
163 | + 'offers' => ['Demand', 'Offer'], |
|
164 | + 'pattern' => ['DefinedTerm', 'Text'], |
|
165 | + 'position' => ['Text', 'Integer'], |
|
166 | + 'potentialAction' => ['Action'], |
|
167 | + 'producer' => ['Organization', 'Person'], |
|
168 | + 'provider' => ['Organization', 'Person'], |
|
169 | + 'publication' => ['PublicationEvent'], |
|
170 | + 'publisher' => ['Organization', 'Person'], |
|
171 | + 'publisherImprint' => ['Organization'], |
|
172 | + 'publishingPrinciples' => ['CreativeWork', 'URL'], |
|
173 | + 'recordedAt' => ['Event'], |
|
174 | + 'releasedEvent' => ['PublicationEvent'], |
|
175 | + 'review' => ['Review'], |
|
176 | + 'reviewAspect' => ['Text'], |
|
177 | + 'reviews' => ['Review'], |
|
178 | + 'sameAs' => ['URL'], |
|
179 | + 'schemaVersion' => ['URL', 'Text'], |
|
180 | + 'sdDatePublished' => ['Date'], |
|
181 | + 'sdLicense' => ['CreativeWork', 'URL'], |
|
182 | + 'sdPublisher' => ['Organization', 'Person'], |
|
183 | + 'size' => ['DefinedTerm', 'QuantitativeValue', 'Text', 'SizeSpecification'], |
|
184 | + 'sourceOrganization' => ['Organization'], |
|
185 | + 'spatial' => ['Place'], |
|
186 | + 'spatialCoverage' => ['Place'], |
|
187 | + 'sponsor' => ['Organization', 'Person'], |
|
188 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
189 | + 'teaches' => ['DefinedTerm', 'Text'], |
|
190 | + 'temporal' => ['DateTime', 'Text'], |
|
191 | + 'temporalCoverage' => ['URL', 'Text', 'DateTime'], |
|
192 | + 'text' => ['Text'], |
|
193 | + 'thumbnailUrl' => ['URL'], |
|
194 | + 'timeRequired' => ['Duration'], |
|
195 | + 'translationOfWork' => ['CreativeWork'], |
|
196 | + 'translator' => ['Organization', 'Person'], |
|
197 | + 'typicalAgeRange' => ['Text'], |
|
198 | + 'url' => ['URL'], |
|
199 | + 'usageInfo' => ['URL', 'CreativeWork'], |
|
200 | + 'version' => ['Number', 'Text'], |
|
201 | + 'video' => ['VideoObject', 'Clip'], |
|
202 | + 'workExample' => ['CreativeWork'], |
|
203 | + 'workTranslation' => ['CreativeWork'] |
|
204 | + ]; |
|
205 | + } |
|
206 | 206 | |
207 | 207 | |
208 | - /** |
|
209 | - * @inheritdoc |
|
210 | - */ |
|
211 | - public function getSchemaPropertyDescriptions(): array |
|
212 | - { |
|
213 | - return [ |
|
214 | - 'about' => 'The subject matter of the content.', |
|
215 | - 'abstract' => 'An abstract is a short description that summarizes a [[CreativeWork]].', |
|
216 | - 'accessMode' => 'The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).', |
|
217 | - 'accessModeSufficient' => 'A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).', |
|
218 | - 'accessibilityAPI' => 'Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).', |
|
219 | - 'accessibilityControl' => 'Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).', |
|
220 | - 'accessibilityFeature' => 'Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).', |
|
221 | - 'accessibilityHazard' => 'A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).', |
|
222 | - 'accessibilitySummary' => 'A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed."', |
|
223 | - 'accountablePerson' => 'Specifies the Person that is legally accountable for the CreativeWork.', |
|
224 | - 'acquireLicensePage' => 'Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.', |
|
225 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
226 | - 'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.', |
|
227 | - 'alternateName' => 'An alias for the item.', |
|
228 | - 'alternativeHeadline' => 'A secondary title of the CreativeWork.', |
|
229 | - 'archivedAt' => 'Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.', |
|
230 | - 'assesses' => 'The item being described is intended to assess the competency or learning outcome defined by the referenced term.', |
|
231 | - 'associatedMedia' => 'A media object that encodes this CreativeWork. This property is a synonym for encoding.', |
|
232 | - 'audience' => 'An intended audience, i.e. a group for whom something was created.', |
|
233 | - 'audio' => 'An embedded audio object.', |
|
234 | - 'author' => 'The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.', |
|
235 | - 'award' => 'An award won by or for this item.', |
|
236 | - 'awards' => 'Awards won by or for this item.', |
|
237 | - 'character' => 'Fictional person connected with a creative work.', |
|
238 | - 'citation' => 'A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.', |
|
239 | - 'comment' => 'Comments, typically from users.', |
|
240 | - 'commentCount' => 'The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.', |
|
241 | - 'conditionsOfAccess' => 'Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language. For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". ', |
|
242 | - 'contentLocation' => 'The location depicted or described in the content. For example, the location in a photograph or painting.', |
|
243 | - 'contentRating' => 'Official rating of a piece of content—for example, \'MPAA PG-13\'.', |
|
244 | - 'contentReferenceTime' => 'The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.', |
|
245 | - 'contributor' => 'A secondary contributor to the CreativeWork or Event.', |
|
246 | - 'copyrightHolder' => 'The party holding the legal copyright to the CreativeWork.', |
|
247 | - 'copyrightNotice' => 'Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.', |
|
248 | - 'copyrightYear' => 'The year during which the claimed copyright for the CreativeWork was first asserted.', |
|
249 | - 'correction' => 'Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.', |
|
250 | - 'countryOfOrigin' => 'The country of origin of something, including products as well as creative works such as movie and TV content. In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable. In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.', |
|
251 | - 'creativeWorkStatus' => 'The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.', |
|
252 | - 'creator' => 'The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.', |
|
253 | - 'creditText' => 'Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.', |
|
254 | - 'dateCreated' => 'The date on which the CreativeWork was created or the item was added to a DataFeed.', |
|
255 | - 'dateModified' => 'The date on which the CreativeWork was most recently modified or when the item\'s entry was modified within a DataFeed.', |
|
256 | - 'datePublished' => 'Date of first broadcast/publication.', |
|
257 | - 'description' => 'A description of the item.', |
|
258 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
259 | - 'discussionUrl' => 'A link to the page containing the comments of the CreativeWork.', |
|
260 | - 'editEIDR' => 'An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television. For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3". Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. ', |
|
261 | - 'editor' => 'Specifies the Person who edited the CreativeWork.', |
|
262 | - 'educationalAlignment' => 'An alignment to an established educational framework. This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.', |
|
263 | - 'educationalLevel' => 'The level in terms of progression through an educational or training context. Examples of educational levels include \'beginner\', \'intermediate\' or \'advanced\', and formal sets of level indicators.', |
|
264 | - 'educationalUse' => 'The purpose of a work in the context of education; for example, \'assignment\', \'group work\'.', |
|
265 | - 'encoding' => 'A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.', |
|
266 | - 'encodingFormat' => 'Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc. In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information. Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.', |
|
267 | - 'encodings' => 'A media object that encodes this CreativeWork.', |
|
268 | - 'exampleOfWork' => 'A creative work that this work is an example/instance/realization/derivation of.', |
|
269 | - 'expires' => 'Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.', |
|
270 | - 'fileFormat' => 'Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, \'encoding\' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.', |
|
271 | - 'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.', |
|
272 | - 'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].', |
|
273 | - 'genre' => 'Genre of the creative work, broadcast channel or group.', |
|
274 | - 'hasPart' => 'Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).', |
|
275 | - 'headline' => 'Headline of the article.', |
|
276 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
277 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
278 | - 'inLanguage' => 'The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].', |
|
279 | - 'interactionStatistic' => 'The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.', |
|
280 | - 'interactivityType' => 'The predominant mode of learning supported by the learning resource. Acceptable values are \'active\', \'expositive\', or \'mixed\'.', |
|
281 | - 'interpretedAsClaim' => 'Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].', |
|
282 | - 'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.', |
|
283 | - 'isBasedOn' => 'A resource from which this work is derived or from which it is a modification or adaption.', |
|
284 | - 'isBasedOnUrl' => 'A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.', |
|
285 | - 'isFamilyFriendly' => 'Indicates whether this content is family friendly.', |
|
286 | - 'isPartOf' => 'Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.', |
|
287 | - 'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.', |
|
288 | - 'learningResourceType' => 'The predominant type or kind characterizing the learning resource. For example, \'presentation\', \'handout\'.', |
|
289 | - 'license' => 'A license document that applies to this content, typically indicated by URL.', |
|
290 | - 'locationCreated' => 'The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.', |
|
291 | - 'mainEntity' => 'Indicates the primary entity described in some page or other CreativeWork.', |
|
292 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
293 | - 'maintainer' => 'A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. ', |
|
294 | - 'material' => 'A material that something is made from, e.g. leather, wool, cotton, paper.', |
|
295 | - 'materialExtent' => 'The quantity of the materials being described or an expression of the physical space they occupy.', |
|
296 | - 'mentions' => 'Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.', |
|
297 | - 'name' => 'The name of the item.', |
|
298 | - 'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. ', |
|
299 | - 'pattern' => 'A pattern that something has, for example \'polka dot\', \'striped\', \'Canadian flag\'. Values are typically expressed as text, although links to controlled value schemes are also supported.', |
|
300 | - 'position' => 'The position of an item in a series or sequence of items.', |
|
301 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
302 | - 'producer' => 'The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).', |
|
303 | - 'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.', |
|
304 | - 'publication' => 'A publication event associated with the item.', |
|
305 | - 'publisher' => 'The publisher of the creative work.', |
|
306 | - 'publisherImprint' => 'The publishing division which published the comic.', |
|
307 | - 'publishingPrinciples' => 'The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]]. While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. ', |
|
308 | - 'recordedAt' => 'The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.', |
|
309 | - 'releasedEvent' => 'The place and time the release was issued, expressed as a PublicationEvent.', |
|
310 | - 'review' => 'A review of the item.', |
|
311 | - 'reviewAspect' => 'This Review or Rating is relevant to this part or facet of the itemReviewed.', |
|
312 | - 'reviews' => 'Review of the item.', |
|
313 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
314 | - 'schemaVersion' => 'Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.', |
|
315 | - 'sdDatePublished' => 'Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]', |
|
316 | - 'sdLicense' => 'A license document that applies to this structured data, typically indicated by URL.', |
|
317 | - 'sdPublisher' => 'Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The [[sdPublisher]] property helps make such practices more explicit.', |
|
318 | - 'size' => 'A standardized size of a product or creative work, specified either through a simple textual string (for example \'XL\', \'32Wx34L\'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ', |
|
319 | - 'sourceOrganization' => 'The Organization on whose behalf the creator was working.', |
|
320 | - 'spatial' => 'The "spatial" property can be used in cases when more specific properties (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.', |
|
321 | - 'spatialCoverage' => 'The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.', |
|
322 | - 'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.', |
|
323 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
324 | - 'teaches' => 'The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.', |
|
325 | - 'temporal' => 'The "temporal" property can be used in cases where more specific properties (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.', |
|
326 | - 'temporalCoverage' => 'The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945". Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.', |
|
327 | - 'text' => 'The textual content of this CreativeWork.', |
|
328 | - 'thumbnailUrl' => 'A thumbnail image relevant to the Thing.', |
|
329 | - 'timeRequired' => 'Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. \'PT30M\', \'PT1H25M\'.', |
|
330 | - 'translationOfWork' => 'The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.', |
|
331 | - 'translator' => 'Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.', |
|
332 | - 'typicalAgeRange' => 'The typical expected age range, e.g. \'7-9\', \'11-\'.', |
|
333 | - 'url' => 'URL of the item.', |
|
334 | - 'usageInfo' => 'The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options. This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.', |
|
335 | - 'version' => 'The version of the CreativeWork embodied by a specified resource.', |
|
336 | - 'video' => 'An embedded video object.', |
|
337 | - 'workExample' => 'Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.', |
|
338 | - 'workTranslation' => 'A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.' |
|
339 | - ]; |
|
340 | - } |
|
208 | + /** |
|
209 | + * @inheritdoc |
|
210 | + */ |
|
211 | + public function getSchemaPropertyDescriptions(): array |
|
212 | + { |
|
213 | + return [ |
|
214 | + 'about' => 'The subject matter of the content.', |
|
215 | + 'abstract' => 'An abstract is a short description that summarizes a [[CreativeWork]].', |
|
216 | + 'accessMode' => 'The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).', |
|
217 | + 'accessModeSufficient' => 'A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).', |
|
218 | + 'accessibilityAPI' => 'Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).', |
|
219 | + 'accessibilityControl' => 'Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).', |
|
220 | + 'accessibilityFeature' => 'Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).', |
|
221 | + 'accessibilityHazard' => 'A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).', |
|
222 | + 'accessibilitySummary' => 'A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed."', |
|
223 | + 'accountablePerson' => 'Specifies the Person that is legally accountable for the CreativeWork.', |
|
224 | + 'acquireLicensePage' => 'Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.', |
|
225 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
226 | + 'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.', |
|
227 | + 'alternateName' => 'An alias for the item.', |
|
228 | + 'alternativeHeadline' => 'A secondary title of the CreativeWork.', |
|
229 | + 'archivedAt' => 'Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.', |
|
230 | + 'assesses' => 'The item being described is intended to assess the competency or learning outcome defined by the referenced term.', |
|
231 | + 'associatedMedia' => 'A media object that encodes this CreativeWork. This property is a synonym for encoding.', |
|
232 | + 'audience' => 'An intended audience, i.e. a group for whom something was created.', |
|
233 | + 'audio' => 'An embedded audio object.', |
|
234 | + 'author' => 'The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.', |
|
235 | + 'award' => 'An award won by or for this item.', |
|
236 | + 'awards' => 'Awards won by or for this item.', |
|
237 | + 'character' => 'Fictional person connected with a creative work.', |
|
238 | + 'citation' => 'A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.', |
|
239 | + 'comment' => 'Comments, typically from users.', |
|
240 | + 'commentCount' => 'The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.', |
|
241 | + 'conditionsOfAccess' => 'Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language. For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". ', |
|
242 | + 'contentLocation' => 'The location depicted or described in the content. For example, the location in a photograph or painting.', |
|
243 | + 'contentRating' => 'Official rating of a piece of content—for example, \'MPAA PG-13\'.', |
|
244 | + 'contentReferenceTime' => 'The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.', |
|
245 | + 'contributor' => 'A secondary contributor to the CreativeWork or Event.', |
|
246 | + 'copyrightHolder' => 'The party holding the legal copyright to the CreativeWork.', |
|
247 | + 'copyrightNotice' => 'Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.', |
|
248 | + 'copyrightYear' => 'The year during which the claimed copyright for the CreativeWork was first asserted.', |
|
249 | + 'correction' => 'Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.', |
|
250 | + 'countryOfOrigin' => 'The country of origin of something, including products as well as creative works such as movie and TV content. In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable. In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.', |
|
251 | + 'creativeWorkStatus' => 'The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.', |
|
252 | + 'creator' => 'The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.', |
|
253 | + 'creditText' => 'Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.', |
|
254 | + 'dateCreated' => 'The date on which the CreativeWork was created or the item was added to a DataFeed.', |
|
255 | + 'dateModified' => 'The date on which the CreativeWork was most recently modified or when the item\'s entry was modified within a DataFeed.', |
|
256 | + 'datePublished' => 'Date of first broadcast/publication.', |
|
257 | + 'description' => 'A description of the item.', |
|
258 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
259 | + 'discussionUrl' => 'A link to the page containing the comments of the CreativeWork.', |
|
260 | + 'editEIDR' => 'An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television. For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3". Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. ', |
|
261 | + 'editor' => 'Specifies the Person who edited the CreativeWork.', |
|
262 | + 'educationalAlignment' => 'An alignment to an established educational framework. This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.', |
|
263 | + 'educationalLevel' => 'The level in terms of progression through an educational or training context. Examples of educational levels include \'beginner\', \'intermediate\' or \'advanced\', and formal sets of level indicators.', |
|
264 | + 'educationalUse' => 'The purpose of a work in the context of education; for example, \'assignment\', \'group work\'.', |
|
265 | + 'encoding' => 'A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.', |
|
266 | + 'encodingFormat' => 'Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc. In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information. Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.', |
|
267 | + 'encodings' => 'A media object that encodes this CreativeWork.', |
|
268 | + 'exampleOfWork' => 'A creative work that this work is an example/instance/realization/derivation of.', |
|
269 | + 'expires' => 'Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.', |
|
270 | + 'fileFormat' => 'Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, \'encoding\' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.', |
|
271 | + 'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.', |
|
272 | + 'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].', |
|
273 | + 'genre' => 'Genre of the creative work, broadcast channel or group.', |
|
274 | + 'hasPart' => 'Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).', |
|
275 | + 'headline' => 'Headline of the article.', |
|
276 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
277 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
278 | + 'inLanguage' => 'The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].', |
|
279 | + 'interactionStatistic' => 'The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.', |
|
280 | + 'interactivityType' => 'The predominant mode of learning supported by the learning resource. Acceptable values are \'active\', \'expositive\', or \'mixed\'.', |
|
281 | + 'interpretedAsClaim' => 'Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].', |
|
282 | + 'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.', |
|
283 | + 'isBasedOn' => 'A resource from which this work is derived or from which it is a modification or adaption.', |
|
284 | + 'isBasedOnUrl' => 'A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.', |
|
285 | + 'isFamilyFriendly' => 'Indicates whether this content is family friendly.', |
|
286 | + 'isPartOf' => 'Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.', |
|
287 | + 'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.', |
|
288 | + 'learningResourceType' => 'The predominant type or kind characterizing the learning resource. For example, \'presentation\', \'handout\'.', |
|
289 | + 'license' => 'A license document that applies to this content, typically indicated by URL.', |
|
290 | + 'locationCreated' => 'The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.', |
|
291 | + 'mainEntity' => 'Indicates the primary entity described in some page or other CreativeWork.', |
|
292 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
293 | + 'maintainer' => 'A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. ', |
|
294 | + 'material' => 'A material that something is made from, e.g. leather, wool, cotton, paper.', |
|
295 | + 'materialExtent' => 'The quantity of the materials being described or an expression of the physical space they occupy.', |
|
296 | + 'mentions' => 'Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.', |
|
297 | + 'name' => 'The name of the item.', |
|
298 | + 'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. ', |
|
299 | + 'pattern' => 'A pattern that something has, for example \'polka dot\', \'striped\', \'Canadian flag\'. Values are typically expressed as text, although links to controlled value schemes are also supported.', |
|
300 | + 'position' => 'The position of an item in a series or sequence of items.', |
|
301 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
302 | + 'producer' => 'The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).', |
|
303 | + 'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.', |
|
304 | + 'publication' => 'A publication event associated with the item.', |
|
305 | + 'publisher' => 'The publisher of the creative work.', |
|
306 | + 'publisherImprint' => 'The publishing division which published the comic.', |
|
307 | + 'publishingPrinciples' => 'The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]]. While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. ', |
|
308 | + 'recordedAt' => 'The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.', |
|
309 | + 'releasedEvent' => 'The place and time the release was issued, expressed as a PublicationEvent.', |
|
310 | + 'review' => 'A review of the item.', |
|
311 | + 'reviewAspect' => 'This Review or Rating is relevant to this part or facet of the itemReviewed.', |
|
312 | + 'reviews' => 'Review of the item.', |
|
313 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
314 | + 'schemaVersion' => 'Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.', |
|
315 | + 'sdDatePublished' => 'Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]', |
|
316 | + 'sdLicense' => 'A license document that applies to this structured data, typically indicated by URL.', |
|
317 | + 'sdPublisher' => 'Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The [[sdPublisher]] property helps make such practices more explicit.', |
|
318 | + 'size' => 'A standardized size of a product or creative work, specified either through a simple textual string (for example \'XL\', \'32Wx34L\'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ', |
|
319 | + 'sourceOrganization' => 'The Organization on whose behalf the creator was working.', |
|
320 | + 'spatial' => 'The "spatial" property can be used in cases when more specific properties (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.', |
|
321 | + 'spatialCoverage' => 'The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.', |
|
322 | + 'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.', |
|
323 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
324 | + 'teaches' => 'The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.', |
|
325 | + 'temporal' => 'The "temporal" property can be used in cases where more specific properties (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.', |
|
326 | + 'temporalCoverage' => 'The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945". Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.', |
|
327 | + 'text' => 'The textual content of this CreativeWork.', |
|
328 | + 'thumbnailUrl' => 'A thumbnail image relevant to the Thing.', |
|
329 | + 'timeRequired' => 'Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. \'PT30M\', \'PT1H25M\'.', |
|
330 | + 'translationOfWork' => 'The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.', |
|
331 | + 'translator' => 'Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.', |
|
332 | + 'typicalAgeRange' => 'The typical expected age range, e.g. \'7-9\', \'11-\'.', |
|
333 | + 'url' => 'URL of the item.', |
|
334 | + 'usageInfo' => 'The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options. This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.', |
|
335 | + 'version' => 'The version of the CreativeWork embodied by a specified resource.', |
|
336 | + 'video' => 'An embedded video object.', |
|
337 | + 'workExample' => 'Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.', |
|
338 | + 'workTranslation' => 'A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.' |
|
339 | + ]; |
|
340 | + } |
|
341 | 341 | |
342 | 342 | |
343 | - /** |
|
344 | - * @inheritdoc |
|
345 | - */ |
|
346 | - public function getGoogleRequiredSchema(): array |
|
347 | - { |
|
348 | - return ['description', 'name']; |
|
349 | - } |
|
343 | + /** |
|
344 | + * @inheritdoc |
|
345 | + */ |
|
346 | + public function getGoogleRequiredSchema(): array |
|
347 | + { |
|
348 | + return ['description', 'name']; |
|
349 | + } |
|
350 | 350 | |
351 | 351 | |
352 | - /** |
|
353 | - * @inheritdoc |
|
354 | - */ |
|
355 | - public function getGoogleRecommendedSchema(): array |
|
356 | - { |
|
357 | - return ['image', 'url']; |
|
358 | - } |
|
352 | + /** |
|
353 | + * @inheritdoc |
|
354 | + */ |
|
355 | + public function getGoogleRecommendedSchema(): array |
|
356 | + { |
|
357 | + return ['image', 'url']; |
|
358 | + } |
|
359 | 359 | |
360 | 360 | |
361 | - /** |
|
362 | - * @inheritdoc |
|
363 | - */ |
|
364 | - public function defineRules(): array |
|
365 | - { |
|
366 | - $rules = parent::defineRules(); |
|
367 | - $rules = array_merge($rules, [ |
|
368 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
369 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
370 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
371 | - ]); |
|
361 | + /** |
|
362 | + * @inheritdoc |
|
363 | + */ |
|
364 | + public function defineRules(): array |
|
365 | + { |
|
366 | + $rules = parent::defineRules(); |
|
367 | + $rules = array_merge($rules, [ |
|
368 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
369 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
370 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
371 | + ]); |
|
372 | 372 | |
373 | - return $rules; |
|
374 | - } |
|
373 | + return $rules; |
|
374 | + } |
|
375 | 375 | } |
@@ -24,126 +24,126 @@ |
||
24 | 24 | */ |
25 | 25 | class Downpayment extends MetaJsonLd implements DownpaymentInterface, PriceComponentTypeEnumerationInterface, EnumerationInterface, IntangibleInterface, ThingInterface |
26 | 26 | { |
27 | - use DownpaymentTrait; |
|
28 | - use PriceComponentTypeEnumerationTrait; |
|
29 | - use EnumerationTrait; |
|
30 | - use IntangibleTrait; |
|
31 | - use ThingTrait; |
|
32 | - |
|
33 | - /** |
|
34 | - * The Schema.org Type Name |
|
35 | - * |
|
36 | - * @var string |
|
37 | - */ |
|
38 | - public static $schemaTypeName = 'Downpayment'; |
|
39 | - |
|
40 | - /** |
|
41 | - * The Schema.org Type Scope |
|
42 | - * |
|
43 | - * @var string |
|
44 | - */ |
|
45 | - public static $schemaTypeScope = 'https://schema.org/Downpayment'; |
|
46 | - |
|
47 | - /** |
|
48 | - * The Schema.org Type Extends |
|
49 | - * |
|
50 | - * @var string |
|
51 | - */ |
|
52 | - public static $schemaTypeExtends = 'PriceComponentTypeEnumeration'; |
|
53 | - |
|
54 | - /** |
|
55 | - * The Schema.org Type Description |
|
56 | - * |
|
57 | - * @var string |
|
58 | - */ |
|
59 | - public static $schemaTypeDescription = 'Represents the downpayment (up-front payment) price component of the total price for an offered product that has additional installment payments.'; |
|
60 | - |
|
61 | - |
|
62 | - /** |
|
63 | - * @inheritdoc |
|
64 | - */ |
|
65 | - public function getSchemaPropertyNames(): array |
|
66 | - { |
|
67 | - return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
68 | - } |
|
69 | - |
|
70 | - |
|
71 | - /** |
|
72 | - * @inheritdoc |
|
73 | - */ |
|
74 | - public function getSchemaPropertyExpectedTypes(): array |
|
75 | - { |
|
76 | - return [ |
|
77 | - 'additionalType' => ['URL'], |
|
78 | - 'alternateName' => ['Text'], |
|
79 | - 'description' => ['Text'], |
|
80 | - 'disambiguatingDescription' => ['Text'], |
|
81 | - 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
82 | - 'image' => ['URL', 'ImageObject'], |
|
83 | - 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
84 | - 'name' => ['Text'], |
|
85 | - 'potentialAction' => ['Action'], |
|
86 | - 'sameAs' => ['URL'], |
|
87 | - 'subjectOf' => ['Event', 'CreativeWork'], |
|
88 | - 'supersededBy' => ['Class', 'Property', 'Enumeration'], |
|
89 | - 'url' => ['URL'] |
|
90 | - ]; |
|
91 | - } |
|
92 | - |
|
93 | - |
|
94 | - /** |
|
95 | - * @inheritdoc |
|
96 | - */ |
|
97 | - public function getSchemaPropertyDescriptions(): array |
|
98 | - { |
|
99 | - return [ |
|
100 | - 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
101 | - 'alternateName' => 'An alias for the item.', |
|
102 | - 'description' => 'A description of the item.', |
|
103 | - 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
104 | - 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
105 | - 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
106 | - 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
107 | - 'name' => 'The name of the item.', |
|
108 | - 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
109 | - 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
110 | - 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
111 | - 'supersededBy' => 'Relates a term (i.e. a property, class or enumeration) to one that supersedes it.', |
|
112 | - 'url' => 'URL of the item.' |
|
113 | - ]; |
|
114 | - } |
|
115 | - |
|
116 | - |
|
117 | - /** |
|
118 | - * @inheritdoc |
|
119 | - */ |
|
120 | - public function getGoogleRequiredSchema(): array |
|
121 | - { |
|
122 | - return ['description', 'name']; |
|
123 | - } |
|
124 | - |
|
125 | - |
|
126 | - /** |
|
127 | - * @inheritdoc |
|
128 | - */ |
|
129 | - public function getGoogleRecommendedSchema(): array |
|
130 | - { |
|
131 | - return ['image', 'url']; |
|
132 | - } |
|
133 | - |
|
134 | - |
|
135 | - /** |
|
136 | - * @inheritdoc |
|
137 | - */ |
|
138 | - public function defineRules(): array |
|
139 | - { |
|
140 | - $rules = parent::defineRules(); |
|
141 | - $rules = array_merge($rules, [ |
|
142 | - [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
143 | - [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
144 | - [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
145 | - ]); |
|
146 | - |
|
147 | - return $rules; |
|
148 | - } |
|
27 | + use DownpaymentTrait; |
|
28 | + use PriceComponentTypeEnumerationTrait; |
|
29 | + use EnumerationTrait; |
|
30 | + use IntangibleTrait; |
|
31 | + use ThingTrait; |
|
32 | + |
|
33 | + /** |
|
34 | + * The Schema.org Type Name |
|
35 | + * |
|
36 | + * @var string |
|
37 | + */ |
|
38 | + public static $schemaTypeName = 'Downpayment'; |
|
39 | + |
|
40 | + /** |
|
41 | + * The Schema.org Type Scope |
|
42 | + * |
|
43 | + * @var string |
|
44 | + */ |
|
45 | + public static $schemaTypeScope = 'https://schema.org/Downpayment'; |
|
46 | + |
|
47 | + /** |
|
48 | + * The Schema.org Type Extends |
|
49 | + * |
|
50 | + * @var string |
|
51 | + */ |
|
52 | + public static $schemaTypeExtends = 'PriceComponentTypeEnumeration'; |
|
53 | + |
|
54 | + /** |
|
55 | + * The Schema.org Type Description |
|
56 | + * |
|
57 | + * @var string |
|
58 | + */ |
|
59 | + public static $schemaTypeDescription = 'Represents the downpayment (up-front payment) price component of the total price for an offered product that has additional installment payments.'; |
|
60 | + |
|
61 | + |
|
62 | + /** |
|
63 | + * @inheritdoc |
|
64 | + */ |
|
65 | + public function getSchemaPropertyNames(): array |
|
66 | + { |
|
67 | + return array_keys($this->getSchemaPropertyExpectedTypes()); |
|
68 | + } |
|
69 | + |
|
70 | + |
|
71 | + /** |
|
72 | + * @inheritdoc |
|
73 | + */ |
|
74 | + public function getSchemaPropertyExpectedTypes(): array |
|
75 | + { |
|
76 | + return [ |
|
77 | + 'additionalType' => ['URL'], |
|
78 | + 'alternateName' => ['Text'], |
|
79 | + 'description' => ['Text'], |
|
80 | + 'disambiguatingDescription' => ['Text'], |
|
81 | + 'identifier' => ['PropertyValue', 'URL', 'Text'], |
|
82 | + 'image' => ['URL', 'ImageObject'], |
|
83 | + 'mainEntityOfPage' => ['URL', 'CreativeWork'], |
|
84 | + 'name' => ['Text'], |
|
85 | + 'potentialAction' => ['Action'], |
|
86 | + 'sameAs' => ['URL'], |
|
87 | + 'subjectOf' => ['Event', 'CreativeWork'], |
|
88 | + 'supersededBy' => ['Class', 'Property', 'Enumeration'], |
|
89 | + 'url' => ['URL'] |
|
90 | + ]; |
|
91 | + } |
|
92 | + |
|
93 | + |
|
94 | + /** |
|
95 | + * @inheritdoc |
|
96 | + */ |
|
97 | + public function getSchemaPropertyDescriptions(): array |
|
98 | + { |
|
99 | + return [ |
|
100 | + 'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. 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 - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.', |
|
101 | + 'alternateName' => 'An alias for the item.', |
|
102 | + 'description' => 'A description of the item.', |
|
103 | + 'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.', |
|
104 | + 'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ', |
|
105 | + 'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].', |
|
106 | + 'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.', |
|
107 | + 'name' => 'The name of the item.', |
|
108 | + 'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.', |
|
109 | + 'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.', |
|
110 | + 'subjectOf' => 'A CreativeWork or Event about this Thing.', |
|
111 | + 'supersededBy' => 'Relates a term (i.e. a property, class or enumeration) to one that supersedes it.', |
|
112 | + 'url' => 'URL of the item.' |
|
113 | + ]; |
|
114 | + } |
|
115 | + |
|
116 | + |
|
117 | + /** |
|
118 | + * @inheritdoc |
|
119 | + */ |
|
120 | + public function getGoogleRequiredSchema(): array |
|
121 | + { |
|
122 | + return ['description', 'name']; |
|
123 | + } |
|
124 | + |
|
125 | + |
|
126 | + /** |
|
127 | + * @inheritdoc |
|
128 | + */ |
|
129 | + public function getGoogleRecommendedSchema(): array |
|
130 | + { |
|
131 | + return ['image', 'url']; |
|
132 | + } |
|
133 | + |
|
134 | + |
|
135 | + /** |
|
136 | + * @inheritdoc |
|
137 | + */ |
|
138 | + public function defineRules(): array |
|
139 | + { |
|
140 | + $rules = parent::defineRules(); |
|
141 | + $rules = array_merge($rules, [ |
|
142 | + [$this->getSchemaPropertyNames(), 'validateJsonSchema'], |
|
143 | + [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
144 | + [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
145 | + ]); |
|
146 | + |
|
147 | + return $rules; |
|
148 | + } |
|
149 | 149 | } |