bolognese 1.4 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55c83affb4ac802ab9208a8e5b2ffa4f63456d870d3839f849e38831b699f799
4
- data.tar.gz: 685185e34e72712a6223e9c84a928de5668e692a09f6304c4f3d0722c9e74417
3
+ metadata.gz: 951d3917c38c323cd2a1d09b7d0f82fa63720406550216a9d3830f271514b5f3
4
+ data.tar.gz: 2c24cb509b6cf99e92d1ffd5eefa90c24ea0977d81000f8039a497ea25f9bec3
5
5
  SHA512:
6
- metadata.gz: 495e0e74fac8e5ae59e3c38dc6aa11a075481aaa32e8ee82f9e5cd55fec49ec5b396e53647c6354a5c08fa9f830650f1148d09625f822383a4cd3329c85478b9
7
- data.tar.gz: c86df5266a168b0f7c33bcc88aa661a75e8c56ddf221fc9ecb524799b7cb4aaa3ef482d0a7053ff6f6e4976128676df01977fe43d95dedeef48dc9c84fa0852c
6
+ metadata.gz: a1654b8029b926790983db5bc37684fffdc2575d7388cb1abe172476234a21cc834016693a0c211cb2d5ee69377821236686defcb064ea0fc77272a6a310d9bd
7
+ data.tar.gz: e360ecf63ac8c6bdbd1adbae524b5e9fefbeb0199c7953ea8c5aad320b4d04d7f4fabf9cc0490ca668ef50bb1ad12d0a9748e228e3c6b5d49f0142ea536fa41a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bolognese (1.4)
4
+ bolognese (1.4.1)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
  benchmark_methods (~> 0.7)
7
7
  bibtex-ruby (~> 4.1)
@@ -14,7 +14,7 @@ PATH
14
14
  faraday (= 0.17.0)
15
15
  gender_detector (~> 0.1.2)
16
16
  iso8601 (~> 0.9.1)
17
- json-ld-preloaded (= 3.0.2)
17
+ json-ld-preloaded (~> 3.0)
18
18
  jsonlint (~> 0.3.0)
19
19
  loofah (~> 2.0, >= 2.0.3)
20
20
  maremma (>= 4.3, < 5)
@@ -87,7 +87,7 @@ GEM
87
87
  json-ld (3.0.2)
88
88
  multi_json (~> 1.12)
89
89
  rdf (>= 2.2.8, < 4.0)
90
- json-ld-preloaded (3.0.2)
90
+ json-ld-preloaded (3.0.6)
91
91
  json-ld (~> 3.0)
92
92
  multi_json (~> 1.12)
93
93
  rdf (~> 3.0)
data/bolognese.gemspec CHANGED
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
31
31
  s.add_dependency 'csl-styles', '~> 1.0', '>= 1.0.1.8'
32
32
  s.add_dependency 'iso8601', '~> 0.9.1'
33
33
  s.add_dependency 'postrank-uri', '~> 1.0', '>= 1.0.18'
34
- s.add_dependency 'json-ld-preloaded', '3.0.2'
34
+ s.add_dependency 'json-ld-preloaded', '~> 3.0'
35
35
  s.add_dependency 'jsonlint', '~> 0.3.0'
36
36
  s.add_dependency 'oj', '~> 3.10'
37
37
  s.add_dependency "oj_mimic_json", "~> 1.0", ">= 1.0.1"
data/lib/bolognese.rb CHANGED
@@ -7,7 +7,7 @@ require 'postrank-uri'
7
7
  require 'bibtex'
8
8
  require 'colorize'
9
9
  require 'loofah'
10
- require 'json/ld/preloaded'
10
+ require 'json/ld'
11
11
  require 'rdf/turtle'
12
12
  require 'rdf/rdfxml'
13
13
  require 'logger'
@@ -1,3 +1,3 @@
1
1
  module Bolognese
2
- VERSION = "1.4"
2
+ VERSION = "1.4.1"
3
3
  end
@@ -0,0 +1,2515 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://schema.org/
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/ld+json, application/json
12
+ User-Agent:
13
+ - Ruby RDF.rb/3.0.13
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ response:
17
+ status:
18
+ code: 302
19
+ message: Found
20
+ headers:
21
+ Content-Type:
22
+ - text/html; charset=utf-8
23
+ Access-Control-Allow-Origin:
24
+ - "*"
25
+ Location:
26
+ - http://schema.org/docs/jsonldcontext.jsonld
27
+ Cache-Control:
28
+ - public, max-age=600
29
+ Vary:
30
+ - Accept, Accept-Encoding
31
+ X-Cloud-Trace-Context:
32
+ - 21d3aa28d1a1f727a9b5434cd36e961e
33
+ Date:
34
+ - Sun, 15 Dec 2019 21:07:36 GMT
35
+ Server:
36
+ - Google Frontend
37
+ Content-Length:
38
+ - '0'
39
+ body:
40
+ encoding: UTF-8
41
+ string: ''
42
+ http_version:
43
+ recorded_at: Sun, 15 Dec 2019 21:07:36 GMT
44
+ - request:
45
+ method: get
46
+ uri: http://schema.org/docs/jsonldcontext.jsonld
47
+ body:
48
+ encoding: US-ASCII
49
+ string: ''
50
+ headers:
51
+ Accept:
52
+ - application/ld+json, application/json
53
+ User-Agent:
54
+ - Ruby RDF.rb/3.0.13
55
+ Accept-Encoding:
56
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
57
+ response:
58
+ status:
59
+ code: 200
60
+ message: OK
61
+ headers:
62
+ Access-Control-Allow-Origin:
63
+ - "*"
64
+ Cache-Control:
65
+ - public, max-age=600
66
+ Vary:
67
+ - Accept, Accept-Encoding
68
+ Etag:
69
+ - 96ad6ecab301d5ec3a32f20f0ee8f15b
70
+ Last-Modified:
71
+ - Wed, 04 Dec 2019 02:27:04 GMT
72
+ Content-Type:
73
+ - application/ld+json; charset=utf-8
74
+ X-Cloud-Trace-Context:
75
+ - 257a0515ec23c6717680a5eddb8137c8
76
+ Date:
77
+ - Sun, 15 Dec 2019 21:07:37 GMT
78
+ Server:
79
+ - Google Frontend
80
+ Content-Length:
81
+ - '144453'
82
+ body:
83
+ encoding: UTF-8
84
+ string: |
85
+ {
86
+ "@context": {
87
+ "type": "@type",
88
+ "id": "@id",
89
+ "HTML": { "@id": "rdf:HTML" },
90
+
91
+ "@vocab": "http://schema.org/",
92
+ "xml": "http://www.w3.org/XML/1998/namespace",
93
+ "foaf": "http://xmlns.com/foaf/0.1/",
94
+ "eli": "http://data.europa.eu/eli/ontology#",
95
+ "snomed": "http://purl.bioontology.org/ontology/SNOMEDCT/",
96
+ "bibo": "http://purl.org/ontology/bibo/",
97
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
98
+ "skos": "http://www.w3.org/2004/02/skos/core#",
99
+ "void": "http://rdfs.org/ns/void#",
100
+ "dc": "http://purl.org/dc/elements/1.1/",
101
+ "dctype": "http://purl.org/dc/dcmitype/",
102
+ "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
103
+ "dcat": "http://www.w3.org/ns/dcat#",
104
+ "rdfa": "http://www.w3.org/ns/rdfa#",
105
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
106
+ "schema": "http://schema.org/",
107
+ "dct": "http://purl.org/dc/terms/",
108
+ "dcterms": "http://purl.org/dc/terms/",
109
+ "owl": "http://www.w3.org/2002/07/owl#",
110
+ "xsd1": "hhttp://www.w3.org/2001/XMLSchema#",
111
+ "3DModel": {"@id": "schema:3DModel"},
112
+ "AMRadioChannel": {"@id": "schema:AMRadioChannel"},
113
+ "APIReference": {"@id": "schema:APIReference"},
114
+ "Abdomen": {"@id": "schema:Abdomen"},
115
+ "AboutPage": {"@id": "schema:AboutPage"},
116
+ "AcceptAction": {"@id": "schema:AcceptAction"},
117
+ "Accommodation": {"@id": "schema:Accommodation"},
118
+ "AccountingService": {"@id": "schema:AccountingService"},
119
+ "AchieveAction": {"@id": "schema:AchieveAction"},
120
+ "Action": {"@id": "schema:Action"},
121
+ "ActionAccessSpecification": {"@id": "schema:ActionAccessSpecification"},
122
+ "ActionStatusType": {"@id": "schema:ActionStatusType"},
123
+ "ActivateAction": {"@id": "schema:ActivateAction"},
124
+ "ActiveActionStatus": {"@id": "schema:ActiveActionStatus"},
125
+ "ActiveNotRecruiting": {"@id": "schema:ActiveNotRecruiting"},
126
+ "AddAction": {"@id": "schema:AddAction"},
127
+ "AdministrativeArea": {"@id": "schema:AdministrativeArea"},
128
+ "AdultEntertainment": {"@id": "schema:AdultEntertainment"},
129
+ "AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"},
130
+ "AerobicActivity": {"@id": "schema:AerobicActivity"},
131
+ "AggregateOffer": {"@id": "schema:AggregateOffer"},
132
+ "AggregateRating": {"@id": "schema:AggregateRating"},
133
+ "AgreeAction": {"@id": "schema:AgreeAction"},
134
+ "Airline": {"@id": "schema:Airline"},
135
+ "Airport": {"@id": "schema:Airport"},
136
+ "AlbumRelease": {"@id": "schema:AlbumRelease"},
137
+ "AlignmentObject": {"@id": "schema:AlignmentObject"},
138
+ "AllWheelDriveConfiguration": {"@id": "schema:AllWheelDriveConfiguration"},
139
+ "AllocateAction": {"@id": "schema:AllocateAction"},
140
+ "AmusementPark": {"@id": "schema:AmusementPark"},
141
+ "AnaerobicActivity": {"@id": "schema:AnaerobicActivity"},
142
+ "AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"},
143
+ "AnatomicalStructure": {"@id": "schema:AnatomicalStructure"},
144
+ "AnatomicalSystem": {"@id": "schema:AnatomicalSystem"},
145
+ "Anesthesia": {"@id": "schema:Anesthesia"},
146
+ "AnimalShelter": {"@id": "schema:AnimalShelter"},
147
+ "Answer": {"@id": "schema:Answer"},
148
+ "Apartment": {"@id": "schema:Apartment"},
149
+ "ApartmentComplex": {"@id": "schema:ApartmentComplex"},
150
+ "Appearance": {"@id": "schema:Appearance"},
151
+ "AppendAction": {"@id": "schema:AppendAction"},
152
+ "ApplyAction": {"@id": "schema:ApplyAction"},
153
+ "ApprovedIndication": {"@id": "schema:ApprovedIndication"},
154
+ "Aquarium": {"@id": "schema:Aquarium"},
155
+ "ArchiveComponent": {"@id": "schema:ArchiveComponent"},
156
+ "ArchiveOrganization": {"@id": "schema:ArchiveOrganization"},
157
+ "ArriveAction": {"@id": "schema:ArriveAction"},
158
+ "ArtGallery": {"@id": "schema:ArtGallery"},
159
+ "Artery": {"@id": "schema:Artery"},
160
+ "Article": {"@id": "schema:Article"},
161
+ "AskAction": {"@id": "schema:AskAction"},
162
+ "AskPublicNewsArticle": {"@id": "schema:AskPublicNewsArticle"},
163
+ "AssessAction": {"@id": "schema:AssessAction"},
164
+ "AssignAction": {"@id": "schema:AssignAction"},
165
+ "Atlas": {"@id": "schema:Atlas"},
166
+ "Attorney": {"@id": "schema:Attorney"},
167
+ "Audience": {"@id": "schema:Audience"},
168
+ "AudioObject": {"@id": "schema:AudioObject"},
169
+ "Audiobook": {"@id": "schema:Audiobook"},
170
+ "AudiobookFormat": {"@id": "schema:AudiobookFormat"},
171
+ "AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"},
172
+ "AuthorizeAction": {"@id": "schema:AuthorizeAction"},
173
+ "AutoBodyShop": {"@id": "schema:AutoBodyShop"},
174
+ "AutoDealer": {"@id": "schema:AutoDealer"},
175
+ "AutoPartsStore": {"@id": "schema:AutoPartsStore"},
176
+ "AutoRental": {"@id": "schema:AutoRental"},
177
+ "AutoRepair": {"@id": "schema:AutoRepair"},
178
+ "AutoWash": {"@id": "schema:AutoWash"},
179
+ "AutomatedTeller": {"@id": "schema:AutomatedTeller"},
180
+ "AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"},
181
+ "Ayurvedic": {"@id": "schema:Ayurvedic"},
182
+ "BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"},
183
+ "Bacteria": {"@id": "schema:Bacteria"},
184
+ "Bakery": {"@id": "schema:Bakery"},
185
+ "Balance": {"@id": "schema:Balance"},
186
+ "BankAccount": {"@id": "schema:BankAccount"},
187
+ "BankOrCreditUnion": {"@id": "schema:BankOrCreditUnion"},
188
+ "BarOrPub": {"@id": "schema:BarOrPub"},
189
+ "Barcode": {"@id": "schema:Barcode"},
190
+ "Beach": {"@id": "schema:Beach"},
191
+ "BeautySalon": {"@id": "schema:BeautySalon"},
192
+ "BedAndBreakfast": {"@id": "schema:BedAndBreakfast"},
193
+ "BedDetails": {"@id": "schema:BedDetails"},
194
+ "BedType": {"@id": "schema:BedType"},
195
+ "BefriendAction": {"@id": "schema:BefriendAction"},
196
+ "BenefitsHealthAspect": {"@id": "schema:BenefitsHealthAspect"},
197
+ "BikeStore": {"@id": "schema:BikeStore"},
198
+ "Blog": {"@id": "schema:Blog"},
199
+ "BlogPosting": {"@id": "schema:BlogPosting"},
200
+ "BloodTest": {"@id": "schema:BloodTest"},
201
+ "BoardingPolicyType": {"@id": "schema:BoardingPolicyType"},
202
+ "BodyOfWater": {"@id": "schema:BodyOfWater"},
203
+ "Bone": {"@id": "schema:Bone"},
204
+ "Book": {"@id": "schema:Book"},
205
+ "BookFormatType": {"@id": "schema:BookFormatType"},
206
+ "BookSeries": {"@id": "schema:BookSeries"},
207
+ "BookStore": {"@id": "schema:BookStore"},
208
+ "BookmarkAction": {"@id": "schema:BookmarkAction"},
209
+ "Boolean": {"@id": "schema:Boolean"},
210
+ "BorrowAction": {"@id": "schema:BorrowAction"},
211
+ "BowlingAlley": {"@id": "schema:BowlingAlley"},
212
+ "BrainStructure": {"@id": "schema:BrainStructure"},
213
+ "Brand": {"@id": "schema:Brand"},
214
+ "BreadcrumbList": {"@id": "schema:BreadcrumbList"},
215
+ "Brewery": {"@id": "schema:Brewery"},
216
+ "Bridge": {"@id": "schema:Bridge"},
217
+ "BroadcastChannel": {"@id": "schema:BroadcastChannel"},
218
+ "BroadcastEvent": {"@id": "schema:BroadcastEvent"},
219
+ "BroadcastFrequencySpecification": {"@id": "schema:BroadcastFrequencySpecification"},
220
+ "BroadcastRelease": {"@id": "schema:BroadcastRelease"},
221
+ "BroadcastService": {"@id": "schema:BroadcastService"},
222
+ "BrokerageAccount": {"@id": "schema:BrokerageAccount"},
223
+ "BuddhistTemple": {"@id": "schema:BuddhistTemple"},
224
+ "BusOrCoach": {"@id": "schema:BusOrCoach"},
225
+ "BusReservation": {"@id": "schema:BusReservation"},
226
+ "BusStation": {"@id": "schema:BusStation"},
227
+ "BusStop": {"@id": "schema:BusStop"},
228
+ "BusTrip": {"@id": "schema:BusTrip"},
229
+ "BusinessAudience": {"@id": "schema:BusinessAudience"},
230
+ "BusinessEntityType": {"@id": "schema:BusinessEntityType"},
231
+ "BusinessEvent": {"@id": "schema:BusinessEvent"},
232
+ "BusinessFunction": {"@id": "schema:BusinessFunction"},
233
+ "BuyAction": {"@id": "schema:BuyAction"},
234
+ "CDFormat": {"@id": "schema:CDFormat"},
235
+ "CT": {"@id": "schema:CT"},
236
+ "CableOrSatelliteService": {"@id": "schema:CableOrSatelliteService"},
237
+ "CafeOrCoffeeShop": {"@id": "schema:CafeOrCoffeeShop"},
238
+ "Campground": {"@id": "schema:Campground"},
239
+ "CampingPitch": {"@id": "schema:CampingPitch"},
240
+ "Canal": {"@id": "schema:Canal"},
241
+ "CancelAction": {"@id": "schema:CancelAction"},
242
+ "Car": {"@id": "schema:Car"},
243
+ "CarUsageType": {"@id": "schema:CarUsageType"},
244
+ "Cardiovascular": {"@id": "schema:Cardiovascular"},
245
+ "CardiovascularExam": {"@id": "schema:CardiovascularExam"},
246
+ "CaseSeries": {"@id": "schema:CaseSeries"},
247
+ "Casino": {"@id": "schema:Casino"},
248
+ "CassetteFormat": {"@id": "schema:CassetteFormat"},
249
+ "CategoryCode": {"@id": "schema:CategoryCode"},
250
+ "CategoryCodeSet": {"@id": "schema:CategoryCodeSet"},
251
+ "CatholicChurch": {"@id": "schema:CatholicChurch"},
252
+ "CausesHealthAspect": {"@id": "schema:CausesHealthAspect"},
253
+ "Cemetery": {"@id": "schema:Cemetery"},
254
+ "Chapter": {"@id": "schema:Chapter"},
255
+ "CheckAction": {"@id": "schema:CheckAction"},
256
+ "CheckInAction": {"@id": "schema:CheckInAction"},
257
+ "CheckOutAction": {"@id": "schema:CheckOutAction"},
258
+ "CheckoutPage": {"@id": "schema:CheckoutPage"},
259
+ "ChildCare": {"@id": "schema:ChildCare"},
260
+ "ChildrensEvent": {"@id": "schema:ChildrensEvent"},
261
+ "Chiropractic": {"@id": "schema:Chiropractic"},
262
+ "ChooseAction": {"@id": "schema:ChooseAction"},
263
+ "Church": {"@id": "schema:Church"},
264
+ "City": {"@id": "schema:City"},
265
+ "CityHall": {"@id": "schema:CityHall"},
266
+ "CivicStructure": {"@id": "schema:CivicStructure"},
267
+ "Claim": {"@id": "schema:Claim"},
268
+ "ClaimReview": {"@id": "schema:ClaimReview"},
269
+ "Class": {"@id": "schema:Class"},
270
+ "Clinician": {"@id": "schema:Clinician"},
271
+ "Clip": {"@id": "schema:Clip"},
272
+ "ClothingStore": {"@id": "schema:ClothingStore"},
273
+ "CoOp": {"@id": "schema:CoOp"},
274
+ "Code": {"@id": "schema:Code"},
275
+ "CohortStudy": {"@id": "schema:CohortStudy"},
276
+ "Collection": {"@id": "schema:Collection"},
277
+ "CollectionPage": {"@id": "schema:CollectionPage"},
278
+ "CollegeOrUniversity": {"@id": "schema:CollegeOrUniversity"},
279
+ "ComedyClub": {"@id": "schema:ComedyClub"},
280
+ "ComedyEvent": {"@id": "schema:ComedyEvent"},
281
+ "ComicCoverArt": {"@id": "schema:ComicCoverArt"},
282
+ "ComicIssue": {"@id": "schema:ComicIssue"},
283
+ "ComicSeries": {"@id": "schema:ComicSeries"},
284
+ "ComicStory": {"@id": "schema:ComicStory"},
285
+ "Comment": {"@id": "schema:Comment"},
286
+ "CommentAction": {"@id": "schema:CommentAction"},
287
+ "CommentPermission": {"@id": "schema:CommentPermission"},
288
+ "CommunicateAction": {"@id": "schema:CommunicateAction"},
289
+ "CommunityHealth": {"@id": "schema:CommunityHealth"},
290
+ "CompilationAlbum": {"@id": "schema:CompilationAlbum"},
291
+ "CompleteDataFeed": {"@id": "schema:CompleteDataFeed"},
292
+ "Completed": {"@id": "schema:Completed"},
293
+ "CompletedActionStatus": {"@id": "schema:CompletedActionStatus"},
294
+ "CompoundPriceSpecification": {"@id": "schema:CompoundPriceSpecification"},
295
+ "ComputerLanguage": {"@id": "schema:ComputerLanguage"},
296
+ "ComputerStore": {"@id": "schema:ComputerStore"},
297
+ "ConfirmAction": {"@id": "schema:ConfirmAction"},
298
+ "Consortium": {"@id": "schema:Consortium"},
299
+ "ConsumeAction": {"@id": "schema:ConsumeAction"},
300
+ "ContactPage": {"@id": "schema:ContactPage"},
301
+ "ContactPoint": {"@id": "schema:ContactPoint"},
302
+ "ContactPointOption": {"@id": "schema:ContactPointOption"},
303
+ "ContagiousnessHealthAspect": {"@id": "schema:ContagiousnessHealthAspect"},
304
+ "Continent": {"@id": "schema:Continent"},
305
+ "ControlAction": {"@id": "schema:ControlAction"},
306
+ "ConvenienceStore": {"@id": "schema:ConvenienceStore"},
307
+ "Conversation": {"@id": "schema:Conversation"},
308
+ "CookAction": {"@id": "schema:CookAction"},
309
+ "Corporation": {"@id": "schema:Corporation"},
310
+ "CorrectionComment": {"@id": "schema:CorrectionComment"},
311
+ "Country": {"@id": "schema:Country"},
312
+ "Course": {"@id": "schema:Course"},
313
+ "CourseInstance": {"@id": "schema:CourseInstance"},
314
+ "Courthouse": {"@id": "schema:Courthouse"},
315
+ "CoverArt": {"@id": "schema:CoverArt"},
316
+ "CreateAction": {"@id": "schema:CreateAction"},
317
+ "CreativeWork": {"@id": "schema:CreativeWork"},
318
+ "CreativeWorkSeason": {"@id": "schema:CreativeWorkSeason"},
319
+ "CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"},
320
+ "CreditCard": {"@id": "schema:CreditCard"},
321
+ "Crematorium": {"@id": "schema:Crematorium"},
322
+ "CriticReview": {"@id": "schema:CriticReview"},
323
+ "CrossSectional": {"@id": "schema:CrossSectional"},
324
+ "CssSelectorType": {"@id": "schema:CssSelectorType"},
325
+ "CurrencyConversionService": {"@id": "schema:CurrencyConversionService"},
326
+ "DDxElement": {"@id": "schema:DDxElement"},
327
+ "DJMixAlbum": {"@id": "schema:DJMixAlbum"},
328
+ "DVDFormat": {"@id": "schema:DVDFormat"},
329
+ "DamagedCondition": {"@id": "schema:DamagedCondition"},
330
+ "DanceEvent": {"@id": "schema:DanceEvent"},
331
+ "DanceGroup": {"@id": "schema:DanceGroup"},
332
+ "DataCatalog": {"@id": "schema:DataCatalog"},
333
+ "DataDownload": {"@id": "schema:DataDownload"},
334
+ "DataFeed": {"@id": "schema:DataFeed"},
335
+ "DataFeedItem": {"@id": "schema:DataFeedItem"},
336
+ "DataType": {"@id": "schema:DataType"},
337
+ "Dataset": {"@id": "schema:Dataset"},
338
+ "Date": {"@id": "schema:Date"},
339
+ "DateTime": {"@id": "schema:DateTime"},
340
+ "DatedMoneySpecification": {"@id": "schema:DatedMoneySpecification"},
341
+ "DayOfWeek": {"@id": "schema:DayOfWeek"},
342
+ "DaySpa": {"@id": "schema:DaySpa"},
343
+ "DeactivateAction": {"@id": "schema:DeactivateAction"},
344
+ "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
345
+ "DefinedTerm": {"@id": "schema:DefinedTerm"},
346
+ "DefinedTermSet": {"@id": "schema:DefinedTermSet"},
347
+ "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
348
+ "DeleteAction": {"@id": "schema:DeleteAction"},
349
+ "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
350
+ "DeliveryEvent": {"@id": "schema:DeliveryEvent"},
351
+ "DeliveryMethod": {"@id": "schema:DeliveryMethod"},
352
+ "Demand": {"@id": "schema:Demand"},
353
+ "DemoAlbum": {"@id": "schema:DemoAlbum"},
354
+ "Dentist": {"@id": "schema:Dentist"},
355
+ "Dentistry": {"@id": "schema:Dentistry"},
356
+ "DepartAction": {"@id": "schema:DepartAction"},
357
+ "DepartmentStore": {"@id": "schema:DepartmentStore"},
358
+ "DepositAccount": {"@id": "schema:DepositAccount"},
359
+ "Dermatologic": {"@id": "schema:Dermatologic"},
360
+ "Dermatology": {"@id": "schema:Dermatology"},
361
+ "DiabeticDiet": {"@id": "schema:DiabeticDiet"},
362
+ "Diagnostic": {"@id": "schema:Diagnostic"},
363
+ "DiagnosticLab": {"@id": "schema:DiagnosticLab"},
364
+ "DiagnosticProcedure": {"@id": "schema:DiagnosticProcedure"},
365
+ "Diet": {"@id": "schema:Diet"},
366
+ "DietNutrition": {"@id": "schema:DietNutrition"},
367
+ "DietarySupplement": {"@id": "schema:DietarySupplement"},
368
+ "DigitalAudioTapeFormat": {"@id": "schema:DigitalAudioTapeFormat"},
369
+ "DigitalDocument": {"@id": "schema:DigitalDocument"},
370
+ "DigitalDocumentPermission": {"@id": "schema:DigitalDocumentPermission"},
371
+ "DigitalDocumentPermissionType": {"@id": "schema:DigitalDocumentPermissionType"},
372
+ "DigitalFormat": {"@id": "schema:DigitalFormat"},
373
+ "DisagreeAction": {"@id": "schema:DisagreeAction"},
374
+ "Discontinued": {"@id": "schema:Discontinued"},
375
+ "DiscoverAction": {"@id": "schema:DiscoverAction"},
376
+ "DiscussionForumPosting": {"@id": "schema:DiscussionForumPosting"},
377
+ "DislikeAction": {"@id": "schema:DislikeAction"},
378
+ "Distance": {"@id": "schema:Distance"},
379
+ "Distillery": {"@id": "schema:Distillery"},
380
+ "DonateAction": {"@id": "schema:DonateAction"},
381
+ "DoseSchedule": {"@id": "schema:DoseSchedule"},
382
+ "DoubleBlindedTrial": {"@id": "schema:DoubleBlindedTrial"},
383
+ "DownloadAction": {"@id": "schema:DownloadAction"},
384
+ "DrawAction": {"@id": "schema:DrawAction"},
385
+ "Drawing": {"@id": "schema:Drawing"},
386
+ "DrinkAction": {"@id": "schema:DrinkAction"},
387
+ "DriveWheelConfigurationValue": {"@id": "schema:DriveWheelConfigurationValue"},
388
+ "DrivingSchoolVehicleUsage": {"@id": "schema:DrivingSchoolVehicleUsage"},
389
+ "Drug": {"@id": "schema:Drug"},
390
+ "DrugClass": {"@id": "schema:DrugClass"},
391
+ "DrugCost": {"@id": "schema:DrugCost"},
392
+ "DrugCostCategory": {"@id": "schema:DrugCostCategory"},
393
+ "DrugLegalStatus": {"@id": "schema:DrugLegalStatus"},
394
+ "DrugPregnancyCategory": {"@id": "schema:DrugPregnancyCategory"},
395
+ "DrugPrescriptionStatus": {"@id": "schema:DrugPrescriptionStatus"},
396
+ "DrugStrength": {"@id": "schema:DrugStrength"},
397
+ "DryCleaningOrLaundry": {"@id": "schema:DryCleaningOrLaundry"},
398
+ "Duration": {"@id": "schema:Duration"},
399
+ "EBook": {"@id": "schema:EBook"},
400
+ "EPRelease": {"@id": "schema:EPRelease"},
401
+ "Ear": {"@id": "schema:Ear"},
402
+ "EatAction": {"@id": "schema:EatAction"},
403
+ "EducationEvent": {"@id": "schema:EducationEvent"},
404
+ "EducationalAudience": {"@id": "schema:EducationalAudience"},
405
+ "EducationalOccupationalCredential": {"@id": "schema:EducationalOccupationalCredential"},
406
+ "EducationalOccupationalProgram": {"@id": "schema:EducationalOccupationalProgram"},
407
+ "EducationalOrganization": {"@id": "schema:EducationalOrganization"},
408
+ "Electrician": {"@id": "schema:Electrician"},
409
+ "ElectronicsStore": {"@id": "schema:ElectronicsStore"},
410
+ "ElementarySchool": {"@id": "schema:ElementarySchool"},
411
+ "EmailMessage": {"@id": "schema:EmailMessage"},
412
+ "Embassy": {"@id": "schema:Embassy"},
413
+ "Emergency": {"@id": "schema:Emergency"},
414
+ "EmergencyService": {"@id": "schema:EmergencyService"},
415
+ "EmployeeRole": {"@id": "schema:EmployeeRole"},
416
+ "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
417
+ "EmployerReview": {"@id": "schema:EmployerReview"},
418
+ "EmploymentAgency": {"@id": "schema:EmploymentAgency"},
419
+ "Endocrine": {"@id": "schema:Endocrine"},
420
+ "EndorseAction": {"@id": "schema:EndorseAction"},
421
+ "EndorsementRating": {"@id": "schema:EndorsementRating"},
422
+ "Energy": {"@id": "schema:Energy"},
423
+ "EngineSpecification": {"@id": "schema:EngineSpecification"},
424
+ "EnrollingByInvitation": {"@id": "schema:EnrollingByInvitation"},
425
+ "EntertainmentBusiness": {"@id": "schema:EntertainmentBusiness"},
426
+ "EntryPoint": {"@id": "schema:EntryPoint"},
427
+ "Enumeration": {"@id": "schema:Enumeration"},
428
+ "Episode": {"@id": "schema:Episode"},
429
+ "Event": {"@id": "schema:Event"},
430
+ "EventCancelled": {"@id": "schema:EventCancelled"},
431
+ "EventPostponed": {"@id": "schema:EventPostponed"},
432
+ "EventRescheduled": {"@id": "schema:EventRescheduled"},
433
+ "EventReservation": {"@id": "schema:EventReservation"},
434
+ "EventScheduled": {"@id": "schema:EventScheduled"},
435
+ "EventSeries": {"@id": "schema:EventSeries"},
436
+ "EventStatusType": {"@id": "schema:EventStatusType"},
437
+ "EventVenue": {"@id": "schema:EventVenue"},
438
+ "EvidenceLevelA": {"@id": "schema:EvidenceLevelA"},
439
+ "EvidenceLevelB": {"@id": "schema:EvidenceLevelB"},
440
+ "EvidenceLevelC": {"@id": "schema:EvidenceLevelC"},
441
+ "ExchangeRateSpecification": {"@id": "schema:ExchangeRateSpecification"},
442
+ "ExchangeRefund": {"@id": "schema:ExchangeRefund"},
443
+ "ExerciseAction": {"@id": "schema:ExerciseAction"},
444
+ "ExerciseGym": {"@id": "schema:ExerciseGym"},
445
+ "ExercisePlan": {"@id": "schema:ExercisePlan"},
446
+ "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
447
+ "Eye": {"@id": "schema:Eye"},
448
+ "FAQPage": {"@id": "schema:FAQPage"},
449
+ "FDAcategoryA": {"@id": "schema:FDAcategoryA"},
450
+ "FDAcategoryB": {"@id": "schema:FDAcategoryB"},
451
+ "FDAcategoryC": {"@id": "schema:FDAcategoryC"},
452
+ "FDAcategoryD": {"@id": "schema:FDAcategoryD"},
453
+ "FDAcategoryX": {"@id": "schema:FDAcategoryX"},
454
+ "FDAnotEvaluated": {"@id": "schema:FDAnotEvaluated"},
455
+ "FMRadioChannel": {"@id": "schema:FMRadioChannel"},
456
+ "FailedActionStatus": {"@id": "schema:FailedActionStatus"},
457
+ "False": {"@id": "schema:False"},
458
+ "FastFoodRestaurant": {"@id": "schema:FastFoodRestaurant"},
459
+ "Female": {"@id": "schema:Female"},
460
+ "Festival": {"@id": "schema:Festival"},
461
+ "FilmAction": {"@id": "schema:FilmAction"},
462
+ "FinancialProduct": {"@id": "schema:FinancialProduct"},
463
+ "FinancialService": {"@id": "schema:FinancialService"},
464
+ "FindAction": {"@id": "schema:FindAction"},
465
+ "FireStation": {"@id": "schema:FireStation"},
466
+ "Flexibility": {"@id": "schema:Flexibility"},
467
+ "Flight": {"@id": "schema:Flight"},
468
+ "FlightReservation": {"@id": "schema:FlightReservation"},
469
+ "Float": {"@id": "schema:Float"},
470
+ "Florist": {"@id": "schema:Florist"},
471
+ "FollowAction": {"@id": "schema:FollowAction"},
472
+ "FoodEstablishment": {"@id": "schema:FoodEstablishment"},
473
+ "FoodEstablishmentReservation": {"@id": "schema:FoodEstablishmentReservation"},
474
+ "FoodEvent": {"@id": "schema:FoodEvent"},
475
+ "FoodService": {"@id": "schema:FoodService"},
476
+ "FourWheelDriveConfiguration": {"@id": "schema:FourWheelDriveConfiguration"},
477
+ "Friday": {"@id": "schema:Friday"},
478
+ "FrontWheelDriveConfiguration": {"@id": "schema:FrontWheelDriveConfiguration"},
479
+ "FullRefund": {"@id": "schema:FullRefund"},
480
+ "FundingAgency": {"@id": "schema:FundingAgency"},
481
+ "FundingScheme": {"@id": "schema:FundingScheme"},
482
+ "Fungus": {"@id": "schema:Fungus"},
483
+ "FurnitureStore": {"@id": "schema:FurnitureStore"},
484
+ "Game": {"@id": "schema:Game"},
485
+ "GamePlayMode": {"@id": "schema:GamePlayMode"},
486
+ "GameServer": {"@id": "schema:GameServer"},
487
+ "GameServerStatus": {"@id": "schema:GameServerStatus"},
488
+ "GardenStore": {"@id": "schema:GardenStore"},
489
+ "GasStation": {"@id": "schema:GasStation"},
490
+ "Gastroenterologic": {"@id": "schema:Gastroenterologic"},
491
+ "GatedResidenceCommunity": {"@id": "schema:GatedResidenceCommunity"},
492
+ "GenderType": {"@id": "schema:GenderType"},
493
+ "GeneralContractor": {"@id": "schema:GeneralContractor"},
494
+ "Genetic": {"@id": "schema:Genetic"},
495
+ "Genitourinary": {"@id": "schema:Genitourinary"},
496
+ "GeoCircle": {"@id": "schema:GeoCircle"},
497
+ "GeoCoordinates": {"@id": "schema:GeoCoordinates"},
498
+ "GeoShape": {"@id": "schema:GeoShape"},
499
+ "GeospatialGeometry": {"@id": "schema:GeospatialGeometry"},
500
+ "Geriatric": {"@id": "schema:Geriatric"},
501
+ "GiveAction": {"@id": "schema:GiveAction"},
502
+ "GlutenFreeDiet": {"@id": "schema:GlutenFreeDiet"},
503
+ "GolfCourse": {"@id": "schema:GolfCourse"},
504
+ "GovernmentBuilding": {"@id": "schema:GovernmentBuilding"},
505
+ "GovernmentOffice": {"@id": "schema:GovernmentOffice"},
506
+ "GovernmentOrganization": {"@id": "schema:GovernmentOrganization"},
507
+ "GovernmentPermit": {"@id": "schema:GovernmentPermit"},
508
+ "GovernmentService": {"@id": "schema:GovernmentService"},
509
+ "Grant": {"@id": "schema:Grant"},
510
+ "GraphicNovel": {"@id": "schema:GraphicNovel"},
511
+ "GroceryStore": {"@id": "schema:GroceryStore"},
512
+ "GroupBoardingPolicy": {"@id": "schema:GroupBoardingPolicy"},
513
+ "Gynecologic": {"@id": "schema:Gynecologic"},
514
+ "HVACBusiness": {"@id": "schema:HVACBusiness"},
515
+ "HairSalon": {"@id": "schema:HairSalon"},
516
+ "HalalDiet": {"@id": "schema:HalalDiet"},
517
+ "Hardcover": {"@id": "schema:Hardcover"},
518
+ "HardwareStore": {"@id": "schema:HardwareStore"},
519
+ "Head": {"@id": "schema:Head"},
520
+ "HealthAndBeautyBusiness": {"@id": "schema:HealthAndBeautyBusiness"},
521
+ "HealthAspectEnumeration": {"@id": "schema:HealthAspectEnumeration"},
522
+ "HealthClub": {"@id": "schema:HealthClub"},
523
+ "HealthInsurancePlan": {"@id": "schema:HealthInsurancePlan"},
524
+ "HealthPlanCostSharingSpecification": {"@id": "schema:HealthPlanCostSharingSpecification"},
525
+ "HealthPlanFormulary": {"@id": "schema:HealthPlanFormulary"},
526
+ "HealthPlanNetwork": {"@id": "schema:HealthPlanNetwork"},
527
+ "HealthTopicContent": {"@id": "schema:HealthTopicContent"},
528
+ "HearingImpairedSupported": {"@id": "schema:HearingImpairedSupported"},
529
+ "Hematologic": {"@id": "schema:Hematologic"},
530
+ "HighSchool": {"@id": "schema:HighSchool"},
531
+ "HinduDiet": {"@id": "schema:HinduDiet"},
532
+ "HinduTemple": {"@id": "schema:HinduTemple"},
533
+ "HobbyShop": {"@id": "schema:HobbyShop"},
534
+ "HomeAndConstructionBusiness": {"@id": "schema:HomeAndConstructionBusiness"},
535
+ "HomeGoodsStore": {"@id": "schema:HomeGoodsStore"},
536
+ "Homeopathic": {"@id": "schema:Homeopathic"},
537
+ "Hospital": {"@id": "schema:Hospital"},
538
+ "Hostel": {"@id": "schema:Hostel"},
539
+ "Hotel": {"@id": "schema:Hotel"},
540
+ "HotelRoom": {"@id": "schema:HotelRoom"},
541
+ "House": {"@id": "schema:House"},
542
+ "HousePainter": {"@id": "schema:HousePainter"},
543
+ "HowOrWhereHealthAspect": {"@id": "schema:HowOrWhereHealthAspect"},
544
+ "HowTo": {"@id": "schema:HowTo"},
545
+ "HowToDirection": {"@id": "schema:HowToDirection"},
546
+ "HowToItem": {"@id": "schema:HowToItem"},
547
+ "HowToSection": {"@id": "schema:HowToSection"},
548
+ "HowToStep": {"@id": "schema:HowToStep"},
549
+ "HowToSupply": {"@id": "schema:HowToSupply"},
550
+ "HowToTip": {"@id": "schema:HowToTip"},
551
+ "HowToTool": {"@id": "schema:HowToTool"},
552
+ "IceCreamShop": {"@id": "schema:IceCreamShop"},
553
+ "IgnoreAction": {"@id": "schema:IgnoreAction"},
554
+ "ImageGallery": {"@id": "schema:ImageGallery"},
555
+ "ImageObject": {"@id": "schema:ImageObject"},
556
+ "ImagingTest": {"@id": "schema:ImagingTest"},
557
+ "InForce": {"@id": "schema:InForce"},
558
+ "InStock": {"@id": "schema:InStock"},
559
+ "InStoreOnly": {"@id": "schema:InStoreOnly"},
560
+ "IndividualProduct": {"@id": "schema:IndividualProduct"},
561
+ "Infectious": {"@id": "schema:Infectious"},
562
+ "InfectiousAgentClass": {"@id": "schema:InfectiousAgentClass"},
563
+ "InfectiousDisease": {"@id": "schema:InfectiousDisease"},
564
+ "InformAction": {"@id": "schema:InformAction"},
565
+ "InsertAction": {"@id": "schema:InsertAction"},
566
+ "InstallAction": {"@id": "schema:InstallAction"},
567
+ "InsuranceAgency": {"@id": "schema:InsuranceAgency"},
568
+ "Intangible": {"@id": "schema:Intangible"},
569
+ "Integer": {"@id": "schema:Integer"},
570
+ "InteractAction": {"@id": "schema:InteractAction"},
571
+ "InteractionCounter": {"@id": "schema:InteractionCounter"},
572
+ "InternationalTrial": {"@id": "schema:InternationalTrial"},
573
+ "InternetCafe": {"@id": "schema:InternetCafe"},
574
+ "InvestmentFund": {"@id": "schema:InvestmentFund"},
575
+ "InvestmentOrDeposit": {"@id": "schema:InvestmentOrDeposit"},
576
+ "InviteAction": {"@id": "schema:InviteAction"},
577
+ "Invoice": {"@id": "schema:Invoice"},
578
+ "ItemAvailability": {"@id": "schema:ItemAvailability"},
579
+ "ItemList": {"@id": "schema:ItemList"},
580
+ "ItemListOrderAscending": {"@id": "schema:ItemListOrderAscending"},
581
+ "ItemListOrderDescending": {"@id": "schema:ItemListOrderDescending"},
582
+ "ItemListOrderType": {"@id": "schema:ItemListOrderType"},
583
+ "ItemListUnordered": {"@id": "schema:ItemListUnordered"},
584
+ "ItemPage": {"@id": "schema:ItemPage"},
585
+ "JewelryStore": {"@id": "schema:JewelryStore"},
586
+ "JobPosting": {"@id": "schema:JobPosting"},
587
+ "JoinAction": {"@id": "schema:JoinAction"},
588
+ "Joint": {"@id": "schema:Joint"},
589
+ "KosherDiet": {"@id": "schema:KosherDiet"},
590
+ "LaboratoryScience": {"@id": "schema:LaboratoryScience"},
591
+ "LakeBodyOfWater": {"@id": "schema:LakeBodyOfWater"},
592
+ "Landform": {"@id": "schema:Landform"},
593
+ "LandmarksOrHistoricalBuildings": {"@id": "schema:LandmarksOrHistoricalBuildings"},
594
+ "Language": {"@id": "schema:Language"},
595
+ "LaserDiscFormat": {"@id": "schema:LaserDiscFormat"},
596
+ "LeaveAction": {"@id": "schema:LeaveAction"},
597
+ "LeftHandDriving": {"@id": "schema:LeftHandDriving"},
598
+ "LegalForceStatus": {"@id": "schema:LegalForceStatus"},
599
+ "LegalService": {"@id": "schema:LegalService"},
600
+ "LegalValueLevel": {"@id": "schema:LegalValueLevel"},
601
+ "Legislation": {"@id": "schema:Legislation"},
602
+ "LegislationObject": {"@id": "schema:LegislationObject"},
603
+ "LegislativeBuilding": {"@id": "schema:LegislativeBuilding"},
604
+ "LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"},
605
+ "LendAction": {"@id": "schema:LendAction"},
606
+ "Library": {"@id": "schema:Library"},
607
+ "LibrarySystem": {"@id": "schema:LibrarySystem"},
608
+ "LifestyleModification": {"@id": "schema:LifestyleModification"},
609
+ "Ligament": {"@id": "schema:Ligament"},
610
+ "LikeAction": {"@id": "schema:LikeAction"},
611
+ "LimitedAvailability": {"@id": "schema:LimitedAvailability"},
612
+ "LinkRole": {"@id": "schema:LinkRole"},
613
+ "LiquorStore": {"@id": "schema:LiquorStore"},
614
+ "ListItem": {"@id": "schema:ListItem"},
615
+ "ListenAction": {"@id": "schema:ListenAction"},
616
+ "LiteraryEvent": {"@id": "schema:LiteraryEvent"},
617
+ "LiveAlbum": {"@id": "schema:LiveAlbum"},
618
+ "LiveBlogPosting": {"@id": "schema:LiveBlogPosting"},
619
+ "LivingWithHealthAspect": {"@id": "schema:LivingWithHealthAspect"},
620
+ "LoanOrCredit": {"@id": "schema:LoanOrCredit"},
621
+ "LocalBusiness": {"@id": "schema:LocalBusiness"},
622
+ "LocationFeatureSpecification": {"@id": "schema:LocationFeatureSpecification"},
623
+ "LockerDelivery": {"@id": "schema:LockerDelivery"},
624
+ "Locksmith": {"@id": "schema:Locksmith"},
625
+ "LodgingBusiness": {"@id": "schema:LodgingBusiness"},
626
+ "LodgingReservation": {"@id": "schema:LodgingReservation"},
627
+ "Longitudinal": {"@id": "schema:Longitudinal"},
628
+ "LoseAction": {"@id": "schema:LoseAction"},
629
+ "LowCalorieDiet": {"@id": "schema:LowCalorieDiet"},
630
+ "LowFatDiet": {"@id": "schema:LowFatDiet"},
631
+ "LowLactoseDiet": {"@id": "schema:LowLactoseDiet"},
632
+ "LowSaltDiet": {"@id": "schema:LowSaltDiet"},
633
+ "Lung": {"@id": "schema:Lung"},
634
+ "LymphaticVessel": {"@id": "schema:LymphaticVessel"},
635
+ "MRI": {"@id": "schema:MRI"},
636
+ "Male": {"@id": "schema:Male"},
637
+ "Manuscript": {"@id": "schema:Manuscript"},
638
+ "Map": {"@id": "schema:Map"},
639
+ "MapCategoryType": {"@id": "schema:MapCategoryType"},
640
+ "MarryAction": {"@id": "schema:MarryAction"},
641
+ "Mass": {"@id": "schema:Mass"},
642
+ "MaximumDoseSchedule": {"@id": "schema:MaximumDoseSchedule"},
643
+ "MayTreatHealthAspect": {"@id": "schema:MayTreatHealthAspect"},
644
+ "MediaObject": {"@id": "schema:MediaObject"},
645
+ "MediaSubscription": {"@id": "schema:MediaSubscription"},
646
+ "MedicalAudience": {"@id": "schema:MedicalAudience"},
647
+ "MedicalBusiness": {"@id": "schema:MedicalBusiness"},
648
+ "MedicalCause": {"@id": "schema:MedicalCause"},
649
+ "MedicalClinic": {"@id": "schema:MedicalClinic"},
650
+ "MedicalCode": {"@id": "schema:MedicalCode"},
651
+ "MedicalCondition": {"@id": "schema:MedicalCondition"},
652
+ "MedicalConditionStage": {"@id": "schema:MedicalConditionStage"},
653
+ "MedicalContraindication": {"@id": "schema:MedicalContraindication"},
654
+ "MedicalDevice": {"@id": "schema:MedicalDevice"},
655
+ "MedicalDevicePurpose": {"@id": "schema:MedicalDevicePurpose"},
656
+ "MedicalEntity": {"@id": "schema:MedicalEntity"},
657
+ "MedicalEnumeration": {"@id": "schema:MedicalEnumeration"},
658
+ "MedicalEvidenceLevel": {"@id": "schema:MedicalEvidenceLevel"},
659
+ "MedicalGuideline": {"@id": "schema:MedicalGuideline"},
660
+ "MedicalGuidelineContraindication": {"@id": "schema:MedicalGuidelineContraindication"},
661
+ "MedicalGuidelineRecommendation": {"@id": "schema:MedicalGuidelineRecommendation"},
662
+ "MedicalImagingTechnique": {"@id": "schema:MedicalImagingTechnique"},
663
+ "MedicalIndication": {"@id": "schema:MedicalIndication"},
664
+ "MedicalIntangible": {"@id": "schema:MedicalIntangible"},
665
+ "MedicalObservationalStudy": {"@id": "schema:MedicalObservationalStudy"},
666
+ "MedicalObservationalStudyDesign": {"@id": "schema:MedicalObservationalStudyDesign"},
667
+ "MedicalOrganization": {"@id": "schema:MedicalOrganization"},
668
+ "MedicalProcedure": {"@id": "schema:MedicalProcedure"},
669
+ "MedicalProcedureType": {"@id": "schema:MedicalProcedureType"},
670
+ "MedicalResearcher": {"@id": "schema:MedicalResearcher"},
671
+ "MedicalRiskCalculator": {"@id": "schema:MedicalRiskCalculator"},
672
+ "MedicalRiskEstimator": {"@id": "schema:MedicalRiskEstimator"},
673
+ "MedicalRiskFactor": {"@id": "schema:MedicalRiskFactor"},
674
+ "MedicalRiskScore": {"@id": "schema:MedicalRiskScore"},
675
+ "MedicalScholarlyArticle": {"@id": "schema:MedicalScholarlyArticle"},
676
+ "MedicalSign": {"@id": "schema:MedicalSign"},
677
+ "MedicalSignOrSymptom": {"@id": "schema:MedicalSignOrSymptom"},
678
+ "MedicalSpecialty": {"@id": "schema:MedicalSpecialty"},
679
+ "MedicalStudy": {"@id": "schema:MedicalStudy"},
680
+ "MedicalStudyStatus": {"@id": "schema:MedicalStudyStatus"},
681
+ "MedicalSymptom": {"@id": "schema:MedicalSymptom"},
682
+ "MedicalTest": {"@id": "schema:MedicalTest"},
683
+ "MedicalTestPanel": {"@id": "schema:MedicalTestPanel"},
684
+ "MedicalTherapy": {"@id": "schema:MedicalTherapy"},
685
+ "MedicalTrial": {"@id": "schema:MedicalTrial"},
686
+ "MedicalTrialDesign": {"@id": "schema:MedicalTrialDesign"},
687
+ "MedicalWebPage": {"@id": "schema:MedicalWebPage"},
688
+ "MedicineSystem": {"@id": "schema:MedicineSystem"},
689
+ "MeetingRoom": {"@id": "schema:MeetingRoom"},
690
+ "MensClothingStore": {"@id": "schema:MensClothingStore"},
691
+ "Menu": {"@id": "schema:Menu"},
692
+ "MenuItem": {"@id": "schema:MenuItem"},
693
+ "MenuSection": {"@id": "schema:MenuSection"},
694
+ "Message": {"@id": "schema:Message"},
695
+ "MiddleSchool": {"@id": "schema:MiddleSchool"},
696
+ "Midwifery": {"@id": "schema:Midwifery"},
697
+ "MisconceptionsHealthAspect": {"@id": "schema:MisconceptionsHealthAspect"},
698
+ "MixtapeAlbum": {"@id": "schema:MixtapeAlbum"},
699
+ "MobileApplication": {"@id": "schema:MobileApplication"},
700
+ "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
701
+ "Monday": {"@id": "schema:Monday"},
702
+ "MonetaryAmount": {"@id": "schema:MonetaryAmount"},
703
+ "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
704
+ "MonetaryGrant": {"@id": "schema:MonetaryGrant"},
705
+ "MoneyTransfer": {"@id": "schema:MoneyTransfer"},
706
+ "MortgageLoan": {"@id": "schema:MortgageLoan"},
707
+ "Mosque": {"@id": "schema:Mosque"},
708
+ "Motel": {"@id": "schema:Motel"},
709
+ "Motorcycle": {"@id": "schema:Motorcycle"},
710
+ "MotorcycleDealer": {"@id": "schema:MotorcycleDealer"},
711
+ "MotorcycleRepair": {"@id": "schema:MotorcycleRepair"},
712
+ "MotorizedBicycle": {"@id": "schema:MotorizedBicycle"},
713
+ "Mountain": {"@id": "schema:Mountain"},
714
+ "MoveAction": {"@id": "schema:MoveAction"},
715
+ "Movie": {"@id": "schema:Movie"},
716
+ "MovieClip": {"@id": "schema:MovieClip"},
717
+ "MovieRentalStore": {"@id": "schema:MovieRentalStore"},
718
+ "MovieSeries": {"@id": "schema:MovieSeries"},
719
+ "MovieTheater": {"@id": "schema:MovieTheater"},
720
+ "MovingCompany": {"@id": "schema:MovingCompany"},
721
+ "MultiCenterTrial": {"@id": "schema:MultiCenterTrial"},
722
+ "MultiPlayer": {"@id": "schema:MultiPlayer"},
723
+ "MulticellularParasite": {"@id": "schema:MulticellularParasite"},
724
+ "Muscle": {"@id": "schema:Muscle"},
725
+ "Musculoskeletal": {"@id": "schema:Musculoskeletal"},
726
+ "MusculoskeletalExam": {"@id": "schema:MusculoskeletalExam"},
727
+ "Museum": {"@id": "schema:Museum"},
728
+ "MusicAlbum": {"@id": "schema:MusicAlbum"},
729
+ "MusicAlbumProductionType": {"@id": "schema:MusicAlbumProductionType"},
730
+ "MusicAlbumReleaseType": {"@id": "schema:MusicAlbumReleaseType"},
731
+ "MusicComposition": {"@id": "schema:MusicComposition"},
732
+ "MusicEvent": {"@id": "schema:MusicEvent"},
733
+ "MusicGroup": {"@id": "schema:MusicGroup"},
734
+ "MusicPlaylist": {"@id": "schema:MusicPlaylist"},
735
+ "MusicRecording": {"@id": "schema:MusicRecording"},
736
+ "MusicRelease": {"@id": "schema:MusicRelease"},
737
+ "MusicReleaseFormatType": {"@id": "schema:MusicReleaseFormatType"},
738
+ "MusicStore": {"@id": "schema:MusicStore"},
739
+ "MusicVenue": {"@id": "schema:MusicVenue"},
740
+ "MusicVideoObject": {"@id": "schema:MusicVideoObject"},
741
+ "NGO": {"@id": "schema:NGO"},
742
+ "NailSalon": {"@id": "schema:NailSalon"},
743
+ "Neck": {"@id": "schema:Neck"},
744
+ "Nerve": {"@id": "schema:Nerve"},
745
+ "Neuro": {"@id": "schema:Neuro"},
746
+ "Neurologic": {"@id": "schema:Neurologic"},
747
+ "NewCondition": {"@id": "schema:NewCondition"},
748
+ "NewsArticle": {"@id": "schema:NewsArticle"},
749
+ "NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"},
750
+ "Newspaper": {"@id": "schema:Newspaper"},
751
+ "NightClub": {"@id": "schema:NightClub"},
752
+ "NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"},
753
+ "Nose": {"@id": "schema:Nose"},
754
+ "NotInForce": {"@id": "schema:NotInForce"},
755
+ "NotYetRecruiting": {"@id": "schema:NotYetRecruiting"},
756
+ "Notary": {"@id": "schema:Notary"},
757
+ "NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"},
758
+ "Number": {"@id": "schema:Number"},
759
+ "Nursing": {"@id": "schema:Nursing"},
760
+ "NutritionInformation": {"@id": "schema:NutritionInformation"},
761
+ "OTC": {"@id": "schema:OTC"},
762
+ "Observation": {"@id": "schema:Observation"},
763
+ "Observational": {"@id": "schema:Observational"},
764
+ "Obstetric": {"@id": "schema:Obstetric"},
765
+ "Occupation": {"@id": "schema:Occupation"},
766
+ "OccupationalActivity": {"@id": "schema:OccupationalActivity"},
767
+ "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
768
+ "OceanBodyOfWater": {"@id": "schema:OceanBodyOfWater"},
769
+ "Offer": {"@id": "schema:Offer"},
770
+ "OfferCatalog": {"@id": "schema:OfferCatalog"},
771
+ "OfferForLease": {"@id": "schema:OfferForLease"},
772
+ "OfferForPurchase": {"@id": "schema:OfferForPurchase"},
773
+ "OfferItemCondition": {"@id": "schema:OfferItemCondition"},
774
+ "OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"},
775
+ "OfficialLegalValue": {"@id": "schema:OfficialLegalValue"},
776
+ "OfflinePermanently": {"@id": "schema:OfflinePermanently"},
777
+ "OfflineTemporarily": {"@id": "schema:OfflineTemporarily"},
778
+ "OnDemandEvent": {"@id": "schema:OnDemandEvent"},
779
+ "OnSitePickup": {"@id": "schema:OnSitePickup"},
780
+ "Oncologic": {"@id": "schema:Oncologic"},
781
+ "Online": {"@id": "schema:Online"},
782
+ "OnlineFull": {"@id": "schema:OnlineFull"},
783
+ "OnlineOnly": {"@id": "schema:OnlineOnly"},
784
+ "OpenTrial": {"@id": "schema:OpenTrial"},
785
+ "OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"},
786
+ "OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"},
787
+ "Optician": {"@id": "schema:Optician"},
788
+ "Optometric": {"@id": "schema:Optometric"},
789
+ "Order": {"@id": "schema:Order"},
790
+ "OrderAction": {"@id": "schema:OrderAction"},
791
+ "OrderCancelled": {"@id": "schema:OrderCancelled"},
792
+ "OrderDelivered": {"@id": "schema:OrderDelivered"},
793
+ "OrderInTransit": {"@id": "schema:OrderInTransit"},
794
+ "OrderItem": {"@id": "schema:OrderItem"},
795
+ "OrderPaymentDue": {"@id": "schema:OrderPaymentDue"},
796
+ "OrderPickupAvailable": {"@id": "schema:OrderPickupAvailable"},
797
+ "OrderProblem": {"@id": "schema:OrderProblem"},
798
+ "OrderProcessing": {"@id": "schema:OrderProcessing"},
799
+ "OrderReturned": {"@id": "schema:OrderReturned"},
800
+ "OrderStatus": {"@id": "schema:OrderStatus"},
801
+ "Organization": {"@id": "schema:Organization"},
802
+ "OrganizationRole": {"@id": "schema:OrganizationRole"},
803
+ "OrganizeAction": {"@id": "schema:OrganizeAction"},
804
+ "OriginalShippingFees": {"@id": "schema:OriginalShippingFees"},
805
+ "Osteopathic": {"@id": "schema:Osteopathic"},
806
+ "Otolaryngologic": {"@id": "schema:Otolaryngologic"},
807
+ "OutOfStock": {"@id": "schema:OutOfStock"},
808
+ "OutletStore": {"@id": "schema:OutletStore"},
809
+ "OverviewHealthAspect": {"@id": "schema:OverviewHealthAspect"},
810
+ "OwnershipInfo": {"@id": "schema:OwnershipInfo"},
811
+ "PET": {"@id": "schema:PET"},
812
+ "PaintAction": {"@id": "schema:PaintAction"},
813
+ "Painting": {"@id": "schema:Painting"},
814
+ "PalliativeProcedure": {"@id": "schema:PalliativeProcedure"},
815
+ "Paperback": {"@id": "schema:Paperback"},
816
+ "ParcelDelivery": {"@id": "schema:ParcelDelivery"},
817
+ "ParcelService": {"@id": "schema:ParcelService"},
818
+ "ParentAudience": {"@id": "schema:ParentAudience"},
819
+ "Park": {"@id": "schema:Park"},
820
+ "ParkingFacility": {"@id": "schema:ParkingFacility"},
821
+ "ParkingMap": {"@id": "schema:ParkingMap"},
822
+ "PartiallyInForce": {"@id": "schema:PartiallyInForce"},
823
+ "Pathology": {"@id": "schema:Pathology"},
824
+ "PathologyTest": {"@id": "schema:PathologyTest"},
825
+ "Patient": {"@id": "schema:Patient"},
826
+ "PatientExperienceHealthAspect": {"@id": "schema:PatientExperienceHealthAspect"},
827
+ "PawnShop": {"@id": "schema:PawnShop"},
828
+ "PayAction": {"@id": "schema:PayAction"},
829
+ "PaymentAutomaticallyApplied": {"@id": "schema:PaymentAutomaticallyApplied"},
830
+ "PaymentCard": {"@id": "schema:PaymentCard"},
831
+ "PaymentChargeSpecification": {"@id": "schema:PaymentChargeSpecification"},
832
+ "PaymentComplete": {"@id": "schema:PaymentComplete"},
833
+ "PaymentDeclined": {"@id": "schema:PaymentDeclined"},
834
+ "PaymentDue": {"@id": "schema:PaymentDue"},
835
+ "PaymentMethod": {"@id": "schema:PaymentMethod"},
836
+ "PaymentPastDue": {"@id": "schema:PaymentPastDue"},
837
+ "PaymentService": {"@id": "schema:PaymentService"},
838
+ "PaymentStatusType": {"@id": "schema:PaymentStatusType"},
839
+ "Pediatric": {"@id": "schema:Pediatric"},
840
+ "PeopleAudience": {"@id": "schema:PeopleAudience"},
841
+ "PercutaneousProcedure": {"@id": "schema:PercutaneousProcedure"},
842
+ "PerformAction": {"@id": "schema:PerformAction"},
843
+ "PerformanceRole": {"@id": "schema:PerformanceRole"},
844
+ "PerformingArtsTheater": {"@id": "schema:PerformingArtsTheater"},
845
+ "PerformingGroup": {"@id": "schema:PerformingGroup"},
846
+ "Periodical": {"@id": "schema:Periodical"},
847
+ "Permit": {"@id": "schema:Permit"},
848
+ "Person": {"@id": "schema:Person"},
849
+ "PetStore": {"@id": "schema:PetStore"},
850
+ "Pharmacy": {"@id": "schema:Pharmacy"},
851
+ "PharmacySpecialty": {"@id": "schema:PharmacySpecialty"},
852
+ "Photograph": {"@id": "schema:Photograph"},
853
+ "PhotographAction": {"@id": "schema:PhotographAction"},
854
+ "PhysicalActivity": {"@id": "schema:PhysicalActivity"},
855
+ "PhysicalActivityCategory": {"@id": "schema:PhysicalActivityCategory"},
856
+ "PhysicalExam": {"@id": "schema:PhysicalExam"},
857
+ "PhysicalTherapy": {"@id": "schema:PhysicalTherapy"},
858
+ "Physician": {"@id": "schema:Physician"},
859
+ "Physiotherapy": {"@id": "schema:Physiotherapy"},
860
+ "Place": {"@id": "schema:Place"},
861
+ "PlaceOfWorship": {"@id": "schema:PlaceOfWorship"},
862
+ "PlaceboControlledTrial": {"@id": "schema:PlaceboControlledTrial"},
863
+ "PlanAction": {"@id": "schema:PlanAction"},
864
+ "PlasticSurgery": {"@id": "schema:PlasticSurgery"},
865
+ "Play": {"@id": "schema:Play"},
866
+ "PlayAction": {"@id": "schema:PlayAction"},
867
+ "Playground": {"@id": "schema:Playground"},
868
+ "Plumber": {"@id": "schema:Plumber"},
869
+ "PodcastEpisode": {"@id": "schema:PodcastEpisode"},
870
+ "PodcastSeason": {"@id": "schema:PodcastSeason"},
871
+ "PodcastSeries": {"@id": "schema:PodcastSeries"},
872
+ "Podiatric": {"@id": "schema:Podiatric"},
873
+ "PoliceStation": {"@id": "schema:PoliceStation"},
874
+ "Pond": {"@id": "schema:Pond"},
875
+ "PostOffice": {"@id": "schema:PostOffice"},
876
+ "PostalAddress": {"@id": "schema:PostalAddress"},
877
+ "Poster": {"@id": "schema:Poster"},
878
+ "PotentialActionStatus": {"@id": "schema:PotentialActionStatus"},
879
+ "PreOrder": {"@id": "schema:PreOrder"},
880
+ "PreOrderAction": {"@id": "schema:PreOrderAction"},
881
+ "PreSale": {"@id": "schema:PreSale"},
882
+ "PrependAction": {"@id": "schema:PrependAction"},
883
+ "Preschool": {"@id": "schema:Preschool"},
884
+ "PrescriptionOnly": {"@id": "schema:PrescriptionOnly"},
885
+ "PresentationDigitalDocument": {"@id": "schema:PresentationDigitalDocument"},
886
+ "PreventionHealthAspect": {"@id": "schema:PreventionHealthAspect"},
887
+ "PreventionIndication": {"@id": "schema:PreventionIndication"},
888
+ "PriceSpecification": {"@id": "schema:PriceSpecification"},
889
+ "PrimaryCare": {"@id": "schema:PrimaryCare"},
890
+ "Prion": {"@id": "schema:Prion"},
891
+ "Product": {"@id": "schema:Product"},
892
+ "ProductModel": {"@id": "schema:ProductModel"},
893
+ "ProductReturnEnumeration": {"@id": "schema:ProductReturnEnumeration"},
894
+ "ProductReturnFiniteReturnWindow": {"@id": "schema:ProductReturnFiniteReturnWindow"},
895
+ "ProductReturnNotPermitted": {"@id": "schema:ProductReturnNotPermitted"},
896
+ "ProductReturnPolicy": {"@id": "schema:ProductReturnPolicy"},
897
+ "ProductReturnUnlimitedWindow": {"@id": "schema:ProductReturnUnlimitedWindow"},
898
+ "ProductReturnUnspecified": {"@id": "schema:ProductReturnUnspecified"},
899
+ "ProfessionalService": {"@id": "schema:ProfessionalService"},
900
+ "ProfilePage": {"@id": "schema:ProfilePage"},
901
+ "PrognosisHealthAspect": {"@id": "schema:PrognosisHealthAspect"},
902
+ "ProgramMembership": {"@id": "schema:ProgramMembership"},
903
+ "Project": {"@id": "schema:Project"},
904
+ "Property": {"@id": "schema:Property"},
905
+ "PropertyValue": {"@id": "schema:PropertyValue"},
906
+ "PropertyValueSpecification": {"@id": "schema:PropertyValueSpecification"},
907
+ "Protozoa": {"@id": "schema:Protozoa"},
908
+ "Psychiatric": {"@id": "schema:Psychiatric"},
909
+ "PsychologicalTreatment": {"@id": "schema:PsychologicalTreatment"},
910
+ "PublicHealth": {"@id": "schema:PublicHealth"},
911
+ "PublicHolidays": {"@id": "schema:PublicHolidays"},
912
+ "PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"},
913
+ "PublicToilet": {"@id": "schema:PublicToilet"},
914
+ "PublicationEvent": {"@id": "schema:PublicationEvent"},
915
+ "PublicationIssue": {"@id": "schema:PublicationIssue"},
916
+ "PublicationVolume": {"@id": "schema:PublicationVolume"},
917
+ "Pulmonary": {"@id": "schema:Pulmonary"},
918
+ "QAPage": {"@id": "schema:QAPage"},
919
+ "QualitativeValue": {"@id": "schema:QualitativeValue"},
920
+ "QuantitativeValue": {"@id": "schema:QuantitativeValue"},
921
+ "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
922
+ "Quantity": {"@id": "schema:Quantity"},
923
+ "Question": {"@id": "schema:Question"},
924
+ "Quotation": {"@id": "schema:Quotation"},
925
+ "QuoteAction": {"@id": "schema:QuoteAction"},
926
+ "RVPark": {"@id": "schema:RVPark"},
927
+ "RadiationTherapy": {"@id": "schema:RadiationTherapy"},
928
+ "RadioBroadcastService": {"@id": "schema:RadioBroadcastService"},
929
+ "RadioChannel": {"@id": "schema:RadioChannel"},
930
+ "RadioClip": {"@id": "schema:RadioClip"},
931
+ "RadioEpisode": {"@id": "schema:RadioEpisode"},
932
+ "RadioSeason": {"@id": "schema:RadioSeason"},
933
+ "RadioSeries": {"@id": "schema:RadioSeries"},
934
+ "RadioStation": {"@id": "schema:RadioStation"},
935
+ "Radiography": {"@id": "schema:Radiography"},
936
+ "RandomizedTrial": {"@id": "schema:RandomizedTrial"},
937
+ "Rating": {"@id": "schema:Rating"},
938
+ "ReactAction": {"@id": "schema:ReactAction"},
939
+ "ReadAction": {"@id": "schema:ReadAction"},
940
+ "ReadPermission": {"@id": "schema:ReadPermission"},
941
+ "RealEstateAgent": {"@id": "schema:RealEstateAgent"},
942
+ "RealEstateListing": {"@id": "schema:RealEstateListing"},
943
+ "RearWheelDriveConfiguration": {"@id": "schema:RearWheelDriveConfiguration"},
944
+ "ReceiveAction": {"@id": "schema:ReceiveAction"},
945
+ "Recipe": {"@id": "schema:Recipe"},
946
+ "RecommendedDoseSchedule": {"@id": "schema:RecommendedDoseSchedule"},
947
+ "Recruiting": {"@id": "schema:Recruiting"},
948
+ "RecyclingCenter": {"@id": "schema:RecyclingCenter"},
949
+ "RefundTypeEnumeration": {"@id": "schema:RefundTypeEnumeration"},
950
+ "RefurbishedCondition": {"@id": "schema:RefurbishedCondition"},
951
+ "RegisterAction": {"@id": "schema:RegisterAction"},
952
+ "Registry": {"@id": "schema:Registry"},
953
+ "ReimbursementCap": {"@id": "schema:ReimbursementCap"},
954
+ "RejectAction": {"@id": "schema:RejectAction"},
955
+ "RelatedTopicsHealthAspect": {"@id": "schema:RelatedTopicsHealthAspect"},
956
+ "RemixAlbum": {"@id": "schema:RemixAlbum"},
957
+ "Renal": {"@id": "schema:Renal"},
958
+ "RentAction": {"@id": "schema:RentAction"},
959
+ "RentalCarReservation": {"@id": "schema:RentalCarReservation"},
960
+ "RentalVehicleUsage": {"@id": "schema:RentalVehicleUsage"},
961
+ "RepaymentSpecification": {"@id": "schema:RepaymentSpecification"},
962
+ "ReplaceAction": {"@id": "schema:ReplaceAction"},
963
+ "ReplyAction": {"@id": "schema:ReplyAction"},
964
+ "Report": {"@id": "schema:Report"},
965
+ "ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"},
966
+ "ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"},
967
+ "ResearchProject": {"@id": "schema:ResearchProject"},
968
+ "Researcher": {"@id": "schema:Researcher"},
969
+ "Reservation": {"@id": "schema:Reservation"},
970
+ "ReservationCancelled": {"@id": "schema:ReservationCancelled"},
971
+ "ReservationConfirmed": {"@id": "schema:ReservationConfirmed"},
972
+ "ReservationHold": {"@id": "schema:ReservationHold"},
973
+ "ReservationPackage": {"@id": "schema:ReservationPackage"},
974
+ "ReservationPending": {"@id": "schema:ReservationPending"},
975
+ "ReservationStatusType": {"@id": "schema:ReservationStatusType"},
976
+ "ReserveAction": {"@id": "schema:ReserveAction"},
977
+ "Reservoir": {"@id": "schema:Reservoir"},
978
+ "Residence": {"@id": "schema:Residence"},
979
+ "Resort": {"@id": "schema:Resort"},
980
+ "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"},
981
+ "Restaurant": {"@id": "schema:Restaurant"},
982
+ "RestockingFees": {"@id": "schema:RestockingFees"},
983
+ "RestrictedDiet": {"@id": "schema:RestrictedDiet"},
984
+ "ResultsAvailable": {"@id": "schema:ResultsAvailable"},
985
+ "ResultsNotAvailable": {"@id": "schema:ResultsNotAvailable"},
986
+ "ResumeAction": {"@id": "schema:ResumeAction"},
987
+ "Retail": {"@id": "schema:Retail"},
988
+ "ReturnAction": {"@id": "schema:ReturnAction"},
989
+ "ReturnFeesEnumeration": {"@id": "schema:ReturnFeesEnumeration"},
990
+ "ReturnShippingFees": {"@id": "schema:ReturnShippingFees"},
991
+ "Review": {"@id": "schema:Review"},
992
+ "ReviewAction": {"@id": "schema:ReviewAction"},
993
+ "ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"},
994
+ "Rheumatologic": {"@id": "schema:Rheumatologic"},
995
+ "RightHandDriving": {"@id": "schema:RightHandDriving"},
996
+ "RisksOrComplicationsHealthAspect": {"@id": "schema:RisksOrComplicationsHealthAspect"},
997
+ "RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"},
998
+ "Role": {"@id": "schema:Role"},
999
+ "RoofingContractor": {"@id": "schema:RoofingContractor"},
1000
+ "Room": {"@id": "schema:Room"},
1001
+ "RsvpAction": {"@id": "schema:RsvpAction"},
1002
+ "RsvpResponseMaybe": {"@id": "schema:RsvpResponseMaybe"},
1003
+ "RsvpResponseNo": {"@id": "schema:RsvpResponseNo"},
1004
+ "RsvpResponseType": {"@id": "schema:RsvpResponseType"},
1005
+ "RsvpResponseYes": {"@id": "schema:RsvpResponseYes"},
1006
+ "SaleEvent": {"@id": "schema:SaleEvent"},
1007
+ "SatiricalArticle": {"@id": "schema:SatiricalArticle"},
1008
+ "Saturday": {"@id": "schema:Saturday"},
1009
+ "Schedule": {"@id": "schema:Schedule"},
1010
+ "ScheduleAction": {"@id": "schema:ScheduleAction"},
1011
+ "ScholarlyArticle": {"@id": "schema:ScholarlyArticle"},
1012
+ "School": {"@id": "schema:School"},
1013
+ "ScreeningEvent": {"@id": "schema:ScreeningEvent"},
1014
+ "ScreeningHealthAspect": {"@id": "schema:ScreeningHealthAspect"},
1015
+ "Sculpture": {"@id": "schema:Sculpture"},
1016
+ "SeaBodyOfWater": {"@id": "schema:SeaBodyOfWater"},
1017
+ "SearchAction": {"@id": "schema:SearchAction"},
1018
+ "SearchResultsPage": {"@id": "schema:SearchResultsPage"},
1019
+ "Season": {"@id": "schema:Season"},
1020
+ "Seat": {"@id": "schema:Seat"},
1021
+ "SeatingMap": {"@id": "schema:SeatingMap"},
1022
+ "SeeDoctorHealthAspect": {"@id": "schema:SeeDoctorHealthAspect"},
1023
+ "SelfCareHealthAspect": {"@id": "schema:SelfCareHealthAspect"},
1024
+ "SelfStorage": {"@id": "schema:SelfStorage"},
1025
+ "SellAction": {"@id": "schema:SellAction"},
1026
+ "SendAction": {"@id": "schema:SendAction"},
1027
+ "Series": {"@id": "schema:Series"},
1028
+ "Service": {"@id": "schema:Service"},
1029
+ "ServiceChannel": {"@id": "schema:ServiceChannel"},
1030
+ "ShareAction": {"@id": "schema:ShareAction"},
1031
+ "SheetMusic": {"@id": "schema:SheetMusic"},
1032
+ "ShoeStore": {"@id": "schema:ShoeStore"},
1033
+ "ShoppingCenter": {"@id": "schema:ShoppingCenter"},
1034
+ "ShortStory": {"@id": "schema:ShortStory"},
1035
+ "SideEffectsHealthAspect": {"@id": "schema:SideEffectsHealthAspect"},
1036
+ "SingleBlindedTrial": {"@id": "schema:SingleBlindedTrial"},
1037
+ "SingleCenterTrial": {"@id": "schema:SingleCenterTrial"},
1038
+ "SingleFamilyResidence": {"@id": "schema:SingleFamilyResidence"},
1039
+ "SinglePlayer": {"@id": "schema:SinglePlayer"},
1040
+ "SingleRelease": {"@id": "schema:SingleRelease"},
1041
+ "SiteNavigationElement": {"@id": "schema:SiteNavigationElement"},
1042
+ "SkiResort": {"@id": "schema:SkiResort"},
1043
+ "Skin": {"@id": "schema:Skin"},
1044
+ "SocialEvent": {"@id": "schema:SocialEvent"},
1045
+ "SocialMediaPosting": {"@id": "schema:SocialMediaPosting"},
1046
+ "SoftwareApplication": {"@id": "schema:SoftwareApplication"},
1047
+ "SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"},
1048
+ "SoldOut": {"@id": "schema:SoldOut"},
1049
+ "SomeProducts": {"@id": "schema:SomeProducts"},
1050
+ "SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"},
1051
+ "SpeakableSpecification": {"@id": "schema:SpeakableSpecification"},
1052
+ "Specialty": {"@id": "schema:Specialty"},
1053
+ "SpeechPathology": {"@id": "schema:SpeechPathology"},
1054
+ "SpokenWordAlbum": {"@id": "schema:SpokenWordAlbum"},
1055
+ "SportingGoodsStore": {"@id": "schema:SportingGoodsStore"},
1056
+ "SportsActivityLocation": {"@id": "schema:SportsActivityLocation"},
1057
+ "SportsClub": {"@id": "schema:SportsClub"},
1058
+ "SportsEvent": {"@id": "schema:SportsEvent"},
1059
+ "SportsOrganization": {"@id": "schema:SportsOrganization"},
1060
+ "SportsTeam": {"@id": "schema:SportsTeam"},
1061
+ "SpreadsheetDigitalDocument": {"@id": "schema:SpreadsheetDigitalDocument"},
1062
+ "StadiumOrArena": {"@id": "schema:StadiumOrArena"},
1063
+ "StagesHealthAspect": {"@id": "schema:StagesHealthAspect"},
1064
+ "State": {"@id": "schema:State"},
1065
+ "StatisticalPopulation": {"@id": "schema:StatisticalPopulation"},
1066
+ "SteeringPositionValue": {"@id": "schema:SteeringPositionValue"},
1067
+ "Store": {"@id": "schema:Store"},
1068
+ "StoreCreditRefund": {"@id": "schema:StoreCreditRefund"},
1069
+ "StrengthTraining": {"@id": "schema:StrengthTraining"},
1070
+ "StructuredValue": {"@id": "schema:StructuredValue"},
1071
+ "StudioAlbum": {"@id": "schema:StudioAlbum"},
1072
+ "StupidType": {"@id": "schema:StupidType"},
1073
+ "SubscribeAction": {"@id": "schema:SubscribeAction"},
1074
+ "Substance": {"@id": "schema:Substance"},
1075
+ "SubwayStation": {"@id": "schema:SubwayStation"},
1076
+ "Suite": {"@id": "schema:Suite"},
1077
+ "Sunday": {"@id": "schema:Sunday"},
1078
+ "SuperficialAnatomy": {"@id": "schema:SuperficialAnatomy"},
1079
+ "Surgical": {"@id": "schema:Surgical"},
1080
+ "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"},
1081
+ "SuspendAction": {"@id": "schema:SuspendAction"},
1082
+ "Suspended": {"@id": "schema:Suspended"},
1083
+ "SymptomsHealthAspect": {"@id": "schema:SymptomsHealthAspect"},
1084
+ "Synagogue": {"@id": "schema:Synagogue"},
1085
+ "TVClip": {"@id": "schema:TVClip"},
1086
+ "TVEpisode": {"@id": "schema:TVEpisode"},
1087
+ "TVSeason": {"@id": "schema:TVSeason"},
1088
+ "TVSeries": {"@id": "schema:TVSeries"},
1089
+ "Table": {"@id": "schema:Table"},
1090
+ "TakeAction": {"@id": "schema:TakeAction"},
1091
+ "TattooParlor": {"@id": "schema:TattooParlor"},
1092
+ "Taxi": {"@id": "schema:Taxi"},
1093
+ "TaxiReservation": {"@id": "schema:TaxiReservation"},
1094
+ "TaxiService": {"@id": "schema:TaxiService"},
1095
+ "TaxiStand": {"@id": "schema:TaxiStand"},
1096
+ "TaxiVehicleUsage": {"@id": "schema:TaxiVehicleUsage"},
1097
+ "TechArticle": {"@id": "schema:TechArticle"},
1098
+ "TelevisionChannel": {"@id": "schema:TelevisionChannel"},
1099
+ "TelevisionStation": {"@id": "schema:TelevisionStation"},
1100
+ "TennisComplex": {"@id": "schema:TennisComplex"},
1101
+ "Terminated": {"@id": "schema:Terminated"},
1102
+ "Text": {"@id": "schema:Text"},
1103
+ "TextDigitalDocument": {"@id": "schema:TextDigitalDocument"},
1104
+ "TheaterEvent": {"@id": "schema:TheaterEvent"},
1105
+ "TheaterGroup": {"@id": "schema:TheaterGroup"},
1106
+ "Therapeutic": {"@id": "schema:Therapeutic"},
1107
+ "TherapeuticProcedure": {"@id": "schema:TherapeuticProcedure"},
1108
+ "Thesis": {"@id": "schema:Thesis"},
1109
+ "Thing": {"@id": "schema:Thing"},
1110
+ "Throat": {"@id": "schema:Throat"},
1111
+ "Thursday": {"@id": "schema:Thursday"},
1112
+ "Ticket": {"@id": "schema:Ticket"},
1113
+ "TieAction": {"@id": "schema:TieAction"},
1114
+ "Time": {"@id": "schema:Time"},
1115
+ "TipAction": {"@id": "schema:TipAction"},
1116
+ "TireShop": {"@id": "schema:TireShop"},
1117
+ "TollFree": {"@id": "schema:TollFree"},
1118
+ "TouristAttraction": {"@id": "schema:TouristAttraction"},
1119
+ "TouristDestination": {"@id": "schema:TouristDestination"},
1120
+ "TouristInformationCenter": {"@id": "schema:TouristInformationCenter"},
1121
+ "TouristTrip": {"@id": "schema:TouristTrip"},
1122
+ "Toxicologic": {"@id": "schema:Toxicologic"},
1123
+ "ToyStore": {"@id": "schema:ToyStore"},
1124
+ "TrackAction": {"@id": "schema:TrackAction"},
1125
+ "TradeAction": {"@id": "schema:TradeAction"},
1126
+ "TraditionalChinese": {"@id": "schema:TraditionalChinese"},
1127
+ "TrainReservation": {"@id": "schema:TrainReservation"},
1128
+ "TrainStation": {"@id": "schema:TrainStation"},
1129
+ "TrainTrip": {"@id": "schema:TrainTrip"},
1130
+ "TransferAction": {"@id": "schema:TransferAction"},
1131
+ "TransitMap": {"@id": "schema:TransitMap"},
1132
+ "TravelAction": {"@id": "schema:TravelAction"},
1133
+ "TravelAgency": {"@id": "schema:TravelAgency"},
1134
+ "TreatmentIndication": {"@id": "schema:TreatmentIndication"},
1135
+ "TreatmentsHealthAspect": {"@id": "schema:TreatmentsHealthAspect"},
1136
+ "Trip": {"@id": "schema:Trip"},
1137
+ "TripleBlindedTrial": {"@id": "schema:TripleBlindedTrial"},
1138
+ "True": {"@id": "schema:True"},
1139
+ "Tuesday": {"@id": "schema:Tuesday"},
1140
+ "TypeAndQuantityNode": {"@id": "schema:TypeAndQuantityNode"},
1141
+ "TypesHealthAspect": {"@id": "schema:TypesHealthAspect"},
1142
+ "URL": {"@id": "schema:URL"},
1143
+ "Ultrasound": {"@id": "schema:Ultrasound"},
1144
+ "UnRegisterAction": {"@id": "schema:UnRegisterAction"},
1145
+ "UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"},
1146
+ "UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"},
1147
+ "UpdateAction": {"@id": "schema:UpdateAction"},
1148
+ "Urologic": {"@id": "schema:Urologic"},
1149
+ "UsageOrScheduleHealthAspect": {"@id": "schema:UsageOrScheduleHealthAspect"},
1150
+ "UseAction": {"@id": "schema:UseAction"},
1151
+ "UsedCondition": {"@id": "schema:UsedCondition"},
1152
+ "UserBlocks": {"@id": "schema:UserBlocks"},
1153
+ "UserCheckins": {"@id": "schema:UserCheckins"},
1154
+ "UserComments": {"@id": "schema:UserComments"},
1155
+ "UserDownloads": {"@id": "schema:UserDownloads"},
1156
+ "UserInteraction": {"@id": "schema:UserInteraction"},
1157
+ "UserLikes": {"@id": "schema:UserLikes"},
1158
+ "UserPageVisits": {"@id": "schema:UserPageVisits"},
1159
+ "UserPlays": {"@id": "schema:UserPlays"},
1160
+ "UserPlusOnes": {"@id": "schema:UserPlusOnes"},
1161
+ "UserReview": {"@id": "schema:UserReview"},
1162
+ "UserTweets": {"@id": "schema:UserTweets"},
1163
+ "VeganDiet": {"@id": "schema:VeganDiet"},
1164
+ "VegetarianDiet": {"@id": "schema:VegetarianDiet"},
1165
+ "Vehicle": {"@id": "schema:Vehicle"},
1166
+ "Vein": {"@id": "schema:Vein"},
1167
+ "VenueMap": {"@id": "schema:VenueMap"},
1168
+ "Vessel": {"@id": "schema:Vessel"},
1169
+ "VeterinaryCare": {"@id": "schema:VeterinaryCare"},
1170
+ "VideoGallery": {"@id": "schema:VideoGallery"},
1171
+ "VideoGame": {"@id": "schema:VideoGame"},
1172
+ "VideoGameClip": {"@id": "schema:VideoGameClip"},
1173
+ "VideoGameSeries": {"@id": "schema:VideoGameSeries"},
1174
+ "VideoObject": {"@id": "schema:VideoObject"},
1175
+ "ViewAction": {"@id": "schema:ViewAction"},
1176
+ "VinylFormat": {"@id": "schema:VinylFormat"},
1177
+ "Virus": {"@id": "schema:Virus"},
1178
+ "VisualArtsEvent": {"@id": "schema:VisualArtsEvent"},
1179
+ "VisualArtwork": {"@id": "schema:VisualArtwork"},
1180
+ "VitalSign": {"@id": "schema:VitalSign"},
1181
+ "Volcano": {"@id": "schema:Volcano"},
1182
+ "VoteAction": {"@id": "schema:VoteAction"},
1183
+ "WPAdBlock": {"@id": "schema:WPAdBlock"},
1184
+ "WPFooter": {"@id": "schema:WPFooter"},
1185
+ "WPHeader": {"@id": "schema:WPHeader"},
1186
+ "WPSideBar": {"@id": "schema:WPSideBar"},
1187
+ "WantAction": {"@id": "schema:WantAction"},
1188
+ "WarrantyPromise": {"@id": "schema:WarrantyPromise"},
1189
+ "WarrantyScope": {"@id": "schema:WarrantyScope"},
1190
+ "WatchAction": {"@id": "schema:WatchAction"},
1191
+ "Waterfall": {"@id": "schema:Waterfall"},
1192
+ "WearAction": {"@id": "schema:WearAction"},
1193
+ "WebAPI": {"@id": "schema:WebAPI"},
1194
+ "WebApplication": {"@id": "schema:WebApplication"},
1195
+ "WebContent": {"@id": "schema:WebContent"},
1196
+ "WebPage": {"@id": "schema:WebPage"},
1197
+ "WebPageElement": {"@id": "schema:WebPageElement"},
1198
+ "WebSite": {"@id": "schema:WebSite"},
1199
+ "Wednesday": {"@id": "schema:Wednesday"},
1200
+ "WesternConventional": {"@id": "schema:WesternConventional"},
1201
+ "Wholesale": {"@id": "schema:Wholesale"},
1202
+ "WholesaleStore": {"@id": "schema:WholesaleStore"},
1203
+ "WinAction": {"@id": "schema:WinAction"},
1204
+ "Winery": {"@id": "schema:Winery"},
1205
+ "Withdrawn": {"@id": "schema:Withdrawn"},
1206
+ "WorkBasedProgram": {"@id": "schema:WorkBasedProgram"},
1207
+ "WorkersUnion": {"@id": "schema:WorkersUnion"},
1208
+ "WriteAction": {"@id": "schema:WriteAction"},
1209
+ "WritePermission": {"@id": "schema:WritePermission"},
1210
+ "XPathType": {"@id": "schema:XPathType"},
1211
+ "XRay": {"@id": "schema:XRay"},
1212
+ "ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"},
1213
+ "Zoo": {"@id": "schema:Zoo"},
1214
+ "about": { "@id": "schema:about"},
1215
+ "abridged": { "@id": "schema:abridged"},
1216
+ "abstract": { "@id": "schema:abstract"},
1217
+ "accelerationTime": { "@id": "schema:accelerationTime"},
1218
+ "acceptedAnswer": { "@id": "schema:acceptedAnswer"},
1219
+ "acceptedOffer": { "@id": "schema:acceptedOffer"},
1220
+ "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod"},
1221
+ "acceptsReservations": { "@id": "schema:acceptsReservations"},
1222
+ "accessCode": { "@id": "schema:accessCode"},
1223
+ "accessMode": { "@id": "schema:accessMode"},
1224
+ "accessModeSufficient": { "@id": "schema:accessModeSufficient"},
1225
+ "accessibilityAPI": { "@id": "schema:accessibilityAPI"},
1226
+ "accessibilityControl": { "@id": "schema:accessibilityControl"},
1227
+ "accessibilityFeature": { "@id": "schema:accessibilityFeature"},
1228
+ "accessibilityHazard": { "@id": "schema:accessibilityHazard"},
1229
+ "accessibilitySummary": { "@id": "schema:accessibilitySummary"},
1230
+ "accommodationCategory": { "@id": "schema:accommodationCategory"},
1231
+ "accountId": { "@id": "schema:accountId"},
1232
+ "accountMinimumInflow": { "@id": "schema:accountMinimumInflow"},
1233
+ "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit"},
1234
+ "accountablePerson": { "@id": "schema:accountablePerson"},
1235
+ "acquiredFrom": { "@id": "schema:acquiredFrom"},
1236
+ "acrissCode": { "@id": "schema:acrissCode"},
1237
+ "action": { "@id": "schema:action"},
1238
+ "actionAccessibilityRequirement": { "@id": "schema:actionAccessibilityRequirement"},
1239
+ "actionApplication": { "@id": "schema:actionApplication"},
1240
+ "actionOption": { "@id": "schema:actionOption"},
1241
+ "actionPlatform": { "@id": "schema:actionPlatform"},
1242
+ "actionStatus": { "@id": "schema:actionStatus"},
1243
+ "actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"},
1244
+ "activeIngredient": { "@id": "schema:activeIngredient"},
1245
+ "activityDuration": { "@id": "schema:activityDuration"},
1246
+ "activityFrequency": { "@id": "schema:activityFrequency"},
1247
+ "actor": { "@id": "schema:actor"},
1248
+ "actors": { "@id": "schema:actors"},
1249
+ "addOn": { "@id": "schema:addOn"},
1250
+ "additionalName": { "@id": "schema:additionalName"},
1251
+ "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests"},
1252
+ "additionalProperty": { "@id": "schema:additionalProperty"},
1253
+ "additionalType": { "@id": "schema:additionalType", "@type": "@id"},
1254
+ "additionalVariable": { "@id": "schema:additionalVariable"},
1255
+ "address": { "@id": "schema:address"},
1256
+ "addressCountry": { "@id": "schema:addressCountry"},
1257
+ "addressLocality": { "@id": "schema:addressLocality"},
1258
+ "addressRegion": { "@id": "schema:addressRegion"},
1259
+ "administrationRoute": { "@id": "schema:administrationRoute"},
1260
+ "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement"},
1261
+ "adverseOutcome": { "@id": "schema:adverseOutcome"},
1262
+ "affectedBy": { "@id": "schema:affectedBy"},
1263
+ "affiliation": { "@id": "schema:affiliation"},
1264
+ "afterMedia": { "@id": "schema:afterMedia", "@type": "@id"},
1265
+ "agent": { "@id": "schema:agent"},
1266
+ "aggregateRating": { "@id": "schema:aggregateRating"},
1267
+ "aircraft": { "@id": "schema:aircraft"},
1268
+ "album": { "@id": "schema:album"},
1269
+ "albumProductionType": { "@id": "schema:albumProductionType"},
1270
+ "albumRelease": { "@id": "schema:albumRelease"},
1271
+ "albumReleaseType": { "@id": "schema:albumReleaseType"},
1272
+ "albums": { "@id": "schema:albums"},
1273
+ "alcoholWarning": { "@id": "schema:alcoholWarning"},
1274
+ "algorithm": { "@id": "schema:algorithm"},
1275
+ "alignmentType": { "@id": "schema:alignmentType"},
1276
+ "alternateName": { "@id": "schema:alternateName"},
1277
+ "alternativeHeadline": { "@id": "schema:alternativeHeadline"},
1278
+ "alumni": { "@id": "schema:alumni"},
1279
+ "alumniOf": { "@id": "schema:alumniOf"},
1280
+ "amenityFeature": { "@id": "schema:amenityFeature"},
1281
+ "amount": { "@id": "schema:amount"},
1282
+ "amountOfThisGood": { "@id": "schema:amountOfThisGood"},
1283
+ "annualPercentageRate": { "@id": "schema:annualPercentageRate"},
1284
+ "answerCount": { "@id": "schema:answerCount"},
1285
+ "antagonist": { "@id": "schema:antagonist"},
1286
+ "appearance": { "@id": "schema:appearance"},
1287
+ "applicableLocation": { "@id": "schema:applicableLocation"},
1288
+ "applicantLocationRequirements": { "@id": "schema:applicantLocationRequirements"},
1289
+ "application": { "@id": "schema:application"},
1290
+ "applicationCategory": { "@id": "schema:applicationCategory"},
1291
+ "applicationSubCategory": { "@id": "schema:applicationSubCategory"},
1292
+ "applicationSuite": { "@id": "schema:applicationSuite"},
1293
+ "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod"},
1294
+ "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod"},
1295
+ "archiveHeld": { "@id": "schema:archiveHeld"},
1296
+ "area": { "@id": "schema:area"},
1297
+ "areaServed": { "@id": "schema:areaServed"},
1298
+ "arrivalAirport": { "@id": "schema:arrivalAirport"},
1299
+ "arrivalBusStop": { "@id": "schema:arrivalBusStop"},
1300
+ "arrivalGate": { "@id": "schema:arrivalGate"},
1301
+ "arrivalPlatform": { "@id": "schema:arrivalPlatform"},
1302
+ "arrivalStation": { "@id": "schema:arrivalStation"},
1303
+ "arrivalTerminal": { "@id": "schema:arrivalTerminal"},
1304
+ "arrivalTime": { "@id": "schema:arrivalTime", "@type": "DateTime"},
1305
+ "artEdition": { "@id": "schema:artEdition"},
1306
+ "artMedium": { "@id": "schema:artMedium"},
1307
+ "arterialBranch": { "@id": "schema:arterialBranch"},
1308
+ "artform": { "@id": "schema:artform"},
1309
+ "articleBody": { "@id": "schema:articleBody"},
1310
+ "articleSection": { "@id": "schema:articleSection"},
1311
+ "artist": { "@id": "schema:artist"},
1312
+ "artworkSurface": { "@id": "schema:artworkSurface"},
1313
+ "aspect": { "@id": "schema:aspect"},
1314
+ "assembly": { "@id": "schema:assembly"},
1315
+ "assemblyVersion": { "@id": "schema:assemblyVersion"},
1316
+ "associatedAnatomy": { "@id": "schema:associatedAnatomy"},
1317
+ "associatedArticle": { "@id": "schema:associatedArticle"},
1318
+ "associatedMedia": { "@id": "schema:associatedMedia"},
1319
+ "associatedPathophysiology": { "@id": "schema:associatedPathophysiology"},
1320
+ "athlete": { "@id": "schema:athlete"},
1321
+ "attendee": { "@id": "schema:attendee"},
1322
+ "attendees": { "@id": "schema:attendees"},
1323
+ "audience": { "@id": "schema:audience"},
1324
+ "audienceType": { "@id": "schema:audienceType"},
1325
+ "audio": { "@id": "schema:audio"},
1326
+ "authenticator": { "@id": "schema:authenticator"},
1327
+ "author": { "@id": "schema:author"},
1328
+ "availability": { "@id": "schema:availability"},
1329
+ "availabilityEnds": { "@id": "schema:availabilityEnds", "@type": "Date"},
1330
+ "availabilityStarts": { "@id": "schema:availabilityStarts", "@type": "Date"},
1331
+ "availableAtOrFrom": { "@id": "schema:availableAtOrFrom"},
1332
+ "availableChannel": { "@id": "schema:availableChannel"},
1333
+ "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod"},
1334
+ "availableFrom": { "@id": "schema:availableFrom", "@type": "DateTime"},
1335
+ "availableIn": { "@id": "schema:availableIn"},
1336
+ "availableLanguage": { "@id": "schema:availableLanguage"},
1337
+ "availableOnDevice": { "@id": "schema:availableOnDevice"},
1338
+ "availableService": { "@id": "schema:availableService"},
1339
+ "availableStrength": { "@id": "schema:availableStrength"},
1340
+ "availableTest": { "@id": "schema:availableTest"},
1341
+ "availableThrough": { "@id": "schema:availableThrough", "@type": "DateTime"},
1342
+ "award": { "@id": "schema:award"},
1343
+ "awards": { "@id": "schema:awards"},
1344
+ "awayTeam": { "@id": "schema:awayTeam"},
1345
+ "background": { "@id": "schema:background"},
1346
+ "backstory": { "@id": "schema:backstory"},
1347
+ "bankAccountType": { "@id": "schema:bankAccountType"},
1348
+ "baseSalary": { "@id": "schema:baseSalary"},
1349
+ "bccRecipient": { "@id": "schema:bccRecipient"},
1350
+ "bed": { "@id": "schema:bed"},
1351
+ "beforeMedia": { "@id": "schema:beforeMedia", "@type": "@id"},
1352
+ "beneficiaryBank": { "@id": "schema:beneficiaryBank"},
1353
+ "benefits": { "@id": "schema:benefits"},
1354
+ "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"},
1355
+ "bestRating": { "@id": "schema:bestRating"},
1356
+ "billingAddress": { "@id": "schema:billingAddress"},
1357
+ "billingIncrement": { "@id": "schema:billingIncrement"},
1358
+ "billingPeriod": { "@id": "schema:billingPeriod"},
1359
+ "biomechnicalClass": { "@id": "schema:biomechnicalClass"},
1360
+ "birthDate": { "@id": "schema:birthDate", "@type": "Date"},
1361
+ "birthPlace": { "@id": "schema:birthPlace"},
1362
+ "bitrate": { "@id": "schema:bitrate"},
1363
+ "blogPost": { "@id": "schema:blogPost"},
1364
+ "blogPosts": { "@id": "schema:blogPosts"},
1365
+ "bloodSupply": { "@id": "schema:bloodSupply"},
1366
+ "boardingGroup": { "@id": "schema:boardingGroup"},
1367
+ "boardingPolicy": { "@id": "schema:boardingPolicy"},
1368
+ "bodyLocation": { "@id": "schema:bodyLocation"},
1369
+ "bodyType": { "@id": "schema:bodyType"},
1370
+ "bookEdition": { "@id": "schema:bookEdition"},
1371
+ "bookFormat": { "@id": "schema:bookFormat"},
1372
+ "bookingAgent": { "@id": "schema:bookingAgent"},
1373
+ "bookingTime": { "@id": "schema:bookingTime", "@type": "DateTime"},
1374
+ "borrower": { "@id": "schema:borrower"},
1375
+ "box": { "@id": "schema:box"},
1376
+ "branch": { "@id": "schema:branch"},
1377
+ "branchCode": { "@id": "schema:branchCode"},
1378
+ "branchOf": { "@id": "schema:branchOf"},
1379
+ "brand": { "@id": "schema:brand"},
1380
+ "breadcrumb": { "@id": "schema:breadcrumb"},
1381
+ "breastfeedingWarning": { "@id": "schema:breastfeedingWarning"},
1382
+ "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf"},
1383
+ "broadcastChannelId": { "@id": "schema:broadcastChannelId"},
1384
+ "broadcastDisplayName": { "@id": "schema:broadcastDisplayName"},
1385
+ "broadcastFrequency": { "@id": "schema:broadcastFrequency"},
1386
+ "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue"},
1387
+ "broadcastOfEvent": { "@id": "schema:broadcastOfEvent"},
1388
+ "broadcastServiceTier": { "@id": "schema:broadcastServiceTier"},
1389
+ "broadcastSignalModulation": { "@id": "schema:broadcastSignalModulation"},
1390
+ "broadcastSubChannel": { "@id": "schema:broadcastSubChannel"},
1391
+ "broadcastTimezone": { "@id": "schema:broadcastTimezone"},
1392
+ "broadcaster": { "@id": "schema:broadcaster"},
1393
+ "broker": { "@id": "schema:broker"},
1394
+ "browserRequirements": { "@id": "schema:browserRequirements"},
1395
+ "busName": { "@id": "schema:busName"},
1396
+ "busNumber": { "@id": "schema:busNumber"},
1397
+ "businessFunction": { "@id": "schema:businessFunction"},
1398
+ "buyer": { "@id": "schema:buyer"},
1399
+ "byArtist": { "@id": "schema:byArtist"},
1400
+ "byDay": { "@id": "schema:byDay"},
1401
+ "byMonth": { "@id": "schema:byMonth"},
1402
+ "byMonthDay": { "@id": "schema:byMonthDay"},
1403
+ "callSign": { "@id": "schema:callSign"},
1404
+ "calories": { "@id": "schema:calories"},
1405
+ "candidate": { "@id": "schema:candidate"},
1406
+ "caption": { "@id": "schema:caption"},
1407
+ "carbohydrateContent": { "@id": "schema:carbohydrateContent"},
1408
+ "cargoVolume": { "@id": "schema:cargoVolume"},
1409
+ "carrier": { "@id": "schema:carrier"},
1410
+ "carrierRequirements": { "@id": "schema:carrierRequirements"},
1411
+ "cashBack": { "@id": "schema:cashBack"},
1412
+ "catalog": { "@id": "schema:catalog"},
1413
+ "catalogNumber": { "@id": "schema:catalogNumber"},
1414
+ "category": { "@id": "schema:category"},
1415
+ "cause": { "@id": "schema:cause"},
1416
+ "causeOf": { "@id": "schema:causeOf"},
1417
+ "ccRecipient": { "@id": "schema:ccRecipient"},
1418
+ "character": { "@id": "schema:character"},
1419
+ "characterAttribute": { "@id": "schema:characterAttribute"},
1420
+ "characterName": { "@id": "schema:characterName"},
1421
+ "cheatCode": { "@id": "schema:cheatCode"},
1422
+ "checkinTime": { "@id": "schema:checkinTime", "@type": "DateTime"},
1423
+ "checkoutTime": { "@id": "schema:checkoutTime", "@type": "DateTime"},
1424
+ "childMaxAge": { "@id": "schema:childMaxAge"},
1425
+ "childMinAge": { "@id": "schema:childMinAge"},
1426
+ "children": { "@id": "schema:children"},
1427
+ "cholesterolContent": { "@id": "schema:cholesterolContent"},
1428
+ "circle": { "@id": "schema:circle"},
1429
+ "citation": { "@id": "schema:citation"},
1430
+ "claimReviewed": { "@id": "schema:claimReviewed"},
1431
+ "clincalPharmacology": { "@id": "schema:clincalPharmacology"},
1432
+ "clinicalPharmacology": { "@id": "schema:clinicalPharmacology"},
1433
+ "clipNumber": { "@id": "schema:clipNumber"},
1434
+ "closes": { "@id": "schema:closes"},
1435
+ "coach": { "@id": "schema:coach"},
1436
+ "code": { "@id": "schema:code"},
1437
+ "codeRepository": { "@id": "schema:codeRepository", "@type": "@id"},
1438
+ "codeSampleType": { "@id": "schema:codeSampleType"},
1439
+ "codeValue": { "@id": "schema:codeValue"},
1440
+ "codingSystem": { "@id": "schema:codingSystem"},
1441
+ "colleague": { "@id": "schema:colleague", "@type": "@id"},
1442
+ "colleagues": { "@id": "schema:colleagues"},
1443
+ "collection": { "@id": "schema:collection"},
1444
+ "collectionSize": { "@id": "schema:collectionSize"},
1445
+ "color": { "@id": "schema:color"},
1446
+ "colorist": { "@id": "schema:colorist"},
1447
+ "comment": { "@id": "schema:comment"},
1448
+ "commentCount": { "@id": "schema:commentCount"},
1449
+ "commentText": { "@id": "schema:commentText"},
1450
+ "commentTime": { "@id": "schema:commentTime", "@type": "Date"},
1451
+ "competencyRequired": { "@id": "schema:competencyRequired"},
1452
+ "competitor": { "@id": "schema:competitor"},
1453
+ "composer": { "@id": "schema:composer"},
1454
+ "comprisedOf": { "@id": "schema:comprisedOf"},
1455
+ "conditionsOfAccess": { "@id": "schema:conditionsOfAccess"},
1456
+ "confirmationNumber": { "@id": "schema:confirmationNumber"},
1457
+ "connectedTo": { "@id": "schema:connectedTo"},
1458
+ "constrainingProperty": { "@id": "schema:constrainingProperty"},
1459
+ "contactOption": { "@id": "schema:contactOption"},
1460
+ "contactPoint": { "@id": "schema:contactPoint"},
1461
+ "contactPoints": { "@id": "schema:contactPoints"},
1462
+ "contactType": { "@id": "schema:contactType"},
1463
+ "contactlessPayment": { "@id": "schema:contactlessPayment"},
1464
+ "containedIn": { "@id": "schema:containedIn"},
1465
+ "containedInPlace": { "@id": "schema:containedInPlace"},
1466
+ "containsPlace": { "@id": "schema:containsPlace"},
1467
+ "containsSeason": { "@id": "schema:containsSeason"},
1468
+ "contentLocation": { "@id": "schema:contentLocation"},
1469
+ "contentRating": { "@id": "schema:contentRating"},
1470
+ "contentReferenceTime": { "@id": "schema:contentReferenceTime", "@type": "DateTime"},
1471
+ "contentSize": { "@id": "schema:contentSize"},
1472
+ "contentType": { "@id": "schema:contentType"},
1473
+ "contentUrl": { "@id": "schema:contentUrl", "@type": "@id"},
1474
+ "contraindication": { "@id": "schema:contraindication"},
1475
+ "contributor": { "@id": "schema:contributor"},
1476
+ "cookTime": { "@id": "schema:cookTime"},
1477
+ "cookingMethod": { "@id": "schema:cookingMethod"},
1478
+ "copyrightHolder": { "@id": "schema:copyrightHolder"},
1479
+ "copyrightYear": { "@id": "schema:copyrightYear"},
1480
+ "correction": { "@id": "schema:correction"},
1481
+ "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"},
1482
+ "cost": { "@id": "schema:cost"},
1483
+ "costCategory": { "@id": "schema:costCategory"},
1484
+ "costCurrency": { "@id": "schema:costCurrency"},
1485
+ "costOrigin": { "@id": "schema:costOrigin"},
1486
+ "costPerUnit": { "@id": "schema:costPerUnit"},
1487
+ "countriesNotSupported": { "@id": "schema:countriesNotSupported"},
1488
+ "countriesSupported": { "@id": "schema:countriesSupported"},
1489
+ "countryOfOrigin": { "@id": "schema:countryOfOrigin"},
1490
+ "course": { "@id": "schema:course"},
1491
+ "courseCode": { "@id": "schema:courseCode"},
1492
+ "courseMode": { "@id": "schema:courseMode"},
1493
+ "coursePrerequisites": { "@id": "schema:coursePrerequisites"},
1494
+ "courseWorkload": { "@id": "schema:courseWorkload"},
1495
+ "coverageEndTime": { "@id": "schema:coverageEndTime", "@type": "DateTime"},
1496
+ "coverageStartTime": { "@id": "schema:coverageStartTime", "@type": "DateTime"},
1497
+ "creativeWorkStatus": { "@id": "schema:creativeWorkStatus"},
1498
+ "creator": { "@id": "schema:creator"},
1499
+ "credentialCategory": { "@id": "schema:credentialCategory"},
1500
+ "creditedTo": { "@id": "schema:creditedTo"},
1501
+ "cssSelector": { "@id": "schema:cssSelector"},
1502
+ "currenciesAccepted": { "@id": "schema:currenciesAccepted"},
1503
+ "currency": { "@id": "schema:currency"},
1504
+ "currentExchangeRate": { "@id": "schema:currentExchangeRate"},
1505
+ "customer": { "@id": "schema:customer"},
1506
+ "dataFeedElement": { "@id": "schema:dataFeedElement"},
1507
+ "dataset": { "@id": "schema:dataset"},
1508
+ "datasetTimeInterval": { "@id": "schema:datasetTimeInterval", "@type": "DateTime"},
1509
+ "dateCreated": { "@id": "schema:dateCreated", "@type": "Date"},
1510
+ "dateDeleted": { "@id": "schema:dateDeleted", "@type": "Date"},
1511
+ "dateIssued": { "@id": "schema:dateIssued", "@type": "Date"},
1512
+ "dateModified": { "@id": "schema:dateModified", "@type": "Date"},
1513
+ "datePosted": { "@id": "schema:datePosted", "@type": "Date"},
1514
+ "datePublished": { "@id": "schema:datePublished", "@type": "Date"},
1515
+ "dateRead": { "@id": "schema:dateRead", "@type": "Date"},
1516
+ "dateReceived": { "@id": "schema:dateReceived", "@type": "DateTime"},
1517
+ "dateSent": { "@id": "schema:dateSent", "@type": "DateTime"},
1518
+ "dateVehicleFirstRegistered": { "@id": "schema:dateVehicleFirstRegistered", "@type": "Date"},
1519
+ "dateline": { "@id": "schema:dateline"},
1520
+ "dayOfWeek": { "@id": "schema:dayOfWeek"},
1521
+ "deathDate": { "@id": "schema:deathDate", "@type": "Date"},
1522
+ "deathPlace": { "@id": "schema:deathPlace"},
1523
+ "defaultValue": { "@id": "schema:defaultValue"},
1524
+ "deliveryAddress": { "@id": "schema:deliveryAddress"},
1525
+ "deliveryLeadTime": { "@id": "schema:deliveryLeadTime"},
1526
+ "deliveryMethod": { "@id": "schema:deliveryMethod"},
1527
+ "deliveryStatus": { "@id": "schema:deliveryStatus"},
1528
+ "department": { "@id": "schema:department"},
1529
+ "departureAirport": { "@id": "schema:departureAirport"},
1530
+ "departureBusStop": { "@id": "schema:departureBusStop"},
1531
+ "departureGate": { "@id": "schema:departureGate"},
1532
+ "departurePlatform": { "@id": "schema:departurePlatform"},
1533
+ "departureStation": { "@id": "schema:departureStation"},
1534
+ "departureTerminal": { "@id": "schema:departureTerminal"},
1535
+ "departureTime": { "@id": "schema:departureTime", "@type": "DateTime"},
1536
+ "dependencies": { "@id": "schema:dependencies"},
1537
+ "depth": { "@id": "schema:depth"},
1538
+ "description": { "@id": "schema:description"},
1539
+ "device": { "@id": "schema:device"},
1540
+ "diagnosis": { "@id": "schema:diagnosis"},
1541
+ "diagram": { "@id": "schema:diagram"},
1542
+ "diet": { "@id": "schema:diet"},
1543
+ "dietFeatures": { "@id": "schema:dietFeatures"},
1544
+ "differentialDiagnosis": { "@id": "schema:differentialDiagnosis"},
1545
+ "director": { "@id": "schema:director"},
1546
+ "directors": { "@id": "schema:directors"},
1547
+ "disambiguatingDescription": { "@id": "schema:disambiguatingDescription"},
1548
+ "discount": { "@id": "schema:discount"},
1549
+ "discountCode": { "@id": "schema:discountCode"},
1550
+ "discountCurrency": { "@id": "schema:discountCurrency"},
1551
+ "discusses": { "@id": "schema:discusses"},
1552
+ "discussionUrl": { "@id": "schema:discussionUrl", "@type": "@id"},
1553
+ "dissolutionDate": { "@id": "schema:dissolutionDate", "@type": "Date"},
1554
+ "distance": { "@id": "schema:distance"},
1555
+ "distinguishingSign": { "@id": "schema:distinguishingSign"},
1556
+ "distribution": { "@id": "schema:distribution"},
1557
+ "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"},
1558
+ "diversityStaffingReport": { "@id": "schema:diversityStaffingReport", "@type": "@id"},
1559
+ "documentation": { "@id": "schema:documentation", "@type": "@id"},
1560
+ "domainIncludes": { "@id": "schema:domainIncludes"},
1561
+ "domiciledMortgage": { "@id": "schema:domiciledMortgage"},
1562
+ "doorTime": { "@id": "schema:doorTime", "@type": "DateTime"},
1563
+ "dosageForm": { "@id": "schema:dosageForm"},
1564
+ "doseSchedule": { "@id": "schema:doseSchedule"},
1565
+ "doseUnit": { "@id": "schema:doseUnit"},
1566
+ "doseValue": { "@id": "schema:doseValue"},
1567
+ "downPayment": { "@id": "schema:downPayment"},
1568
+ "downloadUrl": { "@id": "schema:downloadUrl", "@type": "@id"},
1569
+ "downvoteCount": { "@id": "schema:downvoteCount"},
1570
+ "drainsTo": { "@id": "schema:drainsTo"},
1571
+ "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration"},
1572
+ "dropoffLocation": { "@id": "schema:dropoffLocation"},
1573
+ "dropoffTime": { "@id": "schema:dropoffTime", "@type": "DateTime"},
1574
+ "drug": { "@id": "schema:drug"},
1575
+ "drugClass": { "@id": "schema:drugClass"},
1576
+ "drugUnit": { "@id": "schema:drugUnit"},
1577
+ "duns": { "@id": "schema:duns"},
1578
+ "duplicateTherapy": { "@id": "schema:duplicateTherapy"},
1579
+ "duration": { "@id": "schema:duration"},
1580
+ "durationOfWarranty": { "@id": "schema:durationOfWarranty"},
1581
+ "duringMedia": { "@id": "schema:duringMedia", "@type": "@id"},
1582
+ "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"},
1583
+ "editor": { "@id": "schema:editor"},
1584
+ "educationRequirements": { "@id": "schema:educationRequirements"},
1585
+ "educationalAlignment": { "@id": "schema:educationalAlignment"},
1586
+ "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded"},
1587
+ "educationalFramework": { "@id": "schema:educationalFramework"},
1588
+ "educationalLevel": { "@id": "schema:educationalLevel"},
1589
+ "educationalRole": { "@id": "schema:educationalRole"},
1590
+ "educationalUse": { "@id": "schema:educationalUse"},
1591
+ "elevation": { "@id": "schema:elevation"},
1592
+ "eligibleCustomerType": { "@id": "schema:eligibleCustomerType"},
1593
+ "eligibleDuration": { "@id": "schema:eligibleDuration"},
1594
+ "eligibleQuantity": { "@id": "schema:eligibleQuantity"},
1595
+ "eligibleRegion": { "@id": "schema:eligibleRegion"},
1596
+ "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume"},
1597
+ "email": { "@id": "schema:email"},
1598
+ "embedUrl": { "@id": "schema:embedUrl", "@type": "@id"},
1599
+ "emissionsCO2": { "@id": "schema:emissionsCO2"},
1600
+ "employee": { "@id": "schema:employee"},
1601
+ "employees": { "@id": "schema:employees"},
1602
+ "employmentType": { "@id": "schema:employmentType"},
1603
+ "employmentUnit": { "@id": "schema:employmentUnit"},
1604
+ "encodesCreativeWork": { "@id": "schema:encodesCreativeWork"},
1605
+ "encoding": { "@id": "schema:encoding"},
1606
+ "encodingFormat": { "@id": "schema:encodingFormat"},
1607
+ "encodingType": { "@id": "schema:encodingType"},
1608
+ "encodings": { "@id": "schema:encodings"},
1609
+ "endDate": { "@id": "schema:endDate", "@type": "Date"},
1610
+ "endOffset": { "@id": "schema:endOffset"},
1611
+ "endTime": { "@id": "schema:endTime", "@type": "DateTime"},
1612
+ "endorsee": { "@id": "schema:endorsee"},
1613
+ "endorsers": { "@id": "schema:endorsers"},
1614
+ "engineDisplacement": { "@id": "schema:engineDisplacement"},
1615
+ "enginePower": { "@id": "schema:enginePower"},
1616
+ "engineType": { "@id": "schema:engineType"},
1617
+ "entertainmentBusiness": { "@id": "schema:entertainmentBusiness"},
1618
+ "epidemiology": { "@id": "schema:epidemiology"},
1619
+ "episode": { "@id": "schema:episode"},
1620
+ "episodeNumber": { "@id": "schema:episodeNumber"},
1621
+ "episodes": { "@id": "schema:episodes"},
1622
+ "equal": { "@id": "schema:equal"},
1623
+ "error": { "@id": "schema:error"},
1624
+ "estimatedCost": { "@id": "schema:estimatedCost"},
1625
+ "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"},
1626
+ "estimatedSalary": { "@id": "schema:estimatedSalary"},
1627
+ "estimatesRiskOf": { "@id": "schema:estimatesRiskOf"},
1628
+ "ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"},
1629
+ "event": { "@id": "schema:event"},
1630
+ "eventSchedule": { "@id": "schema:eventSchedule"},
1631
+ "eventStatus": { "@id": "schema:eventStatus"},
1632
+ "events": { "@id": "schema:events"},
1633
+ "evidenceLevel": { "@id": "schema:evidenceLevel"},
1634
+ "evidenceOrigin": { "@id": "schema:evidenceOrigin"},
1635
+ "exampleOfWork": { "@id": "schema:exampleOfWork"},
1636
+ "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"},
1637
+ "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"},
1638
+ "executableLibraryName": { "@id": "schema:executableLibraryName"},
1639
+ "exerciseCourse": { "@id": "schema:exerciseCourse"},
1640
+ "exercisePlan": { "@id": "schema:exercisePlan"},
1641
+ "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet"},
1642
+ "exerciseType": { "@id": "schema:exerciseType"},
1643
+ "exifData": { "@id": "schema:exifData"},
1644
+ "expectedArrivalFrom": { "@id": "schema:expectedArrivalFrom", "@type": "Date"},
1645
+ "expectedArrivalUntil": { "@id": "schema:expectedArrivalUntil", "@type": "Date"},
1646
+ "expectedPrognosis": { "@id": "schema:expectedPrognosis"},
1647
+ "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf"},
1648
+ "experienceRequirements": { "@id": "schema:experienceRequirements"},
1649
+ "expertConsiderations": { "@id": "schema:expertConsiderations"},
1650
+ "expires": { "@id": "schema:expires", "@type": "Date"},
1651
+ "familyName": { "@id": "schema:familyName"},
1652
+ "fatContent": { "@id": "schema:fatContent"},
1653
+ "faxNumber": { "@id": "schema:faxNumber"},
1654
+ "featureList": { "@id": "schema:featureList"},
1655
+ "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification"},
1656
+ "fiberContent": { "@id": "schema:fiberContent"},
1657
+ "fileFormat": { "@id": "schema:fileFormat"},
1658
+ "fileSize": { "@id": "schema:fileSize"},
1659
+ "firstAppearance": { "@id": "schema:firstAppearance"},
1660
+ "firstPerformance": { "@id": "schema:firstPerformance"},
1661
+ "flightDistance": { "@id": "schema:flightDistance"},
1662
+ "flightNumber": { "@id": "schema:flightNumber"},
1663
+ "floorLevel": { "@id": "schema:floorLevel"},
1664
+ "floorLimit": { "@id": "schema:floorLimit"},
1665
+ "floorSize": { "@id": "schema:floorSize"},
1666
+ "followee": { "@id": "schema:followee"},
1667
+ "follows": { "@id": "schema:follows"},
1668
+ "followup": { "@id": "schema:followup"},
1669
+ "foodEstablishment": { "@id": "schema:foodEstablishment"},
1670
+ "foodEvent": { "@id": "schema:foodEvent"},
1671
+ "foodWarning": { "@id": "schema:foodWarning"},
1672
+ "founder": { "@id": "schema:founder"},
1673
+ "founders": { "@id": "schema:founders"},
1674
+ "foundingDate": { "@id": "schema:foundingDate", "@type": "Date"},
1675
+ "foundingLocation": { "@id": "schema:foundingLocation"},
1676
+ "free": { "@id": "schema:free"},
1677
+ "frequency": { "@id": "schema:frequency"},
1678
+ "fromLocation": { "@id": "schema:fromLocation"},
1679
+ "fuelCapacity": { "@id": "schema:fuelCapacity"},
1680
+ "fuelConsumption": { "@id": "schema:fuelConsumption"},
1681
+ "fuelEfficiency": { "@id": "schema:fuelEfficiency"},
1682
+ "fuelType": { "@id": "schema:fuelType"},
1683
+ "function": { "@id": "schema:function"},
1684
+ "functionalClass": { "@id": "schema:functionalClass"},
1685
+ "fundedItem": { "@id": "schema:fundedItem"},
1686
+ "funder": { "@id": "schema:funder"},
1687
+ "game": { "@id": "schema:game"},
1688
+ "gameItem": { "@id": "schema:gameItem"},
1689
+ "gameLocation": { "@id": "schema:gameLocation", "@type": "@id"},
1690
+ "gamePlatform": { "@id": "schema:gamePlatform"},
1691
+ "gameServer": { "@id": "schema:gameServer"},
1692
+ "gameTip": { "@id": "schema:gameTip"},
1693
+ "gender": { "@id": "schema:gender"},
1694
+ "genre": { "@id": "schema:genre"},
1695
+ "geo": { "@id": "schema:geo"},
1696
+ "geoContains": { "@id": "schema:geoContains"},
1697
+ "geoCoveredBy": { "@id": "schema:geoCoveredBy"},
1698
+ "geoCovers": { "@id": "schema:geoCovers"},
1699
+ "geoCrosses": { "@id": "schema:geoCrosses"},
1700
+ "geoDisjoint": { "@id": "schema:geoDisjoint"},
1701
+ "geoEquals": { "@id": "schema:geoEquals"},
1702
+ "geoIntersects": { "@id": "schema:geoIntersects"},
1703
+ "geoMidpoint": { "@id": "schema:geoMidpoint"},
1704
+ "geoOverlaps": { "@id": "schema:geoOverlaps"},
1705
+ "geoRadius": { "@id": "schema:geoRadius"},
1706
+ "geoTouches": { "@id": "schema:geoTouches"},
1707
+ "geoWithin": { "@id": "schema:geoWithin"},
1708
+ "geographicArea": { "@id": "schema:geographicArea"},
1709
+ "givenName": { "@id": "schema:givenName"},
1710
+ "globalLocationNumber": { "@id": "schema:globalLocationNumber"},
1711
+ "gracePeriod": { "@id": "schema:gracePeriod"},
1712
+ "grantee": { "@id": "schema:grantee"},
1713
+ "greater": { "@id": "schema:greater"},
1714
+ "greaterOrEqual": { "@id": "schema:greaterOrEqual"},
1715
+ "gtin": { "@id": "schema:gtin"},
1716
+ "gtin12": { "@id": "schema:gtin12"},
1717
+ "gtin13": { "@id": "schema:gtin13"},
1718
+ "gtin14": { "@id": "schema:gtin14"},
1719
+ "gtin8": { "@id": "schema:gtin8"},
1720
+ "guideline": { "@id": "schema:guideline"},
1721
+ "guidelineDate": { "@id": "schema:guidelineDate", "@type": "Date"},
1722
+ "guidelineSubject": { "@id": "schema:guidelineSubject"},
1723
+ "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel"},
1724
+ "hasCategoryCode": { "@id": "schema:hasCategoryCode"},
1725
+ "hasCourseInstance": { "@id": "schema:hasCourseInstance"},
1726
+ "hasCredential": { "@id": "schema:hasCredential"},
1727
+ "hasDefinedTerm": { "@id": "schema:hasDefinedTerm"},
1728
+ "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod"},
1729
+ "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission"},
1730
+ "hasHealthAspect": { "@id": "schema:hasHealthAspect"},
1731
+ "hasMap": { "@id": "schema:hasMap", "@type": "@id"},
1732
+ "hasMenu": { "@id": "schema:hasMenu"},
1733
+ "hasMenuItem": { "@id": "schema:hasMenuItem"},
1734
+ "hasMenuSection": { "@id": "schema:hasMenuSection"},
1735
+ "hasOccupation": { "@id": "schema:hasOccupation"},
1736
+ "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
1737
+ "hasPOS": { "@id": "schema:hasPOS"},
1738
+ "hasPart": { "@id": "schema:hasPart"},
1739
+ "hasProductReturnPolicy": { "@id": "schema:hasProductReturnPolicy"},
1740
+ "headline": { "@id": "schema:headline"},
1741
+ "healthCondition": { "@id": "schema:healthCondition"},
1742
+ "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption"},
1743
+ "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate"},
1744
+ "healthPlanCopay": { "@id": "schema:healthPlanCopay"},
1745
+ "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption"},
1746
+ "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing"},
1747
+ "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption"},
1748
+ "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier"},
1749
+ "healthPlanId": { "@id": "schema:healthPlanId"},
1750
+ "healthPlanMarketingUrl": { "@id": "schema:healthPlanMarketingUrl", "@type": "@id"},
1751
+ "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId"},
1752
+ "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier"},
1753
+ "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory"},
1754
+ "height": { "@id": "schema:height"},
1755
+ "highPrice": { "@id": "schema:highPrice"},
1756
+ "hiringOrganization": { "@id": "schema:hiringOrganization"},
1757
+ "holdingArchive": { "@id": "schema:holdingArchive"},
1758
+ "homeLocation": { "@id": "schema:homeLocation"},
1759
+ "homeTeam": { "@id": "schema:homeTeam"},
1760
+ "honorificPrefix": { "@id": "schema:honorificPrefix"},
1761
+ "honorificSuffix": { "@id": "schema:honorificSuffix"},
1762
+ "hospitalAffiliation": { "@id": "schema:hospitalAffiliation"},
1763
+ "hostingOrganization": { "@id": "schema:hostingOrganization"},
1764
+ "hoursAvailable": { "@id": "schema:hoursAvailable"},
1765
+ "howPerformed": { "@id": "schema:howPerformed"},
1766
+ "iataCode": { "@id": "schema:iataCode"},
1767
+ "icaoCode": { "@id": "schema:icaoCode"},
1768
+ "identifier": { "@id": "schema:identifier"},
1769
+ "identifyingExam": { "@id": "schema:identifyingExam"},
1770
+ "identifyingTest": { "@id": "schema:identifyingTest"},
1771
+ "illustrator": { "@id": "schema:illustrator"},
1772
+ "image": { "@id": "schema:image", "@type": "@id"},
1773
+ "imagingTechnique": { "@id": "schema:imagingTechnique"},
1774
+ "inAlbum": { "@id": "schema:inAlbum"},
1775
+ "inBroadcastLineup": { "@id": "schema:inBroadcastLineup"},
1776
+ "inCodeSet": { "@id": "schema:inCodeSet", "@type": "@id"},
1777
+ "inDefinedTermSet": { "@id": "schema:inDefinedTermSet", "@type": "@id"},
1778
+ "inLanguage": { "@id": "schema:inLanguage"},
1779
+ "inPlaylist": { "@id": "schema:inPlaylist"},
1780
+ "inStoreReturnsOffered": { "@id": "schema:inStoreReturnsOffered"},
1781
+ "inSupportOf": { "@id": "schema:inSupportOf"},
1782
+ "incentiveCompensation": { "@id": "schema:incentiveCompensation"},
1783
+ "incentives": { "@id": "schema:incentives"},
1784
+ "includedComposition": { "@id": "schema:includedComposition"},
1785
+ "includedDataCatalog": { "@id": "schema:includedDataCatalog"},
1786
+ "includedInDataCatalog": { "@id": "schema:includedInDataCatalog"},
1787
+ "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan"},
1788
+ "includedRiskFactor": { "@id": "schema:includedRiskFactor"},
1789
+ "includesAttraction": { "@id": "schema:includesAttraction"},
1790
+ "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary"},
1791
+ "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork"},
1792
+ "includesObject": { "@id": "schema:includesObject"},
1793
+ "increasesRiskOf": { "@id": "schema:increasesRiskOf"},
1794
+ "indication": { "@id": "schema:indication"},
1795
+ "industry": { "@id": "schema:industry"},
1796
+ "ineligibleRegion": { "@id": "schema:ineligibleRegion"},
1797
+ "infectiousAgent": { "@id": "schema:infectiousAgent"},
1798
+ "infectiousAgentClass": { "@id": "schema:infectiousAgentClass"},
1799
+ "ingredients": { "@id": "schema:ingredients"},
1800
+ "inker": { "@id": "schema:inker"},
1801
+ "insertion": { "@id": "schema:insertion"},
1802
+ "installUrl": { "@id": "schema:installUrl", "@type": "@id"},
1803
+ "instructor": { "@id": "schema:instructor"},
1804
+ "instrument": { "@id": "schema:instrument"},
1805
+ "intensity": { "@id": "schema:intensity"},
1806
+ "interactingDrug": { "@id": "schema:interactingDrug"},
1807
+ "interactionCount": { "@id": "schema:interactionCount"},
1808
+ "interactionService": { "@id": "schema:interactionService"},
1809
+ "interactionStatistic": { "@id": "schema:interactionStatistic"},
1810
+ "interactionType": { "@id": "schema:interactionType"},
1811
+ "interactivityType": { "@id": "schema:interactivityType"},
1812
+ "interestRate": { "@id": "schema:interestRate"},
1813
+ "inventoryLevel": { "@id": "schema:inventoryLevel"},
1814
+ "inverseOf": { "@id": "schema:inverseOf"},
1815
+ "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients"},
1816
+ "isAccessibleForFree": { "@id": "schema:isAccessibleForFree"},
1817
+ "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor"},
1818
+ "isAvailableGenerically": { "@id": "schema:isAvailableGenerically"},
1819
+ "isBasedOn": { "@id": "schema:isBasedOn", "@type": "@id"},
1820
+ "isBasedOnUrl": { "@id": "schema:isBasedOnUrl", "@type": "@id"},
1821
+ "isConsumableFor": { "@id": "schema:isConsumableFor"},
1822
+ "isFamilyFriendly": { "@id": "schema:isFamilyFriendly"},
1823
+ "isGift": { "@id": "schema:isGift"},
1824
+ "isLiveBroadcast": { "@id": "schema:isLiveBroadcast"},
1825
+ "isPartOf": { "@id": "schema:isPartOf"},
1826
+ "isProprietary": { "@id": "schema:isProprietary"},
1827
+ "isRelatedTo": { "@id": "schema:isRelatedTo"},
1828
+ "isSimilarTo": { "@id": "schema:isSimilarTo"},
1829
+ "isVariantOf": { "@id": "schema:isVariantOf"},
1830
+ "isbn": { "@id": "schema:isbn"},
1831
+ "isicV4": { "@id": "schema:isicV4"},
1832
+ "isrcCode": { "@id": "schema:isrcCode"},
1833
+ "issn": { "@id": "schema:issn"},
1834
+ "issueNumber": { "@id": "schema:issueNumber"},
1835
+ "issuedBy": { "@id": "schema:issuedBy"},
1836
+ "issuedThrough": { "@id": "schema:issuedThrough"},
1837
+ "iswcCode": { "@id": "schema:iswcCode"},
1838
+ "item": { "@id": "schema:item"},
1839
+ "itemCondition": { "@id": "schema:itemCondition"},
1840
+ "itemListElement": { "@id": "schema:itemListElement"},
1841
+ "itemListOrder": { "@id": "schema:itemListOrder"},
1842
+ "itemLocation": { "@id": "schema:itemLocation"},
1843
+ "itemOffered": { "@id": "schema:itemOffered"},
1844
+ "itemReviewed": { "@id": "schema:itemReviewed"},
1845
+ "itemShipped": { "@id": "schema:itemShipped"},
1846
+ "itinerary": { "@id": "schema:itinerary"},
1847
+ "jobBenefits": { "@id": "schema:jobBenefits"},
1848
+ "jobImmediateStart": { "@id": "schema:jobImmediateStart"},
1849
+ "jobLocation": { "@id": "schema:jobLocation"},
1850
+ "jobLocationType": { "@id": "schema:jobLocationType"},
1851
+ "jobStartDate": { "@id": "schema:jobStartDate"},
1852
+ "jobTitle": { "@id": "schema:jobTitle"},
1853
+ "keywords": { "@id": "schema:keywords"},
1854
+ "knownVehicleDamages": { "@id": "schema:knownVehicleDamages"},
1855
+ "knows": { "@id": "schema:knows"},
1856
+ "knowsAbout": { "@id": "schema:knowsAbout"},
1857
+ "knowsLanguage": { "@id": "schema:knowsLanguage"},
1858
+ "labelDetails": { "@id": "schema:labelDetails", "@type": "@id"},
1859
+ "landlord": { "@id": "schema:landlord"},
1860
+ "language": { "@id": "schema:language"},
1861
+ "lastReviewed": { "@id": "schema:lastReviewed", "@type": "Date"},
1862
+ "latitude": { "@id": "schema:latitude"},
1863
+ "learningResourceType": { "@id": "schema:learningResourceType"},
1864
+ "leaseLength": { "@id": "schema:leaseLength"},
1865
+ "legalName": { "@id": "schema:legalName"},
1866
+ "legalStatus": { "@id": "schema:legalStatus"},
1867
+ "legislationApplies": { "@id": "schema:legislationApplies"},
1868
+ "legislationChanges": { "@id": "schema:legislationChanges"},
1869
+ "legislationConsolidates": { "@id": "schema:legislationConsolidates"},
1870
+ "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
1871
+ "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
1872
+ "legislationIdentifier": { "@id": "schema:legislationIdentifier"},
1873
+ "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
1874
+ "legislationLegalForce": { "@id": "schema:legislationLegalForce"},
1875
+ "legislationLegalValue": { "@id": "schema:legislationLegalValue"},
1876
+ "legislationPassedBy": { "@id": "schema:legislationPassedBy"},
1877
+ "legislationResponsible": { "@id": "schema:legislationResponsible"},
1878
+ "legislationTransposes": { "@id": "schema:legislationTransposes"},
1879
+ "legislationType": { "@id": "schema:legislationType"},
1880
+ "leiCode": { "@id": "schema:leiCode"},
1881
+ "lender": { "@id": "schema:lender"},
1882
+ "lesser": { "@id": "schema:lesser"},
1883
+ "lesserOrEqual": { "@id": "schema:lesserOrEqual"},
1884
+ "letterer": { "@id": "schema:letterer"},
1885
+ "license": { "@id": "schema:license", "@type": "@id"},
1886
+ "line": { "@id": "schema:line"},
1887
+ "linkRelationship": { "@id": "schema:linkRelationship"},
1888
+ "liveBlogUpdate": { "@id": "schema:liveBlogUpdate"},
1889
+ "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount"},
1890
+ "loanPaymentAmount": { "@id": "schema:loanPaymentAmount"},
1891
+ "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency"},
1892
+ "loanRepaymentForm": { "@id": "schema:loanRepaymentForm"},
1893
+ "loanTerm": { "@id": "schema:loanTerm"},
1894
+ "loanType": { "@id": "schema:loanType"},
1895
+ "location": { "@id": "schema:location"},
1896
+ "locationCreated": { "@id": "schema:locationCreated"},
1897
+ "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription"},
1898
+ "lodgingUnitType": { "@id": "schema:lodgingUnitType"},
1899
+ "logo": { "@id": "schema:logo", "@type": "@id"},
1900
+ "longitude": { "@id": "schema:longitude"},
1901
+ "loser": { "@id": "schema:loser"},
1902
+ "lowPrice": { "@id": "schema:lowPrice"},
1903
+ "lyricist": { "@id": "schema:lyricist"},
1904
+ "lyrics": { "@id": "schema:lyrics"},
1905
+ "mainContentOfPage": { "@id": "schema:mainContentOfPage"},
1906
+ "mainEntity": { "@id": "schema:mainEntity"},
1907
+ "mainEntityOfPage": { "@id": "schema:mainEntityOfPage", "@type": "@id"},
1908
+ "makesOffer": { "@id": "schema:makesOffer"},
1909
+ "manufacturer": { "@id": "schema:manufacturer"},
1910
+ "map": { "@id": "schema:map", "@type": "@id"},
1911
+ "mapType": { "@id": "schema:mapType"},
1912
+ "maps": { "@id": "schema:maps", "@type": "@id"},
1913
+ "marginOfError": { "@id": "schema:marginOfError", "@type": "DateTime"},
1914
+ "masthead": { "@id": "schema:masthead", "@type": "@id"},
1915
+ "material": { "@id": "schema:material"},
1916
+ "materialExtent": { "@id": "schema:materialExtent"},
1917
+ "maxPrice": { "@id": "schema:maxPrice"},
1918
+ "maxValue": { "@id": "schema:maxValue"},
1919
+ "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity"},
1920
+ "maximumIntake": { "@id": "schema:maximumIntake"},
1921
+ "mealService": { "@id": "schema:mealService"},
1922
+ "measuredProperty": { "@id": "schema:measuredProperty"},
1923
+ "measuredValue": { "@id": "schema:measuredValue"},
1924
+ "measurementTechnique": { "@id": "schema:measurementTechnique"},
1925
+ "mechanismOfAction": { "@id": "schema:mechanismOfAction"},
1926
+ "median": { "@id": "schema:median"},
1927
+ "medicalSpecialty": { "@id": "schema:medicalSpecialty"},
1928
+ "medicineSystem": { "@id": "schema:medicineSystem"},
1929
+ "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard"},
1930
+ "member": { "@id": "schema:member"},
1931
+ "memberOf": { "@id": "schema:memberOf"},
1932
+ "members": { "@id": "schema:members"},
1933
+ "membershipNumber": { "@id": "schema:membershipNumber"},
1934
+ "membershipPointsEarned": { "@id": "schema:membershipPointsEarned"},
1935
+ "memoryRequirements": { "@id": "schema:memoryRequirements"},
1936
+ "mentions": { "@id": "schema:mentions"},
1937
+ "menu": { "@id": "schema:menu"},
1938
+ "menuAddOn": { "@id": "schema:menuAddOn"},
1939
+ "merchant": { "@id": "schema:merchant"},
1940
+ "messageAttachment": { "@id": "schema:messageAttachment"},
1941
+ "mileageFromOdometer": { "@id": "schema:mileageFromOdometer"},
1942
+ "minPrice": { "@id": "schema:minPrice"},
1943
+ "minValue": { "@id": "schema:minValue"},
1944
+ "minimumPaymentDue": { "@id": "schema:minimumPaymentDue"},
1945
+ "missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"},
1946
+ "model": { "@id": "schema:model"},
1947
+ "modelDate": { "@id": "schema:modelDate", "@type": "Date"},
1948
+ "modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"},
1949
+ "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount"},
1950
+ "mpn": { "@id": "schema:mpn"},
1951
+ "multipleValues": { "@id": "schema:multipleValues"},
1952
+ "muscleAction": { "@id": "schema:muscleAction"},
1953
+ "musicArrangement": { "@id": "schema:musicArrangement"},
1954
+ "musicBy": { "@id": "schema:musicBy"},
1955
+ "musicCompositionForm": { "@id": "schema:musicCompositionForm"},
1956
+ "musicGroupMember": { "@id": "schema:musicGroupMember"},
1957
+ "musicReleaseFormat": { "@id": "schema:musicReleaseFormat"},
1958
+ "musicalKey": { "@id": "schema:musicalKey"},
1959
+ "naics": { "@id": "schema:naics"},
1960
+ "name": { "@id": "schema:name"},
1961
+ "namedPosition": { "@id": "schema:namedPosition"},
1962
+ "nationality": { "@id": "schema:nationality"},
1963
+ "naturalProgression": { "@id": "schema:naturalProgression"},
1964
+ "nerve": { "@id": "schema:nerve"},
1965
+ "nerveMotor": { "@id": "schema:nerveMotor"},
1966
+ "netWorth": { "@id": "schema:netWorth"},
1967
+ "nextItem": { "@id": "schema:nextItem"},
1968
+ "noBylinesPolicy": { "@id": "schema:noBylinesPolicy", "@type": "@id"},
1969
+ "nonEqual": { "@id": "schema:nonEqual"},
1970
+ "nonProprietaryName": { "@id": "schema:nonProprietaryName"},
1971
+ "normalRange": { "@id": "schema:normalRange"},
1972
+ "nsn": { "@id": "schema:nsn"},
1973
+ "numAdults": { "@id": "schema:numAdults"},
1974
+ "numChildren": { "@id": "schema:numChildren"},
1975
+ "numConstraints": { "@id": "schema:numConstraints"},
1976
+ "numTracks": { "@id": "schema:numTracks"},
1977
+ "numberOfAirbags": { "@id": "schema:numberOfAirbags"},
1978
+ "numberOfAxles": { "@id": "schema:numberOfAxles"},
1979
+ "numberOfBathroomsTotal": { "@id": "schema:numberOfBathroomsTotal"},
1980
+ "numberOfBeds": { "@id": "schema:numberOfBeds"},
1981
+ "numberOfDoors": { "@id": "schema:numberOfDoors"},
1982
+ "numberOfEmployees": { "@id": "schema:numberOfEmployees"},
1983
+ "numberOfEpisodes": { "@id": "schema:numberOfEpisodes"},
1984
+ "numberOfForwardGears": { "@id": "schema:numberOfForwardGears"},
1985
+ "numberOfFullBathrooms": { "@id": "schema:numberOfFullBathrooms"},
1986
+ "numberOfItems": { "@id": "schema:numberOfItems"},
1987
+ "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments"},
1988
+ "numberOfPages": { "@id": "schema:numberOfPages"},
1989
+ "numberOfPlayers": { "@id": "schema:numberOfPlayers"},
1990
+ "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners"},
1991
+ "numberOfRooms": { "@id": "schema:numberOfRooms"},
1992
+ "numberOfSeasons": { "@id": "schema:numberOfSeasons"},
1993
+ "numberedPosition": { "@id": "schema:numberedPosition"},
1994
+ "nutrition": { "@id": "schema:nutrition"},
1995
+ "object": { "@id": "schema:object"},
1996
+ "observationDate": { "@id": "schema:observationDate", "@type": "DateTime"},
1997
+ "observedNode": { "@id": "schema:observedNode"},
1998
+ "occupancy": { "@id": "schema:occupancy"},
1999
+ "occupationLocation": { "@id": "schema:occupationLocation"},
2000
+ "occupationalCategory": { "@id": "schema:occupationalCategory"},
2001
+ "occupationalCredentialAwarded": { "@id": "schema:occupationalCredentialAwarded"},
2002
+ "offerCount": { "@id": "schema:offerCount"},
2003
+ "offeredBy": { "@id": "schema:offeredBy"},
2004
+ "offers": { "@id": "schema:offers"},
2005
+ "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail"},
2006
+ "openingHours": { "@id": "schema:openingHours"},
2007
+ "openingHoursSpecification": { "@id": "schema:openingHoursSpecification"},
2008
+ "opens": { "@id": "schema:opens"},
2009
+ "operatingSystem": { "@id": "schema:operatingSystem"},
2010
+ "opponent": { "@id": "schema:opponent"},
2011
+ "option": { "@id": "schema:option"},
2012
+ "orderDate": { "@id": "schema:orderDate", "@type": "Date"},
2013
+ "orderDelivery": { "@id": "schema:orderDelivery"},
2014
+ "orderItemNumber": { "@id": "schema:orderItemNumber"},
2015
+ "orderItemStatus": { "@id": "schema:orderItemStatus"},
2016
+ "orderNumber": { "@id": "schema:orderNumber"},
2017
+ "orderQuantity": { "@id": "schema:orderQuantity"},
2018
+ "orderStatus": { "@id": "schema:orderStatus"},
2019
+ "orderedItem": { "@id": "schema:orderedItem"},
2020
+ "organizer": { "@id": "schema:organizer"},
2021
+ "origin": { "@id": "schema:origin"},
2022
+ "originAddress": { "@id": "schema:originAddress"},
2023
+ "originatesFrom": { "@id": "schema:originatesFrom"},
2024
+ "outcome": { "@id": "schema:outcome"},
2025
+ "overdosage": { "@id": "schema:overdosage"},
2026
+ "overview": { "@id": "schema:overview"},
2027
+ "ownedFrom": { "@id": "schema:ownedFrom", "@type": "DateTime"},
2028
+ "ownedThrough": { "@id": "schema:ownedThrough", "@type": "DateTime"},
2029
+ "ownershipFundingInfo": { "@id": "schema:ownershipFundingInfo"},
2030
+ "owns": { "@id": "schema:owns"},
2031
+ "pageEnd": { "@id": "schema:pageEnd"},
2032
+ "pageStart": { "@id": "schema:pageStart"},
2033
+ "pagination": { "@id": "schema:pagination"},
2034
+ "parent": { "@id": "schema:parent"},
2035
+ "parentItem": { "@id": "schema:parentItem"},
2036
+ "parentOrganization": { "@id": "schema:parentOrganization"},
2037
+ "parentService": { "@id": "schema:parentService"},
2038
+ "parents": { "@id": "schema:parents"},
2039
+ "partOfEpisode": { "@id": "schema:partOfEpisode"},
2040
+ "partOfInvoice": { "@id": "schema:partOfInvoice"},
2041
+ "partOfOrder": { "@id": "schema:partOfOrder"},
2042
+ "partOfSeason": { "@id": "schema:partOfSeason"},
2043
+ "partOfSeries": { "@id": "schema:partOfSeries"},
2044
+ "partOfSystem": { "@id": "schema:partOfSystem"},
2045
+ "partOfTVSeries": { "@id": "schema:partOfTVSeries"},
2046
+ "partOfTrip": { "@id": "schema:partOfTrip"},
2047
+ "participant": { "@id": "schema:participant"},
2048
+ "partySize": { "@id": "schema:partySize"},
2049
+ "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus"},
2050
+ "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber"},
2051
+ "pathophysiology": { "@id": "schema:pathophysiology"},
2052
+ "payload": { "@id": "schema:payload"},
2053
+ "paymentAccepted": { "@id": "schema:paymentAccepted"},
2054
+ "paymentDue": { "@id": "schema:paymentDue", "@type": "DateTime"},
2055
+ "paymentDueDate": { "@id": "schema:paymentDueDate", "@type": "Date"},
2056
+ "paymentMethod": { "@id": "schema:paymentMethod"},
2057
+ "paymentMethodId": { "@id": "schema:paymentMethodId"},
2058
+ "paymentStatus": { "@id": "schema:paymentStatus"},
2059
+ "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
2060
+ "penciler": { "@id": "schema:penciler"},
2061
+ "percentile10": { "@id": "schema:percentile10"},
2062
+ "percentile25": { "@id": "schema:percentile25"},
2063
+ "percentile75": { "@id": "schema:percentile75"},
2064
+ "percentile90": { "@id": "schema:percentile90"},
2065
+ "performTime": { "@id": "schema:performTime"},
2066
+ "performer": { "@id": "schema:performer"},
2067
+ "performerIn": { "@id": "schema:performerIn"},
2068
+ "performers": { "@id": "schema:performers"},
2069
+ "permissionType": { "@id": "schema:permissionType"},
2070
+ "permissions": { "@id": "schema:permissions"},
2071
+ "permitAudience": { "@id": "schema:permitAudience"},
2072
+ "permittedUsage": { "@id": "schema:permittedUsage"},
2073
+ "petsAllowed": { "@id": "schema:petsAllowed"},
2074
+ "phase": { "@id": "schema:phase"},
2075
+ "photo": { "@id": "schema:photo"},
2076
+ "photos": { "@id": "schema:photos"},
2077
+ "physiologicalBenefits": { "@id": "schema:physiologicalBenefits"},
2078
+ "pickupLocation": { "@id": "schema:pickupLocation"},
2079
+ "pickupTime": { "@id": "schema:pickupTime", "@type": "DateTime"},
2080
+ "playMode": { "@id": "schema:playMode"},
2081
+ "playerType": { "@id": "schema:playerType"},
2082
+ "playersOnline": { "@id": "schema:playersOnline"},
2083
+ "polygon": { "@id": "schema:polygon"},
2084
+ "population": { "@id": "schema:population"},
2085
+ "populationType": { "@id": "schema:populationType"},
2086
+ "position": { "@id": "schema:position"},
2087
+ "possibleComplication": { "@id": "schema:possibleComplication"},
2088
+ "possibleTreatment": { "@id": "schema:possibleTreatment"},
2089
+ "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber"},
2090
+ "postOp": { "@id": "schema:postOp"},
2091
+ "postalCode": { "@id": "schema:postalCode"},
2092
+ "potentialAction": { "@id": "schema:potentialAction"},
2093
+ "preOp": { "@id": "schema:preOp"},
2094
+ "predecessorOf": { "@id": "schema:predecessorOf"},
2095
+ "pregnancyCategory": { "@id": "schema:pregnancyCategory"},
2096
+ "pregnancyWarning": { "@id": "schema:pregnancyWarning"},
2097
+ "prepTime": { "@id": "schema:prepTime"},
2098
+ "preparation": { "@id": "schema:preparation"},
2099
+ "prescribingInfo": { "@id": "schema:prescribingInfo", "@type": "@id"},
2100
+ "prescriptionStatus": { "@id": "schema:prescriptionStatus"},
2101
+ "previousItem": { "@id": "schema:previousItem"},
2102
+ "previousStartDate": { "@id": "schema:previousStartDate", "@type": "Date"},
2103
+ "price": { "@id": "schema:price"},
2104
+ "priceComponent": { "@id": "schema:priceComponent"},
2105
+ "priceCurrency": { "@id": "schema:priceCurrency"},
2106
+ "priceRange": { "@id": "schema:priceRange"},
2107
+ "priceSpecification": { "@id": "schema:priceSpecification"},
2108
+ "priceType": { "@id": "schema:priceType"},
2109
+ "priceValidUntil": { "@id": "schema:priceValidUntil", "@type": "Date"},
2110
+ "primaryImageOfPage": { "@id": "schema:primaryImageOfPage"},
2111
+ "primaryPrevention": { "@id": "schema:primaryPrevention"},
2112
+ "printColumn": { "@id": "schema:printColumn"},
2113
+ "printEdition": { "@id": "schema:printEdition"},
2114
+ "printPage": { "@id": "schema:printPage"},
2115
+ "printSection": { "@id": "schema:printSection"},
2116
+ "procedure": { "@id": "schema:procedure"},
2117
+ "procedureType": { "@id": "schema:procedureType"},
2118
+ "processingTime": { "@id": "schema:processingTime"},
2119
+ "processorRequirements": { "@id": "schema:processorRequirements"},
2120
+ "producer": { "@id": "schema:producer"},
2121
+ "produces": { "@id": "schema:produces"},
2122
+ "productID": { "@id": "schema:productID"},
2123
+ "productReturnDays": { "@id": "schema:productReturnDays"},
2124
+ "productReturnLink": { "@id": "schema:productReturnLink", "@type": "@id"},
2125
+ "productSupported": { "@id": "schema:productSupported"},
2126
+ "productionCompany": { "@id": "schema:productionCompany"},
2127
+ "productionDate": { "@id": "schema:productionDate", "@type": "Date"},
2128
+ "proficiencyLevel": { "@id": "schema:proficiencyLevel"},
2129
+ "programMembershipUsed": { "@id": "schema:programMembershipUsed"},
2130
+ "programName": { "@id": "schema:programName"},
2131
+ "programPrerequisites": { "@id": "schema:programPrerequisites"},
2132
+ "programmingLanguage": { "@id": "schema:programmingLanguage"},
2133
+ "programmingModel": { "@id": "schema:programmingModel"},
2134
+ "propertyID": { "@id": "schema:propertyID"},
2135
+ "proprietaryName": { "@id": "schema:proprietaryName"},
2136
+ "proteinContent": { "@id": "schema:proteinContent"},
2137
+ "provider": { "@id": "schema:provider"},
2138
+ "providerMobility": { "@id": "schema:providerMobility"},
2139
+ "providesBroadcastService": { "@id": "schema:providesBroadcastService"},
2140
+ "providesService": { "@id": "schema:providesService"},
2141
+ "publicAccess": { "@id": "schema:publicAccess"},
2142
+ "publication": { "@id": "schema:publication"},
2143
+ "publicationType": { "@id": "schema:publicationType"},
2144
+ "publishedBy": { "@id": "schema:publishedBy"},
2145
+ "publishedOn": { "@id": "schema:publishedOn"},
2146
+ "publisher": { "@id": "schema:publisher"},
2147
+ "publisherImprint": { "@id": "schema:publisherImprint"},
2148
+ "publishingPrinciples": { "@id": "schema:publishingPrinciples", "@type": "@id"},
2149
+ "purchaseDate": { "@id": "schema:purchaseDate", "@type": "Date"},
2150
+ "purpose": { "@id": "schema:purpose"},
2151
+ "qualifications": { "@id": "schema:qualifications"},
2152
+ "query": { "@id": "schema:query"},
2153
+ "quest": { "@id": "schema:quest"},
2154
+ "question": { "@id": "schema:question"},
2155
+ "rangeIncludes": { "@id": "schema:rangeIncludes"},
2156
+ "ratingCount": { "@id": "schema:ratingCount"},
2157
+ "ratingExplanation": { "@id": "schema:ratingExplanation"},
2158
+ "ratingValue": { "@id": "schema:ratingValue"},
2159
+ "readBy": { "@id": "schema:readBy"},
2160
+ "readonlyValue": { "@id": "schema:readonlyValue"},
2161
+ "realEstateAgent": { "@id": "schema:realEstateAgent"},
2162
+ "recipe": { "@id": "schema:recipe"},
2163
+ "recipeCategory": { "@id": "schema:recipeCategory"},
2164
+ "recipeCuisine": { "@id": "schema:recipeCuisine"},
2165
+ "recipeIngredient": { "@id": "schema:recipeIngredient"},
2166
+ "recipeInstructions": { "@id": "schema:recipeInstructions"},
2167
+ "recipeYield": { "@id": "schema:recipeYield"},
2168
+ "recipient": { "@id": "schema:recipient"},
2169
+ "recognizedBy": { "@id": "schema:recognizedBy"},
2170
+ "recognizingAuthority": { "@id": "schema:recognizingAuthority"},
2171
+ "recommendationStrength": { "@id": "schema:recommendationStrength"},
2172
+ "recommendedIntake": { "@id": "schema:recommendedIntake"},
2173
+ "recordLabel": { "@id": "schema:recordLabel"},
2174
+ "recordedAs": { "@id": "schema:recordedAs"},
2175
+ "recordedAt": { "@id": "schema:recordedAt"},
2176
+ "recordedIn": { "@id": "schema:recordedIn"},
2177
+ "recordingOf": { "@id": "schema:recordingOf"},
2178
+ "recourseLoan": { "@id": "schema:recourseLoan"},
2179
+ "referenceQuantity": { "@id": "schema:referenceQuantity"},
2180
+ "referencesOrder": { "@id": "schema:referencesOrder"},
2181
+ "refundType": { "@id": "schema:refundType"},
2182
+ "regionDrained": { "@id": "schema:regionDrained"},
2183
+ "regionsAllowed": { "@id": "schema:regionsAllowed"},
2184
+ "relatedAnatomy": { "@id": "schema:relatedAnatomy"},
2185
+ "relatedCondition": { "@id": "schema:relatedCondition"},
2186
+ "relatedDrug": { "@id": "schema:relatedDrug"},
2187
+ "relatedLink": { "@id": "schema:relatedLink", "@type": "@id"},
2188
+ "relatedStructure": { "@id": "schema:relatedStructure"},
2189
+ "relatedTherapy": { "@id": "schema:relatedTherapy"},
2190
+ "relatedTo": { "@id": "schema:relatedTo"},
2191
+ "releaseDate": { "@id": "schema:releaseDate", "@type": "Date"},
2192
+ "releaseNotes": { "@id": "schema:releaseNotes"},
2193
+ "releaseOf": { "@id": "schema:releaseOf"},
2194
+ "releasedEvent": { "@id": "schema:releasedEvent"},
2195
+ "relevantOccupation": { "@id": "schema:relevantOccupation"},
2196
+ "relevantSpecialty": { "@id": "schema:relevantSpecialty"},
2197
+ "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
2198
+ "renegotiableLoan": { "@id": "schema:renegotiableLoan"},
2199
+ "repeatCount": { "@id": "schema:repeatCount"},
2200
+ "repeatFrequency": { "@id": "schema:repeatFrequency"},
2201
+ "repetitions": { "@id": "schema:repetitions"},
2202
+ "replacee": { "@id": "schema:replacee"},
2203
+ "replacer": { "@id": "schema:replacer"},
2204
+ "replyToUrl": { "@id": "schema:replyToUrl", "@type": "@id"},
2205
+ "reportNumber": { "@id": "schema:reportNumber"},
2206
+ "representativeOfPage": { "@id": "schema:representativeOfPage"},
2207
+ "requiredCollateral": { "@id": "schema:requiredCollateral"},
2208
+ "requiredGender": { "@id": "schema:requiredGender"},
2209
+ "requiredMaxAge": { "@id": "schema:requiredMaxAge"},
2210
+ "requiredMinAge": { "@id": "schema:requiredMinAge"},
2211
+ "requiredQuantity": { "@id": "schema:requiredQuantity"},
2212
+ "requirements": { "@id": "schema:requirements"},
2213
+ "requiresSubscription": { "@id": "schema:requiresSubscription"},
2214
+ "reservationFor": { "@id": "schema:reservationFor"},
2215
+ "reservationId": { "@id": "schema:reservationId"},
2216
+ "reservationStatus": { "@id": "schema:reservationStatus"},
2217
+ "reservedTicket": { "@id": "schema:reservedTicket"},
2218
+ "responsibilities": { "@id": "schema:responsibilities"},
2219
+ "restPeriods": { "@id": "schema:restPeriods"},
2220
+ "result": { "@id": "schema:result"},
2221
+ "resultComment": { "@id": "schema:resultComment"},
2222
+ "resultReview": { "@id": "schema:resultReview"},
2223
+ "returnFees": { "@id": "schema:returnFees"},
2224
+ "returnPolicyCategory": { "@id": "schema:returnPolicyCategory"},
2225
+ "review": { "@id": "schema:review"},
2226
+ "reviewAspect": { "@id": "schema:reviewAspect"},
2227
+ "reviewBody": { "@id": "schema:reviewBody"},
2228
+ "reviewCount": { "@id": "schema:reviewCount"},
2229
+ "reviewRating": { "@id": "schema:reviewRating"},
2230
+ "reviewedBy": { "@id": "schema:reviewedBy"},
2231
+ "reviews": { "@id": "schema:reviews"},
2232
+ "riskFactor": { "@id": "schema:riskFactor"},
2233
+ "risks": { "@id": "schema:risks"},
2234
+ "roleName": { "@id": "schema:roleName"},
2235
+ "roofLoad": { "@id": "schema:roofLoad"},
2236
+ "rsvpResponse": { "@id": "schema:rsvpResponse"},
2237
+ "runsTo": { "@id": "schema:runsTo"},
2238
+ "runtime": { "@id": "schema:runtime"},
2239
+ "runtimePlatform": { "@id": "schema:runtimePlatform"},
2240
+ "rxcui": { "@id": "schema:rxcui"},
2241
+ "safetyConsideration": { "@id": "schema:safetyConsideration"},
2242
+ "salaryCurrency": { "@id": "schema:salaryCurrency"},
2243
+ "salaryUponCompletion": { "@id": "schema:salaryUponCompletion"},
2244
+ "sameAs": { "@id": "schema:sameAs", "@type": "@id"},
2245
+ "sampleType": { "@id": "schema:sampleType"},
2246
+ "saturatedFatContent": { "@id": "schema:saturatedFatContent"},
2247
+ "scheduledPaymentDate": { "@id": "schema:scheduledPaymentDate", "@type": "Date"},
2248
+ "scheduledTime": { "@id": "schema:scheduledTime", "@type": "DateTime"},
2249
+ "schemaVersion": { "@id": "schema:schemaVersion"},
2250
+ "screenCount": { "@id": "schema:screenCount"},
2251
+ "screenshot": { "@id": "schema:screenshot", "@type": "@id"},
2252
+ "sdDatePublished": { "@id": "schema:sdDatePublished", "@type": "Date"},
2253
+ "sdLicense": { "@id": "schema:sdLicense", "@type": "@id"},
2254
+ "sdPublisher": { "@id": "schema:sdPublisher"},
2255
+ "season": { "@id": "schema:season"},
2256
+ "seasonNumber": { "@id": "schema:seasonNumber"},
2257
+ "seasons": { "@id": "schema:seasons"},
2258
+ "seatNumber": { "@id": "schema:seatNumber"},
2259
+ "seatRow": { "@id": "schema:seatRow"},
2260
+ "seatSection": { "@id": "schema:seatSection"},
2261
+ "seatingCapacity": { "@id": "schema:seatingCapacity"},
2262
+ "seatingType": { "@id": "schema:seatingType"},
2263
+ "secondaryPrevention": { "@id": "schema:secondaryPrevention"},
2264
+ "securityScreening": { "@id": "schema:securityScreening"},
2265
+ "seeks": { "@id": "schema:seeks"},
2266
+ "seller": { "@id": "schema:seller"},
2267
+ "sender": { "@id": "schema:sender"},
2268
+ "sensoryUnit": { "@id": "schema:sensoryUnit"},
2269
+ "serialNumber": { "@id": "schema:serialNumber"},
2270
+ "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome"},
2271
+ "serverStatus": { "@id": "schema:serverStatus"},
2272
+ "servesCuisine": { "@id": "schema:servesCuisine"},
2273
+ "serviceArea": { "@id": "schema:serviceArea"},
2274
+ "serviceAudience": { "@id": "schema:serviceAudience"},
2275
+ "serviceLocation": { "@id": "schema:serviceLocation"},
2276
+ "serviceOperator": { "@id": "schema:serviceOperator"},
2277
+ "serviceOutput": { "@id": "schema:serviceOutput"},
2278
+ "servicePhone": { "@id": "schema:servicePhone"},
2279
+ "servicePostalAddress": { "@id": "schema:servicePostalAddress"},
2280
+ "serviceSmsNumber": { "@id": "schema:serviceSmsNumber"},
2281
+ "serviceType": { "@id": "schema:serviceType"},
2282
+ "serviceUrl": { "@id": "schema:serviceUrl", "@type": "@id"},
2283
+ "servingSize": { "@id": "schema:servingSize"},
2284
+ "sharedContent": { "@id": "schema:sharedContent"},
2285
+ "sibling": { "@id": "schema:sibling"},
2286
+ "siblings": { "@id": "schema:siblings"},
2287
+ "signDetected": { "@id": "schema:signDetected"},
2288
+ "signOrSymptom": { "@id": "schema:signOrSymptom"},
2289
+ "significance": { "@id": "schema:significance"},
2290
+ "significantLink": { "@id": "schema:significantLink", "@type": "@id"},
2291
+ "significantLinks": { "@id": "schema:significantLinks", "@type": "@id"},
2292
+ "skills": { "@id": "schema:skills"},
2293
+ "sku": { "@id": "schema:sku"},
2294
+ "slogan": { "@id": "schema:slogan"},
2295
+ "smokingAllowed": { "@id": "schema:smokingAllowed"},
2296
+ "sodiumContent": { "@id": "schema:sodiumContent"},
2297
+ "softwareAddOn": { "@id": "schema:softwareAddOn"},
2298
+ "softwareHelp": { "@id": "schema:softwareHelp"},
2299
+ "softwareRequirements": { "@id": "schema:softwareRequirements"},
2300
+ "softwareVersion": { "@id": "schema:softwareVersion"},
2301
+ "source": { "@id": "schema:source"},
2302
+ "sourceOrganization": { "@id": "schema:sourceOrganization"},
2303
+ "sourcedFrom": { "@id": "schema:sourcedFrom"},
2304
+ "spatial": { "@id": "schema:spatial"},
2305
+ "spatialCoverage": { "@id": "schema:spatialCoverage"},
2306
+ "speakable": { "@id": "schema:speakable", "@type": "@id"},
2307
+ "specialCommitments": { "@id": "schema:specialCommitments"},
2308
+ "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification"},
2309
+ "specialty": { "@id": "schema:specialty"},
2310
+ "speed": { "@id": "schema:speed"},
2311
+ "spokenByCharacter": { "@id": "schema:spokenByCharacter"},
2312
+ "sponsor": { "@id": "schema:sponsor"},
2313
+ "sport": { "@id": "schema:sport"},
2314
+ "sportsActivityLocation": { "@id": "schema:sportsActivityLocation"},
2315
+ "sportsEvent": { "@id": "schema:sportsEvent"},
2316
+ "sportsTeam": { "@id": "schema:sportsTeam"},
2317
+ "spouse": { "@id": "schema:spouse"},
2318
+ "stage": { "@id": "schema:stage"},
2319
+ "stageAsNumber": { "@id": "schema:stageAsNumber"},
2320
+ "starRating": { "@id": "schema:starRating"},
2321
+ "startDate": { "@id": "schema:startDate", "@type": "Date"},
2322
+ "startOffset": { "@id": "schema:startOffset"},
2323
+ "startTime": { "@id": "schema:startTime", "@type": "DateTime"},
2324
+ "status": { "@id": "schema:status"},
2325
+ "steeringPosition": { "@id": "schema:steeringPosition"},
2326
+ "step": { "@id": "schema:step"},
2327
+ "stepValue": { "@id": "schema:stepValue"},
2328
+ "steps": { "@id": "schema:steps"},
2329
+ "storageRequirements": { "@id": "schema:storageRequirements"},
2330
+ "streetAddress": { "@id": "schema:streetAddress"},
2331
+ "strengthUnit": { "@id": "schema:strengthUnit"},
2332
+ "strengthValue": { "@id": "schema:strengthValue"},
2333
+ "structuralClass": { "@id": "schema:structuralClass"},
2334
+ "study": { "@id": "schema:study"},
2335
+ "studyDesign": { "@id": "schema:studyDesign"},
2336
+ "studyLocation": { "@id": "schema:studyLocation"},
2337
+ "studySubject": { "@id": "schema:studySubject"},
2338
+ "stupidProperty": { "@id": "schema:stupidProperty"},
2339
+ "subEvent": { "@id": "schema:subEvent"},
2340
+ "subEvents": { "@id": "schema:subEvents"},
2341
+ "subOrganization": { "@id": "schema:subOrganization"},
2342
+ "subReservation": { "@id": "schema:subReservation"},
2343
+ "subStageSuffix": { "@id": "schema:subStageSuffix"},
2344
+ "subStructure": { "@id": "schema:subStructure"},
2345
+ "subTest": { "@id": "schema:subTest"},
2346
+ "subTrip": { "@id": "schema:subTrip"},
2347
+ "subjectOf": { "@id": "schema:subjectOf"},
2348
+ "subtitleLanguage": { "@id": "schema:subtitleLanguage"},
2349
+ "subtype": { "@id": "schema:subtype"},
2350
+ "successorOf": { "@id": "schema:successorOf"},
2351
+ "sugarContent": { "@id": "schema:sugarContent"},
2352
+ "suggestedAnswer": { "@id": "schema:suggestedAnswer"},
2353
+ "suggestedGender": { "@id": "schema:suggestedGender"},
2354
+ "suggestedMaxAge": { "@id": "schema:suggestedMaxAge"},
2355
+ "suggestedMinAge": { "@id": "schema:suggestedMinAge"},
2356
+ "suitableForDiet": { "@id": "schema:suitableForDiet"},
2357
+ "superEvent": { "@id": "schema:superEvent"},
2358
+ "supersededBy": { "@id": "schema:supersededBy"},
2359
+ "supply": { "@id": "schema:supply"},
2360
+ "supplyTo": { "@id": "schema:supplyTo"},
2361
+ "supportingData": { "@id": "schema:supportingData"},
2362
+ "surface": { "@id": "schema:surface"},
2363
+ "target": { "@id": "schema:target"},
2364
+ "targetCollection": { "@id": "schema:targetCollection"},
2365
+ "targetDescription": { "@id": "schema:targetDescription"},
2366
+ "targetName": { "@id": "schema:targetName"},
2367
+ "targetPlatform": { "@id": "schema:targetPlatform"},
2368
+ "targetPopulation": { "@id": "schema:targetPopulation"},
2369
+ "targetProduct": { "@id": "schema:targetProduct"},
2370
+ "targetUrl": { "@id": "schema:targetUrl", "@type": "@id"},
2371
+ "taxID": { "@id": "schema:taxID"},
2372
+ "telephone": { "@id": "schema:telephone"},
2373
+ "temporal": { "@id": "schema:temporal"},
2374
+ "temporalCoverage": { "@id": "schema:temporalCoverage"},
2375
+ "termCode": { "@id": "schema:termCode"},
2376
+ "termsOfService": { "@id": "schema:termsOfService"},
2377
+ "text": { "@id": "schema:text"},
2378
+ "thumbnail": { "@id": "schema:thumbnail"},
2379
+ "thumbnailUrl": { "@id": "schema:thumbnailUrl", "@type": "@id"},
2380
+ "tickerSymbol": { "@id": "schema:tickerSymbol"},
2381
+ "ticketNumber": { "@id": "schema:ticketNumber"},
2382
+ "ticketToken": { "@id": "schema:ticketToken"},
2383
+ "ticketedSeat": { "@id": "schema:ticketedSeat"},
2384
+ "timeRequired": { "@id": "schema:timeRequired"},
2385
+ "timeToComplete": { "@id": "schema:timeToComplete"},
2386
+ "tissueSample": { "@id": "schema:tissueSample"},
2387
+ "title": { "@id": "schema:title"},
2388
+ "toLocation": { "@id": "schema:toLocation"},
2389
+ "toRecipient": { "@id": "schema:toRecipient"},
2390
+ "tongueWeight": { "@id": "schema:tongueWeight"},
2391
+ "tool": { "@id": "schema:tool"},
2392
+ "torque": { "@id": "schema:torque"},
2393
+ "totalJobOpenings": { "@id": "schema:totalJobOpenings"},
2394
+ "totalPaymentDue": { "@id": "schema:totalPaymentDue"},
2395
+ "totalPrice": { "@id": "schema:totalPrice"},
2396
+ "totalTime": { "@id": "schema:totalTime"},
2397
+ "touristType": { "@id": "schema:touristType"},
2398
+ "track": { "@id": "schema:track"},
2399
+ "trackingNumber": { "@id": "schema:trackingNumber"},
2400
+ "trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"},
2401
+ "tracks": { "@id": "schema:tracks"},
2402
+ "trailer": { "@id": "schema:trailer"},
2403
+ "trailerWeight": { "@id": "schema:trailerWeight"},
2404
+ "trainName": { "@id": "schema:trainName"},
2405
+ "trainNumber": { "@id": "schema:trainNumber"},
2406
+ "trainingSalary": { "@id": "schema:trainingSalary"},
2407
+ "transFatContent": { "@id": "schema:transFatContent"},
2408
+ "transcript": { "@id": "schema:transcript"},
2409
+ "translationOfWork": { "@id": "schema:translationOfWork"},
2410
+ "translator": { "@id": "schema:translator"},
2411
+ "transmissionMethod": { "@id": "schema:transmissionMethod"},
2412
+ "trialDesign": { "@id": "schema:trialDesign"},
2413
+ "tributary": { "@id": "schema:tributary"},
2414
+ "typeOfBed": { "@id": "schema:typeOfBed"},
2415
+ "typeOfGood": { "@id": "schema:typeOfGood"},
2416
+ "typicalAgeRange": { "@id": "schema:typicalAgeRange"},
2417
+ "typicalTest": { "@id": "schema:typicalTest"},
2418
+ "underName": { "@id": "schema:underName"},
2419
+ "unitCode": { "@id": "schema:unitCode"},
2420
+ "unitText": { "@id": "schema:unitText"},
2421
+ "unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"},
2422
+ "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"},
2423
+ "uploadDate": { "@id": "schema:uploadDate", "@type": "Date"},
2424
+ "upvoteCount": { "@id": "schema:upvoteCount"},
2425
+ "url": { "@id": "schema:url", "@type": "@id"},
2426
+ "urlTemplate": { "@id": "schema:urlTemplate"},
2427
+ "usedToDiagnose": { "@id": "schema:usedToDiagnose"},
2428
+ "userInteractionCount": { "@id": "schema:userInteractionCount"},
2429
+ "usesDevice": { "@id": "schema:usesDevice"},
2430
+ "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard"},
2431
+ "validFor": { "@id": "schema:validFor"},
2432
+ "validFrom": { "@id": "schema:validFrom", "@type": "Date"},
2433
+ "validIn": { "@id": "schema:validIn"},
2434
+ "validThrough": { "@id": "schema:validThrough", "@type": "Date"},
2435
+ "validUntil": { "@id": "schema:validUntil", "@type": "Date"},
2436
+ "value": { "@id": "schema:value"},
2437
+ "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded"},
2438
+ "valueMaxLength": { "@id": "schema:valueMaxLength"},
2439
+ "valueMinLength": { "@id": "schema:valueMinLength"},
2440
+ "valueName": { "@id": "schema:valueName"},
2441
+ "valuePattern": { "@id": "schema:valuePattern"},
2442
+ "valueReference": { "@id": "schema:valueReference"},
2443
+ "valueRequired": { "@id": "schema:valueRequired"},
2444
+ "variableMeasured": { "@id": "schema:variableMeasured"},
2445
+ "variablesMeasured": { "@id": "schema:variablesMeasured"},
2446
+ "variantCover": { "@id": "schema:variantCover"},
2447
+ "vatID": { "@id": "schema:vatID"},
2448
+ "vehicleConfiguration": { "@id": "schema:vehicleConfiguration"},
2449
+ "vehicleEngine": { "@id": "schema:vehicleEngine"},
2450
+ "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber"},
2451
+ "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor"},
2452
+ "vehicleInteriorType": { "@id": "schema:vehicleInteriorType"},
2453
+ "vehicleModelDate": { "@id": "schema:vehicleModelDate", "@type": "Date"},
2454
+ "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity"},
2455
+ "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"},
2456
+ "vehicleTransmission": { "@id": "schema:vehicleTransmission"},
2457
+ "vendor": { "@id": "schema:vendor"},
2458
+ "verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"},
2459
+ "version": { "@id": "schema:version"},
2460
+ "video": { "@id": "schema:video"},
2461
+ "videoFormat": { "@id": "schema:videoFormat"},
2462
+ "videoFrameSize": { "@id": "schema:videoFrameSize"},
2463
+ "videoQuality": { "@id": "schema:videoQuality"},
2464
+ "volumeNumber": { "@id": "schema:volumeNumber"},
2465
+ "warning": { "@id": "schema:warning"},
2466
+ "warranty": { "@id": "schema:warranty"},
2467
+ "warrantyPromise": { "@id": "schema:warrantyPromise"},
2468
+ "warrantyScope": { "@id": "schema:warrantyScope"},
2469
+ "webCheckinTime": { "@id": "schema:webCheckinTime", "@type": "DateTime"},
2470
+ "webFeed": { "@id": "schema:webFeed", "@type": "@id"},
2471
+ "weight": { "@id": "schema:weight"},
2472
+ "weightTotal": { "@id": "schema:weightTotal"},
2473
+ "wheelbase": { "@id": "schema:wheelbase"},
2474
+ "width": { "@id": "schema:width"},
2475
+ "winner": { "@id": "schema:winner"},
2476
+ "wordCount": { "@id": "schema:wordCount"},
2477
+ "workExample": { "@id": "schema:workExample"},
2478
+ "workFeatured": { "@id": "schema:workFeatured"},
2479
+ "workHours": { "@id": "schema:workHours"},
2480
+ "workLocation": { "@id": "schema:workLocation"},
2481
+ "workPerformed": { "@id": "schema:workPerformed"},
2482
+ "workPresented": { "@id": "schema:workPresented"},
2483
+ "workTranslation": { "@id": "schema:workTranslation"},
2484
+ "workload": { "@id": "schema:workload"},
2485
+ "worksFor": { "@id": "schema:worksFor"},
2486
+ "worstRating": { "@id": "schema:worstRating"},
2487
+ "xpath": { "@id": "schema:xpath"},
2488
+ "yearlyRevenue": { "@id": "schema:yearlyRevenue"},
2489
+ "yearsInOperation": { "@id": "schema:yearsInOperation"},
2490
+ "yield": { "@id": "schema:yield"},
2491
+ "http://publications.europa.eu/mdr/eli/index.html": {"@id": "http://publications.europa.eu/mdr/eli/index.html"},
2492
+ "httpMethod": { "@id": "schema:httpMethod"},
2493
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"},
2494
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"},
2495
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF"},
2496
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it"},
2497
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"},
2498
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism"},
2499
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass"},
2500
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass"},
2501
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"},
2502
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"},
2503
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass"},
2504
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange"},
2505
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc"},
2506
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"},
2507
+ "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"},
2508
+ "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology": {"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"},
2509
+ "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP": {"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP"},
2510
+ "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws": {"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws"}
2511
+ }
2512
+ }
2513
+ http_version:
2514
+ recorded_at: Sun, 15 Dec 2019 21:07:38 GMT
2515
+ recorded_with: VCR 3.0.3