@fedify/vocab-runtime 2.1.0-dev.592 → 2.1.0-dev.600

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/deno.json +1 -1
  2. package/dist/mod.cjs +4428 -4289
  3. package/dist/mod.d.cts +95 -4
  4. package/dist/mod.d.ts +95 -4
  5. package/dist/mod.js +4426 -4290
  6. package/dist/tests/decimal.test.cjs +154 -0
  7. package/dist/tests/decimal.test.d.cts +1 -0
  8. package/dist/tests/decimal.test.d.ts +1 -0
  9. package/dist/tests/decimal.test.js +153 -0
  10. package/dist/tests/docloader-jdqVG3g0.js +4550 -0
  11. package/dist/tests/docloader-nnrZVFak.cjs +4562 -0
  12. package/dist/tests/docloader.test.cjs +7 -4491
  13. package/dist/tests/docloader.test.js +4 -4488
  14. package/dist/tests/internal/multicodec.test.cjs +1 -1
  15. package/dist/tests/internal/multicodec.test.js +1 -1
  16. package/dist/tests/key-ByCmSI2y.js +183 -0
  17. package/dist/tests/key-CCPn6TEY.cjs +231 -0
  18. package/dist/tests/key.test.cjs +33 -211
  19. package/dist/tests/key.test.js +3 -181
  20. package/dist/tests/langstr-BsVE3s9u.js +30 -0
  21. package/dist/tests/langstr-EPh86hXK.cjs +36 -0
  22. package/dist/tests/langstr.test.cjs +5 -33
  23. package/dist/tests/langstr.test.js +1 -29
  24. package/dist/tests/link.test.cjs +1 -1
  25. package/dist/tests/link.test.js +1 -1
  26. package/dist/tests/multibase/multibase.test.cjs +1 -1
  27. package/dist/tests/multibase/multibase.test.js +1 -1
  28. package/dist/tests/{request-DKDE-Rcx.js → request-BmHXdzZg.js} +1 -1
  29. package/dist/tests/{request-CK7hgRUX.cjs → request-_M2j5bTc.cjs} +1 -1
  30. package/dist/tests/request.test.cjs +1 -1
  31. package/dist/tests/request.test.js +1 -1
  32. package/dist/tests/url.test.cjs +1 -1
  33. package/dist/tests/url.test.js +1 -1
  34. package/package.json +2 -2
  35. package/src/contexts/activitystreams.json +379 -0
  36. package/src/contexts/did-v1.json +57 -0
  37. package/src/contexts/fep-5711.json +36 -0
  38. package/src/contexts/gotosocial.json +86 -0
  39. package/src/contexts/identity-v1.json +152 -0
  40. package/src/contexts/joinmastodon.json +28 -0
  41. package/src/contexts/schemaorg.json +8845 -0
  42. package/src/contexts/security-data-integrity-v1.json +78 -0
  43. package/src/contexts/security-data-integrity-v2.json +81 -0
  44. package/src/contexts/security-multikey-v1.json +35 -0
  45. package/src/contexts/security-v1.json +74 -0
  46. package/src/contexts/webfinger.json +10 -0
  47. package/src/contexts.ts +33 -4392
  48. package/src/decimal.test.ts +90 -0
  49. package/src/decimal.ts +112 -0
  50. package/src/mod.ts +6 -0
  51. /package/dist/tests/{link-Ck2yj4dH.js → link-C3q2TC2G.js} +0 -0
  52. /package/dist/tests/{link-CdFPEo9O.cjs → link-DYNFAdNu.cjs} +0 -0
  53. /package/dist/tests/{multibase-BdHCGO4H.js → multibase-B4g8pz6F.js} +0 -0
  54. /package/dist/tests/{multibase-B2D6B0V4.cjs → multibase-o_ovPHYJ.cjs} +0 -0
  55. /package/dist/tests/{multicodec-mHcRzSGY.cjs → multicodec--6hQ74zI.cjs} +0 -0
  56. /package/dist/tests/{multicodec-DvC5xnX2.js → multicodec-Dq3IiOV4.js} +0 -0
  57. /package/dist/tests/{url-fW_DHbih.js → url-CWEP9Zs9.js} +0 -0
  58. /package/dist/tests/{url-C5Vs9nYh.cjs → url-DIjOdK8Q.cjs} +0 -0
@@ -1,11 +1,10 @@
1
1
  const require_chunk = require('./chunk-DWy1uDak.cjs');
2
- const require_request = require('./request-CK7hgRUX.cjs');
3
- const require_link = require('./link-CdFPEo9O.cjs');
4
- const require_url = require('./url-C5Vs9nYh.cjs');
2
+ const require_docloader = require('./docloader-nnrZVFak.cjs');
3
+ const require_request = require('./request-_M2j5bTc.cjs');
4
+ require('./link-DYNFAdNu.cjs');
5
+ const require_url = require('./url-DIjOdK8Q.cjs');
5
6
  const node_assert = require_chunk.__toESM(require("node:assert"));
6
7
  const node_test = require_chunk.__toESM(require("node:test"));
7
- const __logtape_logtape = require_chunk.__toESM(require("@logtape/logtape"));
8
- const __opentelemetry_api = require_chunk.__toESM(require("@opentelemetry/api"));
9
8
 
10
9
  //#region ../../node_modules/.pnpm/glob-to-regexp@0.4.1/node_modules/glob-to-regexp/index.js
11
10
  var require_glob_to_regexp = require_chunk.__commonJS({ "../../node_modules/.pnpm/glob-to-regexp@0.4.1/node_modules/glob-to-regexp/index.js"(exports, module) {
@@ -1240,4489 +1239,6 @@ var FetchMock_default = fetchMock;
1240
1239
  //#region ../../node_modules/.pnpm/fetch-mock@12.6.0/node_modules/fetch-mock/dist/esm/index.js
1241
1240
  var esm_default = FetchMock_default;
1242
1241
 
1243
- //#endregion
1244
- //#region src/contexts.ts
1245
- const preloadedContexts = {
1246
- "https://www.w3.org/ns/activitystreams": { "@context": {
1247
- "@vocab": "_:",
1248
- "xsd": "http://www.w3.org/2001/XMLSchema#",
1249
- "as": "https://www.w3.org/ns/activitystreams#",
1250
- "ldp": "http://www.w3.org/ns/ldp#",
1251
- "vcard": "http://www.w3.org/2006/vcard/ns#",
1252
- "id": "@id",
1253
- "type": "@type",
1254
- "Accept": "as:Accept",
1255
- "Activity": "as:Activity",
1256
- "IntransitiveActivity": "as:IntransitiveActivity",
1257
- "Add": "as:Add",
1258
- "Announce": "as:Announce",
1259
- "Application": "as:Application",
1260
- "Arrive": "as:Arrive",
1261
- "Article": "as:Article",
1262
- "Audio": "as:Audio",
1263
- "Block": "as:Block",
1264
- "Collection": "as:Collection",
1265
- "CollectionPage": "as:CollectionPage",
1266
- "Relationship": "as:Relationship",
1267
- "Create": "as:Create",
1268
- "Delete": "as:Delete",
1269
- "Dislike": "as:Dislike",
1270
- "Document": "as:Document",
1271
- "Event": "as:Event",
1272
- "Follow": "as:Follow",
1273
- "Flag": "as:Flag",
1274
- "Group": "as:Group",
1275
- "Ignore": "as:Ignore",
1276
- "Image": "as:Image",
1277
- "Invite": "as:Invite",
1278
- "Join": "as:Join",
1279
- "Leave": "as:Leave",
1280
- "Like": "as:Like",
1281
- "Link": "as:Link",
1282
- "Mention": "as:Mention",
1283
- "Note": "as:Note",
1284
- "Object": "as:Object",
1285
- "Offer": "as:Offer",
1286
- "OrderedCollection": "as:OrderedCollection",
1287
- "OrderedCollectionPage": "as:OrderedCollectionPage",
1288
- "Organization": "as:Organization",
1289
- "Page": "as:Page",
1290
- "Person": "as:Person",
1291
- "Place": "as:Place",
1292
- "Profile": "as:Profile",
1293
- "Question": "as:Question",
1294
- "Reject": "as:Reject",
1295
- "Remove": "as:Remove",
1296
- "Service": "as:Service",
1297
- "TentativeAccept": "as:TentativeAccept",
1298
- "TentativeReject": "as:TentativeReject",
1299
- "Tombstone": "as:Tombstone",
1300
- "Undo": "as:Undo",
1301
- "Update": "as:Update",
1302
- "Video": "as:Video",
1303
- "View": "as:View",
1304
- "Listen": "as:Listen",
1305
- "Read": "as:Read",
1306
- "Move": "as:Move",
1307
- "Travel": "as:Travel",
1308
- "IsFollowing": "as:IsFollowing",
1309
- "IsFollowedBy": "as:IsFollowedBy",
1310
- "IsContact": "as:IsContact",
1311
- "IsMember": "as:IsMember",
1312
- "subject": {
1313
- "@id": "as:subject",
1314
- "@type": "@id"
1315
- },
1316
- "relationship": {
1317
- "@id": "as:relationship",
1318
- "@type": "@id"
1319
- },
1320
- "actor": {
1321
- "@id": "as:actor",
1322
- "@type": "@id"
1323
- },
1324
- "attributedTo": {
1325
- "@id": "as:attributedTo",
1326
- "@type": "@id"
1327
- },
1328
- "attachment": {
1329
- "@id": "as:attachment",
1330
- "@type": "@id"
1331
- },
1332
- "bcc": {
1333
- "@id": "as:bcc",
1334
- "@type": "@id"
1335
- },
1336
- "bto": {
1337
- "@id": "as:bto",
1338
- "@type": "@id"
1339
- },
1340
- "cc": {
1341
- "@id": "as:cc",
1342
- "@type": "@id"
1343
- },
1344
- "context": {
1345
- "@id": "as:context",
1346
- "@type": "@id"
1347
- },
1348
- "current": {
1349
- "@id": "as:current",
1350
- "@type": "@id"
1351
- },
1352
- "first": {
1353
- "@id": "as:first",
1354
- "@type": "@id"
1355
- },
1356
- "generator": {
1357
- "@id": "as:generator",
1358
- "@type": "@id"
1359
- },
1360
- "icon": {
1361
- "@id": "as:icon",
1362
- "@type": "@id"
1363
- },
1364
- "image": {
1365
- "@id": "as:image",
1366
- "@type": "@id"
1367
- },
1368
- "inReplyTo": {
1369
- "@id": "as:inReplyTo",
1370
- "@type": "@id"
1371
- },
1372
- "items": {
1373
- "@id": "as:items",
1374
- "@type": "@id"
1375
- },
1376
- "instrument": {
1377
- "@id": "as:instrument",
1378
- "@type": "@id"
1379
- },
1380
- "orderedItems": {
1381
- "@id": "as:items",
1382
- "@type": "@id",
1383
- "@container": "@list"
1384
- },
1385
- "last": {
1386
- "@id": "as:last",
1387
- "@type": "@id"
1388
- },
1389
- "location": {
1390
- "@id": "as:location",
1391
- "@type": "@id"
1392
- },
1393
- "next": {
1394
- "@id": "as:next",
1395
- "@type": "@id"
1396
- },
1397
- "object": {
1398
- "@id": "as:object",
1399
- "@type": "@id"
1400
- },
1401
- "oneOf": {
1402
- "@id": "as:oneOf",
1403
- "@type": "@id"
1404
- },
1405
- "anyOf": {
1406
- "@id": "as:anyOf",
1407
- "@type": "@id"
1408
- },
1409
- "closed": {
1410
- "@id": "as:closed",
1411
- "@type": "xsd:dateTime"
1412
- },
1413
- "origin": {
1414
- "@id": "as:origin",
1415
- "@type": "@id"
1416
- },
1417
- "accuracy": {
1418
- "@id": "as:accuracy",
1419
- "@type": "xsd:float"
1420
- },
1421
- "prev": {
1422
- "@id": "as:prev",
1423
- "@type": "@id"
1424
- },
1425
- "preview": {
1426
- "@id": "as:preview",
1427
- "@type": "@id"
1428
- },
1429
- "replies": {
1430
- "@id": "as:replies",
1431
- "@type": "@id"
1432
- },
1433
- "result": {
1434
- "@id": "as:result",
1435
- "@type": "@id"
1436
- },
1437
- "audience": {
1438
- "@id": "as:audience",
1439
- "@type": "@id"
1440
- },
1441
- "partOf": {
1442
- "@id": "as:partOf",
1443
- "@type": "@id"
1444
- },
1445
- "tag": {
1446
- "@id": "as:tag",
1447
- "@type": "@id"
1448
- },
1449
- "target": {
1450
- "@id": "as:target",
1451
- "@type": "@id"
1452
- },
1453
- "to": {
1454
- "@id": "as:to",
1455
- "@type": "@id"
1456
- },
1457
- "url": {
1458
- "@id": "as:url",
1459
- "@type": "@id"
1460
- },
1461
- "altitude": {
1462
- "@id": "as:altitude",
1463
- "@type": "xsd:float"
1464
- },
1465
- "content": "as:content",
1466
- "contentMap": {
1467
- "@id": "as:content",
1468
- "@container": "@language"
1469
- },
1470
- "name": "as:name",
1471
- "nameMap": {
1472
- "@id": "as:name",
1473
- "@container": "@language"
1474
- },
1475
- "duration": {
1476
- "@id": "as:duration",
1477
- "@type": "xsd:duration"
1478
- },
1479
- "endTime": {
1480
- "@id": "as:endTime",
1481
- "@type": "xsd:dateTime"
1482
- },
1483
- "height": {
1484
- "@id": "as:height",
1485
- "@type": "xsd:nonNegativeInteger"
1486
- },
1487
- "href": {
1488
- "@id": "as:href",
1489
- "@type": "@id"
1490
- },
1491
- "hreflang": "as:hreflang",
1492
- "latitude": {
1493
- "@id": "as:latitude",
1494
- "@type": "xsd:float"
1495
- },
1496
- "longitude": {
1497
- "@id": "as:longitude",
1498
- "@type": "xsd:float"
1499
- },
1500
- "mediaType": "as:mediaType",
1501
- "published": {
1502
- "@id": "as:published",
1503
- "@type": "xsd:dateTime"
1504
- },
1505
- "radius": {
1506
- "@id": "as:radius",
1507
- "@type": "xsd:float"
1508
- },
1509
- "rel": "as:rel",
1510
- "startIndex": {
1511
- "@id": "as:startIndex",
1512
- "@type": "xsd:nonNegativeInteger"
1513
- },
1514
- "startTime": {
1515
- "@id": "as:startTime",
1516
- "@type": "xsd:dateTime"
1517
- },
1518
- "summary": "as:summary",
1519
- "summaryMap": {
1520
- "@id": "as:summary",
1521
- "@container": "@language"
1522
- },
1523
- "totalItems": {
1524
- "@id": "as:totalItems",
1525
- "@type": "xsd:nonNegativeInteger"
1526
- },
1527
- "units": "as:units",
1528
- "updated": {
1529
- "@id": "as:updated",
1530
- "@type": "xsd:dateTime"
1531
- },
1532
- "width": {
1533
- "@id": "as:width",
1534
- "@type": "xsd:nonNegativeInteger"
1535
- },
1536
- "describes": {
1537
- "@id": "as:describes",
1538
- "@type": "@id"
1539
- },
1540
- "formerType": {
1541
- "@id": "as:formerType",
1542
- "@type": "@id"
1543
- },
1544
- "deleted": {
1545
- "@id": "as:deleted",
1546
- "@type": "xsd:dateTime"
1547
- },
1548
- "inbox": {
1549
- "@id": "ldp:inbox",
1550
- "@type": "@id"
1551
- },
1552
- "outbox": {
1553
- "@id": "as:outbox",
1554
- "@type": "@id"
1555
- },
1556
- "following": {
1557
- "@id": "as:following",
1558
- "@type": "@id"
1559
- },
1560
- "followers": {
1561
- "@id": "as:followers",
1562
- "@type": "@id"
1563
- },
1564
- "streams": {
1565
- "@id": "as:streams",
1566
- "@type": "@id"
1567
- },
1568
- "preferredUsername": "as:preferredUsername",
1569
- "endpoints": {
1570
- "@id": "as:endpoints",
1571
- "@type": "@id"
1572
- },
1573
- "uploadMedia": {
1574
- "@id": "as:uploadMedia",
1575
- "@type": "@id"
1576
- },
1577
- "proxyUrl": {
1578
- "@id": "as:proxyUrl",
1579
- "@type": "@id"
1580
- },
1581
- "liked": {
1582
- "@id": "as:liked",
1583
- "@type": "@id"
1584
- },
1585
- "oauthAuthorizationEndpoint": {
1586
- "@id": "as:oauthAuthorizationEndpoint",
1587
- "@type": "@id"
1588
- },
1589
- "oauthTokenEndpoint": {
1590
- "@id": "as:oauthTokenEndpoint",
1591
- "@type": "@id"
1592
- },
1593
- "provideClientKey": {
1594
- "@id": "as:provideClientKey",
1595
- "@type": "@id"
1596
- },
1597
- "signClientKey": {
1598
- "@id": "as:signClientKey",
1599
- "@type": "@id"
1600
- },
1601
- "sharedInbox": {
1602
- "@id": "as:sharedInbox",
1603
- "@type": "@id"
1604
- },
1605
- "Public": {
1606
- "@id": "as:Public",
1607
- "@type": "@id"
1608
- },
1609
- "source": "as:source",
1610
- "likes": {
1611
- "@id": "as:likes",
1612
- "@type": "@id"
1613
- },
1614
- "shares": {
1615
- "@id": "as:shares",
1616
- "@type": "@id"
1617
- },
1618
- "alsoKnownAs": {
1619
- "@id": "as:alsoKnownAs",
1620
- "@type": "@id"
1621
- }
1622
- } },
1623
- "https://w3id.org/security/v1": { "@context": {
1624
- "id": "@id",
1625
- "type": "@type",
1626
- "dc": "http://purl.org/dc/terms/",
1627
- "sec": "https://w3id.org/security#",
1628
- "xsd": "http://www.w3.org/2001/XMLSchema#",
1629
- "EcdsaKoblitzSignature2016": "sec:EcdsaKoblitzSignature2016",
1630
- "Ed25519Signature2018": "sec:Ed25519Signature2018",
1631
- "EncryptedMessage": "sec:EncryptedMessage",
1632
- "GraphSignature2012": "sec:GraphSignature2012",
1633
- "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
1634
- "LinkedDataSignature2016": "sec:LinkedDataSignature2016",
1635
- "CryptographicKey": "sec:Key",
1636
- "authenticationTag": "sec:authenticationTag",
1637
- "canonicalizationAlgorithm": "sec:canonicalizationAlgorithm",
1638
- "cipherAlgorithm": "sec:cipherAlgorithm",
1639
- "cipherData": "sec:cipherData",
1640
- "cipherKey": "sec:cipherKey",
1641
- "created": {
1642
- "@id": "dc:created",
1643
- "@type": "xsd:dateTime"
1644
- },
1645
- "creator": {
1646
- "@id": "dc:creator",
1647
- "@type": "@id"
1648
- },
1649
- "digestAlgorithm": "sec:digestAlgorithm",
1650
- "digestValue": "sec:digestValue",
1651
- "domain": "sec:domain",
1652
- "encryptionKey": "sec:encryptionKey",
1653
- "expiration": {
1654
- "@id": "sec:expiration",
1655
- "@type": "xsd:dateTime"
1656
- },
1657
- "expires": {
1658
- "@id": "sec:expiration",
1659
- "@type": "xsd:dateTime"
1660
- },
1661
- "initializationVector": "sec:initializationVector",
1662
- "iterationCount": "sec:iterationCount",
1663
- "nonce": "sec:nonce",
1664
- "normalizationAlgorithm": "sec:normalizationAlgorithm",
1665
- "owner": {
1666
- "@id": "sec:owner",
1667
- "@type": "@id"
1668
- },
1669
- "password": "sec:password",
1670
- "privateKey": {
1671
- "@id": "sec:privateKey",
1672
- "@type": "@id"
1673
- },
1674
- "privateKeyPem": "sec:privateKeyPem",
1675
- "publicKey": {
1676
- "@id": "sec:publicKey",
1677
- "@type": "@id"
1678
- },
1679
- "publicKeyBase58": "sec:publicKeyBase58",
1680
- "publicKeyPem": "sec:publicKeyPem",
1681
- "publicKeyWif": "sec:publicKeyWif",
1682
- "publicKeyService": {
1683
- "@id": "sec:publicKeyService",
1684
- "@type": "@id"
1685
- },
1686
- "revoked": {
1687
- "@id": "sec:revoked",
1688
- "@type": "xsd:dateTime"
1689
- },
1690
- "salt": "sec:salt",
1691
- "signature": "sec:signature",
1692
- "signatureAlgorithm": "sec:signingAlgorithm",
1693
- "signatureValue": "sec:signatureValue"
1694
- } },
1695
- "https://w3id.org/security/data-integrity/v1": { "@context": {
1696
- "id": "@id",
1697
- "type": "@type",
1698
- "@protected": true,
1699
- "digestMultibase": {
1700
- "@id": "https://w3id.org/security#digestMultibase",
1701
- "@type": "https://w3id.org/security#multibase"
1702
- },
1703
- "proof": {
1704
- "@id": "https://w3id.org/security#proof",
1705
- "@type": "@id",
1706
- "@container": "@graph"
1707
- },
1708
- "DataIntegrityProof": {
1709
- "@id": "https://w3id.org/security#DataIntegrityProof",
1710
- "@context": {
1711
- "@protected": true,
1712
- "id": "@id",
1713
- "type": "@type",
1714
- "challenge": "https://w3id.org/security#challenge",
1715
- "created": {
1716
- "@id": "http://purl.org/dc/terms/created",
1717
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
1718
- },
1719
- "domain": "https://w3id.org/security#domain",
1720
- "expires": {
1721
- "@id": "https://w3id.org/security#expiration",
1722
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
1723
- },
1724
- "nonce": "https://w3id.org/security#nonce",
1725
- "proofPurpose": {
1726
- "@id": "https://w3id.org/security#proofPurpose",
1727
- "@type": "@vocab",
1728
- "@context": {
1729
- "@protected": true,
1730
- "id": "@id",
1731
- "type": "@type",
1732
- "assertionMethod": {
1733
- "@id": "https://w3id.org/security#assertionMethod",
1734
- "@type": "@id",
1735
- "@container": "@set"
1736
- },
1737
- "authentication": {
1738
- "@id": "https://w3id.org/security#authenticationMethod",
1739
- "@type": "@id",
1740
- "@container": "@set"
1741
- },
1742
- "capabilityInvocation": {
1743
- "@id": "https://w3id.org/security#capabilityInvocationMethod",
1744
- "@type": "@id",
1745
- "@container": "@set"
1746
- },
1747
- "capabilityDelegation": {
1748
- "@id": "https://w3id.org/security#capabilityDelegationMethod",
1749
- "@type": "@id",
1750
- "@container": "@set"
1751
- },
1752
- "keyAgreement": {
1753
- "@id": "https://w3id.org/security#keyAgreementMethod",
1754
- "@type": "@id",
1755
- "@container": "@set"
1756
- }
1757
- }
1758
- },
1759
- "cryptosuite": "https://w3id.org/security#cryptosuite",
1760
- "proofValue": {
1761
- "@id": "https://w3id.org/security#proofValue",
1762
- "@type": "https://w3id.org/security#multibase"
1763
- },
1764
- "verificationMethod": {
1765
- "@id": "https://w3id.org/security#verificationMethod",
1766
- "@type": "@id"
1767
- }
1768
- }
1769
- }
1770
- } },
1771
- "https://w3id.org/security/data-integrity/v2": { "@context": {
1772
- "id": "@id",
1773
- "type": "@type",
1774
- "@protected": true,
1775
- "proof": {
1776
- "@id": "https://w3id.org/security#proof",
1777
- "@type": "@id",
1778
- "@container": "@graph"
1779
- },
1780
- "DataIntegrityProof": {
1781
- "@id": "https://w3id.org/security#DataIntegrityProof",
1782
- "@context": {
1783
- "@protected": true,
1784
- "id": "@id",
1785
- "type": "@type",
1786
- "challenge": "https://w3id.org/security#challenge",
1787
- "created": {
1788
- "@id": "http://purl.org/dc/terms/created",
1789
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
1790
- },
1791
- "domain": "https://w3id.org/security#domain",
1792
- "expires": {
1793
- "@id": "https://w3id.org/security#expiration",
1794
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
1795
- },
1796
- "nonce": "https://w3id.org/security#nonce",
1797
- "previousProof": {
1798
- "@id": "https://w3id.org/security#previousProof",
1799
- "@type": "@id"
1800
- },
1801
- "proofPurpose": {
1802
- "@id": "https://w3id.org/security#proofPurpose",
1803
- "@type": "@vocab",
1804
- "@context": {
1805
- "@protected": true,
1806
- "id": "@id",
1807
- "type": "@type",
1808
- "assertionMethod": {
1809
- "@id": "https://w3id.org/security#assertionMethod",
1810
- "@type": "@id",
1811
- "@container": "@set"
1812
- },
1813
- "authentication": {
1814
- "@id": "https://w3id.org/security#authenticationMethod",
1815
- "@type": "@id",
1816
- "@container": "@set"
1817
- },
1818
- "capabilityInvocation": {
1819
- "@id": "https://w3id.org/security#capabilityInvocationMethod",
1820
- "@type": "@id",
1821
- "@container": "@set"
1822
- },
1823
- "capabilityDelegation": {
1824
- "@id": "https://w3id.org/security#capabilityDelegationMethod",
1825
- "@type": "@id",
1826
- "@container": "@set"
1827
- },
1828
- "keyAgreement": {
1829
- "@id": "https://w3id.org/security#keyAgreementMethod",
1830
- "@type": "@id",
1831
- "@container": "@set"
1832
- }
1833
- }
1834
- },
1835
- "cryptosuite": {
1836
- "@id": "https://w3id.org/security#cryptosuite",
1837
- "@type": "https://w3id.org/security#cryptosuiteString"
1838
- },
1839
- "proofValue": {
1840
- "@id": "https://w3id.org/security#proofValue",
1841
- "@type": "https://w3id.org/security#multibase"
1842
- },
1843
- "verificationMethod": {
1844
- "@id": "https://w3id.org/security#verificationMethod",
1845
- "@type": "@id"
1846
- }
1847
- }
1848
- }
1849
- } },
1850
- "https://www.w3.org/ns/did/v1": { "@context": {
1851
- "@protected": true,
1852
- "id": "@id",
1853
- "type": "@type",
1854
- "alsoKnownAs": {
1855
- "@id": "https://www.w3.org/ns/activitystreams#alsoKnownAs",
1856
- "@type": "@id"
1857
- },
1858
- "assertionMethod": {
1859
- "@id": "https://w3id.org/security#assertionMethod",
1860
- "@type": "@id",
1861
- "@container": "@set"
1862
- },
1863
- "authentication": {
1864
- "@id": "https://w3id.org/security#authenticationMethod",
1865
- "@type": "@id",
1866
- "@container": "@set"
1867
- },
1868
- "capabilityDelegation": {
1869
- "@id": "https://w3id.org/security#capabilityDelegationMethod",
1870
- "@type": "@id",
1871
- "@container": "@set"
1872
- },
1873
- "capabilityInvocation": {
1874
- "@id": "https://w3id.org/security#capabilityInvocationMethod",
1875
- "@type": "@id",
1876
- "@container": "@set"
1877
- },
1878
- "controller": {
1879
- "@id": "https://w3id.org/security#controller",
1880
- "@type": "@id"
1881
- },
1882
- "keyAgreement": {
1883
- "@id": "https://w3id.org/security#keyAgreementMethod",
1884
- "@type": "@id",
1885
- "@container": "@set"
1886
- },
1887
- "service": {
1888
- "@id": "https://www.w3.org/ns/did#service",
1889
- "@type": "@id",
1890
- "@context": {
1891
- "@protected": true,
1892
- "id": "@id",
1893
- "type": "@type",
1894
- "serviceEndpoint": {
1895
- "@id": "https://www.w3.org/ns/did#serviceEndpoint",
1896
- "@type": "@id"
1897
- }
1898
- }
1899
- },
1900
- "verificationMethod": {
1901
- "@id": "https://w3id.org/security#verificationMethod",
1902
- "@type": "@id"
1903
- }
1904
- } },
1905
- "https://w3id.org/security/multikey/v1": { "@context": {
1906
- "id": "@id",
1907
- "type": "@type",
1908
- "@protected": true,
1909
- "Multikey": {
1910
- "@id": "https://w3id.org/security#Multikey",
1911
- "@context": {
1912
- "@protected": true,
1913
- "id": "@id",
1914
- "type": "@type",
1915
- "controller": {
1916
- "@id": "https://w3id.org/security#controller",
1917
- "@type": "@id"
1918
- },
1919
- "revoked": {
1920
- "@id": "https://w3id.org/security#revoked",
1921
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
1922
- },
1923
- "expires": {
1924
- "@id": "https://w3id.org/security#expiration",
1925
- "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
1926
- },
1927
- "publicKeyMultibase": {
1928
- "@id": "https://w3id.org/security#publicKeyMultibase",
1929
- "@type": "https://w3id.org/security#multibase"
1930
- },
1931
- "secretKeyMultibase": {
1932
- "@id": "https://w3id.org/security#secretKeyMultibase",
1933
- "@type": "https://w3id.org/security#multibase"
1934
- }
1935
- }
1936
- }
1937
- } },
1938
- "https://w3id.org/identity/v1": { "@context": {
1939
- "id": "@id",
1940
- "type": "@type",
1941
- "cred": "https://w3id.org/credentials#",
1942
- "dc": "http://purl.org/dc/terms/",
1943
- "identity": "https://w3id.org/identity#",
1944
- "perm": "https://w3id.org/permissions#",
1945
- "ps": "https://w3id.org/payswarm#",
1946
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
1947
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
1948
- "sec": "https://w3id.org/security#",
1949
- "schema": "http://schema.org/",
1950
- "xsd": "http://www.w3.org/2001/XMLSchema#",
1951
- "Group": "https://www.w3.org/ns/activitystreams#Group",
1952
- "claim": {
1953
- "@id": "cred:claim",
1954
- "@type": "@id"
1955
- },
1956
- "credential": {
1957
- "@id": "cred:credential",
1958
- "@type": "@id"
1959
- },
1960
- "issued": {
1961
- "@id": "cred:issued",
1962
- "@type": "xsd:dateTime"
1963
- },
1964
- "issuer": {
1965
- "@id": "cred:issuer",
1966
- "@type": "@id"
1967
- },
1968
- "recipient": {
1969
- "@id": "cred:recipient",
1970
- "@type": "@id"
1971
- },
1972
- "Credential": "cred:Credential",
1973
- "CryptographicKeyCredential": "cred:CryptographicKeyCredential",
1974
- "about": {
1975
- "@id": "schema:about",
1976
- "@type": "@id"
1977
- },
1978
- "address": {
1979
- "@id": "schema:address",
1980
- "@type": "@id"
1981
- },
1982
- "addressCountry": "schema:addressCountry",
1983
- "addressLocality": "schema:addressLocality",
1984
- "addressRegion": "schema:addressRegion",
1985
- "comment": "rdfs:comment",
1986
- "created": {
1987
- "@id": "dc:created",
1988
- "@type": "xsd:dateTime"
1989
- },
1990
- "creator": {
1991
- "@id": "dc:creator",
1992
- "@type": "@id"
1993
- },
1994
- "description": "schema:description",
1995
- "email": "schema:email",
1996
- "familyName": "schema:familyName",
1997
- "givenName": "schema:givenName",
1998
- "image": {
1999
- "@id": "schema:image",
2000
- "@type": "@id"
2001
- },
2002
- "label": "rdfs:label",
2003
- "name": "schema:name",
2004
- "postalCode": "schema:postalCode",
2005
- "streetAddress": "schema:streetAddress",
2006
- "title": "dc:title",
2007
- "url": {
2008
- "@id": "schema:url",
2009
- "@type": "@id"
2010
- },
2011
- "Person": "schema:Person",
2012
- "PostalAddress": "schema:PostalAddress",
2013
- "Organization": "schema:Organization",
2014
- "identityService": {
2015
- "@id": "identity:identityService",
2016
- "@type": "@id"
2017
- },
2018
- "idp": {
2019
- "@id": "identity:idp",
2020
- "@type": "@id"
2021
- },
2022
- "Identity": "identity:Identity",
2023
- "paymentProcessor": "ps:processor",
2024
- "preferences": {
2025
- "@id": "ps:preferences",
2026
- "@type": "@vocab"
2027
- },
2028
- "cipherAlgorithm": "sec:cipherAlgorithm",
2029
- "cipherData": "sec:cipherData",
2030
- "cipherKey": "sec:cipherKey",
2031
- "digestAlgorithm": "sec:digestAlgorithm",
2032
- "digestValue": "sec:digestValue",
2033
- "domain": "sec:domain",
2034
- "expires": {
2035
- "@id": "sec:expiration",
2036
- "@type": "xsd:dateTime"
2037
- },
2038
- "initializationVector": "sec:initializationVector",
2039
- "member": {
2040
- "@id": "schema:member",
2041
- "@type": "@id"
2042
- },
2043
- "memberOf": {
2044
- "@id": "schema:memberOf",
2045
- "@type": "@id"
2046
- },
2047
- "nonce": "sec:nonce",
2048
- "normalizationAlgorithm": "sec:normalizationAlgorithm",
2049
- "owner": {
2050
- "@id": "sec:owner",
2051
- "@type": "@id"
2052
- },
2053
- "password": "sec:password",
2054
- "privateKey": {
2055
- "@id": "sec:privateKey",
2056
- "@type": "@id"
2057
- },
2058
- "privateKeyPem": "sec:privateKeyPem",
2059
- "publicKey": {
2060
- "@id": "sec:publicKey",
2061
- "@type": "@id"
2062
- },
2063
- "publicKeyPem": "sec:publicKeyPem",
2064
- "publicKeyService": {
2065
- "@id": "sec:publicKeyService",
2066
- "@type": "@id"
2067
- },
2068
- "revoked": {
2069
- "@id": "sec:revoked",
2070
- "@type": "xsd:dateTime"
2071
- },
2072
- "signature": "sec:signature",
2073
- "signatureAlgorithm": "sec:signatureAlgorithm",
2074
- "signatureValue": "sec:signatureValue",
2075
- "CryptographicKey": "sec:Key",
2076
- "EncryptedMessage": "sec:EncryptedMessage",
2077
- "GraphSignature2012": "sec:GraphSignature2012",
2078
- "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
2079
- "accessControl": {
2080
- "@id": "perm:accessControl",
2081
- "@type": "@id"
2082
- },
2083
- "writePermission": {
2084
- "@id": "perm:writePermission",
2085
- "@type": "@id"
2086
- }
2087
- } },
2088
- "https://purl.archive.org/socialweb/webfinger": { "@context": {
2089
- "wf": "https://purl.archive.org/socialweb/webfinger#",
2090
- "xsd": "http://www.w3.org/2001/XMLSchema#",
2091
- "webfinger": {
2092
- "@id": "wf:webfinger",
2093
- "@type": "xsd:string"
2094
- }
2095
- } },
2096
- "http://schema.org/": { "@context": {
2097
- "type": "@type",
2098
- "id": "@id",
2099
- "HTML": { "@id": "rdf:HTML" },
2100
- "@vocab": "http://schema.org/",
2101
- "csvw": "http://www.w3.org/ns/csvw#",
2102
- "dc": "http://purl.org/dc/elements/1.1/",
2103
- "dcat": "http://www.w3.org/ns/dcat#",
2104
- "dcmitype": "http://purl.org/dc/dcmitype/",
2105
- "dcterms": "http://purl.org/dc/terms/",
2106
- "dcam": "http://purl.org/dc/dcam/",
2107
- "doap": "http://usefulinc.com/ns/doap#",
2108
- "foaf": "http://xmlns.com/foaf/0.1/",
2109
- "odrl": "http://www.w3.org/ns/odrl/2/",
2110
- "org": "http://www.w3.org/ns/org#",
2111
- "owl": "http://www.w3.org/2002/07/owl#",
2112
- "prof": "http://www.w3.org/ns/dx/prof/",
2113
- "prov": "http://www.w3.org/ns/prov#",
2114
- "qb": "http://purl.org/linked-data/cube#",
2115
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
2116
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
2117
- "schema": "http://schema.org/",
2118
- "sh": "http://www.w3.org/ns/shacl#",
2119
- "skos": "http://www.w3.org/2004/02/skos/core#",
2120
- "sosa": "http://www.w3.org/ns/sosa/",
2121
- "ssn": "http://www.w3.org/ns/ssn/",
2122
- "time": "http://www.w3.org/2006/time#",
2123
- "vann": "http://purl.org/vocab/vann/",
2124
- "void": "http://rdfs.org/ns/void#",
2125
- "xsd": "http://www.w3.org/2001/XMLSchema#",
2126
- "xml": "http://www.w3.org/XML/1998/namespace",
2127
- "dct": "http://purl.org/dc/terms/",
2128
- "dctype": "http://purl.org/dc/dcmitype/",
2129
- "3DModel": { "@id": "schema:3DModel" },
2130
- "AMRadioChannel": { "@id": "schema:AMRadioChannel" },
2131
- "APIReference": { "@id": "schema:APIReference" },
2132
- "Abdomen": { "@id": "schema:Abdomen" },
2133
- "AboutPage": { "@id": "schema:AboutPage" },
2134
- "AcceptAction": { "@id": "schema:AcceptAction" },
2135
- "Accommodation": { "@id": "schema:Accommodation" },
2136
- "AccountingService": { "@id": "schema:AccountingService" },
2137
- "AchieveAction": { "@id": "schema:AchieveAction" },
2138
- "Action": { "@id": "schema:Action" },
2139
- "ActionAccessSpecification": { "@id": "schema:ActionAccessSpecification" },
2140
- "ActionStatusType": { "@id": "schema:ActionStatusType" },
2141
- "ActivateAction": { "@id": "schema:ActivateAction" },
2142
- "ActivationFee": { "@id": "schema:ActivationFee" },
2143
- "ActiveActionStatus": { "@id": "schema:ActiveActionStatus" },
2144
- "ActiveNotRecruiting": { "@id": "schema:ActiveNotRecruiting" },
2145
- "AddAction": { "@id": "schema:AddAction" },
2146
- "AdministrativeArea": { "@id": "schema:AdministrativeArea" },
2147
- "AdultEntertainment": { "@id": "schema:AdultEntertainment" },
2148
- "AdultOrientedEnumeration": { "@id": "schema:AdultOrientedEnumeration" },
2149
- "AdvertiserContentArticle": { "@id": "schema:AdvertiserContentArticle" },
2150
- "AerobicActivity": { "@id": "schema:AerobicActivity" },
2151
- "AggregateOffer": { "@id": "schema:AggregateOffer" },
2152
- "AggregateRating": { "@id": "schema:AggregateRating" },
2153
- "AgreeAction": { "@id": "schema:AgreeAction" },
2154
- "Airline": { "@id": "schema:Airline" },
2155
- "Airport": { "@id": "schema:Airport" },
2156
- "AlbumRelease": { "@id": "schema:AlbumRelease" },
2157
- "AlcoholConsideration": { "@id": "schema:AlcoholConsideration" },
2158
- "AlgorithmicMediaDigitalSource": { "@id": "schema:AlgorithmicMediaDigitalSource" },
2159
- "AlgorithmicallyEnhancedDigitalSource": { "@id": "schema:AlgorithmicallyEnhancedDigitalSource" },
2160
- "AlignmentObject": { "@id": "schema:AlignmentObject" },
2161
- "AllWheelDriveConfiguration": { "@id": "schema:AllWheelDriveConfiguration" },
2162
- "AllergiesHealthAspect": { "@id": "schema:AllergiesHealthAspect" },
2163
- "AllocateAction": { "@id": "schema:AllocateAction" },
2164
- "AmpStory": { "@id": "schema:AmpStory" },
2165
- "AmusementPark": { "@id": "schema:AmusementPark" },
2166
- "AnaerobicActivity": { "@id": "schema:AnaerobicActivity" },
2167
- "AnalysisNewsArticle": { "@id": "schema:AnalysisNewsArticle" },
2168
- "AnatomicalStructure": { "@id": "schema:AnatomicalStructure" },
2169
- "AnatomicalSystem": { "@id": "schema:AnatomicalSystem" },
2170
- "AndroidPlatform": { "@id": "schema:AndroidPlatform" },
2171
- "Anesthesia": { "@id": "schema:Anesthesia" },
2172
- "AnimalShelter": { "@id": "schema:AnimalShelter" },
2173
- "Answer": { "@id": "schema:Answer" },
2174
- "Apartment": { "@id": "schema:Apartment" },
2175
- "ApartmentComplex": { "@id": "schema:ApartmentComplex" },
2176
- "Appearance": { "@id": "schema:Appearance" },
2177
- "AppendAction": { "@id": "schema:AppendAction" },
2178
- "ApplyAction": { "@id": "schema:ApplyAction" },
2179
- "ApprovedIndication": { "@id": "schema:ApprovedIndication" },
2180
- "Aquarium": { "@id": "schema:Aquarium" },
2181
- "ArchiveComponent": { "@id": "schema:ArchiveComponent" },
2182
- "ArchiveOrganization": { "@id": "schema:ArchiveOrganization" },
2183
- "ArriveAction": { "@id": "schema:ArriveAction" },
2184
- "ArtGallery": { "@id": "schema:ArtGallery" },
2185
- "Artery": { "@id": "schema:Artery" },
2186
- "Article": { "@id": "schema:Article" },
2187
- "AskAction": { "@id": "schema:AskAction" },
2188
- "AskPublicNewsArticle": { "@id": "schema:AskPublicNewsArticle" },
2189
- "AssessAction": { "@id": "schema:AssessAction" },
2190
- "AssignAction": { "@id": "schema:AssignAction" },
2191
- "Atlas": { "@id": "schema:Atlas" },
2192
- "Attorney": { "@id": "schema:Attorney" },
2193
- "Audience": { "@id": "schema:Audience" },
2194
- "AudioObject": { "@id": "schema:AudioObject" },
2195
- "AudioObjectSnapshot": { "@id": "schema:AudioObjectSnapshot" },
2196
- "Audiobook": { "@id": "schema:Audiobook" },
2197
- "AudiobookFormat": { "@id": "schema:AudiobookFormat" },
2198
- "AuthoritativeLegalValue": { "@id": "schema:AuthoritativeLegalValue" },
2199
- "AuthorizeAction": { "@id": "schema:AuthorizeAction" },
2200
- "AutoBodyShop": { "@id": "schema:AutoBodyShop" },
2201
- "AutoDealer": { "@id": "schema:AutoDealer" },
2202
- "AutoPartsStore": { "@id": "schema:AutoPartsStore" },
2203
- "AutoRental": { "@id": "schema:AutoRental" },
2204
- "AutoRepair": { "@id": "schema:AutoRepair" },
2205
- "AutoWash": { "@id": "schema:AutoWash" },
2206
- "AutomatedTeller": { "@id": "schema:AutomatedTeller" },
2207
- "AutomotiveBusiness": { "@id": "schema:AutomotiveBusiness" },
2208
- "Ayurvedic": { "@id": "schema:Ayurvedic" },
2209
- "BackOrder": { "@id": "schema:BackOrder" },
2210
- "BackgroundNewsArticle": { "@id": "schema:BackgroundNewsArticle" },
2211
- "Bacteria": { "@id": "schema:Bacteria" },
2212
- "Bakery": { "@id": "schema:Bakery" },
2213
- "Balance": { "@id": "schema:Balance" },
2214
- "BankAccount": { "@id": "schema:BankAccount" },
2215
- "BankOrCreditUnion": { "@id": "schema:BankOrCreditUnion" },
2216
- "BarOrPub": { "@id": "schema:BarOrPub" },
2217
- "Barcode": { "@id": "schema:Barcode" },
2218
- "BasicIncome": { "@id": "schema:BasicIncome" },
2219
- "Beach": { "@id": "schema:Beach" },
2220
- "BeautySalon": { "@id": "schema:BeautySalon" },
2221
- "BedAndBreakfast": { "@id": "schema:BedAndBreakfast" },
2222
- "BedDetails": { "@id": "schema:BedDetails" },
2223
- "BedType": { "@id": "schema:BedType" },
2224
- "BefriendAction": { "@id": "schema:BefriendAction" },
2225
- "BenefitsHealthAspect": { "@id": "schema:BenefitsHealthAspect" },
2226
- "BikeStore": { "@id": "schema:BikeStore" },
2227
- "BioChemEntity": { "@id": "schema:BioChemEntity" },
2228
- "Blog": { "@id": "schema:Blog" },
2229
- "BlogPosting": { "@id": "schema:BlogPosting" },
2230
- "BloodTest": { "@id": "schema:BloodTest" },
2231
- "BoardingPolicyType": { "@id": "schema:BoardingPolicyType" },
2232
- "BoatReservation": { "@id": "schema:BoatReservation" },
2233
- "BoatTerminal": { "@id": "schema:BoatTerminal" },
2234
- "BoatTrip": { "@id": "schema:BoatTrip" },
2235
- "BodyMeasurementArm": { "@id": "schema:BodyMeasurementArm" },
2236
- "BodyMeasurementBust": { "@id": "schema:BodyMeasurementBust" },
2237
- "BodyMeasurementChest": { "@id": "schema:BodyMeasurementChest" },
2238
- "BodyMeasurementFoot": { "@id": "schema:BodyMeasurementFoot" },
2239
- "BodyMeasurementHand": { "@id": "schema:BodyMeasurementHand" },
2240
- "BodyMeasurementHead": { "@id": "schema:BodyMeasurementHead" },
2241
- "BodyMeasurementHeight": { "@id": "schema:BodyMeasurementHeight" },
2242
- "BodyMeasurementHips": { "@id": "schema:BodyMeasurementHips" },
2243
- "BodyMeasurementInsideLeg": { "@id": "schema:BodyMeasurementInsideLeg" },
2244
- "BodyMeasurementNeck": { "@id": "schema:BodyMeasurementNeck" },
2245
- "BodyMeasurementTypeEnumeration": { "@id": "schema:BodyMeasurementTypeEnumeration" },
2246
- "BodyMeasurementUnderbust": { "@id": "schema:BodyMeasurementUnderbust" },
2247
- "BodyMeasurementWaist": { "@id": "schema:BodyMeasurementWaist" },
2248
- "BodyMeasurementWeight": { "@id": "schema:BodyMeasurementWeight" },
2249
- "BodyOfWater": { "@id": "schema:BodyOfWater" },
2250
- "Bone": { "@id": "schema:Bone" },
2251
- "Book": { "@id": "schema:Book" },
2252
- "BookFormatType": { "@id": "schema:BookFormatType" },
2253
- "BookSeries": { "@id": "schema:BookSeries" },
2254
- "BookStore": { "@id": "schema:BookStore" },
2255
- "BookmarkAction": { "@id": "schema:BookmarkAction" },
2256
- "Boolean": { "@id": "schema:Boolean" },
2257
- "BorrowAction": { "@id": "schema:BorrowAction" },
2258
- "BowlingAlley": { "@id": "schema:BowlingAlley" },
2259
- "BrainStructure": { "@id": "schema:BrainStructure" },
2260
- "Brand": { "@id": "schema:Brand" },
2261
- "BreadcrumbList": { "@id": "schema:BreadcrumbList" },
2262
- "Brewery": { "@id": "schema:Brewery" },
2263
- "Bridge": { "@id": "schema:Bridge" },
2264
- "BroadcastChannel": { "@id": "schema:BroadcastChannel" },
2265
- "BroadcastEvent": { "@id": "schema:BroadcastEvent" },
2266
- "BroadcastFrequencySpecification": { "@id": "schema:BroadcastFrequencySpecification" },
2267
- "BroadcastRelease": { "@id": "schema:BroadcastRelease" },
2268
- "BroadcastService": { "@id": "schema:BroadcastService" },
2269
- "BrokerageAccount": { "@id": "schema:BrokerageAccount" },
2270
- "BuddhistTemple": { "@id": "schema:BuddhistTemple" },
2271
- "BusOrCoach": { "@id": "schema:BusOrCoach" },
2272
- "BusReservation": { "@id": "schema:BusReservation" },
2273
- "BusStation": { "@id": "schema:BusStation" },
2274
- "BusStop": { "@id": "schema:BusStop" },
2275
- "BusTrip": { "@id": "schema:BusTrip" },
2276
- "BusinessAudience": { "@id": "schema:BusinessAudience" },
2277
- "BusinessEntityType": { "@id": "schema:BusinessEntityType" },
2278
- "BusinessEvent": { "@id": "schema:BusinessEvent" },
2279
- "BusinessFunction": { "@id": "schema:BusinessFunction" },
2280
- "BusinessSupport": { "@id": "schema:BusinessSupport" },
2281
- "BuyAction": { "@id": "schema:BuyAction" },
2282
- "ByBankTransferInAdvance": { "@id": "schema:ByBankTransferInAdvance" },
2283
- "ByInvoice": { "@id": "schema:ByInvoice" },
2284
- "CDCPMDRecord": { "@id": "schema:CDCPMDRecord" },
2285
- "CDFormat": { "@id": "schema:CDFormat" },
2286
- "COD": { "@id": "schema:COD" },
2287
- "CT": { "@id": "schema:CT" },
2288
- "CableOrSatelliteService": { "@id": "schema:CableOrSatelliteService" },
2289
- "CafeOrCoffeeShop": { "@id": "schema:CafeOrCoffeeShop" },
2290
- "Campground": { "@id": "schema:Campground" },
2291
- "CampingPitch": { "@id": "schema:CampingPitch" },
2292
- "Canal": { "@id": "schema:Canal" },
2293
- "CancelAction": { "@id": "schema:CancelAction" },
2294
- "Car": { "@id": "schema:Car" },
2295
- "CarUsageType": { "@id": "schema:CarUsageType" },
2296
- "Cardiovascular": { "@id": "schema:Cardiovascular" },
2297
- "CardiovascularExam": { "@id": "schema:CardiovascularExam" },
2298
- "CaseSeries": { "@id": "schema:CaseSeries" },
2299
- "Cash": { "@id": "schema:Cash" },
2300
- "Casino": { "@id": "schema:Casino" },
2301
- "CassetteFormat": { "@id": "schema:CassetteFormat" },
2302
- "CategoryCode": { "@id": "schema:CategoryCode" },
2303
- "CategoryCodeSet": { "@id": "schema:CategoryCodeSet" },
2304
- "CatholicChurch": { "@id": "schema:CatholicChurch" },
2305
- "CausesHealthAspect": { "@id": "schema:CausesHealthAspect" },
2306
- "Cemetery": { "@id": "schema:Cemetery" },
2307
- "Certification": { "@id": "schema:Certification" },
2308
- "CertificationActive": { "@id": "schema:CertificationActive" },
2309
- "CertificationInactive": { "@id": "schema:CertificationInactive" },
2310
- "CertificationStatusEnumeration": { "@id": "schema:CertificationStatusEnumeration" },
2311
- "Chapter": { "@id": "schema:Chapter" },
2312
- "CharitableIncorporatedOrganization": { "@id": "schema:CharitableIncorporatedOrganization" },
2313
- "CheckAction": { "@id": "schema:CheckAction" },
2314
- "CheckInAction": { "@id": "schema:CheckInAction" },
2315
- "CheckInAdvance": { "@id": "schema:CheckInAdvance" },
2316
- "CheckOutAction": { "@id": "schema:CheckOutAction" },
2317
- "CheckoutPage": { "@id": "schema:CheckoutPage" },
2318
- "ChemicalSubstance": { "@id": "schema:ChemicalSubstance" },
2319
- "ChildCare": { "@id": "schema:ChildCare" },
2320
- "ChildrensEvent": { "@id": "schema:ChildrensEvent" },
2321
- "Chiropractic": { "@id": "schema:Chiropractic" },
2322
- "ChooseAction": { "@id": "schema:ChooseAction" },
2323
- "Church": { "@id": "schema:Church" },
2324
- "City": { "@id": "schema:City" },
2325
- "CityHall": { "@id": "schema:CityHall" },
2326
- "CivicStructure": { "@id": "schema:CivicStructure" },
2327
- "Claim": { "@id": "schema:Claim" },
2328
- "ClaimReview": { "@id": "schema:ClaimReview" },
2329
- "Class": { "@id": "schema:Class" },
2330
- "CleaningFee": { "@id": "schema:CleaningFee" },
2331
- "Clinician": { "@id": "schema:Clinician" },
2332
- "Clip": { "@id": "schema:Clip" },
2333
- "ClothingStore": { "@id": "schema:ClothingStore" },
2334
- "CoOp": { "@id": "schema:CoOp" },
2335
- "Code": { "@id": "schema:Code" },
2336
- "CohortStudy": { "@id": "schema:CohortStudy" },
2337
- "Collection": { "@id": "schema:Collection" },
2338
- "CollectionPage": { "@id": "schema:CollectionPage" },
2339
- "CollegeOrUniversity": { "@id": "schema:CollegeOrUniversity" },
2340
- "ComedyClub": { "@id": "schema:ComedyClub" },
2341
- "ComedyEvent": { "@id": "schema:ComedyEvent" },
2342
- "ComicCoverArt": { "@id": "schema:ComicCoverArt" },
2343
- "ComicIssue": { "@id": "schema:ComicIssue" },
2344
- "ComicSeries": { "@id": "schema:ComicSeries" },
2345
- "ComicStory": { "@id": "schema:ComicStory" },
2346
- "Comment": { "@id": "schema:Comment" },
2347
- "CommentAction": { "@id": "schema:CommentAction" },
2348
- "CommentPermission": { "@id": "schema:CommentPermission" },
2349
- "CommunicateAction": { "@id": "schema:CommunicateAction" },
2350
- "CommunityHealth": { "@id": "schema:CommunityHealth" },
2351
- "CompilationAlbum": { "@id": "schema:CompilationAlbum" },
2352
- "CompleteDataFeed": { "@id": "schema:CompleteDataFeed" },
2353
- "Completed": { "@id": "schema:Completed" },
2354
- "CompletedActionStatus": { "@id": "schema:CompletedActionStatus" },
2355
- "CompositeCaptureDigitalSource": { "@id": "schema:CompositeCaptureDigitalSource" },
2356
- "CompositeSyntheticDigitalSource": { "@id": "schema:CompositeSyntheticDigitalSource" },
2357
- "CompositeWithTrainedAlgorithmicMediaDigitalSource": { "@id": "schema:CompositeWithTrainedAlgorithmicMediaDigitalSource" },
2358
- "CompoundPriceSpecification": { "@id": "schema:CompoundPriceSpecification" },
2359
- "ComputerLanguage": { "@id": "schema:ComputerLanguage" },
2360
- "ComputerStore": { "@id": "schema:ComputerStore" },
2361
- "ConfirmAction": { "@id": "schema:ConfirmAction" },
2362
- "Consortium": { "@id": "schema:Consortium" },
2363
- "ConstraintNode": { "@id": "schema:ConstraintNode" },
2364
- "ConsumeAction": { "@id": "schema:ConsumeAction" },
2365
- "ContactPage": { "@id": "schema:ContactPage" },
2366
- "ContactPoint": { "@id": "schema:ContactPoint" },
2367
- "ContactPointOption": { "@id": "schema:ContactPointOption" },
2368
- "ContagiousnessHealthAspect": { "@id": "schema:ContagiousnessHealthAspect" },
2369
- "Continent": { "@id": "schema:Continent" },
2370
- "ControlAction": { "@id": "schema:ControlAction" },
2371
- "ConvenienceStore": { "@id": "schema:ConvenienceStore" },
2372
- "Conversation": { "@id": "schema:Conversation" },
2373
- "CookAction": { "@id": "schema:CookAction" },
2374
- "Corporation": { "@id": "schema:Corporation" },
2375
- "CorrectionComment": { "@id": "schema:CorrectionComment" },
2376
- "Country": { "@id": "schema:Country" },
2377
- "Course": { "@id": "schema:Course" },
2378
- "CourseInstance": { "@id": "schema:CourseInstance" },
2379
- "Courthouse": { "@id": "schema:Courthouse" },
2380
- "CoverArt": { "@id": "schema:CoverArt" },
2381
- "CovidTestingFacility": { "@id": "schema:CovidTestingFacility" },
2382
- "CreateAction": { "@id": "schema:CreateAction" },
2383
- "CreativeWork": { "@id": "schema:CreativeWork" },
2384
- "CreativeWorkSeason": { "@id": "schema:CreativeWorkSeason" },
2385
- "CreativeWorkSeries": { "@id": "schema:CreativeWorkSeries" },
2386
- "CreditCard": { "@id": "schema:CreditCard" },
2387
- "Crematorium": { "@id": "schema:Crematorium" },
2388
- "CriticReview": { "@id": "schema:CriticReview" },
2389
- "CrossSectional": { "@id": "schema:CrossSectional" },
2390
- "CssSelectorType": { "@id": "schema:CssSelectorType" },
2391
- "CurrencyConversionService": { "@id": "schema:CurrencyConversionService" },
2392
- "DDxElement": { "@id": "schema:DDxElement" },
2393
- "DJMixAlbum": { "@id": "schema:DJMixAlbum" },
2394
- "DVDFormat": { "@id": "schema:DVDFormat" },
2395
- "DamagedCondition": { "@id": "schema:DamagedCondition" },
2396
- "DanceEvent": { "@id": "schema:DanceEvent" },
2397
- "DanceGroup": { "@id": "schema:DanceGroup" },
2398
- "DangerousGoodConsideration": { "@id": "schema:DangerousGoodConsideration" },
2399
- "DataCatalog": { "@id": "schema:DataCatalog" },
2400
- "DataDownload": { "@id": "schema:DataDownload" },
2401
- "DataDrivenMediaDigitalSource": { "@id": "schema:DataDrivenMediaDigitalSource" },
2402
- "DataFeed": { "@id": "schema:DataFeed" },
2403
- "DataFeedItem": { "@id": "schema:DataFeedItem" },
2404
- "DataType": { "@id": "schema:DataType" },
2405
- "Dataset": { "@id": "schema:Dataset" },
2406
- "Date": { "@id": "schema:Date" },
2407
- "DateTime": { "@id": "schema:DateTime" },
2408
- "DatedMoneySpecification": { "@id": "schema:DatedMoneySpecification" },
2409
- "DayOfWeek": { "@id": "schema:DayOfWeek" },
2410
- "DaySpa": { "@id": "schema:DaySpa" },
2411
- "DeactivateAction": { "@id": "schema:DeactivateAction" },
2412
- "DecontextualizedContent": { "@id": "schema:DecontextualizedContent" },
2413
- "DefenceEstablishment": { "@id": "schema:DefenceEstablishment" },
2414
- "DefinedRegion": { "@id": "schema:DefinedRegion" },
2415
- "DefinedTerm": { "@id": "schema:DefinedTerm" },
2416
- "DefinedTermSet": { "@id": "schema:DefinedTermSet" },
2417
- "DefinitiveLegalValue": { "@id": "schema:DefinitiveLegalValue" },
2418
- "DeleteAction": { "@id": "schema:DeleteAction" },
2419
- "DeliveryChargeSpecification": { "@id": "schema:DeliveryChargeSpecification" },
2420
- "DeliveryEvent": { "@id": "schema:DeliveryEvent" },
2421
- "DeliveryMethod": { "@id": "schema:DeliveryMethod" },
2422
- "DeliveryTimeSettings": { "@id": "schema:DeliveryTimeSettings" },
2423
- "Demand": { "@id": "schema:Demand" },
2424
- "DemoAlbum": { "@id": "schema:DemoAlbum" },
2425
- "DemoGameAvailability": { "@id": "schema:DemoGameAvailability" },
2426
- "Dentist": { "@id": "schema:Dentist" },
2427
- "Dentistry": { "@id": "schema:Dentistry" },
2428
- "DepartAction": { "@id": "schema:DepartAction" },
2429
- "DepartmentStore": { "@id": "schema:DepartmentStore" },
2430
- "DepositAccount": { "@id": "schema:DepositAccount" },
2431
- "Dermatologic": { "@id": "schema:Dermatologic" },
2432
- "Dermatology": { "@id": "schema:Dermatology" },
2433
- "DesktopWebPlatform": { "@id": "schema:DesktopWebPlatform" },
2434
- "DiabeticDiet": { "@id": "schema:DiabeticDiet" },
2435
- "Diagnostic": { "@id": "schema:Diagnostic" },
2436
- "DiagnosticLab": { "@id": "schema:DiagnosticLab" },
2437
- "DiagnosticProcedure": { "@id": "schema:DiagnosticProcedure" },
2438
- "Diet": { "@id": "schema:Diet" },
2439
- "DietNutrition": { "@id": "schema:DietNutrition" },
2440
- "DietarySupplement": { "@id": "schema:DietarySupplement" },
2441
- "DigitalArtDigitalSource": { "@id": "schema:DigitalArtDigitalSource" },
2442
- "DigitalAudioTapeFormat": { "@id": "schema:DigitalAudioTapeFormat" },
2443
- "DigitalCaptureDigitalSource": { "@id": "schema:DigitalCaptureDigitalSource" },
2444
- "DigitalDocument": { "@id": "schema:DigitalDocument" },
2445
- "DigitalDocumentPermission": { "@id": "schema:DigitalDocumentPermission" },
2446
- "DigitalDocumentPermissionType": { "@id": "schema:DigitalDocumentPermissionType" },
2447
- "DigitalFormat": { "@id": "schema:DigitalFormat" },
2448
- "DigitalPlatformEnumeration": { "@id": "schema:DigitalPlatformEnumeration" },
2449
- "DirectDebit": { "@id": "schema:DirectDebit" },
2450
- "DisabilitySupport": { "@id": "schema:DisabilitySupport" },
2451
- "DisagreeAction": { "@id": "schema:DisagreeAction" },
2452
- "Discontinued": { "@id": "schema:Discontinued" },
2453
- "DiscoverAction": { "@id": "schema:DiscoverAction" },
2454
- "DiscussionForumPosting": { "@id": "schema:DiscussionForumPosting" },
2455
- "DislikeAction": { "@id": "schema:DislikeAction" },
2456
- "Distance": { "@id": "schema:Distance" },
2457
- "DistanceFee": { "@id": "schema:DistanceFee" },
2458
- "Distillery": { "@id": "schema:Distillery" },
2459
- "DonateAction": { "@id": "schema:DonateAction" },
2460
- "DoseSchedule": { "@id": "schema:DoseSchedule" },
2461
- "DoubleBlindedTrial": { "@id": "schema:DoubleBlindedTrial" },
2462
- "DownloadAction": { "@id": "schema:DownloadAction" },
2463
- "Downpayment": { "@id": "schema:Downpayment" },
2464
- "DrawAction": { "@id": "schema:DrawAction" },
2465
- "Drawing": { "@id": "schema:Drawing" },
2466
- "DrinkAction": { "@id": "schema:DrinkAction" },
2467
- "DriveWheelConfigurationValue": { "@id": "schema:DriveWheelConfigurationValue" },
2468
- "DrivingSchoolVehicleUsage": { "@id": "schema:DrivingSchoolVehicleUsage" },
2469
- "Drug": { "@id": "schema:Drug" },
2470
- "DrugClass": { "@id": "schema:DrugClass" },
2471
- "DrugCost": { "@id": "schema:DrugCost" },
2472
- "DrugCostCategory": { "@id": "schema:DrugCostCategory" },
2473
- "DrugLegalStatus": { "@id": "schema:DrugLegalStatus" },
2474
- "DrugPregnancyCategory": { "@id": "schema:DrugPregnancyCategory" },
2475
- "DrugPrescriptionStatus": { "@id": "schema:DrugPrescriptionStatus" },
2476
- "DrugStrength": { "@id": "schema:DrugStrength" },
2477
- "DryCleaningOrLaundry": { "@id": "schema:DryCleaningOrLaundry" },
2478
- "Duration": { "@id": "schema:Duration" },
2479
- "EBook": { "@id": "schema:EBook" },
2480
- "EPRelease": { "@id": "schema:EPRelease" },
2481
- "EUEnergyEfficiencyCategoryA": { "@id": "schema:EUEnergyEfficiencyCategoryA" },
2482
- "EUEnergyEfficiencyCategoryA1Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA1Plus" },
2483
- "EUEnergyEfficiencyCategoryA2Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA2Plus" },
2484
- "EUEnergyEfficiencyCategoryA3Plus": { "@id": "schema:EUEnergyEfficiencyCategoryA3Plus" },
2485
- "EUEnergyEfficiencyCategoryB": { "@id": "schema:EUEnergyEfficiencyCategoryB" },
2486
- "EUEnergyEfficiencyCategoryC": { "@id": "schema:EUEnergyEfficiencyCategoryC" },
2487
- "EUEnergyEfficiencyCategoryD": { "@id": "schema:EUEnergyEfficiencyCategoryD" },
2488
- "EUEnergyEfficiencyCategoryE": { "@id": "schema:EUEnergyEfficiencyCategoryE" },
2489
- "EUEnergyEfficiencyCategoryF": { "@id": "schema:EUEnergyEfficiencyCategoryF" },
2490
- "EUEnergyEfficiencyCategoryG": { "@id": "schema:EUEnergyEfficiencyCategoryG" },
2491
- "EUEnergyEfficiencyEnumeration": { "@id": "schema:EUEnergyEfficiencyEnumeration" },
2492
- "Ear": { "@id": "schema:Ear" },
2493
- "EatAction": { "@id": "schema:EatAction" },
2494
- "EditedOrCroppedContent": { "@id": "schema:EditedOrCroppedContent" },
2495
- "EducationEvent": { "@id": "schema:EducationEvent" },
2496
- "EducationalAudience": { "@id": "schema:EducationalAudience" },
2497
- "EducationalOccupationalCredential": { "@id": "schema:EducationalOccupationalCredential" },
2498
- "EducationalOccupationalProgram": { "@id": "schema:EducationalOccupationalProgram" },
2499
- "EducationalOrganization": { "@id": "schema:EducationalOrganization" },
2500
- "EffectivenessHealthAspect": { "@id": "schema:EffectivenessHealthAspect" },
2501
- "Electrician": { "@id": "schema:Electrician" },
2502
- "ElectronicsStore": { "@id": "schema:ElectronicsStore" },
2503
- "ElementarySchool": { "@id": "schema:ElementarySchool" },
2504
- "EmailMessage": { "@id": "schema:EmailMessage" },
2505
- "Embassy": { "@id": "schema:Embassy" },
2506
- "Emergency": { "@id": "schema:Emergency" },
2507
- "EmergencyService": { "@id": "schema:EmergencyService" },
2508
- "EmployeeRole": { "@id": "schema:EmployeeRole" },
2509
- "EmployerAggregateRating": { "@id": "schema:EmployerAggregateRating" },
2510
- "EmployerReview": { "@id": "schema:EmployerReview" },
2511
- "EmploymentAgency": { "@id": "schema:EmploymentAgency" },
2512
- "Endocrine": { "@id": "schema:Endocrine" },
2513
- "EndorseAction": { "@id": "schema:EndorseAction" },
2514
- "EndorsementRating": { "@id": "schema:EndorsementRating" },
2515
- "Energy": { "@id": "schema:Energy" },
2516
- "EnergyConsumptionDetails": { "@id": "schema:EnergyConsumptionDetails" },
2517
- "EnergyEfficiencyEnumeration": { "@id": "schema:EnergyEfficiencyEnumeration" },
2518
- "EnergyStarCertified": { "@id": "schema:EnergyStarCertified" },
2519
- "EnergyStarEnergyEfficiencyEnumeration": { "@id": "schema:EnergyStarEnergyEfficiencyEnumeration" },
2520
- "EngineSpecification": { "@id": "schema:EngineSpecification" },
2521
- "EnrollingByInvitation": { "@id": "schema:EnrollingByInvitation" },
2522
- "EntertainmentBusiness": { "@id": "schema:EntertainmentBusiness" },
2523
- "EntryPoint": { "@id": "schema:EntryPoint" },
2524
- "Enumeration": { "@id": "schema:Enumeration" },
2525
- "Episode": { "@id": "schema:Episode" },
2526
- "Event": { "@id": "schema:Event" },
2527
- "EventAttendanceModeEnumeration": { "@id": "schema:EventAttendanceModeEnumeration" },
2528
- "EventCancelled": { "@id": "schema:EventCancelled" },
2529
- "EventMovedOnline": { "@id": "schema:EventMovedOnline" },
2530
- "EventPostponed": { "@id": "schema:EventPostponed" },
2531
- "EventRescheduled": { "@id": "schema:EventRescheduled" },
2532
- "EventReservation": { "@id": "schema:EventReservation" },
2533
- "EventScheduled": { "@id": "schema:EventScheduled" },
2534
- "EventSeries": { "@id": "schema:EventSeries" },
2535
- "EventStatusType": { "@id": "schema:EventStatusType" },
2536
- "EventVenue": { "@id": "schema:EventVenue" },
2537
- "EvidenceLevelA": { "@id": "schema:EvidenceLevelA" },
2538
- "EvidenceLevelB": { "@id": "schema:EvidenceLevelB" },
2539
- "EvidenceLevelC": { "@id": "schema:EvidenceLevelC" },
2540
- "ExampleMeasurementMethodEnum": { "@id": "schema:ExampleMeasurementMethodEnum" },
2541
- "ExchangeRateSpecification": { "@id": "schema:ExchangeRateSpecification" },
2542
- "ExchangeRefund": { "@id": "schema:ExchangeRefund" },
2543
- "ExerciseAction": { "@id": "schema:ExerciseAction" },
2544
- "ExerciseGym": { "@id": "schema:ExerciseGym" },
2545
- "ExercisePlan": { "@id": "schema:ExercisePlan" },
2546
- "ExhibitionEvent": { "@id": "schema:ExhibitionEvent" },
2547
- "Eye": { "@id": "schema:Eye" },
2548
- "FAQPage": { "@id": "schema:FAQPage" },
2549
- "FDAcategoryA": { "@id": "schema:FDAcategoryA" },
2550
- "FDAcategoryB": { "@id": "schema:FDAcategoryB" },
2551
- "FDAcategoryC": { "@id": "schema:FDAcategoryC" },
2552
- "FDAcategoryD": { "@id": "schema:FDAcategoryD" },
2553
- "FDAcategoryX": { "@id": "schema:FDAcategoryX" },
2554
- "FDAnotEvaluated": { "@id": "schema:FDAnotEvaluated" },
2555
- "FMRadioChannel": { "@id": "schema:FMRadioChannel" },
2556
- "FailedActionStatus": { "@id": "schema:FailedActionStatus" },
2557
- "False": { "@id": "schema:False" },
2558
- "FastFoodRestaurant": { "@id": "schema:FastFoodRestaurant" },
2559
- "Female": { "@id": "schema:Female" },
2560
- "Festival": { "@id": "schema:Festival" },
2561
- "FilmAction": { "@id": "schema:FilmAction" },
2562
- "FinancialProduct": { "@id": "schema:FinancialProduct" },
2563
- "FinancialService": { "@id": "schema:FinancialService" },
2564
- "FindAction": { "@id": "schema:FindAction" },
2565
- "FireStation": { "@id": "schema:FireStation" },
2566
- "Flexibility": { "@id": "schema:Flexibility" },
2567
- "Flight": { "@id": "schema:Flight" },
2568
- "FlightReservation": { "@id": "schema:FlightReservation" },
2569
- "Float": { "@id": "schema:Float" },
2570
- "FloorPlan": { "@id": "schema:FloorPlan" },
2571
- "Florist": { "@id": "schema:Florist" },
2572
- "FollowAction": { "@id": "schema:FollowAction" },
2573
- "FoodEstablishment": { "@id": "schema:FoodEstablishment" },
2574
- "FoodEstablishmentReservation": { "@id": "schema:FoodEstablishmentReservation" },
2575
- "FoodEvent": { "@id": "schema:FoodEvent" },
2576
- "FoodService": { "@id": "schema:FoodService" },
2577
- "FourWheelDriveConfiguration": { "@id": "schema:FourWheelDriveConfiguration" },
2578
- "FreeReturn": { "@id": "schema:FreeReturn" },
2579
- "Friday": { "@id": "schema:Friday" },
2580
- "FrontWheelDriveConfiguration": { "@id": "schema:FrontWheelDriveConfiguration" },
2581
- "FullGameAvailability": { "@id": "schema:FullGameAvailability" },
2582
- "FullRefund": { "@id": "schema:FullRefund" },
2583
- "FundingAgency": { "@id": "schema:FundingAgency" },
2584
- "FundingScheme": { "@id": "schema:FundingScheme" },
2585
- "Fungus": { "@id": "schema:Fungus" },
2586
- "FurnitureStore": { "@id": "schema:FurnitureStore" },
2587
- "Game": { "@id": "schema:Game" },
2588
- "GameAvailabilityEnumeration": { "@id": "schema:GameAvailabilityEnumeration" },
2589
- "GamePlayMode": { "@id": "schema:GamePlayMode" },
2590
- "GameServer": { "@id": "schema:GameServer" },
2591
- "GameServerStatus": { "@id": "schema:GameServerStatus" },
2592
- "GardenStore": { "@id": "schema:GardenStore" },
2593
- "GasStation": { "@id": "schema:GasStation" },
2594
- "Gastroenterologic": { "@id": "schema:Gastroenterologic" },
2595
- "GatedResidenceCommunity": { "@id": "schema:GatedResidenceCommunity" },
2596
- "GenderType": { "@id": "schema:GenderType" },
2597
- "Gene": { "@id": "schema:Gene" },
2598
- "GeneralContractor": { "@id": "schema:GeneralContractor" },
2599
- "GenericWebPlatform": { "@id": "schema:GenericWebPlatform" },
2600
- "Genetic": { "@id": "schema:Genetic" },
2601
- "Genitourinary": { "@id": "schema:Genitourinary" },
2602
- "GeoCircle": { "@id": "schema:GeoCircle" },
2603
- "GeoCoordinates": { "@id": "schema:GeoCoordinates" },
2604
- "GeoShape": { "@id": "schema:GeoShape" },
2605
- "GeospatialGeometry": { "@id": "schema:GeospatialGeometry" },
2606
- "Geriatric": { "@id": "schema:Geriatric" },
2607
- "GettingAccessHealthAspect": { "@id": "schema:GettingAccessHealthAspect" },
2608
- "GiveAction": { "@id": "schema:GiveAction" },
2609
- "GlutenFreeDiet": { "@id": "schema:GlutenFreeDiet" },
2610
- "GolfCourse": { "@id": "schema:GolfCourse" },
2611
- "GovernmentBenefitsType": { "@id": "schema:GovernmentBenefitsType" },
2612
- "GovernmentBuilding": { "@id": "schema:GovernmentBuilding" },
2613
- "GovernmentOffice": { "@id": "schema:GovernmentOffice" },
2614
- "GovernmentOrganization": { "@id": "schema:GovernmentOrganization" },
2615
- "GovernmentPermit": { "@id": "schema:GovernmentPermit" },
2616
- "GovernmentService": { "@id": "schema:GovernmentService" },
2617
- "Grant": { "@id": "schema:Grant" },
2618
- "GraphicNovel": { "@id": "schema:GraphicNovel" },
2619
- "GroceryStore": { "@id": "schema:GroceryStore" },
2620
- "GroupBoardingPolicy": { "@id": "schema:GroupBoardingPolicy" },
2621
- "Guide": { "@id": "schema:Guide" },
2622
- "Gynecologic": { "@id": "schema:Gynecologic" },
2623
- "HVACBusiness": { "@id": "schema:HVACBusiness" },
2624
- "Hackathon": { "@id": "schema:Hackathon" },
2625
- "HairSalon": { "@id": "schema:HairSalon" },
2626
- "HalalDiet": { "@id": "schema:HalalDiet" },
2627
- "Hardcover": { "@id": "schema:Hardcover" },
2628
- "HardwareStore": { "@id": "schema:HardwareStore" },
2629
- "Head": { "@id": "schema:Head" },
2630
- "HealthAndBeautyBusiness": { "@id": "schema:HealthAndBeautyBusiness" },
2631
- "HealthAspectEnumeration": { "@id": "schema:HealthAspectEnumeration" },
2632
- "HealthCare": { "@id": "schema:HealthCare" },
2633
- "HealthClub": { "@id": "schema:HealthClub" },
2634
- "HealthInsurancePlan": { "@id": "schema:HealthInsurancePlan" },
2635
- "HealthPlanCostSharingSpecification": { "@id": "schema:HealthPlanCostSharingSpecification" },
2636
- "HealthPlanFormulary": { "@id": "schema:HealthPlanFormulary" },
2637
- "HealthPlanNetwork": { "@id": "schema:HealthPlanNetwork" },
2638
- "HealthTopicContent": { "@id": "schema:HealthTopicContent" },
2639
- "HealthcareConsideration": { "@id": "schema:HealthcareConsideration" },
2640
- "HearingImpairedSupported": { "@id": "schema:HearingImpairedSupported" },
2641
- "Hematologic": { "@id": "schema:Hematologic" },
2642
- "HighSchool": { "@id": "schema:HighSchool" },
2643
- "HinduDiet": { "@id": "schema:HinduDiet" },
2644
- "HinduTemple": { "@id": "schema:HinduTemple" },
2645
- "HobbyShop": { "@id": "schema:HobbyShop" },
2646
- "HomeAndConstructionBusiness": { "@id": "schema:HomeAndConstructionBusiness" },
2647
- "HomeGoodsStore": { "@id": "schema:HomeGoodsStore" },
2648
- "Homeopathic": { "@id": "schema:Homeopathic" },
2649
- "Hospital": { "@id": "schema:Hospital" },
2650
- "Hostel": { "@id": "schema:Hostel" },
2651
- "Hotel": { "@id": "schema:Hotel" },
2652
- "HotelRoom": { "@id": "schema:HotelRoom" },
2653
- "House": { "@id": "schema:House" },
2654
- "HousePainter": { "@id": "schema:HousePainter" },
2655
- "HowItWorksHealthAspect": { "@id": "schema:HowItWorksHealthAspect" },
2656
- "HowOrWhereHealthAspect": { "@id": "schema:HowOrWhereHealthAspect" },
2657
- "HowTo": { "@id": "schema:HowTo" },
2658
- "HowToDirection": { "@id": "schema:HowToDirection" },
2659
- "HowToItem": { "@id": "schema:HowToItem" },
2660
- "HowToSection": { "@id": "schema:HowToSection" },
2661
- "HowToStep": { "@id": "schema:HowToStep" },
2662
- "HowToSupply": { "@id": "schema:HowToSupply" },
2663
- "HowToTip": { "@id": "schema:HowToTip" },
2664
- "HowToTool": { "@id": "schema:HowToTool" },
2665
- "HyperToc": { "@id": "schema:HyperToc" },
2666
- "HyperTocEntry": { "@id": "schema:HyperTocEntry" },
2667
- "IOSPlatform": { "@id": "schema:IOSPlatform" },
2668
- "IPTCDigitalSourceEnumeration": { "@id": "schema:IPTCDigitalSourceEnumeration" },
2669
- "IceCreamShop": { "@id": "schema:IceCreamShop" },
2670
- "IgnoreAction": { "@id": "schema:IgnoreAction" },
2671
- "ImageGallery": { "@id": "schema:ImageGallery" },
2672
- "ImageObject": { "@id": "schema:ImageObject" },
2673
- "ImageObjectSnapshot": { "@id": "schema:ImageObjectSnapshot" },
2674
- "ImagingTest": { "@id": "schema:ImagingTest" },
2675
- "InForce": { "@id": "schema:InForce" },
2676
- "InStock": { "@id": "schema:InStock" },
2677
- "InStoreOnly": { "@id": "schema:InStoreOnly" },
2678
- "InStorePrepay": { "@id": "schema:InStorePrepay" },
2679
- "IndividualPhysician": { "@id": "schema:IndividualPhysician" },
2680
- "IndividualProduct": { "@id": "schema:IndividualProduct" },
2681
- "Infectious": { "@id": "schema:Infectious" },
2682
- "InfectiousAgentClass": { "@id": "schema:InfectiousAgentClass" },
2683
- "InfectiousDisease": { "@id": "schema:InfectiousDisease" },
2684
- "InformAction": { "@id": "schema:InformAction" },
2685
- "IngredientsHealthAspect": { "@id": "schema:IngredientsHealthAspect" },
2686
- "InsertAction": { "@id": "schema:InsertAction" },
2687
- "InstallAction": { "@id": "schema:InstallAction" },
2688
- "Installment": { "@id": "schema:Installment" },
2689
- "InsuranceAgency": { "@id": "schema:InsuranceAgency" },
2690
- "Intangible": { "@id": "schema:Intangible" },
2691
- "Integer": { "@id": "schema:Integer" },
2692
- "InteractAction": { "@id": "schema:InteractAction" },
2693
- "InteractionCounter": { "@id": "schema:InteractionCounter" },
2694
- "InternationalTrial": { "@id": "schema:InternationalTrial" },
2695
- "InternetCafe": { "@id": "schema:InternetCafe" },
2696
- "InvestmentFund": { "@id": "schema:InvestmentFund" },
2697
- "InvestmentOrDeposit": { "@id": "schema:InvestmentOrDeposit" },
2698
- "InviteAction": { "@id": "schema:InviteAction" },
2699
- "Invoice": { "@id": "schema:Invoice" },
2700
- "InvoicePrice": { "@id": "schema:InvoicePrice" },
2701
- "ItemAvailability": { "@id": "schema:ItemAvailability" },
2702
- "ItemList": { "@id": "schema:ItemList" },
2703
- "ItemListOrderAscending": { "@id": "schema:ItemListOrderAscending" },
2704
- "ItemListOrderDescending": { "@id": "schema:ItemListOrderDescending" },
2705
- "ItemListOrderType": { "@id": "schema:ItemListOrderType" },
2706
- "ItemListUnordered": { "@id": "schema:ItemListUnordered" },
2707
- "ItemPage": { "@id": "schema:ItemPage" },
2708
- "JewelryStore": { "@id": "schema:JewelryStore" },
2709
- "JobPosting": { "@id": "schema:JobPosting" },
2710
- "JoinAction": { "@id": "schema:JoinAction" },
2711
- "Joint": { "@id": "schema:Joint" },
2712
- "KeepProduct": { "@id": "schema:KeepProduct" },
2713
- "KosherDiet": { "@id": "schema:KosherDiet" },
2714
- "LaboratoryScience": { "@id": "schema:LaboratoryScience" },
2715
- "LakeBodyOfWater": { "@id": "schema:LakeBodyOfWater" },
2716
- "Landform": { "@id": "schema:Landform" },
2717
- "LandmarksOrHistoricalBuildings": { "@id": "schema:LandmarksOrHistoricalBuildings" },
2718
- "Language": { "@id": "schema:Language" },
2719
- "LaserDiscFormat": { "@id": "schema:LaserDiscFormat" },
2720
- "LearningResource": { "@id": "schema:LearningResource" },
2721
- "LeaveAction": { "@id": "schema:LeaveAction" },
2722
- "LeftHandDriving": { "@id": "schema:LeftHandDriving" },
2723
- "LegalForceStatus": { "@id": "schema:LegalForceStatus" },
2724
- "LegalService": { "@id": "schema:LegalService" },
2725
- "LegalValueLevel": { "@id": "schema:LegalValueLevel" },
2726
- "Legislation": { "@id": "schema:Legislation" },
2727
- "LegislationObject": { "@id": "schema:LegislationObject" },
2728
- "LegislativeBuilding": { "@id": "schema:LegislativeBuilding" },
2729
- "LeisureTimeActivity": { "@id": "schema:LeisureTimeActivity" },
2730
- "LendAction": { "@id": "schema:LendAction" },
2731
- "Library": { "@id": "schema:Library" },
2732
- "LibrarySystem": { "@id": "schema:LibrarySystem" },
2733
- "LifestyleModification": { "@id": "schema:LifestyleModification" },
2734
- "Ligament": { "@id": "schema:Ligament" },
2735
- "LikeAction": { "@id": "schema:LikeAction" },
2736
- "LimitedAvailability": { "@id": "schema:LimitedAvailability" },
2737
- "LimitedByGuaranteeCharity": { "@id": "schema:LimitedByGuaranteeCharity" },
2738
- "LinkRole": { "@id": "schema:LinkRole" },
2739
- "LiquorStore": { "@id": "schema:LiquorStore" },
2740
- "ListItem": { "@id": "schema:ListItem" },
2741
- "ListPrice": { "@id": "schema:ListPrice" },
2742
- "ListenAction": { "@id": "schema:ListenAction" },
2743
- "LiteraryEvent": { "@id": "schema:LiteraryEvent" },
2744
- "LiveAlbum": { "@id": "schema:LiveAlbum" },
2745
- "LiveBlogPosting": { "@id": "schema:LiveBlogPosting" },
2746
- "LivingWithHealthAspect": { "@id": "schema:LivingWithHealthAspect" },
2747
- "LoanOrCredit": { "@id": "schema:LoanOrCredit" },
2748
- "LocalBusiness": { "@id": "schema:LocalBusiness" },
2749
- "LocationFeatureSpecification": { "@id": "schema:LocationFeatureSpecification" },
2750
- "LockerDelivery": { "@id": "schema:LockerDelivery" },
2751
- "Locksmith": { "@id": "schema:Locksmith" },
2752
- "LodgingBusiness": { "@id": "schema:LodgingBusiness" },
2753
- "LodgingReservation": { "@id": "schema:LodgingReservation" },
2754
- "Longitudinal": { "@id": "schema:Longitudinal" },
2755
- "LoseAction": { "@id": "schema:LoseAction" },
2756
- "LowCalorieDiet": { "@id": "schema:LowCalorieDiet" },
2757
- "LowFatDiet": { "@id": "schema:LowFatDiet" },
2758
- "LowLactoseDiet": { "@id": "schema:LowLactoseDiet" },
2759
- "LowSaltDiet": { "@id": "schema:LowSaltDiet" },
2760
- "Lung": { "@id": "schema:Lung" },
2761
- "LymphaticVessel": { "@id": "schema:LymphaticVessel" },
2762
- "MRI": { "@id": "schema:MRI" },
2763
- "MSRP": { "@id": "schema:MSRP" },
2764
- "MadeToOrder": { "@id": "schema:MadeToOrder" },
2765
- "Male": { "@id": "schema:Male" },
2766
- "Manuscript": { "@id": "schema:Manuscript" },
2767
- "Map": { "@id": "schema:Map" },
2768
- "MapCategoryType": { "@id": "schema:MapCategoryType" },
2769
- "MarryAction": { "@id": "schema:MarryAction" },
2770
- "Mass": { "@id": "schema:Mass" },
2771
- "MathSolver": { "@id": "schema:MathSolver" },
2772
- "MaximumDoseSchedule": { "@id": "schema:MaximumDoseSchedule" },
2773
- "MayTreatHealthAspect": { "@id": "schema:MayTreatHealthAspect" },
2774
- "MeasurementMethodEnum": { "@id": "schema:MeasurementMethodEnum" },
2775
- "MeasurementTypeEnumeration": { "@id": "schema:MeasurementTypeEnumeration" },
2776
- "MediaEnumeration": { "@id": "schema:MediaEnumeration" },
2777
- "MediaGallery": { "@id": "schema:MediaGallery" },
2778
- "MediaManipulationRatingEnumeration": { "@id": "schema:MediaManipulationRatingEnumeration" },
2779
- "MediaObject": { "@id": "schema:MediaObject" },
2780
- "MediaReview": { "@id": "schema:MediaReview" },
2781
- "MediaReviewItem": { "@id": "schema:MediaReviewItem" },
2782
- "MediaSubscription": { "@id": "schema:MediaSubscription" },
2783
- "MedicalAudience": { "@id": "schema:MedicalAudience" },
2784
- "MedicalAudienceType": { "@id": "schema:MedicalAudienceType" },
2785
- "MedicalBusiness": { "@id": "schema:MedicalBusiness" },
2786
- "MedicalCause": { "@id": "schema:MedicalCause" },
2787
- "MedicalClinic": { "@id": "schema:MedicalClinic" },
2788
- "MedicalCode": { "@id": "schema:MedicalCode" },
2789
- "MedicalCondition": { "@id": "schema:MedicalCondition" },
2790
- "MedicalConditionStage": { "@id": "schema:MedicalConditionStage" },
2791
- "MedicalContraindication": { "@id": "schema:MedicalContraindication" },
2792
- "MedicalDevice": { "@id": "schema:MedicalDevice" },
2793
- "MedicalDevicePurpose": { "@id": "schema:MedicalDevicePurpose" },
2794
- "MedicalEntity": { "@id": "schema:MedicalEntity" },
2795
- "MedicalEnumeration": { "@id": "schema:MedicalEnumeration" },
2796
- "MedicalEvidenceLevel": { "@id": "schema:MedicalEvidenceLevel" },
2797
- "MedicalGuideline": { "@id": "schema:MedicalGuideline" },
2798
- "MedicalGuidelineContraindication": { "@id": "schema:MedicalGuidelineContraindication" },
2799
- "MedicalGuidelineRecommendation": { "@id": "schema:MedicalGuidelineRecommendation" },
2800
- "MedicalImagingTechnique": { "@id": "schema:MedicalImagingTechnique" },
2801
- "MedicalIndication": { "@id": "schema:MedicalIndication" },
2802
- "MedicalIntangible": { "@id": "schema:MedicalIntangible" },
2803
- "MedicalObservationalStudy": { "@id": "schema:MedicalObservationalStudy" },
2804
- "MedicalObservationalStudyDesign": { "@id": "schema:MedicalObservationalStudyDesign" },
2805
- "MedicalOrganization": { "@id": "schema:MedicalOrganization" },
2806
- "MedicalProcedure": { "@id": "schema:MedicalProcedure" },
2807
- "MedicalProcedureType": { "@id": "schema:MedicalProcedureType" },
2808
- "MedicalResearcher": { "@id": "schema:MedicalResearcher" },
2809
- "MedicalRiskCalculator": { "@id": "schema:MedicalRiskCalculator" },
2810
- "MedicalRiskEstimator": { "@id": "schema:MedicalRiskEstimator" },
2811
- "MedicalRiskFactor": { "@id": "schema:MedicalRiskFactor" },
2812
- "MedicalRiskScore": { "@id": "schema:MedicalRiskScore" },
2813
- "MedicalScholarlyArticle": { "@id": "schema:MedicalScholarlyArticle" },
2814
- "MedicalSign": { "@id": "schema:MedicalSign" },
2815
- "MedicalSignOrSymptom": { "@id": "schema:MedicalSignOrSymptom" },
2816
- "MedicalSpecialty": { "@id": "schema:MedicalSpecialty" },
2817
- "MedicalStudy": { "@id": "schema:MedicalStudy" },
2818
- "MedicalStudyStatus": { "@id": "schema:MedicalStudyStatus" },
2819
- "MedicalSymptom": { "@id": "schema:MedicalSymptom" },
2820
- "MedicalTest": { "@id": "schema:MedicalTest" },
2821
- "MedicalTestPanel": { "@id": "schema:MedicalTestPanel" },
2822
- "MedicalTherapy": { "@id": "schema:MedicalTherapy" },
2823
- "MedicalTrial": { "@id": "schema:MedicalTrial" },
2824
- "MedicalTrialDesign": { "@id": "schema:MedicalTrialDesign" },
2825
- "MedicalWebPage": { "@id": "schema:MedicalWebPage" },
2826
- "MedicineSystem": { "@id": "schema:MedicineSystem" },
2827
- "MeetingRoom": { "@id": "schema:MeetingRoom" },
2828
- "MemberProgram": { "@id": "schema:MemberProgram" },
2829
- "MemberProgramTier": { "@id": "schema:MemberProgramTier" },
2830
- "MensClothingStore": { "@id": "schema:MensClothingStore" },
2831
- "Menu": { "@id": "schema:Menu" },
2832
- "MenuItem": { "@id": "schema:MenuItem" },
2833
- "MenuSection": { "@id": "schema:MenuSection" },
2834
- "MerchantReturnEnumeration": { "@id": "schema:MerchantReturnEnumeration" },
2835
- "MerchantReturnFiniteReturnWindow": { "@id": "schema:MerchantReturnFiniteReturnWindow" },
2836
- "MerchantReturnNotPermitted": { "@id": "schema:MerchantReturnNotPermitted" },
2837
- "MerchantReturnPolicy": { "@id": "schema:MerchantReturnPolicy" },
2838
- "MerchantReturnPolicySeasonalOverride": { "@id": "schema:MerchantReturnPolicySeasonalOverride" },
2839
- "MerchantReturnUnlimitedWindow": { "@id": "schema:MerchantReturnUnlimitedWindow" },
2840
- "MerchantReturnUnspecified": { "@id": "schema:MerchantReturnUnspecified" },
2841
- "Message": { "@id": "schema:Message" },
2842
- "MiddleSchool": { "@id": "schema:MiddleSchool" },
2843
- "Midwifery": { "@id": "schema:Midwifery" },
2844
- "MinimumAdvertisedPrice": { "@id": "schema:MinimumAdvertisedPrice" },
2845
- "MinorHumanEditsDigitalSource": { "@id": "schema:MinorHumanEditsDigitalSource" },
2846
- "MisconceptionsHealthAspect": { "@id": "schema:MisconceptionsHealthAspect" },
2847
- "MixedEventAttendanceMode": { "@id": "schema:MixedEventAttendanceMode" },
2848
- "MixtapeAlbum": { "@id": "schema:MixtapeAlbum" },
2849
- "MobileApplication": { "@id": "schema:MobileApplication" },
2850
- "MobilePhoneStore": { "@id": "schema:MobilePhoneStore" },
2851
- "MobileWebPlatform": { "@id": "schema:MobileWebPlatform" },
2852
- "MolecularEntity": { "@id": "schema:MolecularEntity" },
2853
- "Monday": { "@id": "schema:Monday" },
2854
- "MonetaryAmount": { "@id": "schema:MonetaryAmount" },
2855
- "MonetaryAmountDistribution": { "@id": "schema:MonetaryAmountDistribution" },
2856
- "MonetaryGrant": { "@id": "schema:MonetaryGrant" },
2857
- "MoneyTransfer": { "@id": "schema:MoneyTransfer" },
2858
- "MortgageLoan": { "@id": "schema:MortgageLoan" },
2859
- "Mosque": { "@id": "schema:Mosque" },
2860
- "Motel": { "@id": "schema:Motel" },
2861
- "Motorcycle": { "@id": "schema:Motorcycle" },
2862
- "MotorcycleDealer": { "@id": "schema:MotorcycleDealer" },
2863
- "MotorcycleRepair": { "@id": "schema:MotorcycleRepair" },
2864
- "MotorizedBicycle": { "@id": "schema:MotorizedBicycle" },
2865
- "Mountain": { "@id": "schema:Mountain" },
2866
- "MoveAction": { "@id": "schema:MoveAction" },
2867
- "Movie": { "@id": "schema:Movie" },
2868
- "MovieClip": { "@id": "schema:MovieClip" },
2869
- "MovieRentalStore": { "@id": "schema:MovieRentalStore" },
2870
- "MovieSeries": { "@id": "schema:MovieSeries" },
2871
- "MovieTheater": { "@id": "schema:MovieTheater" },
2872
- "MovingCompany": { "@id": "schema:MovingCompany" },
2873
- "MultiCenterTrial": { "@id": "schema:MultiCenterTrial" },
2874
- "MultiPlayer": { "@id": "schema:MultiPlayer" },
2875
- "MulticellularParasite": { "@id": "schema:MulticellularParasite" },
2876
- "Muscle": { "@id": "schema:Muscle" },
2877
- "Musculoskeletal": { "@id": "schema:Musculoskeletal" },
2878
- "MusculoskeletalExam": { "@id": "schema:MusculoskeletalExam" },
2879
- "Museum": { "@id": "schema:Museum" },
2880
- "MusicAlbum": { "@id": "schema:MusicAlbum" },
2881
- "MusicAlbumProductionType": { "@id": "schema:MusicAlbumProductionType" },
2882
- "MusicAlbumReleaseType": { "@id": "schema:MusicAlbumReleaseType" },
2883
- "MusicComposition": { "@id": "schema:MusicComposition" },
2884
- "MusicEvent": { "@id": "schema:MusicEvent" },
2885
- "MusicGroup": { "@id": "schema:MusicGroup" },
2886
- "MusicPlaylist": { "@id": "schema:MusicPlaylist" },
2887
- "MusicRecording": { "@id": "schema:MusicRecording" },
2888
- "MusicRelease": { "@id": "schema:MusicRelease" },
2889
- "MusicReleaseFormatType": { "@id": "schema:MusicReleaseFormatType" },
2890
- "MusicStore": { "@id": "schema:MusicStore" },
2891
- "MusicVenue": { "@id": "schema:MusicVenue" },
2892
- "MusicVideoObject": { "@id": "schema:MusicVideoObject" },
2893
- "NGO": { "@id": "schema:NGO" },
2894
- "NLNonprofitType": { "@id": "schema:NLNonprofitType" },
2895
- "NailSalon": { "@id": "schema:NailSalon" },
2896
- "NarcoticConsideration": { "@id": "schema:NarcoticConsideration" },
2897
- "Neck": { "@id": "schema:Neck" },
2898
- "NegativeFilmDigitalSource": { "@id": "schema:NegativeFilmDigitalSource" },
2899
- "Nerve": { "@id": "schema:Nerve" },
2900
- "Neuro": { "@id": "schema:Neuro" },
2901
- "Neurologic": { "@id": "schema:Neurologic" },
2902
- "NewCondition": { "@id": "schema:NewCondition" },
2903
- "NewsArticle": { "@id": "schema:NewsArticle" },
2904
- "NewsMediaOrganization": { "@id": "schema:NewsMediaOrganization" },
2905
- "Newspaper": { "@id": "schema:Newspaper" },
2906
- "NightClub": { "@id": "schema:NightClub" },
2907
- "NoninvasiveProcedure": { "@id": "schema:NoninvasiveProcedure" },
2908
- "Nonprofit501a": { "@id": "schema:Nonprofit501a" },
2909
- "Nonprofit501c1": { "@id": "schema:Nonprofit501c1" },
2910
- "Nonprofit501c10": { "@id": "schema:Nonprofit501c10" },
2911
- "Nonprofit501c11": { "@id": "schema:Nonprofit501c11" },
2912
- "Nonprofit501c12": { "@id": "schema:Nonprofit501c12" },
2913
- "Nonprofit501c13": { "@id": "schema:Nonprofit501c13" },
2914
- "Nonprofit501c14": { "@id": "schema:Nonprofit501c14" },
2915
- "Nonprofit501c15": { "@id": "schema:Nonprofit501c15" },
2916
- "Nonprofit501c16": { "@id": "schema:Nonprofit501c16" },
2917
- "Nonprofit501c17": { "@id": "schema:Nonprofit501c17" },
2918
- "Nonprofit501c18": { "@id": "schema:Nonprofit501c18" },
2919
- "Nonprofit501c19": { "@id": "schema:Nonprofit501c19" },
2920
- "Nonprofit501c2": { "@id": "schema:Nonprofit501c2" },
2921
- "Nonprofit501c20": { "@id": "schema:Nonprofit501c20" },
2922
- "Nonprofit501c21": { "@id": "schema:Nonprofit501c21" },
2923
- "Nonprofit501c22": { "@id": "schema:Nonprofit501c22" },
2924
- "Nonprofit501c23": { "@id": "schema:Nonprofit501c23" },
2925
- "Nonprofit501c24": { "@id": "schema:Nonprofit501c24" },
2926
- "Nonprofit501c25": { "@id": "schema:Nonprofit501c25" },
2927
- "Nonprofit501c26": { "@id": "schema:Nonprofit501c26" },
2928
- "Nonprofit501c27": { "@id": "schema:Nonprofit501c27" },
2929
- "Nonprofit501c28": { "@id": "schema:Nonprofit501c28" },
2930
- "Nonprofit501c3": { "@id": "schema:Nonprofit501c3" },
2931
- "Nonprofit501c4": { "@id": "schema:Nonprofit501c4" },
2932
- "Nonprofit501c5": { "@id": "schema:Nonprofit501c5" },
2933
- "Nonprofit501c6": { "@id": "schema:Nonprofit501c6" },
2934
- "Nonprofit501c7": { "@id": "schema:Nonprofit501c7" },
2935
- "Nonprofit501c8": { "@id": "schema:Nonprofit501c8" },
2936
- "Nonprofit501c9": { "@id": "schema:Nonprofit501c9" },
2937
- "Nonprofit501d": { "@id": "schema:Nonprofit501d" },
2938
- "Nonprofit501e": { "@id": "schema:Nonprofit501e" },
2939
- "Nonprofit501f": { "@id": "schema:Nonprofit501f" },
2940
- "Nonprofit501k": { "@id": "schema:Nonprofit501k" },
2941
- "Nonprofit501n": { "@id": "schema:Nonprofit501n" },
2942
- "Nonprofit501q": { "@id": "schema:Nonprofit501q" },
2943
- "Nonprofit527": { "@id": "schema:Nonprofit527" },
2944
- "NonprofitANBI": { "@id": "schema:NonprofitANBI" },
2945
- "NonprofitSBBI": { "@id": "schema:NonprofitSBBI" },
2946
- "NonprofitType": { "@id": "schema:NonprofitType" },
2947
- "Nose": { "@id": "schema:Nose" },
2948
- "NotInForce": { "@id": "schema:NotInForce" },
2949
- "NotYetRecruiting": { "@id": "schema:NotYetRecruiting" },
2950
- "Notary": { "@id": "schema:Notary" },
2951
- "NoteDigitalDocument": { "@id": "schema:NoteDigitalDocument" },
2952
- "Number": { "@id": "schema:Number" },
2953
- "Nursing": { "@id": "schema:Nursing" },
2954
- "NutritionInformation": { "@id": "schema:NutritionInformation" },
2955
- "OTC": { "@id": "schema:OTC" },
2956
- "Observation": { "@id": "schema:Observation" },
2957
- "Observational": { "@id": "schema:Observational" },
2958
- "Obstetric": { "@id": "schema:Obstetric" },
2959
- "Occupation": { "@id": "schema:Occupation" },
2960
- "OccupationalActivity": { "@id": "schema:OccupationalActivity" },
2961
- "OccupationalExperienceRequirements": { "@id": "schema:OccupationalExperienceRequirements" },
2962
- "OccupationalTherapy": { "@id": "schema:OccupationalTherapy" },
2963
- "OceanBodyOfWater": { "@id": "schema:OceanBodyOfWater" },
2964
- "Offer": { "@id": "schema:Offer" },
2965
- "OfferCatalog": { "@id": "schema:OfferCatalog" },
2966
- "OfferForLease": { "@id": "schema:OfferForLease" },
2967
- "OfferForPurchase": { "@id": "schema:OfferForPurchase" },
2968
- "OfferItemCondition": { "@id": "schema:OfferItemCondition" },
2969
- "OfferShippingDetails": { "@id": "schema:OfferShippingDetails" },
2970
- "OfficeEquipmentStore": { "@id": "schema:OfficeEquipmentStore" },
2971
- "OfficialLegalValue": { "@id": "schema:OfficialLegalValue" },
2972
- "OfflineEventAttendanceMode": { "@id": "schema:OfflineEventAttendanceMode" },
2973
- "OfflinePermanently": { "@id": "schema:OfflinePermanently" },
2974
- "OfflineTemporarily": { "@id": "schema:OfflineTemporarily" },
2975
- "OnDemandEvent": { "@id": "schema:OnDemandEvent" },
2976
- "OnSitePickup": { "@id": "schema:OnSitePickup" },
2977
- "Oncologic": { "@id": "schema:Oncologic" },
2978
- "OneTimePayments": { "@id": "schema:OneTimePayments" },
2979
- "Online": { "@id": "schema:Online" },
2980
- "OnlineBusiness": { "@id": "schema:OnlineBusiness" },
2981
- "OnlineEventAttendanceMode": { "@id": "schema:OnlineEventAttendanceMode" },
2982
- "OnlineFull": { "@id": "schema:OnlineFull" },
2983
- "OnlineOnly": { "@id": "schema:OnlineOnly" },
2984
- "OnlineStore": { "@id": "schema:OnlineStore" },
2985
- "OpenTrial": { "@id": "schema:OpenTrial" },
2986
- "OpeningHoursSpecification": { "@id": "schema:OpeningHoursSpecification" },
2987
- "OpinionNewsArticle": { "@id": "schema:OpinionNewsArticle" },
2988
- "Optician": { "@id": "schema:Optician" },
2989
- "Optometric": { "@id": "schema:Optometric" },
2990
- "Order": { "@id": "schema:Order" },
2991
- "OrderAction": { "@id": "schema:OrderAction" },
2992
- "OrderCancelled": { "@id": "schema:OrderCancelled" },
2993
- "OrderDelivered": { "@id": "schema:OrderDelivered" },
2994
- "OrderInTransit": { "@id": "schema:OrderInTransit" },
2995
- "OrderItem": { "@id": "schema:OrderItem" },
2996
- "OrderPaymentDue": { "@id": "schema:OrderPaymentDue" },
2997
- "OrderPickupAvailable": { "@id": "schema:OrderPickupAvailable" },
2998
- "OrderProblem": { "@id": "schema:OrderProblem" },
2999
- "OrderProcessing": { "@id": "schema:OrderProcessing" },
3000
- "OrderReturned": { "@id": "schema:OrderReturned" },
3001
- "OrderStatus": { "@id": "schema:OrderStatus" },
3002
- "Organization": { "@id": "schema:Organization" },
3003
- "OrganizationRole": { "@id": "schema:OrganizationRole" },
3004
- "OrganizeAction": { "@id": "schema:OrganizeAction" },
3005
- "OriginalMediaContent": { "@id": "schema:OriginalMediaContent" },
3006
- "OriginalShippingFees": { "@id": "schema:OriginalShippingFees" },
3007
- "Osteopathic": { "@id": "schema:Osteopathic" },
3008
- "Otolaryngologic": { "@id": "schema:Otolaryngologic" },
3009
- "OutOfStock": { "@id": "schema:OutOfStock" },
3010
- "OutletStore": { "@id": "schema:OutletStore" },
3011
- "OverviewHealthAspect": { "@id": "schema:OverviewHealthAspect" },
3012
- "OwnershipInfo": { "@id": "schema:OwnershipInfo" },
3013
- "PET": { "@id": "schema:PET" },
3014
- "PaidLeave": { "@id": "schema:PaidLeave" },
3015
- "PaintAction": { "@id": "schema:PaintAction" },
3016
- "Painting": { "@id": "schema:Painting" },
3017
- "PalliativeProcedure": { "@id": "schema:PalliativeProcedure" },
3018
- "Paperback": { "@id": "schema:Paperback" },
3019
- "ParcelDelivery": { "@id": "schema:ParcelDelivery" },
3020
- "ParcelService": { "@id": "schema:ParcelService" },
3021
- "ParentAudience": { "@id": "schema:ParentAudience" },
3022
- "ParentalSupport": { "@id": "schema:ParentalSupport" },
3023
- "Park": { "@id": "schema:Park" },
3024
- "ParkingFacility": { "@id": "schema:ParkingFacility" },
3025
- "ParkingMap": { "@id": "schema:ParkingMap" },
3026
- "PartiallyInForce": { "@id": "schema:PartiallyInForce" },
3027
- "Pathology": { "@id": "schema:Pathology" },
3028
- "PathologyTest": { "@id": "schema:PathologyTest" },
3029
- "Patient": { "@id": "schema:Patient" },
3030
- "PatientExperienceHealthAspect": { "@id": "schema:PatientExperienceHealthAspect" },
3031
- "PawnShop": { "@id": "schema:PawnShop" },
3032
- "PayAction": { "@id": "schema:PayAction" },
3033
- "PaymentAutomaticallyApplied": { "@id": "schema:PaymentAutomaticallyApplied" },
3034
- "PaymentCard": { "@id": "schema:PaymentCard" },
3035
- "PaymentChargeSpecification": { "@id": "schema:PaymentChargeSpecification" },
3036
- "PaymentComplete": { "@id": "schema:PaymentComplete" },
3037
- "PaymentDeclined": { "@id": "schema:PaymentDeclined" },
3038
- "PaymentDue": { "@id": "schema:PaymentDue" },
3039
- "PaymentMethod": { "@id": "schema:PaymentMethod" },
3040
- "PaymentMethodType": { "@id": "schema:PaymentMethodType" },
3041
- "PaymentPastDue": { "@id": "schema:PaymentPastDue" },
3042
- "PaymentService": { "@id": "schema:PaymentService" },
3043
- "PaymentStatusType": { "@id": "schema:PaymentStatusType" },
3044
- "Pediatric": { "@id": "schema:Pediatric" },
3045
- "PeopleAudience": { "@id": "schema:PeopleAudience" },
3046
- "PercutaneousProcedure": { "@id": "schema:PercutaneousProcedure" },
3047
- "PerformAction": { "@id": "schema:PerformAction" },
3048
- "PerformanceRole": { "@id": "schema:PerformanceRole" },
3049
- "PerformingArtsTheater": { "@id": "schema:PerformingArtsTheater" },
3050
- "PerformingGroup": { "@id": "schema:PerformingGroup" },
3051
- "Periodical": { "@id": "schema:Periodical" },
3052
- "Permit": { "@id": "schema:Permit" },
3053
- "Person": { "@id": "schema:Person" },
3054
- "PetStore": { "@id": "schema:PetStore" },
3055
- "Pharmacy": { "@id": "schema:Pharmacy" },
3056
- "PharmacySpecialty": { "@id": "schema:PharmacySpecialty" },
3057
- "PhoneCarrierPayment": { "@id": "schema:PhoneCarrierPayment" },
3058
- "Photograph": { "@id": "schema:Photograph" },
3059
- "PhotographAction": { "@id": "schema:PhotographAction" },
3060
- "PhysicalActivity": { "@id": "schema:PhysicalActivity" },
3061
- "PhysicalActivityCategory": { "@id": "schema:PhysicalActivityCategory" },
3062
- "PhysicalExam": { "@id": "schema:PhysicalExam" },
3063
- "PhysicalTherapy": { "@id": "schema:PhysicalTherapy" },
3064
- "Physician": { "@id": "schema:Physician" },
3065
- "PhysiciansOffice": { "@id": "schema:PhysiciansOffice" },
3066
- "Physiotherapy": { "@id": "schema:Physiotherapy" },
3067
- "Place": { "@id": "schema:Place" },
3068
- "PlaceOfWorship": { "@id": "schema:PlaceOfWorship" },
3069
- "PlaceboControlledTrial": { "@id": "schema:PlaceboControlledTrial" },
3070
- "PlanAction": { "@id": "schema:PlanAction" },
3071
- "PlasticSurgery": { "@id": "schema:PlasticSurgery" },
3072
- "Play": { "@id": "schema:Play" },
3073
- "PlayAction": { "@id": "schema:PlayAction" },
3074
- "PlayGameAction": { "@id": "schema:PlayGameAction" },
3075
- "Playground": { "@id": "schema:Playground" },
3076
- "Plumber": { "@id": "schema:Plumber" },
3077
- "PodcastEpisode": { "@id": "schema:PodcastEpisode" },
3078
- "PodcastSeason": { "@id": "schema:PodcastSeason" },
3079
- "PodcastSeries": { "@id": "schema:PodcastSeries" },
3080
- "Podiatric": { "@id": "schema:Podiatric" },
3081
- "PoliceStation": { "@id": "schema:PoliceStation" },
3082
- "PoliticalParty": { "@id": "schema:PoliticalParty" },
3083
- "Pond": { "@id": "schema:Pond" },
3084
- "PositiveFilmDigitalSource": { "@id": "schema:PositiveFilmDigitalSource" },
3085
- "PostOffice": { "@id": "schema:PostOffice" },
3086
- "PostalAddress": { "@id": "schema:PostalAddress" },
3087
- "PostalCodeRangeSpecification": { "@id": "schema:PostalCodeRangeSpecification" },
3088
- "Poster": { "@id": "schema:Poster" },
3089
- "PotentialActionStatus": { "@id": "schema:PotentialActionStatus" },
3090
- "PreOrder": { "@id": "schema:PreOrder" },
3091
- "PreOrderAction": { "@id": "schema:PreOrderAction" },
3092
- "PreSale": { "@id": "schema:PreSale" },
3093
- "PregnancyHealthAspect": { "@id": "schema:PregnancyHealthAspect" },
3094
- "PrependAction": { "@id": "schema:PrependAction" },
3095
- "Preschool": { "@id": "schema:Preschool" },
3096
- "PrescriptionOnly": { "@id": "schema:PrescriptionOnly" },
3097
- "PresentationDigitalDocument": { "@id": "schema:PresentationDigitalDocument" },
3098
- "PreventionHealthAspect": { "@id": "schema:PreventionHealthAspect" },
3099
- "PreventionIndication": { "@id": "schema:PreventionIndication" },
3100
- "PriceComponentTypeEnumeration": { "@id": "schema:PriceComponentTypeEnumeration" },
3101
- "PriceSpecification": { "@id": "schema:PriceSpecification" },
3102
- "PriceTypeEnumeration": { "@id": "schema:PriceTypeEnumeration" },
3103
- "PrimaryCare": { "@id": "schema:PrimaryCare" },
3104
- "PrintDigitalSource": { "@id": "schema:PrintDigitalSource" },
3105
- "Prion": { "@id": "schema:Prion" },
3106
- "Product": { "@id": "schema:Product" },
3107
- "ProductCollection": { "@id": "schema:ProductCollection" },
3108
- "ProductGroup": { "@id": "schema:ProductGroup" },
3109
- "ProductModel": { "@id": "schema:ProductModel" },
3110
- "ProductReturnEnumeration": { "@id": "schema:ProductReturnEnumeration" },
3111
- "ProductReturnFiniteReturnWindow": { "@id": "schema:ProductReturnFiniteReturnWindow" },
3112
- "ProductReturnNotPermitted": { "@id": "schema:ProductReturnNotPermitted" },
3113
- "ProductReturnPolicy": { "@id": "schema:ProductReturnPolicy" },
3114
- "ProductReturnUnlimitedWindow": { "@id": "schema:ProductReturnUnlimitedWindow" },
3115
- "ProductReturnUnspecified": { "@id": "schema:ProductReturnUnspecified" },
3116
- "ProfessionalService": { "@id": "schema:ProfessionalService" },
3117
- "ProfilePage": { "@id": "schema:ProfilePage" },
3118
- "PrognosisHealthAspect": { "@id": "schema:PrognosisHealthAspect" },
3119
- "ProgramMembership": { "@id": "schema:ProgramMembership" },
3120
- "Project": { "@id": "schema:Project" },
3121
- "PronounceableText": { "@id": "schema:PronounceableText" },
3122
- "Property": { "@id": "schema:Property" },
3123
- "PropertyValue": { "@id": "schema:PropertyValue" },
3124
- "PropertyValueSpecification": { "@id": "schema:PropertyValueSpecification" },
3125
- "Protein": { "@id": "schema:Protein" },
3126
- "Protozoa": { "@id": "schema:Protozoa" },
3127
- "Psychiatric": { "@id": "schema:Psychiatric" },
3128
- "PsychologicalTreatment": { "@id": "schema:PsychologicalTreatment" },
3129
- "PublicHealth": { "@id": "schema:PublicHealth" },
3130
- "PublicHolidays": { "@id": "schema:PublicHolidays" },
3131
- "PublicSwimmingPool": { "@id": "schema:PublicSwimmingPool" },
3132
- "PublicToilet": { "@id": "schema:PublicToilet" },
3133
- "PublicationEvent": { "@id": "schema:PublicationEvent" },
3134
- "PublicationIssue": { "@id": "schema:PublicationIssue" },
3135
- "PublicationVolume": { "@id": "schema:PublicationVolume" },
3136
- "Pulmonary": { "@id": "schema:Pulmonary" },
3137
- "QAPage": { "@id": "schema:QAPage" },
3138
- "QualitativeValue": { "@id": "schema:QualitativeValue" },
3139
- "QuantitativeValue": { "@id": "schema:QuantitativeValue" },
3140
- "QuantitativeValueDistribution": { "@id": "schema:QuantitativeValueDistribution" },
3141
- "Quantity": { "@id": "schema:Quantity" },
3142
- "Question": { "@id": "schema:Question" },
3143
- "Quiz": { "@id": "schema:Quiz" },
3144
- "Quotation": { "@id": "schema:Quotation" },
3145
- "QuoteAction": { "@id": "schema:QuoteAction" },
3146
- "RVPark": { "@id": "schema:RVPark" },
3147
- "RadiationTherapy": { "@id": "schema:RadiationTherapy" },
3148
- "RadioBroadcastService": { "@id": "schema:RadioBroadcastService" },
3149
- "RadioChannel": { "@id": "schema:RadioChannel" },
3150
- "RadioClip": { "@id": "schema:RadioClip" },
3151
- "RadioEpisode": { "@id": "schema:RadioEpisode" },
3152
- "RadioSeason": { "@id": "schema:RadioSeason" },
3153
- "RadioSeries": { "@id": "schema:RadioSeries" },
3154
- "RadioStation": { "@id": "schema:RadioStation" },
3155
- "Radiography": { "@id": "schema:Radiography" },
3156
- "RandomizedTrial": { "@id": "schema:RandomizedTrial" },
3157
- "Rating": { "@id": "schema:Rating" },
3158
- "ReactAction": { "@id": "schema:ReactAction" },
3159
- "ReadAction": { "@id": "schema:ReadAction" },
3160
- "ReadPermission": { "@id": "schema:ReadPermission" },
3161
- "RealEstateAgent": { "@id": "schema:RealEstateAgent" },
3162
- "RealEstateListing": { "@id": "schema:RealEstateListing" },
3163
- "RearWheelDriveConfiguration": { "@id": "schema:RearWheelDriveConfiguration" },
3164
- "ReceiveAction": { "@id": "schema:ReceiveAction" },
3165
- "Recipe": { "@id": "schema:Recipe" },
3166
- "Recommendation": { "@id": "schema:Recommendation" },
3167
- "RecommendedDoseSchedule": { "@id": "schema:RecommendedDoseSchedule" },
3168
- "Recruiting": { "@id": "schema:Recruiting" },
3169
- "RecyclingCenter": { "@id": "schema:RecyclingCenter" },
3170
- "ReducedRelevanceForChildrenConsideration": { "@id": "schema:ReducedRelevanceForChildrenConsideration" },
3171
- "RefundTypeEnumeration": { "@id": "schema:RefundTypeEnumeration" },
3172
- "RefurbishedCondition": { "@id": "schema:RefurbishedCondition" },
3173
- "RegisterAction": { "@id": "schema:RegisterAction" },
3174
- "Registry": { "@id": "schema:Registry" },
3175
- "RegularPrice": { "@id": "schema:RegularPrice" },
3176
- "ReimbursementCap": { "@id": "schema:ReimbursementCap" },
3177
- "RejectAction": { "@id": "schema:RejectAction" },
3178
- "RelatedTopicsHealthAspect": { "@id": "schema:RelatedTopicsHealthAspect" },
3179
- "RemixAlbum": { "@id": "schema:RemixAlbum" },
3180
- "Renal": { "@id": "schema:Renal" },
3181
- "RentAction": { "@id": "schema:RentAction" },
3182
- "RentalCarReservation": { "@id": "schema:RentalCarReservation" },
3183
- "RentalVehicleUsage": { "@id": "schema:RentalVehicleUsage" },
3184
- "RepaymentSpecification": { "@id": "schema:RepaymentSpecification" },
3185
- "ReplaceAction": { "@id": "schema:ReplaceAction" },
3186
- "ReplyAction": { "@id": "schema:ReplyAction" },
3187
- "Report": { "@id": "schema:Report" },
3188
- "ReportageNewsArticle": { "@id": "schema:ReportageNewsArticle" },
3189
- "ReportedDoseSchedule": { "@id": "schema:ReportedDoseSchedule" },
3190
- "ResearchOrganization": { "@id": "schema:ResearchOrganization" },
3191
- "ResearchProject": { "@id": "schema:ResearchProject" },
3192
- "Researcher": { "@id": "schema:Researcher" },
3193
- "Reservation": { "@id": "schema:Reservation" },
3194
- "ReservationCancelled": { "@id": "schema:ReservationCancelled" },
3195
- "ReservationConfirmed": { "@id": "schema:ReservationConfirmed" },
3196
- "ReservationHold": { "@id": "schema:ReservationHold" },
3197
- "ReservationPackage": { "@id": "schema:ReservationPackage" },
3198
- "ReservationPending": { "@id": "schema:ReservationPending" },
3199
- "ReservationStatusType": { "@id": "schema:ReservationStatusType" },
3200
- "ReserveAction": { "@id": "schema:ReserveAction" },
3201
- "Reserved": { "@id": "schema:Reserved" },
3202
- "Reservoir": { "@id": "schema:Reservoir" },
3203
- "Residence": { "@id": "schema:Residence" },
3204
- "Resort": { "@id": "schema:Resort" },
3205
- "RespiratoryTherapy": { "@id": "schema:RespiratoryTherapy" },
3206
- "Restaurant": { "@id": "schema:Restaurant" },
3207
- "RestockingFees": { "@id": "schema:RestockingFees" },
3208
- "RestrictedDiet": { "@id": "schema:RestrictedDiet" },
3209
- "ResultsAvailable": { "@id": "schema:ResultsAvailable" },
3210
- "ResultsNotAvailable": { "@id": "schema:ResultsNotAvailable" },
3211
- "ResumeAction": { "@id": "schema:ResumeAction" },
3212
- "Retail": { "@id": "schema:Retail" },
3213
- "ReturnAction": { "@id": "schema:ReturnAction" },
3214
- "ReturnAtKiosk": { "@id": "schema:ReturnAtKiosk" },
3215
- "ReturnByMail": { "@id": "schema:ReturnByMail" },
3216
- "ReturnFeesCustomerResponsibility": { "@id": "schema:ReturnFeesCustomerResponsibility" },
3217
- "ReturnFeesEnumeration": { "@id": "schema:ReturnFeesEnumeration" },
3218
- "ReturnInStore": { "@id": "schema:ReturnInStore" },
3219
- "ReturnLabelCustomerResponsibility": { "@id": "schema:ReturnLabelCustomerResponsibility" },
3220
- "ReturnLabelDownloadAndPrint": { "@id": "schema:ReturnLabelDownloadAndPrint" },
3221
- "ReturnLabelInBox": { "@id": "schema:ReturnLabelInBox" },
3222
- "ReturnLabelSourceEnumeration": { "@id": "schema:ReturnLabelSourceEnumeration" },
3223
- "ReturnMethodEnumeration": { "@id": "schema:ReturnMethodEnumeration" },
3224
- "ReturnShippingFees": { "@id": "schema:ReturnShippingFees" },
3225
- "Review": { "@id": "schema:Review" },
3226
- "ReviewAction": { "@id": "schema:ReviewAction" },
3227
- "ReviewNewsArticle": { "@id": "schema:ReviewNewsArticle" },
3228
- "Rheumatologic": { "@id": "schema:Rheumatologic" },
3229
- "RightHandDriving": { "@id": "schema:RightHandDriving" },
3230
- "RisksOrComplicationsHealthAspect": { "@id": "schema:RisksOrComplicationsHealthAspect" },
3231
- "RiverBodyOfWater": { "@id": "schema:RiverBodyOfWater" },
3232
- "Role": { "@id": "schema:Role" },
3233
- "RoofingContractor": { "@id": "schema:RoofingContractor" },
3234
- "Room": { "@id": "schema:Room" },
3235
- "RsvpAction": { "@id": "schema:RsvpAction" },
3236
- "RsvpResponseMaybe": { "@id": "schema:RsvpResponseMaybe" },
3237
- "RsvpResponseNo": { "@id": "schema:RsvpResponseNo" },
3238
- "RsvpResponseType": { "@id": "schema:RsvpResponseType" },
3239
- "RsvpResponseYes": { "@id": "schema:RsvpResponseYes" },
3240
- "SRP": { "@id": "schema:SRP" },
3241
- "SafetyHealthAspect": { "@id": "schema:SafetyHealthAspect" },
3242
- "SaleEvent": { "@id": "schema:SaleEvent" },
3243
- "SalePrice": { "@id": "schema:SalePrice" },
3244
- "SatireOrParodyContent": { "@id": "schema:SatireOrParodyContent" },
3245
- "SatiricalArticle": { "@id": "schema:SatiricalArticle" },
3246
- "Saturday": { "@id": "schema:Saturday" },
3247
- "Schedule": { "@id": "schema:Schedule" },
3248
- "ScheduleAction": { "@id": "schema:ScheduleAction" },
3249
- "ScholarlyArticle": { "@id": "schema:ScholarlyArticle" },
3250
- "School": { "@id": "schema:School" },
3251
- "SchoolDistrict": { "@id": "schema:SchoolDistrict" },
3252
- "ScreeningEvent": { "@id": "schema:ScreeningEvent" },
3253
- "ScreeningHealthAspect": { "@id": "schema:ScreeningHealthAspect" },
3254
- "Sculpture": { "@id": "schema:Sculpture" },
3255
- "SeaBodyOfWater": { "@id": "schema:SeaBodyOfWater" },
3256
- "SearchAction": { "@id": "schema:SearchAction" },
3257
- "SearchRescueOrganization": { "@id": "schema:SearchRescueOrganization" },
3258
- "SearchResultsPage": { "@id": "schema:SearchResultsPage" },
3259
- "Season": { "@id": "schema:Season" },
3260
- "Seat": { "@id": "schema:Seat" },
3261
- "SeatingMap": { "@id": "schema:SeatingMap" },
3262
- "SeeDoctorHealthAspect": { "@id": "schema:SeeDoctorHealthAspect" },
3263
- "SeekToAction": { "@id": "schema:SeekToAction" },
3264
- "SelfCareHealthAspect": { "@id": "schema:SelfCareHealthAspect" },
3265
- "SelfStorage": { "@id": "schema:SelfStorage" },
3266
- "SellAction": { "@id": "schema:SellAction" },
3267
- "SendAction": { "@id": "schema:SendAction" },
3268
- "Series": { "@id": "schema:Series" },
3269
- "Service": { "@id": "schema:Service" },
3270
- "ServiceChannel": { "@id": "schema:ServiceChannel" },
3271
- "SexualContentConsideration": { "@id": "schema:SexualContentConsideration" },
3272
- "ShareAction": { "@id": "schema:ShareAction" },
3273
- "SheetMusic": { "@id": "schema:SheetMusic" },
3274
- "ShippingDeliveryTime": { "@id": "schema:ShippingDeliveryTime" },
3275
- "ShippingRateSettings": { "@id": "schema:ShippingRateSettings" },
3276
- "ShoeStore": { "@id": "schema:ShoeStore" },
3277
- "ShoppingCenter": { "@id": "schema:ShoppingCenter" },
3278
- "ShortStory": { "@id": "schema:ShortStory" },
3279
- "SideEffectsHealthAspect": { "@id": "schema:SideEffectsHealthAspect" },
3280
- "SingleBlindedTrial": { "@id": "schema:SingleBlindedTrial" },
3281
- "SingleCenterTrial": { "@id": "schema:SingleCenterTrial" },
3282
- "SingleFamilyResidence": { "@id": "schema:SingleFamilyResidence" },
3283
- "SinglePlayer": { "@id": "schema:SinglePlayer" },
3284
- "SingleRelease": { "@id": "schema:SingleRelease" },
3285
- "SiteNavigationElement": { "@id": "schema:SiteNavigationElement" },
3286
- "SizeGroupEnumeration": { "@id": "schema:SizeGroupEnumeration" },
3287
- "SizeSpecification": { "@id": "schema:SizeSpecification" },
3288
- "SizeSystemEnumeration": { "@id": "schema:SizeSystemEnumeration" },
3289
- "SizeSystemImperial": { "@id": "schema:SizeSystemImperial" },
3290
- "SizeSystemMetric": { "@id": "schema:SizeSystemMetric" },
3291
- "SkiResort": { "@id": "schema:SkiResort" },
3292
- "Skin": { "@id": "schema:Skin" },
3293
- "SocialEvent": { "@id": "schema:SocialEvent" },
3294
- "SocialMediaPosting": { "@id": "schema:SocialMediaPosting" },
3295
- "SoftwareApplication": { "@id": "schema:SoftwareApplication" },
3296
- "SoftwareSourceCode": { "@id": "schema:SoftwareSourceCode" },
3297
- "SoldOut": { "@id": "schema:SoldOut" },
3298
- "SolveMathAction": { "@id": "schema:SolveMathAction" },
3299
- "SomeProducts": { "@id": "schema:SomeProducts" },
3300
- "SoundtrackAlbum": { "@id": "schema:SoundtrackAlbum" },
3301
- "SpeakableSpecification": { "@id": "schema:SpeakableSpecification" },
3302
- "SpecialAnnouncement": { "@id": "schema:SpecialAnnouncement" },
3303
- "Specialty": { "@id": "schema:Specialty" },
3304
- "SpeechPathology": { "@id": "schema:SpeechPathology" },
3305
- "SpokenWordAlbum": { "@id": "schema:SpokenWordAlbum" },
3306
- "SportingGoodsStore": { "@id": "schema:SportingGoodsStore" },
3307
- "SportsActivityLocation": { "@id": "schema:SportsActivityLocation" },
3308
- "SportsClub": { "@id": "schema:SportsClub" },
3309
- "SportsEvent": { "@id": "schema:SportsEvent" },
3310
- "SportsOrganization": { "@id": "schema:SportsOrganization" },
3311
- "SportsTeam": { "@id": "schema:SportsTeam" },
3312
- "SpreadsheetDigitalDocument": { "@id": "schema:SpreadsheetDigitalDocument" },
3313
- "StadiumOrArena": { "@id": "schema:StadiumOrArena" },
3314
- "StagedContent": { "@id": "schema:StagedContent" },
3315
- "StagesHealthAspect": { "@id": "schema:StagesHealthAspect" },
3316
- "State": { "@id": "schema:State" },
3317
- "Statement": { "@id": "schema:Statement" },
3318
- "StatisticalPopulation": { "@id": "schema:StatisticalPopulation" },
3319
- "StatisticalVariable": { "@id": "schema:StatisticalVariable" },
3320
- "StatusEnumeration": { "@id": "schema:StatusEnumeration" },
3321
- "SteeringPositionValue": { "@id": "schema:SteeringPositionValue" },
3322
- "Store": { "@id": "schema:Store" },
3323
- "StoreCreditRefund": { "@id": "schema:StoreCreditRefund" },
3324
- "StrengthTraining": { "@id": "schema:StrengthTraining" },
3325
- "StructuredValue": { "@id": "schema:StructuredValue" },
3326
- "StudioAlbum": { "@id": "schema:StudioAlbum" },
3327
- "StupidType": { "@id": "schema:StupidType" },
3328
- "SubscribeAction": { "@id": "schema:SubscribeAction" },
3329
- "Subscription": { "@id": "schema:Subscription" },
3330
- "Substance": { "@id": "schema:Substance" },
3331
- "SubwayStation": { "@id": "schema:SubwayStation" },
3332
- "Suite": { "@id": "schema:Suite" },
3333
- "Sunday": { "@id": "schema:Sunday" },
3334
- "SuperficialAnatomy": { "@id": "schema:SuperficialAnatomy" },
3335
- "Surgical": { "@id": "schema:Surgical" },
3336
- "SurgicalProcedure": { "@id": "schema:SurgicalProcedure" },
3337
- "SuspendAction": { "@id": "schema:SuspendAction" },
3338
- "Suspended": { "@id": "schema:Suspended" },
3339
- "Syllabus": { "@id": "schema:Syllabus" },
3340
- "SymptomsHealthAspect": { "@id": "schema:SymptomsHealthAspect" },
3341
- "Synagogue": { "@id": "schema:Synagogue" },
3342
- "TVClip": { "@id": "schema:TVClip" },
3343
- "TVEpisode": { "@id": "schema:TVEpisode" },
3344
- "TVSeason": { "@id": "schema:TVSeason" },
3345
- "TVSeries": { "@id": "schema:TVSeries" },
3346
- "Table": { "@id": "schema:Table" },
3347
- "TakeAction": { "@id": "schema:TakeAction" },
3348
- "TattooParlor": { "@id": "schema:TattooParlor" },
3349
- "Taxi": { "@id": "schema:Taxi" },
3350
- "TaxiReservation": { "@id": "schema:TaxiReservation" },
3351
- "TaxiService": { "@id": "schema:TaxiService" },
3352
- "TaxiStand": { "@id": "schema:TaxiStand" },
3353
- "TaxiVehicleUsage": { "@id": "schema:TaxiVehicleUsage" },
3354
- "Taxon": { "@id": "schema:Taxon" },
3355
- "TechArticle": { "@id": "schema:TechArticle" },
3356
- "TelevisionChannel": { "@id": "schema:TelevisionChannel" },
3357
- "TelevisionStation": { "@id": "schema:TelevisionStation" },
3358
- "TennisComplex": { "@id": "schema:TennisComplex" },
3359
- "Terminated": { "@id": "schema:Terminated" },
3360
- "Text": { "@id": "schema:Text" },
3361
- "TextDigitalDocument": { "@id": "schema:TextDigitalDocument" },
3362
- "TextObject": { "@id": "schema:TextObject" },
3363
- "TheaterEvent": { "@id": "schema:TheaterEvent" },
3364
- "TheaterGroup": { "@id": "schema:TheaterGroup" },
3365
- "Therapeutic": { "@id": "schema:Therapeutic" },
3366
- "TherapeuticProcedure": { "@id": "schema:TherapeuticProcedure" },
3367
- "Thesis": { "@id": "schema:Thesis" },
3368
- "Thing": { "@id": "schema:Thing" },
3369
- "Throat": { "@id": "schema:Throat" },
3370
- "Thursday": { "@id": "schema:Thursday" },
3371
- "Ticket": { "@id": "schema:Ticket" },
3372
- "TieAction": { "@id": "schema:TieAction" },
3373
- "TierBenefitEnumeration": { "@id": "schema:TierBenefitEnumeration" },
3374
- "TierBenefitLoyaltyPoints": { "@id": "schema:TierBenefitLoyaltyPoints" },
3375
- "TierBenefitLoyaltyPrice": { "@id": "schema:TierBenefitLoyaltyPrice" },
3376
- "TierBenefitLoyaltyReturns": { "@id": "schema:TierBenefitLoyaltyReturns" },
3377
- "TierBenefitLoyaltyShipping": { "@id": "schema:TierBenefitLoyaltyShipping" },
3378
- "Time": { "@id": "schema:Time" },
3379
- "TipAction": { "@id": "schema:TipAction" },
3380
- "TireShop": { "@id": "schema:TireShop" },
3381
- "TobaccoNicotineConsideration": { "@id": "schema:TobaccoNicotineConsideration" },
3382
- "TollFree": { "@id": "schema:TollFree" },
3383
- "TouristAttraction": { "@id": "schema:TouristAttraction" },
3384
- "TouristDestination": { "@id": "schema:TouristDestination" },
3385
- "TouristInformationCenter": { "@id": "schema:TouristInformationCenter" },
3386
- "TouristTrip": { "@id": "schema:TouristTrip" },
3387
- "Toxicologic": { "@id": "schema:Toxicologic" },
3388
- "ToyStore": { "@id": "schema:ToyStore" },
3389
- "TrackAction": { "@id": "schema:TrackAction" },
3390
- "TradeAction": { "@id": "schema:TradeAction" },
3391
- "TraditionalChinese": { "@id": "schema:TraditionalChinese" },
3392
- "TrainReservation": { "@id": "schema:TrainReservation" },
3393
- "TrainStation": { "@id": "schema:TrainStation" },
3394
- "TrainTrip": { "@id": "schema:TrainTrip" },
3395
- "TrainedAlgorithmicMediaDigitalSource": { "@id": "schema:TrainedAlgorithmicMediaDigitalSource" },
3396
- "TransferAction": { "@id": "schema:TransferAction" },
3397
- "TransformedContent": { "@id": "schema:TransformedContent" },
3398
- "TransitMap": { "@id": "schema:TransitMap" },
3399
- "TravelAction": { "@id": "schema:TravelAction" },
3400
- "TravelAgency": { "@id": "schema:TravelAgency" },
3401
- "TreatmentIndication": { "@id": "schema:TreatmentIndication" },
3402
- "TreatmentsHealthAspect": { "@id": "schema:TreatmentsHealthAspect" },
3403
- "Trip": { "@id": "schema:Trip" },
3404
- "TripleBlindedTrial": { "@id": "schema:TripleBlindedTrial" },
3405
- "True": { "@id": "schema:True" },
3406
- "Tuesday": { "@id": "schema:Tuesday" },
3407
- "TypeAndQuantityNode": { "@id": "schema:TypeAndQuantityNode" },
3408
- "TypesHealthAspect": { "@id": "schema:TypesHealthAspect" },
3409
- "UKNonprofitType": { "@id": "schema:UKNonprofitType" },
3410
- "UKTrust": { "@id": "schema:UKTrust" },
3411
- "URL": { "@id": "schema:URL" },
3412
- "USNonprofitType": { "@id": "schema:USNonprofitType" },
3413
- "Ultrasound": { "@id": "schema:Ultrasound" },
3414
- "UnRegisterAction": { "@id": "schema:UnRegisterAction" },
3415
- "UnclassifiedAdultConsideration": { "@id": "schema:UnclassifiedAdultConsideration" },
3416
- "UnemploymentSupport": { "@id": "schema:UnemploymentSupport" },
3417
- "UnincorporatedAssociationCharity": { "@id": "schema:UnincorporatedAssociationCharity" },
3418
- "UnitPriceSpecification": { "@id": "schema:UnitPriceSpecification" },
3419
- "UnofficialLegalValue": { "@id": "schema:UnofficialLegalValue" },
3420
- "UpdateAction": { "@id": "schema:UpdateAction" },
3421
- "Urologic": { "@id": "schema:Urologic" },
3422
- "UsageOrScheduleHealthAspect": { "@id": "schema:UsageOrScheduleHealthAspect" },
3423
- "UseAction": { "@id": "schema:UseAction" },
3424
- "UsedCondition": { "@id": "schema:UsedCondition" },
3425
- "UserBlocks": { "@id": "schema:UserBlocks" },
3426
- "UserCheckins": { "@id": "schema:UserCheckins" },
3427
- "UserComments": { "@id": "schema:UserComments" },
3428
- "UserDownloads": { "@id": "schema:UserDownloads" },
3429
- "UserInteraction": { "@id": "schema:UserInteraction" },
3430
- "UserLikes": { "@id": "schema:UserLikes" },
3431
- "UserPageVisits": { "@id": "schema:UserPageVisits" },
3432
- "UserPlays": { "@id": "schema:UserPlays" },
3433
- "UserPlusOnes": { "@id": "schema:UserPlusOnes" },
3434
- "UserReview": { "@id": "schema:UserReview" },
3435
- "UserTweets": { "@id": "schema:UserTweets" },
3436
- "VacationRental": { "@id": "schema:VacationRental" },
3437
- "VeganDiet": { "@id": "schema:VeganDiet" },
3438
- "VegetarianDiet": { "@id": "schema:VegetarianDiet" },
3439
- "Vehicle": { "@id": "schema:Vehicle" },
3440
- "Vein": { "@id": "schema:Vein" },
3441
- "VenueMap": { "@id": "schema:VenueMap" },
3442
- "Vessel": { "@id": "schema:Vessel" },
3443
- "VeterinaryCare": { "@id": "schema:VeterinaryCare" },
3444
- "VideoGallery": { "@id": "schema:VideoGallery" },
3445
- "VideoGame": { "@id": "schema:VideoGame" },
3446
- "VideoGameClip": { "@id": "schema:VideoGameClip" },
3447
- "VideoGameSeries": { "@id": "schema:VideoGameSeries" },
3448
- "VideoObject": { "@id": "schema:VideoObject" },
3449
- "VideoObjectSnapshot": { "@id": "schema:VideoObjectSnapshot" },
3450
- "ViewAction": { "@id": "schema:ViewAction" },
3451
- "VinylFormat": { "@id": "schema:VinylFormat" },
3452
- "ViolenceConsideration": { "@id": "schema:ViolenceConsideration" },
3453
- "VirtualLocation": { "@id": "schema:VirtualLocation" },
3454
- "VirtualRecordingDigitalSource": { "@id": "schema:VirtualRecordingDigitalSource" },
3455
- "Virus": { "@id": "schema:Virus" },
3456
- "VisualArtsEvent": { "@id": "schema:VisualArtsEvent" },
3457
- "VisualArtwork": { "@id": "schema:VisualArtwork" },
3458
- "VitalSign": { "@id": "schema:VitalSign" },
3459
- "Volcano": { "@id": "schema:Volcano" },
3460
- "VoteAction": { "@id": "schema:VoteAction" },
3461
- "WPAdBlock": { "@id": "schema:WPAdBlock" },
3462
- "WPFooter": { "@id": "schema:WPFooter" },
3463
- "WPHeader": { "@id": "schema:WPHeader" },
3464
- "WPSideBar": { "@id": "schema:WPSideBar" },
3465
- "WantAction": { "@id": "schema:WantAction" },
3466
- "WarrantyPromise": { "@id": "schema:WarrantyPromise" },
3467
- "WarrantyScope": { "@id": "schema:WarrantyScope" },
3468
- "WatchAction": { "@id": "schema:WatchAction" },
3469
- "Waterfall": { "@id": "schema:Waterfall" },
3470
- "WeaponConsideration": { "@id": "schema:WeaponConsideration" },
3471
- "WearAction": { "@id": "schema:WearAction" },
3472
- "WearableMeasurementBack": { "@id": "schema:WearableMeasurementBack" },
3473
- "WearableMeasurementChestOrBust": { "@id": "schema:WearableMeasurementChestOrBust" },
3474
- "WearableMeasurementCollar": { "@id": "schema:WearableMeasurementCollar" },
3475
- "WearableMeasurementCup": { "@id": "schema:WearableMeasurementCup" },
3476
- "WearableMeasurementHeight": { "@id": "schema:WearableMeasurementHeight" },
3477
- "WearableMeasurementHips": { "@id": "schema:WearableMeasurementHips" },
3478
- "WearableMeasurementInseam": { "@id": "schema:WearableMeasurementInseam" },
3479
- "WearableMeasurementLength": { "@id": "schema:WearableMeasurementLength" },
3480
- "WearableMeasurementOutsideLeg": { "@id": "schema:WearableMeasurementOutsideLeg" },
3481
- "WearableMeasurementSleeve": { "@id": "schema:WearableMeasurementSleeve" },
3482
- "WearableMeasurementTypeEnumeration": { "@id": "schema:WearableMeasurementTypeEnumeration" },
3483
- "WearableMeasurementWaist": { "@id": "schema:WearableMeasurementWaist" },
3484
- "WearableMeasurementWidth": { "@id": "schema:WearableMeasurementWidth" },
3485
- "WearableSizeGroupBig": { "@id": "schema:WearableSizeGroupBig" },
3486
- "WearableSizeGroupBoys": { "@id": "schema:WearableSizeGroupBoys" },
3487
- "WearableSizeGroupEnumeration": { "@id": "schema:WearableSizeGroupEnumeration" },
3488
- "WearableSizeGroupExtraShort": { "@id": "schema:WearableSizeGroupExtraShort" },
3489
- "WearableSizeGroupExtraTall": { "@id": "schema:WearableSizeGroupExtraTall" },
3490
- "WearableSizeGroupGirls": { "@id": "schema:WearableSizeGroupGirls" },
3491
- "WearableSizeGroupHusky": { "@id": "schema:WearableSizeGroupHusky" },
3492
- "WearableSizeGroupInfants": { "@id": "schema:WearableSizeGroupInfants" },
3493
- "WearableSizeGroupJuniors": { "@id": "schema:WearableSizeGroupJuniors" },
3494
- "WearableSizeGroupMaternity": { "@id": "schema:WearableSizeGroupMaternity" },
3495
- "WearableSizeGroupMens": { "@id": "schema:WearableSizeGroupMens" },
3496
- "WearableSizeGroupMisses": { "@id": "schema:WearableSizeGroupMisses" },
3497
- "WearableSizeGroupPetite": { "@id": "schema:WearableSizeGroupPetite" },
3498
- "WearableSizeGroupPlus": { "@id": "schema:WearableSizeGroupPlus" },
3499
- "WearableSizeGroupRegular": { "@id": "schema:WearableSizeGroupRegular" },
3500
- "WearableSizeGroupShort": { "@id": "schema:WearableSizeGroupShort" },
3501
- "WearableSizeGroupTall": { "@id": "schema:WearableSizeGroupTall" },
3502
- "WearableSizeGroupWomens": { "@id": "schema:WearableSizeGroupWomens" },
3503
- "WearableSizeSystemAU": { "@id": "schema:WearableSizeSystemAU" },
3504
- "WearableSizeSystemBR": { "@id": "schema:WearableSizeSystemBR" },
3505
- "WearableSizeSystemCN": { "@id": "schema:WearableSizeSystemCN" },
3506
- "WearableSizeSystemContinental": { "@id": "schema:WearableSizeSystemContinental" },
3507
- "WearableSizeSystemDE": { "@id": "schema:WearableSizeSystemDE" },
3508
- "WearableSizeSystemEN13402": { "@id": "schema:WearableSizeSystemEN13402" },
3509
- "WearableSizeSystemEnumeration": { "@id": "schema:WearableSizeSystemEnumeration" },
3510
- "WearableSizeSystemEurope": { "@id": "schema:WearableSizeSystemEurope" },
3511
- "WearableSizeSystemFR": { "@id": "schema:WearableSizeSystemFR" },
3512
- "WearableSizeSystemGS1": { "@id": "schema:WearableSizeSystemGS1" },
3513
- "WearableSizeSystemIT": { "@id": "schema:WearableSizeSystemIT" },
3514
- "WearableSizeSystemJP": { "@id": "schema:WearableSizeSystemJP" },
3515
- "WearableSizeSystemMX": { "@id": "schema:WearableSizeSystemMX" },
3516
- "WearableSizeSystemUK": { "@id": "schema:WearableSizeSystemUK" },
3517
- "WearableSizeSystemUS": { "@id": "schema:WearableSizeSystemUS" },
3518
- "WebAPI": { "@id": "schema:WebAPI" },
3519
- "WebApplication": { "@id": "schema:WebApplication" },
3520
- "WebContent": { "@id": "schema:WebContent" },
3521
- "WebPage": { "@id": "schema:WebPage" },
3522
- "WebPageElement": { "@id": "schema:WebPageElement" },
3523
- "WebSite": { "@id": "schema:WebSite" },
3524
- "Wednesday": { "@id": "schema:Wednesday" },
3525
- "WesternConventional": { "@id": "schema:WesternConventional" },
3526
- "Wholesale": { "@id": "schema:Wholesale" },
3527
- "WholesaleStore": { "@id": "schema:WholesaleStore" },
3528
- "WinAction": { "@id": "schema:WinAction" },
3529
- "Winery": { "@id": "schema:Winery" },
3530
- "Withdrawn": { "@id": "schema:Withdrawn" },
3531
- "WorkBasedProgram": { "@id": "schema:WorkBasedProgram" },
3532
- "WorkersUnion": { "@id": "schema:WorkersUnion" },
3533
- "WriteAction": { "@id": "schema:WriteAction" },
3534
- "WritePermission": { "@id": "schema:WritePermission" },
3535
- "XPathType": { "@id": "schema:XPathType" },
3536
- "XRay": { "@id": "schema:XRay" },
3537
- "ZoneBoardingPolicy": { "@id": "schema:ZoneBoardingPolicy" },
3538
- "Zoo": { "@id": "schema:Zoo" },
3539
- "about": { "@id": "schema:about" },
3540
- "abridged": { "@id": "schema:abridged" },
3541
- "abstract": { "@id": "schema:abstract" },
3542
- "accelerationTime": { "@id": "schema:accelerationTime" },
3543
- "acceptedAnswer": { "@id": "schema:acceptedAnswer" },
3544
- "acceptedOffer": { "@id": "schema:acceptedOffer" },
3545
- "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod" },
3546
- "acceptsReservations": { "@id": "schema:acceptsReservations" },
3547
- "accessCode": { "@id": "schema:accessCode" },
3548
- "accessMode": { "@id": "schema:accessMode" },
3549
- "accessModeSufficient": { "@id": "schema:accessModeSufficient" },
3550
- "accessibilityAPI": { "@id": "schema:accessibilityAPI" },
3551
- "accessibilityControl": { "@id": "schema:accessibilityControl" },
3552
- "accessibilityFeature": { "@id": "schema:accessibilityFeature" },
3553
- "accessibilityHazard": { "@id": "schema:accessibilityHazard" },
3554
- "accessibilitySummary": { "@id": "schema:accessibilitySummary" },
3555
- "accommodationCategory": { "@id": "schema:accommodationCategory" },
3556
- "accommodationFloorPlan": { "@id": "schema:accommodationFloorPlan" },
3557
- "accountId": { "@id": "schema:accountId" },
3558
- "accountMinimumInflow": { "@id": "schema:accountMinimumInflow" },
3559
- "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit" },
3560
- "accountablePerson": { "@id": "schema:accountablePerson" },
3561
- "acquireLicensePage": {
3562
- "@id": "schema:acquireLicensePage",
3563
- "@type": "@id"
3564
- },
3565
- "acquiredFrom": { "@id": "schema:acquiredFrom" },
3566
- "acrissCode": { "@id": "schema:acrissCode" },
3567
- "actionAccessibilityRequirement": { "@id": "schema:actionAccessibilityRequirement" },
3568
- "actionApplication": { "@id": "schema:actionApplication" },
3569
- "actionOption": { "@id": "schema:actionOption" },
3570
- "actionPlatform": { "@id": "schema:actionPlatform" },
3571
- "actionStatus": { "@id": "schema:actionStatus" },
3572
- "actionableFeedbackPolicy": {
3573
- "@id": "schema:actionableFeedbackPolicy",
3574
- "@type": "@id"
3575
- },
3576
- "activeIngredient": { "@id": "schema:activeIngredient" },
3577
- "activityDuration": { "@id": "schema:activityDuration" },
3578
- "activityFrequency": { "@id": "schema:activityFrequency" },
3579
- "actor": { "@id": "schema:actor" },
3580
- "actors": { "@id": "schema:actors" },
3581
- "addOn": { "@id": "schema:addOn" },
3582
- "additionalName": { "@id": "schema:additionalName" },
3583
- "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests" },
3584
- "additionalProperty": { "@id": "schema:additionalProperty" },
3585
- "additionalType": { "@id": "schema:additionalType" },
3586
- "additionalVariable": { "@id": "schema:additionalVariable" },
3587
- "address": { "@id": "schema:address" },
3588
- "addressCountry": { "@id": "schema:addressCountry" },
3589
- "addressLocality": { "@id": "schema:addressLocality" },
3590
- "addressRegion": { "@id": "schema:addressRegion" },
3591
- "administrationRoute": { "@id": "schema:administrationRoute" },
3592
- "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement" },
3593
- "adverseOutcome": { "@id": "schema:adverseOutcome" },
3594
- "affectedBy": { "@id": "schema:affectedBy" },
3595
- "affiliation": { "@id": "schema:affiliation" },
3596
- "afterMedia": {
3597
- "@id": "schema:afterMedia",
3598
- "@type": "@id"
3599
- },
3600
- "agent": { "@id": "schema:agent" },
3601
- "agentInteractionStatistic": { "@id": "schema:agentInteractionStatistic" },
3602
- "aggregateRating": { "@id": "schema:aggregateRating" },
3603
- "aircraft": { "@id": "schema:aircraft" },
3604
- "album": { "@id": "schema:album" },
3605
- "albumProductionType": { "@id": "schema:albumProductionType" },
3606
- "albumRelease": { "@id": "schema:albumRelease" },
3607
- "albumReleaseType": { "@id": "schema:albumReleaseType" },
3608
- "albums": { "@id": "schema:albums" },
3609
- "alcoholWarning": { "@id": "schema:alcoholWarning" },
3610
- "algorithm": { "@id": "schema:algorithm" },
3611
- "alignmentType": { "@id": "schema:alignmentType" },
3612
- "alternateName": { "@id": "schema:alternateName" },
3613
- "alternativeHeadline": { "@id": "schema:alternativeHeadline" },
3614
- "alternativeOf": { "@id": "schema:alternativeOf" },
3615
- "alumni": { "@id": "schema:alumni" },
3616
- "alumniOf": { "@id": "schema:alumniOf" },
3617
- "amenityFeature": { "@id": "schema:amenityFeature" },
3618
- "amount": { "@id": "schema:amount" },
3619
- "amountOfThisGood": { "@id": "schema:amountOfThisGood" },
3620
- "announcementLocation": { "@id": "schema:announcementLocation" },
3621
- "annualPercentageRate": { "@id": "schema:annualPercentageRate" },
3622
- "answerCount": { "@id": "schema:answerCount" },
3623
- "answerExplanation": { "@id": "schema:answerExplanation" },
3624
- "antagonist": { "@id": "schema:antagonist" },
3625
- "appearance": { "@id": "schema:appearance" },
3626
- "applicableCountry": { "@id": "schema:applicableCountry" },
3627
- "applicableLocation": { "@id": "schema:applicableLocation" },
3628
- "applicantLocationRequirements": { "@id": "schema:applicantLocationRequirements" },
3629
- "application": { "@id": "schema:application" },
3630
- "applicationCategory": { "@id": "schema:applicationCategory" },
3631
- "applicationContact": { "@id": "schema:applicationContact" },
3632
- "applicationDeadline": {
3633
- "@id": "schema:applicationDeadline",
3634
- "@type": "Date"
3635
- },
3636
- "applicationStartDate": {
3637
- "@id": "schema:applicationStartDate",
3638
- "@type": "Date"
3639
- },
3640
- "applicationSubCategory": { "@id": "schema:applicationSubCategory" },
3641
- "applicationSuite": { "@id": "schema:applicationSuite" },
3642
- "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod" },
3643
- "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod" },
3644
- "archiveHeld": { "@id": "schema:archiveHeld" },
3645
- "archivedAt": {
3646
- "@id": "schema:archivedAt",
3647
- "@type": "@id"
3648
- },
3649
- "area": { "@id": "schema:area" },
3650
- "areaServed": { "@id": "schema:areaServed" },
3651
- "arrivalAirport": { "@id": "schema:arrivalAirport" },
3652
- "arrivalBoatTerminal": { "@id": "schema:arrivalBoatTerminal" },
3653
- "arrivalBusStop": { "@id": "schema:arrivalBusStop" },
3654
- "arrivalGate": { "@id": "schema:arrivalGate" },
3655
- "arrivalPlatform": { "@id": "schema:arrivalPlatform" },
3656
- "arrivalStation": { "@id": "schema:arrivalStation" },
3657
- "arrivalTerminal": { "@id": "schema:arrivalTerminal" },
3658
- "arrivalTime": { "@id": "schema:arrivalTime" },
3659
- "artEdition": { "@id": "schema:artEdition" },
3660
- "artMedium": { "@id": "schema:artMedium" },
3661
- "arterialBranch": { "@id": "schema:arterialBranch" },
3662
- "artform": { "@id": "schema:artform" },
3663
- "articleBody": { "@id": "schema:articleBody" },
3664
- "articleSection": { "@id": "schema:articleSection" },
3665
- "artist": { "@id": "schema:artist" },
3666
- "artworkSurface": { "@id": "schema:artworkSurface" },
3667
- "asin": { "@id": "schema:asin" },
3668
- "aspect": { "@id": "schema:aspect" },
3669
- "assembly": { "@id": "schema:assembly" },
3670
- "assemblyVersion": { "@id": "schema:assemblyVersion" },
3671
- "assesses": { "@id": "schema:assesses" },
3672
- "associatedAnatomy": { "@id": "schema:associatedAnatomy" },
3673
- "associatedArticle": { "@id": "schema:associatedArticle" },
3674
- "associatedClaimReview": { "@id": "schema:associatedClaimReview" },
3675
- "associatedDisease": {
3676
- "@id": "schema:associatedDisease",
3677
- "@type": "@id"
3678
- },
3679
- "associatedMedia": { "@id": "schema:associatedMedia" },
3680
- "associatedMediaReview": { "@id": "schema:associatedMediaReview" },
3681
- "associatedPathophysiology": { "@id": "schema:associatedPathophysiology" },
3682
- "associatedReview": { "@id": "schema:associatedReview" },
3683
- "athlete": { "@id": "schema:athlete" },
3684
- "attendee": { "@id": "schema:attendee" },
3685
- "attendees": { "@id": "schema:attendees" },
3686
- "audience": { "@id": "schema:audience" },
3687
- "audienceType": { "@id": "schema:audienceType" },
3688
- "audio": { "@id": "schema:audio" },
3689
- "auditDate": {
3690
- "@id": "schema:auditDate",
3691
- "@type": "Date"
3692
- },
3693
- "authenticator": { "@id": "schema:authenticator" },
3694
- "author": { "@id": "schema:author" },
3695
- "availability": { "@id": "schema:availability" },
3696
- "availabilityEnds": {
3697
- "@id": "schema:availabilityEnds",
3698
- "@type": "Date"
3699
- },
3700
- "availabilityStarts": {
3701
- "@id": "schema:availabilityStarts",
3702
- "@type": "Date"
3703
- },
3704
- "availableAtOrFrom": { "@id": "schema:availableAtOrFrom" },
3705
- "availableChannel": { "@id": "schema:availableChannel" },
3706
- "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod" },
3707
- "availableFrom": { "@id": "schema:availableFrom" },
3708
- "availableIn": { "@id": "schema:availableIn" },
3709
- "availableLanguage": { "@id": "schema:availableLanguage" },
3710
- "availableOnDevice": { "@id": "schema:availableOnDevice" },
3711
- "availableService": { "@id": "schema:availableService" },
3712
- "availableStrength": { "@id": "schema:availableStrength" },
3713
- "availableTest": { "@id": "schema:availableTest" },
3714
- "availableThrough": { "@id": "schema:availableThrough" },
3715
- "award": { "@id": "schema:award" },
3716
- "awards": { "@id": "schema:awards" },
3717
- "awayTeam": { "@id": "schema:awayTeam" },
3718
- "backstory": { "@id": "schema:backstory" },
3719
- "bankAccountType": { "@id": "schema:bankAccountType" },
3720
- "baseSalary": { "@id": "schema:baseSalary" },
3721
- "bccRecipient": { "@id": "schema:bccRecipient" },
3722
- "bed": { "@id": "schema:bed" },
3723
- "beforeMedia": {
3724
- "@id": "schema:beforeMedia",
3725
- "@type": "@id"
3726
- },
3727
- "beneficiaryBank": { "@id": "schema:beneficiaryBank" },
3728
- "benefits": { "@id": "schema:benefits" },
3729
- "benefitsSummaryUrl": {
3730
- "@id": "schema:benefitsSummaryUrl",
3731
- "@type": "@id"
3732
- },
3733
- "bestRating": { "@id": "schema:bestRating" },
3734
- "billingAddress": { "@id": "schema:billingAddress" },
3735
- "billingDuration": { "@id": "schema:billingDuration" },
3736
- "billingIncrement": { "@id": "schema:billingIncrement" },
3737
- "billingPeriod": { "@id": "schema:billingPeriod" },
3738
- "billingStart": { "@id": "schema:billingStart" },
3739
- "bioChemInteraction": { "@id": "schema:bioChemInteraction" },
3740
- "bioChemSimilarity": { "@id": "schema:bioChemSimilarity" },
3741
- "biologicalRole": { "@id": "schema:biologicalRole" },
3742
- "biomechnicalClass": { "@id": "schema:biomechnicalClass" },
3743
- "birthDate": {
3744
- "@id": "schema:birthDate",
3745
- "@type": "Date"
3746
- },
3747
- "birthPlace": { "@id": "schema:birthPlace" },
3748
- "bitrate": { "@id": "schema:bitrate" },
3749
- "blogPost": { "@id": "schema:blogPost" },
3750
- "blogPosts": { "@id": "schema:blogPosts" },
3751
- "bloodSupply": { "@id": "schema:bloodSupply" },
3752
- "boardingGroup": { "@id": "schema:boardingGroup" },
3753
- "boardingPolicy": { "@id": "schema:boardingPolicy" },
3754
- "bodyLocation": { "@id": "schema:bodyLocation" },
3755
- "bodyType": { "@id": "schema:bodyType" },
3756
- "bookEdition": { "@id": "schema:bookEdition" },
3757
- "bookFormat": { "@id": "schema:bookFormat" },
3758
- "bookingAgent": { "@id": "schema:bookingAgent" },
3759
- "bookingTime": { "@id": "schema:bookingTime" },
3760
- "borrower": { "@id": "schema:borrower" },
3761
- "box": { "@id": "schema:box" },
3762
- "branch": { "@id": "schema:branch" },
3763
- "branchCode": { "@id": "schema:branchCode" },
3764
- "branchOf": { "@id": "schema:branchOf" },
3765
- "brand": { "@id": "schema:brand" },
3766
- "breadcrumb": { "@id": "schema:breadcrumb" },
3767
- "breastfeedingWarning": { "@id": "schema:breastfeedingWarning" },
3768
- "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf" },
3769
- "broadcastChannelId": { "@id": "schema:broadcastChannelId" },
3770
- "broadcastDisplayName": { "@id": "schema:broadcastDisplayName" },
3771
- "broadcastFrequency": { "@id": "schema:broadcastFrequency" },
3772
- "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue" },
3773
- "broadcastOfEvent": { "@id": "schema:broadcastOfEvent" },
3774
- "broadcastServiceTier": { "@id": "schema:broadcastServiceTier" },
3775
- "broadcastSignalModulation": { "@id": "schema:broadcastSignalModulation" },
3776
- "broadcastSubChannel": { "@id": "schema:broadcastSubChannel" },
3777
- "broadcastTimezone": { "@id": "schema:broadcastTimezone" },
3778
- "broadcaster": { "@id": "schema:broadcaster" },
3779
- "broker": { "@id": "schema:broker" },
3780
- "browserRequirements": { "@id": "schema:browserRequirements" },
3781
- "busName": { "@id": "schema:busName" },
3782
- "busNumber": { "@id": "schema:busNumber" },
3783
- "businessDays": { "@id": "schema:businessDays" },
3784
- "businessFunction": { "@id": "schema:businessFunction" },
3785
- "buyer": { "@id": "schema:buyer" },
3786
- "byArtist": { "@id": "schema:byArtist" },
3787
- "byDay": { "@id": "schema:byDay" },
3788
- "byMonth": { "@id": "schema:byMonth" },
3789
- "byMonthDay": { "@id": "schema:byMonthDay" },
3790
- "byMonthWeek": { "@id": "schema:byMonthWeek" },
3791
- "callSign": { "@id": "schema:callSign" },
3792
- "calories": { "@id": "schema:calories" },
3793
- "candidate": { "@id": "schema:candidate" },
3794
- "caption": { "@id": "schema:caption" },
3795
- "carbohydrateContent": { "@id": "schema:carbohydrateContent" },
3796
- "cargoVolume": { "@id": "schema:cargoVolume" },
3797
- "carrier": { "@id": "schema:carrier" },
3798
- "carrierRequirements": { "@id": "schema:carrierRequirements" },
3799
- "cashBack": { "@id": "schema:cashBack" },
3800
- "catalog": { "@id": "schema:catalog" },
3801
- "catalogNumber": { "@id": "schema:catalogNumber" },
3802
- "category": { "@id": "schema:category" },
3803
- "causeOf": { "@id": "schema:causeOf" },
3804
- "ccRecipient": { "@id": "schema:ccRecipient" },
3805
- "certificationIdentification": { "@id": "schema:certificationIdentification" },
3806
- "certificationRating": { "@id": "schema:certificationRating" },
3807
- "certificationStatus": { "@id": "schema:certificationStatus" },
3808
- "character": { "@id": "schema:character" },
3809
- "characterAttribute": { "@id": "schema:characterAttribute" },
3810
- "characterName": { "@id": "schema:characterName" },
3811
- "cheatCode": { "@id": "schema:cheatCode" },
3812
- "checkinTime": { "@id": "schema:checkinTime" },
3813
- "checkoutPageURLTemplate": { "@id": "schema:checkoutPageURLTemplate" },
3814
- "checkoutTime": { "@id": "schema:checkoutTime" },
3815
- "chemicalComposition": { "@id": "schema:chemicalComposition" },
3816
- "chemicalRole": { "@id": "schema:chemicalRole" },
3817
- "childMaxAge": { "@id": "schema:childMaxAge" },
3818
- "childMinAge": { "@id": "schema:childMinAge" },
3819
- "childTaxon": { "@id": "schema:childTaxon" },
3820
- "children": { "@id": "schema:children" },
3821
- "cholesterolContent": { "@id": "schema:cholesterolContent" },
3822
- "circle": { "@id": "schema:circle" },
3823
- "citation": { "@id": "schema:citation" },
3824
- "claimInterpreter": { "@id": "schema:claimInterpreter" },
3825
- "claimReviewed": { "@id": "schema:claimReviewed" },
3826
- "clincalPharmacology": { "@id": "schema:clincalPharmacology" },
3827
- "clinicalPharmacology": { "@id": "schema:clinicalPharmacology" },
3828
- "clipNumber": { "@id": "schema:clipNumber" },
3829
- "closes": { "@id": "schema:closes" },
3830
- "coach": { "@id": "schema:coach" },
3831
- "code": { "@id": "schema:code" },
3832
- "codeRepository": {
3833
- "@id": "schema:codeRepository",
3834
- "@type": "@id"
3835
- },
3836
- "codeSampleType": { "@id": "schema:codeSampleType" },
3837
- "codeValue": { "@id": "schema:codeValue" },
3838
- "codingSystem": { "@id": "schema:codingSystem" },
3839
- "colleague": {
3840
- "@id": "schema:colleague",
3841
- "@type": "@id"
3842
- },
3843
- "colleagues": { "@id": "schema:colleagues" },
3844
- "collection": { "@id": "schema:collection" },
3845
- "collectionSize": { "@id": "schema:collectionSize" },
3846
- "color": { "@id": "schema:color" },
3847
- "colorSwatch": {
3848
- "@id": "schema:colorSwatch",
3849
- "@type": "@id"
3850
- },
3851
- "colorist": { "@id": "schema:colorist" },
3852
- "comment": { "@id": "schema:comment" },
3853
- "commentCount": { "@id": "schema:commentCount" },
3854
- "commentText": { "@id": "schema:commentText" },
3855
- "commentTime": {
3856
- "@id": "schema:commentTime",
3857
- "@type": "Date"
3858
- },
3859
- "competencyRequired": { "@id": "schema:competencyRequired" },
3860
- "competitor": { "@id": "schema:competitor" },
3861
- "composer": { "@id": "schema:composer" },
3862
- "comprisedOf": { "@id": "schema:comprisedOf" },
3863
- "conditionsOfAccess": { "@id": "schema:conditionsOfAccess" },
3864
- "confirmationNumber": { "@id": "schema:confirmationNumber" },
3865
- "connectedTo": { "@id": "schema:connectedTo" },
3866
- "constraintProperty": {
3867
- "@id": "schema:constraintProperty",
3868
- "@type": "@id"
3869
- },
3870
- "contactOption": { "@id": "schema:contactOption" },
3871
- "contactPoint": { "@id": "schema:contactPoint" },
3872
- "contactPoints": { "@id": "schema:contactPoints" },
3873
- "contactType": { "@id": "schema:contactType" },
3874
- "contactlessPayment": { "@id": "schema:contactlessPayment" },
3875
- "containedIn": { "@id": "schema:containedIn" },
3876
- "containedInPlace": { "@id": "schema:containedInPlace" },
3877
- "containsPlace": { "@id": "schema:containsPlace" },
3878
- "containsSeason": { "@id": "schema:containsSeason" },
3879
- "contentLocation": { "@id": "schema:contentLocation" },
3880
- "contentRating": { "@id": "schema:contentRating" },
3881
- "contentReferenceTime": { "@id": "schema:contentReferenceTime" },
3882
- "contentSize": { "@id": "schema:contentSize" },
3883
- "contentType": { "@id": "schema:contentType" },
3884
- "contentUrl": {
3885
- "@id": "schema:contentUrl",
3886
- "@type": "@id"
3887
- },
3888
- "contraindication": { "@id": "schema:contraindication" },
3889
- "contributor": { "@id": "schema:contributor" },
3890
- "cookTime": { "@id": "schema:cookTime" },
3891
- "cookingMethod": { "@id": "schema:cookingMethod" },
3892
- "copyrightHolder": { "@id": "schema:copyrightHolder" },
3893
- "copyrightNotice": { "@id": "schema:copyrightNotice" },
3894
- "copyrightYear": { "@id": "schema:copyrightYear" },
3895
- "correction": { "@id": "schema:correction" },
3896
- "correctionsPolicy": {
3897
- "@id": "schema:correctionsPolicy",
3898
- "@type": "@id"
3899
- },
3900
- "costCategory": { "@id": "schema:costCategory" },
3901
- "costCurrency": { "@id": "schema:costCurrency" },
3902
- "costOrigin": { "@id": "schema:costOrigin" },
3903
- "costPerUnit": { "@id": "schema:costPerUnit" },
3904
- "countriesNotSupported": { "@id": "schema:countriesNotSupported" },
3905
- "countriesSupported": { "@id": "schema:countriesSupported" },
3906
- "countryOfAssembly": { "@id": "schema:countryOfAssembly" },
3907
- "countryOfLastProcessing": { "@id": "schema:countryOfLastProcessing" },
3908
- "countryOfOrigin": { "@id": "schema:countryOfOrigin" },
3909
- "course": { "@id": "schema:course" },
3910
- "courseCode": { "@id": "schema:courseCode" },
3911
- "courseMode": { "@id": "schema:courseMode" },
3912
- "coursePrerequisites": { "@id": "schema:coursePrerequisites" },
3913
- "courseSchedule": { "@id": "schema:courseSchedule" },
3914
- "courseWorkload": { "@id": "schema:courseWorkload" },
3915
- "coverageEndTime": { "@id": "schema:coverageEndTime" },
3916
- "coverageStartTime": { "@id": "schema:coverageStartTime" },
3917
- "creativeWorkStatus": { "@id": "schema:creativeWorkStatus" },
3918
- "creator": { "@id": "schema:creator" },
3919
- "credentialCategory": { "@id": "schema:credentialCategory" },
3920
- "creditText": { "@id": "schema:creditText" },
3921
- "creditedTo": { "@id": "schema:creditedTo" },
3922
- "cssSelector": { "@id": "schema:cssSelector" },
3923
- "currenciesAccepted": { "@id": "schema:currenciesAccepted" },
3924
- "currency": { "@id": "schema:currency" },
3925
- "currentExchangeRate": { "@id": "schema:currentExchangeRate" },
3926
- "customer": { "@id": "schema:customer" },
3927
- "customerRemorseReturnFees": { "@id": "schema:customerRemorseReturnFees" },
3928
- "customerRemorseReturnLabelSource": { "@id": "schema:customerRemorseReturnLabelSource" },
3929
- "customerRemorseReturnShippingFeesAmount": { "@id": "schema:customerRemorseReturnShippingFeesAmount" },
3930
- "cutoffTime": { "@id": "schema:cutoffTime" },
3931
- "cvdCollectionDate": { "@id": "schema:cvdCollectionDate" },
3932
- "cvdFacilityCounty": { "@id": "schema:cvdFacilityCounty" },
3933
- "cvdFacilityId": { "@id": "schema:cvdFacilityId" },
3934
- "cvdNumBeds": { "@id": "schema:cvdNumBeds" },
3935
- "cvdNumBedsOcc": { "@id": "schema:cvdNumBedsOcc" },
3936
- "cvdNumC19Died": { "@id": "schema:cvdNumC19Died" },
3937
- "cvdNumC19HOPats": { "@id": "schema:cvdNumC19HOPats" },
3938
- "cvdNumC19HospPats": { "@id": "schema:cvdNumC19HospPats" },
3939
- "cvdNumC19MechVentPats": { "@id": "schema:cvdNumC19MechVentPats" },
3940
- "cvdNumC19OFMechVentPats": { "@id": "schema:cvdNumC19OFMechVentPats" },
3941
- "cvdNumC19OverflowPats": { "@id": "schema:cvdNumC19OverflowPats" },
3942
- "cvdNumICUBeds": { "@id": "schema:cvdNumICUBeds" },
3943
- "cvdNumICUBedsOcc": { "@id": "schema:cvdNumICUBedsOcc" },
3944
- "cvdNumTotBeds": { "@id": "schema:cvdNumTotBeds" },
3945
- "cvdNumVent": { "@id": "schema:cvdNumVent" },
3946
- "cvdNumVentUse": { "@id": "schema:cvdNumVentUse" },
3947
- "dataFeedElement": { "@id": "schema:dataFeedElement" },
3948
- "dataset": { "@id": "schema:dataset" },
3949
- "datasetTimeInterval": { "@id": "schema:datasetTimeInterval" },
3950
- "dateCreated": {
3951
- "@id": "schema:dateCreated",
3952
- "@type": "Date"
3953
- },
3954
- "dateDeleted": {
3955
- "@id": "schema:dateDeleted",
3956
- "@type": "Date"
3957
- },
3958
- "dateIssued": {
3959
- "@id": "schema:dateIssued",
3960
- "@type": "Date"
3961
- },
3962
- "dateModified": {
3963
- "@id": "schema:dateModified",
3964
- "@type": "Date"
3965
- },
3966
- "datePosted": {
3967
- "@id": "schema:datePosted",
3968
- "@type": "Date"
3969
- },
3970
- "datePublished": {
3971
- "@id": "schema:datePublished",
3972
- "@type": "Date"
3973
- },
3974
- "dateRead": {
3975
- "@id": "schema:dateRead",
3976
- "@type": "Date"
3977
- },
3978
- "dateReceived": { "@id": "schema:dateReceived" },
3979
- "dateSent": { "@id": "schema:dateSent" },
3980
- "dateVehicleFirstRegistered": {
3981
- "@id": "schema:dateVehicleFirstRegistered",
3982
- "@type": "Date"
3983
- },
3984
- "dateline": { "@id": "schema:dateline" },
3985
- "dayOfWeek": { "@id": "schema:dayOfWeek" },
3986
- "deathDate": {
3987
- "@id": "schema:deathDate",
3988
- "@type": "Date"
3989
- },
3990
- "deathPlace": { "@id": "schema:deathPlace" },
3991
- "defaultValue": { "@id": "schema:defaultValue" },
3992
- "deliveryAddress": { "@id": "schema:deliveryAddress" },
3993
- "deliveryLeadTime": { "@id": "schema:deliveryLeadTime" },
3994
- "deliveryMethod": { "@id": "schema:deliveryMethod" },
3995
- "deliveryStatus": { "@id": "schema:deliveryStatus" },
3996
- "deliveryTime": { "@id": "schema:deliveryTime" },
3997
- "department": { "@id": "schema:department" },
3998
- "departureAirport": { "@id": "schema:departureAirport" },
3999
- "departureBoatTerminal": { "@id": "schema:departureBoatTerminal" },
4000
- "departureBusStop": { "@id": "schema:departureBusStop" },
4001
- "departureGate": { "@id": "schema:departureGate" },
4002
- "departurePlatform": { "@id": "schema:departurePlatform" },
4003
- "departureStation": { "@id": "schema:departureStation" },
4004
- "departureTerminal": { "@id": "schema:departureTerminal" },
4005
- "departureTime": { "@id": "schema:departureTime" },
4006
- "dependencies": { "@id": "schema:dependencies" },
4007
- "depth": { "@id": "schema:depth" },
4008
- "description": { "@id": "schema:description" },
4009
- "device": { "@id": "schema:device" },
4010
- "diagnosis": { "@id": "schema:diagnosis" },
4011
- "diagram": { "@id": "schema:diagram" },
4012
- "diet": { "@id": "schema:diet" },
4013
- "dietFeatures": { "@id": "schema:dietFeatures" },
4014
- "differentialDiagnosis": { "@id": "schema:differentialDiagnosis" },
4015
- "digitalSourceType": { "@id": "schema:digitalSourceType" },
4016
- "directApply": { "@id": "schema:directApply" },
4017
- "director": { "@id": "schema:director" },
4018
- "directors": { "@id": "schema:directors" },
4019
- "disambiguatingDescription": { "@id": "schema:disambiguatingDescription" },
4020
- "discount": { "@id": "schema:discount" },
4021
- "discountCode": { "@id": "schema:discountCode" },
4022
- "discountCurrency": { "@id": "schema:discountCurrency" },
4023
- "discusses": { "@id": "schema:discusses" },
4024
- "discussionUrl": {
4025
- "@id": "schema:discussionUrl",
4026
- "@type": "@id"
4027
- },
4028
- "diseasePreventionInfo": {
4029
- "@id": "schema:diseasePreventionInfo",
4030
- "@type": "@id"
4031
- },
4032
- "diseaseSpreadStatistics": {
4033
- "@id": "schema:diseaseSpreadStatistics",
4034
- "@type": "@id"
4035
- },
4036
- "dissolutionDate": {
4037
- "@id": "schema:dissolutionDate",
4038
- "@type": "Date"
4039
- },
4040
- "distance": { "@id": "schema:distance" },
4041
- "distinguishingSign": { "@id": "schema:distinguishingSign" },
4042
- "distribution": { "@id": "schema:distribution" },
4043
- "diversityPolicy": {
4044
- "@id": "schema:diversityPolicy",
4045
- "@type": "@id"
4046
- },
4047
- "diversityStaffingReport": {
4048
- "@id": "schema:diversityStaffingReport",
4049
- "@type": "@id"
4050
- },
4051
- "documentation": {
4052
- "@id": "schema:documentation",
4053
- "@type": "@id"
4054
- },
4055
- "doesNotShip": { "@id": "schema:doesNotShip" },
4056
- "domainIncludes": { "@id": "schema:domainIncludes" },
4057
- "domiciledMortgage": { "@id": "schema:domiciledMortgage" },
4058
- "doorTime": { "@id": "schema:doorTime" },
4059
- "dosageForm": { "@id": "schema:dosageForm" },
4060
- "doseSchedule": { "@id": "schema:doseSchedule" },
4061
- "doseUnit": { "@id": "schema:doseUnit" },
4062
- "doseValue": { "@id": "schema:doseValue" },
4063
- "downPayment": { "@id": "schema:downPayment" },
4064
- "downloadUrl": {
4065
- "@id": "schema:downloadUrl",
4066
- "@type": "@id"
4067
- },
4068
- "downvoteCount": { "@id": "schema:downvoteCount" },
4069
- "drainsTo": { "@id": "schema:drainsTo" },
4070
- "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration" },
4071
- "dropoffLocation": { "@id": "schema:dropoffLocation" },
4072
- "dropoffTime": { "@id": "schema:dropoffTime" },
4073
- "drug": { "@id": "schema:drug" },
4074
- "drugClass": { "@id": "schema:drugClass" },
4075
- "drugUnit": { "@id": "schema:drugUnit" },
4076
- "duns": { "@id": "schema:duns" },
4077
- "duplicateTherapy": { "@id": "schema:duplicateTherapy" },
4078
- "duration": { "@id": "schema:duration" },
4079
- "durationOfWarranty": { "@id": "schema:durationOfWarranty" },
4080
- "duringMedia": {
4081
- "@id": "schema:duringMedia",
4082
- "@type": "@id"
4083
- },
4084
- "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty" },
4085
- "editEIDR": { "@id": "schema:editEIDR" },
4086
- "editor": { "@id": "schema:editor" },
4087
- "eduQuestionType": { "@id": "schema:eduQuestionType" },
4088
- "educationRequirements": { "@id": "schema:educationRequirements" },
4089
- "educationalAlignment": { "@id": "schema:educationalAlignment" },
4090
- "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded" },
4091
- "educationalFramework": { "@id": "schema:educationalFramework" },
4092
- "educationalLevel": { "@id": "schema:educationalLevel" },
4093
- "educationalProgramMode": { "@id": "schema:educationalProgramMode" },
4094
- "educationalRole": { "@id": "schema:educationalRole" },
4095
- "educationalUse": { "@id": "schema:educationalUse" },
4096
- "elevation": { "@id": "schema:elevation" },
4097
- "eligibilityToWorkRequirement": { "@id": "schema:eligibilityToWorkRequirement" },
4098
- "eligibleCustomerType": { "@id": "schema:eligibleCustomerType" },
4099
- "eligibleDuration": { "@id": "schema:eligibleDuration" },
4100
- "eligibleQuantity": { "@id": "schema:eligibleQuantity" },
4101
- "eligibleRegion": { "@id": "schema:eligibleRegion" },
4102
- "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume" },
4103
- "email": { "@id": "schema:email" },
4104
- "embedUrl": {
4105
- "@id": "schema:embedUrl",
4106
- "@type": "@id"
4107
- },
4108
- "embeddedTextCaption": { "@id": "schema:embeddedTextCaption" },
4109
- "emissionsCO2": { "@id": "schema:emissionsCO2" },
4110
- "employee": { "@id": "schema:employee" },
4111
- "employees": { "@id": "schema:employees" },
4112
- "employerOverview": { "@id": "schema:employerOverview" },
4113
- "employmentType": { "@id": "schema:employmentType" },
4114
- "employmentUnit": { "@id": "schema:employmentUnit" },
4115
- "encodesBioChemEntity": { "@id": "schema:encodesBioChemEntity" },
4116
- "encodesCreativeWork": { "@id": "schema:encodesCreativeWork" },
4117
- "encoding": { "@id": "schema:encoding" },
4118
- "encodingFormat": { "@id": "schema:encodingFormat" },
4119
- "encodingType": { "@id": "schema:encodingType" },
4120
- "encodings": { "@id": "schema:encodings" },
4121
- "endDate": {
4122
- "@id": "schema:endDate",
4123
- "@type": "Date"
4124
- },
4125
- "endOffset": { "@id": "schema:endOffset" },
4126
- "endTime": { "@id": "schema:endTime" },
4127
- "endorsee": { "@id": "schema:endorsee" },
4128
- "endorsers": { "@id": "schema:endorsers" },
4129
- "energyEfficiencyScaleMax": { "@id": "schema:energyEfficiencyScaleMax" },
4130
- "energyEfficiencyScaleMin": { "@id": "schema:energyEfficiencyScaleMin" },
4131
- "engineDisplacement": { "@id": "schema:engineDisplacement" },
4132
- "enginePower": { "@id": "schema:enginePower" },
4133
- "engineType": { "@id": "schema:engineType" },
4134
- "entertainmentBusiness": { "@id": "schema:entertainmentBusiness" },
4135
- "epidemiology": { "@id": "schema:epidemiology" },
4136
- "episode": { "@id": "schema:episode" },
4137
- "episodeNumber": { "@id": "schema:episodeNumber" },
4138
- "episodes": { "@id": "schema:episodes" },
4139
- "equal": { "@id": "schema:equal" },
4140
- "error": { "@id": "schema:error" },
4141
- "estimatedCost": { "@id": "schema:estimatedCost" },
4142
- "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration" },
4143
- "estimatedSalary": { "@id": "schema:estimatedSalary" },
4144
- "estimatesRiskOf": { "@id": "schema:estimatesRiskOf" },
4145
- "ethicsPolicy": {
4146
- "@id": "schema:ethicsPolicy",
4147
- "@type": "@id"
4148
- },
4149
- "event": { "@id": "schema:event" },
4150
- "eventAttendanceMode": { "@id": "schema:eventAttendanceMode" },
4151
- "eventSchedule": { "@id": "schema:eventSchedule" },
4152
- "eventStatus": { "@id": "schema:eventStatus" },
4153
- "events": { "@id": "schema:events" },
4154
- "evidenceLevel": { "@id": "schema:evidenceLevel" },
4155
- "evidenceOrigin": { "@id": "schema:evidenceOrigin" },
4156
- "exampleOfWork": { "@id": "schema:exampleOfWork" },
4157
- "exceptDate": {
4158
- "@id": "schema:exceptDate",
4159
- "@type": "Date"
4160
- },
4161
- "exchangeRateSpread": { "@id": "schema:exchangeRateSpread" },
4162
- "executableLibraryName": { "@id": "schema:executableLibraryName" },
4163
- "exerciseCourse": { "@id": "schema:exerciseCourse" },
4164
- "exercisePlan": { "@id": "schema:exercisePlan" },
4165
- "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet" },
4166
- "exerciseType": { "@id": "schema:exerciseType" },
4167
- "exifData": { "@id": "schema:exifData" },
4168
- "expectedArrivalFrom": {
4169
- "@id": "schema:expectedArrivalFrom",
4170
- "@type": "Date"
4171
- },
4172
- "expectedArrivalUntil": {
4173
- "@id": "schema:expectedArrivalUntil",
4174
- "@type": "Date"
4175
- },
4176
- "expectedPrognosis": { "@id": "schema:expectedPrognosis" },
4177
- "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf" },
4178
- "experienceInPlaceOfEducation": { "@id": "schema:experienceInPlaceOfEducation" },
4179
- "experienceRequirements": { "@id": "schema:experienceRequirements" },
4180
- "expertConsiderations": { "@id": "schema:expertConsiderations" },
4181
- "expires": {
4182
- "@id": "schema:expires",
4183
- "@type": "Date"
4184
- },
4185
- "expressedIn": { "@id": "schema:expressedIn" },
4186
- "familyName": { "@id": "schema:familyName" },
4187
- "fatContent": { "@id": "schema:fatContent" },
4188
- "faxNumber": { "@id": "schema:faxNumber" },
4189
- "featureList": { "@id": "schema:featureList" },
4190
- "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification" },
4191
- "fiberContent": { "@id": "schema:fiberContent" },
4192
- "fileFormat": { "@id": "schema:fileFormat" },
4193
- "fileSize": { "@id": "schema:fileSize" },
4194
- "financialAidEligible": { "@id": "schema:financialAidEligible" },
4195
- "firstAppearance": { "@id": "schema:firstAppearance" },
4196
- "firstPerformance": { "@id": "schema:firstPerformance" },
4197
- "flightDistance": { "@id": "schema:flightDistance" },
4198
- "flightNumber": { "@id": "schema:flightNumber" },
4199
- "floorLevel": { "@id": "schema:floorLevel" },
4200
- "floorLimit": { "@id": "schema:floorLimit" },
4201
- "floorSize": { "@id": "schema:floorSize" },
4202
- "followee": { "@id": "schema:followee" },
4203
- "follows": { "@id": "schema:follows" },
4204
- "followup": { "@id": "schema:followup" },
4205
- "foodEstablishment": { "@id": "schema:foodEstablishment" },
4206
- "foodEvent": { "@id": "schema:foodEvent" },
4207
- "foodWarning": { "@id": "schema:foodWarning" },
4208
- "founder": { "@id": "schema:founder" },
4209
- "founders": { "@id": "schema:founders" },
4210
- "foundingDate": {
4211
- "@id": "schema:foundingDate",
4212
- "@type": "Date"
4213
- },
4214
- "foundingLocation": { "@id": "schema:foundingLocation" },
4215
- "free": { "@id": "schema:free" },
4216
- "freeShippingThreshold": { "@id": "schema:freeShippingThreshold" },
4217
- "frequency": { "@id": "schema:frequency" },
4218
- "fromLocation": { "@id": "schema:fromLocation" },
4219
- "fuelCapacity": { "@id": "schema:fuelCapacity" },
4220
- "fuelConsumption": { "@id": "schema:fuelConsumption" },
4221
- "fuelEfficiency": { "@id": "schema:fuelEfficiency" },
4222
- "fuelType": { "@id": "schema:fuelType" },
4223
- "functionalClass": { "@id": "schema:functionalClass" },
4224
- "fundedItem": { "@id": "schema:fundedItem" },
4225
- "funder": { "@id": "schema:funder" },
4226
- "funding": { "@id": "schema:funding" },
4227
- "game": { "@id": "schema:game" },
4228
- "gameAvailabilityType": { "@id": "schema:gameAvailabilityType" },
4229
- "gameEdition": { "@id": "schema:gameEdition" },
4230
- "gameItem": { "@id": "schema:gameItem" },
4231
- "gameLocation": {
4232
- "@id": "schema:gameLocation",
4233
- "@type": "@id"
4234
- },
4235
- "gamePlatform": { "@id": "schema:gamePlatform" },
4236
- "gameServer": { "@id": "schema:gameServer" },
4237
- "gameTip": { "@id": "schema:gameTip" },
4238
- "gender": { "@id": "schema:gender" },
4239
- "genre": { "@id": "schema:genre" },
4240
- "geo": { "@id": "schema:geo" },
4241
- "geoContains": { "@id": "schema:geoContains" },
4242
- "geoCoveredBy": { "@id": "schema:geoCoveredBy" },
4243
- "geoCovers": { "@id": "schema:geoCovers" },
4244
- "geoCrosses": { "@id": "schema:geoCrosses" },
4245
- "geoDisjoint": { "@id": "schema:geoDisjoint" },
4246
- "geoEquals": { "@id": "schema:geoEquals" },
4247
- "geoIntersects": { "@id": "schema:geoIntersects" },
4248
- "geoMidpoint": { "@id": "schema:geoMidpoint" },
4249
- "geoOverlaps": { "@id": "schema:geoOverlaps" },
4250
- "geoRadius": { "@id": "schema:geoRadius" },
4251
- "geoTouches": { "@id": "schema:geoTouches" },
4252
- "geoWithin": { "@id": "schema:geoWithin" },
4253
- "geographicArea": { "@id": "schema:geographicArea" },
4254
- "gettingTestedInfo": {
4255
- "@id": "schema:gettingTestedInfo",
4256
- "@type": "@id"
4257
- },
4258
- "givenName": { "@id": "schema:givenName" },
4259
- "globalLocationNumber": { "@id": "schema:globalLocationNumber" },
4260
- "governmentBenefitsInfo": { "@id": "schema:governmentBenefitsInfo" },
4261
- "gracePeriod": { "@id": "schema:gracePeriod" },
4262
- "grantee": { "@id": "schema:grantee" },
4263
- "greater": { "@id": "schema:greater" },
4264
- "greaterOrEqual": { "@id": "schema:greaterOrEqual" },
4265
- "gtin": { "@id": "schema:gtin" },
4266
- "gtin12": { "@id": "schema:gtin12" },
4267
- "gtin13": { "@id": "schema:gtin13" },
4268
- "gtin14": { "@id": "schema:gtin14" },
4269
- "gtin8": { "@id": "schema:gtin8" },
4270
- "guideline": { "@id": "schema:guideline" },
4271
- "guidelineDate": {
4272
- "@id": "schema:guidelineDate",
4273
- "@type": "Date"
4274
- },
4275
- "guidelineSubject": { "@id": "schema:guidelineSubject" },
4276
- "handlingTime": { "@id": "schema:handlingTime" },
4277
- "hasAdultConsideration": { "@id": "schema:hasAdultConsideration" },
4278
- "hasBioChemEntityPart": { "@id": "schema:hasBioChemEntityPart" },
4279
- "hasBioPolymerSequence": { "@id": "schema:hasBioPolymerSequence" },
4280
- "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel" },
4281
- "hasCategoryCode": { "@id": "schema:hasCategoryCode" },
4282
- "hasCertification": { "@id": "schema:hasCertification" },
4283
- "hasCourse": { "@id": "schema:hasCourse" },
4284
- "hasCourseInstance": { "@id": "schema:hasCourseInstance" },
4285
- "hasCredential": { "@id": "schema:hasCredential" },
4286
- "hasDefinedTerm": { "@id": "schema:hasDefinedTerm" },
4287
- "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod" },
4288
- "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission" },
4289
- "hasDriveThroughService": { "@id": "schema:hasDriveThroughService" },
4290
- "hasEnergyConsumptionDetails": { "@id": "schema:hasEnergyConsumptionDetails" },
4291
- "hasEnergyEfficiencyCategory": { "@id": "schema:hasEnergyEfficiencyCategory" },
4292
- "hasGS1DigitalLink": {
4293
- "@id": "schema:hasGS1DigitalLink",
4294
- "@type": "@id"
4295
- },
4296
- "hasHealthAspect": { "@id": "schema:hasHealthAspect" },
4297
- "hasMap": {
4298
- "@id": "schema:hasMap",
4299
- "@type": "@id"
4300
- },
4301
- "hasMeasurement": { "@id": "schema:hasMeasurement" },
4302
- "hasMemberProgram": { "@id": "schema:hasMemberProgram" },
4303
- "hasMenu": { "@id": "schema:hasMenu" },
4304
- "hasMenuItem": { "@id": "schema:hasMenuItem" },
4305
- "hasMenuSection": { "@id": "schema:hasMenuSection" },
4306
- "hasMerchantReturnPolicy": { "@id": "schema:hasMerchantReturnPolicy" },
4307
- "hasMolecularFunction": {
4308
- "@id": "schema:hasMolecularFunction",
4309
- "@type": "@id"
4310
- },
4311
- "hasOccupation": { "@id": "schema:hasOccupation" },
4312
- "hasOfferCatalog": { "@id": "schema:hasOfferCatalog" },
4313
- "hasPOS": { "@id": "schema:hasPOS" },
4314
- "hasPart": { "@id": "schema:hasPart" },
4315
- "hasProductReturnPolicy": { "@id": "schema:hasProductReturnPolicy" },
4316
- "hasRepresentation": { "@id": "schema:hasRepresentation" },
4317
- "hasTierBenefit": { "@id": "schema:hasTierBenefit" },
4318
- "hasTierRequirement": { "@id": "schema:hasTierRequirement" },
4319
- "hasTiers": { "@id": "schema:hasTiers" },
4320
- "hasVariant": { "@id": "schema:hasVariant" },
4321
- "headline": { "@id": "schema:headline" },
4322
- "healthCondition": { "@id": "schema:healthCondition" },
4323
- "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption" },
4324
- "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate" },
4325
- "healthPlanCopay": { "@id": "schema:healthPlanCopay" },
4326
- "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption" },
4327
- "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing" },
4328
- "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption" },
4329
- "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier" },
4330
- "healthPlanId": { "@id": "schema:healthPlanId" },
4331
- "healthPlanMarketingUrl": {
4332
- "@id": "schema:healthPlanMarketingUrl",
4333
- "@type": "@id"
4334
- },
4335
- "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId" },
4336
- "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier" },
4337
- "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory" },
4338
- "healthcareReportingData": { "@id": "schema:healthcareReportingData" },
4339
- "height": { "@id": "schema:height" },
4340
- "highPrice": { "@id": "schema:highPrice" },
4341
- "hiringOrganization": { "@id": "schema:hiringOrganization" },
4342
- "holdingArchive": { "@id": "schema:holdingArchive" },
4343
- "homeLocation": { "@id": "schema:homeLocation" },
4344
- "homeTeam": { "@id": "schema:homeTeam" },
4345
- "honorificPrefix": { "@id": "schema:honorificPrefix" },
4346
- "honorificSuffix": { "@id": "schema:honorificSuffix" },
4347
- "hospitalAffiliation": { "@id": "schema:hospitalAffiliation" },
4348
- "hostingOrganization": { "@id": "schema:hostingOrganization" },
4349
- "hoursAvailable": { "@id": "schema:hoursAvailable" },
4350
- "howPerformed": { "@id": "schema:howPerformed" },
4351
- "httpMethod": { "@id": "schema:httpMethod" },
4352
- "iataCode": { "@id": "schema:iataCode" },
4353
- "icaoCode": { "@id": "schema:icaoCode" },
4354
- "identifier": { "@id": "schema:identifier" },
4355
- "identifyingExam": { "@id": "schema:identifyingExam" },
4356
- "identifyingTest": { "@id": "schema:identifyingTest" },
4357
- "illustrator": { "@id": "schema:illustrator" },
4358
- "image": {
4359
- "@id": "schema:image",
4360
- "@type": "@id"
4361
- },
4362
- "imagingTechnique": { "@id": "schema:imagingTechnique" },
4363
- "inAlbum": { "@id": "schema:inAlbum" },
4364
- "inBroadcastLineup": { "@id": "schema:inBroadcastLineup" },
4365
- "inChI": { "@id": "schema:inChI" },
4366
- "inChIKey": { "@id": "schema:inChIKey" },
4367
- "inCodeSet": {
4368
- "@id": "schema:inCodeSet",
4369
- "@type": "@id"
4370
- },
4371
- "inDefinedTermSet": {
4372
- "@id": "schema:inDefinedTermSet",
4373
- "@type": "@id"
4374
- },
4375
- "inLanguage": { "@id": "schema:inLanguage" },
4376
- "inPlaylist": { "@id": "schema:inPlaylist" },
4377
- "inProductGroupWithID": { "@id": "schema:inProductGroupWithID" },
4378
- "inStoreReturnsOffered": { "@id": "schema:inStoreReturnsOffered" },
4379
- "inSupportOf": { "@id": "schema:inSupportOf" },
4380
- "incentiveCompensation": { "@id": "schema:incentiveCompensation" },
4381
- "incentives": { "@id": "schema:incentives" },
4382
- "includedComposition": { "@id": "schema:includedComposition" },
4383
- "includedDataCatalog": { "@id": "schema:includedDataCatalog" },
4384
- "includedInDataCatalog": { "@id": "schema:includedInDataCatalog" },
4385
- "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan" },
4386
- "includedRiskFactor": { "@id": "schema:includedRiskFactor" },
4387
- "includesAttraction": { "@id": "schema:includesAttraction" },
4388
- "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary" },
4389
- "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork" },
4390
- "includesObject": { "@id": "schema:includesObject" },
4391
- "increasesRiskOf": { "@id": "schema:increasesRiskOf" },
4392
- "industry": { "@id": "schema:industry" },
4393
- "ineligibleRegion": { "@id": "schema:ineligibleRegion" },
4394
- "infectiousAgent": { "@id": "schema:infectiousAgent" },
4395
- "infectiousAgentClass": { "@id": "schema:infectiousAgentClass" },
4396
- "ingredients": { "@id": "schema:ingredients" },
4397
- "inker": { "@id": "schema:inker" },
4398
- "insertion": { "@id": "schema:insertion" },
4399
- "installUrl": {
4400
- "@id": "schema:installUrl",
4401
- "@type": "@id"
4402
- },
4403
- "instructor": { "@id": "schema:instructor" },
4404
- "instrument": { "@id": "schema:instrument" },
4405
- "intensity": { "@id": "schema:intensity" },
4406
- "interactingDrug": { "@id": "schema:interactingDrug" },
4407
- "interactionCount": { "@id": "schema:interactionCount" },
4408
- "interactionService": { "@id": "schema:interactionService" },
4409
- "interactionStatistic": { "@id": "schema:interactionStatistic" },
4410
- "interactionType": { "@id": "schema:interactionType" },
4411
- "interactivityType": { "@id": "schema:interactivityType" },
4412
- "interestRate": { "@id": "schema:interestRate" },
4413
- "interpretedAsClaim": { "@id": "schema:interpretedAsClaim" },
4414
- "inventoryLevel": { "@id": "schema:inventoryLevel" },
4415
- "inverseOf": { "@id": "schema:inverseOf" },
4416
- "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients" },
4417
- "isAccessibleForFree": { "@id": "schema:isAccessibleForFree" },
4418
- "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor" },
4419
- "isAvailableGenerically": { "@id": "schema:isAvailableGenerically" },
4420
- "isBasedOn": {
4421
- "@id": "schema:isBasedOn",
4422
- "@type": "@id"
4423
- },
4424
- "isBasedOnUrl": {
4425
- "@id": "schema:isBasedOnUrl",
4426
- "@type": "@id"
4427
- },
4428
- "isConsumableFor": { "@id": "schema:isConsumableFor" },
4429
- "isEncodedByBioChemEntity": { "@id": "schema:isEncodedByBioChemEntity" },
4430
- "isFamilyFriendly": { "@id": "schema:isFamilyFriendly" },
4431
- "isGift": { "@id": "schema:isGift" },
4432
- "isInvolvedInBiologicalProcess": {
4433
- "@id": "schema:isInvolvedInBiologicalProcess",
4434
- "@type": "@id"
4435
- },
4436
- "isLiveBroadcast": { "@id": "schema:isLiveBroadcast" },
4437
- "isLocatedInSubcellularLocation": {
4438
- "@id": "schema:isLocatedInSubcellularLocation",
4439
- "@type": "@id"
4440
- },
4441
- "isPartOf": {
4442
- "@id": "schema:isPartOf",
4443
- "@type": "@id"
4444
- },
4445
- "isPartOfBioChemEntity": { "@id": "schema:isPartOfBioChemEntity" },
4446
- "isPlanForApartment": { "@id": "schema:isPlanForApartment" },
4447
- "isProprietary": { "@id": "schema:isProprietary" },
4448
- "isRelatedTo": { "@id": "schema:isRelatedTo" },
4449
- "isResizable": { "@id": "schema:isResizable" },
4450
- "isSimilarTo": { "@id": "schema:isSimilarTo" },
4451
- "isTierOf": { "@id": "schema:isTierOf" },
4452
- "isUnlabelledFallback": { "@id": "schema:isUnlabelledFallback" },
4453
- "isVariantOf": { "@id": "schema:isVariantOf" },
4454
- "isbn": { "@id": "schema:isbn" },
4455
- "isicV4": { "@id": "schema:isicV4" },
4456
- "iso6523Code": { "@id": "schema:iso6523Code" },
4457
- "isrcCode": { "@id": "schema:isrcCode" },
4458
- "issn": { "@id": "schema:issn" },
4459
- "issueNumber": { "@id": "schema:issueNumber" },
4460
- "issuedBy": { "@id": "schema:issuedBy" },
4461
- "issuedThrough": { "@id": "schema:issuedThrough" },
4462
- "iswcCode": { "@id": "schema:iswcCode" },
4463
- "item": { "@id": "schema:item" },
4464
- "itemCondition": { "@id": "schema:itemCondition" },
4465
- "itemDefectReturnFees": { "@id": "schema:itemDefectReturnFees" },
4466
- "itemDefectReturnLabelSource": { "@id": "schema:itemDefectReturnLabelSource" },
4467
- "itemDefectReturnShippingFeesAmount": { "@id": "schema:itemDefectReturnShippingFeesAmount" },
4468
- "itemListElement": { "@id": "schema:itemListElement" },
4469
- "itemListOrder": { "@id": "schema:itemListOrder" },
4470
- "itemLocation": { "@id": "schema:itemLocation" },
4471
- "itemOffered": { "@id": "schema:itemOffered" },
4472
- "itemReviewed": { "@id": "schema:itemReviewed" },
4473
- "itemShipped": { "@id": "schema:itemShipped" },
4474
- "itinerary": { "@id": "schema:itinerary" },
4475
- "iupacName": { "@id": "schema:iupacName" },
4476
- "jobBenefits": { "@id": "schema:jobBenefits" },
4477
- "jobImmediateStart": { "@id": "schema:jobImmediateStart" },
4478
- "jobLocation": { "@id": "schema:jobLocation" },
4479
- "jobLocationType": { "@id": "schema:jobLocationType" },
4480
- "jobStartDate": { "@id": "schema:jobStartDate" },
4481
- "jobTitle": { "@id": "schema:jobTitle" },
4482
- "jurisdiction": { "@id": "schema:jurisdiction" },
4483
- "keywords": { "@id": "schema:keywords" },
4484
- "knownVehicleDamages": { "@id": "schema:knownVehicleDamages" },
4485
- "knows": { "@id": "schema:knows" },
4486
- "knowsAbout": { "@id": "schema:knowsAbout" },
4487
- "knowsLanguage": { "@id": "schema:knowsLanguage" },
4488
- "labelDetails": {
4489
- "@id": "schema:labelDetails",
4490
- "@type": "@id"
4491
- },
4492
- "landlord": { "@id": "schema:landlord" },
4493
- "language": { "@id": "schema:language" },
4494
- "lastReviewed": {
4495
- "@id": "schema:lastReviewed",
4496
- "@type": "Date"
4497
- },
4498
- "latitude": { "@id": "schema:latitude" },
4499
- "layoutImage": {
4500
- "@id": "schema:layoutImage",
4501
- "@type": "@id"
4502
- },
4503
- "learningResourceType": { "@id": "schema:learningResourceType" },
4504
- "leaseLength": { "@id": "schema:leaseLength" },
4505
- "legalName": { "@id": "schema:legalName" },
4506
- "legalStatus": { "@id": "schema:legalStatus" },
4507
- "legislationApplies": { "@id": "schema:legislationApplies" },
4508
- "legislationChanges": { "@id": "schema:legislationChanges" },
4509
- "legislationConsolidates": { "@id": "schema:legislationConsolidates" },
4510
- "legislationDate": {
4511
- "@id": "schema:legislationDate",
4512
- "@type": "Date"
4513
- },
4514
- "legislationDateVersion": {
4515
- "@id": "schema:legislationDateVersion",
4516
- "@type": "Date"
4517
- },
4518
- "legislationIdentifier": { "@id": "schema:legislationIdentifier" },
4519
- "legislationJurisdiction": { "@id": "schema:legislationJurisdiction" },
4520
- "legislationLegalForce": { "@id": "schema:legislationLegalForce" },
4521
- "legislationLegalValue": { "@id": "schema:legislationLegalValue" },
4522
- "legislationPassedBy": { "@id": "schema:legislationPassedBy" },
4523
- "legislationResponsible": { "@id": "schema:legislationResponsible" },
4524
- "legislationTransposes": { "@id": "schema:legislationTransposes" },
4525
- "legislationType": { "@id": "schema:legislationType" },
4526
- "leiCode": { "@id": "schema:leiCode" },
4527
- "lender": { "@id": "schema:lender" },
4528
- "lesser": { "@id": "schema:lesser" },
4529
- "lesserOrEqual": { "@id": "schema:lesserOrEqual" },
4530
- "letterer": { "@id": "schema:letterer" },
4531
- "license": {
4532
- "@id": "schema:license",
4533
- "@type": "@id"
4534
- },
4535
- "line": { "@id": "schema:line" },
4536
- "linkRelationship": { "@id": "schema:linkRelationship" },
4537
- "liveBlogUpdate": { "@id": "schema:liveBlogUpdate" },
4538
- "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount" },
4539
- "loanPaymentAmount": { "@id": "schema:loanPaymentAmount" },
4540
- "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency" },
4541
- "loanRepaymentForm": { "@id": "schema:loanRepaymentForm" },
4542
- "loanTerm": { "@id": "schema:loanTerm" },
4543
- "loanType": { "@id": "schema:loanType" },
4544
- "location": { "@id": "schema:location" },
4545
- "locationCreated": { "@id": "schema:locationCreated" },
4546
- "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription" },
4547
- "lodgingUnitType": { "@id": "schema:lodgingUnitType" },
4548
- "logo": {
4549
- "@id": "schema:logo",
4550
- "@type": "@id"
4551
- },
4552
- "longitude": { "@id": "schema:longitude" },
4553
- "loser": { "@id": "schema:loser" },
4554
- "lowPrice": { "@id": "schema:lowPrice" },
4555
- "lyricist": { "@id": "schema:lyricist" },
4556
- "lyrics": { "@id": "schema:lyrics" },
4557
- "mainContentOfPage": { "@id": "schema:mainContentOfPage" },
4558
- "mainEntity": { "@id": "schema:mainEntity" },
4559
- "mainEntityOfPage": {
4560
- "@id": "schema:mainEntityOfPage",
4561
- "@type": "@id"
4562
- },
4563
- "maintainer": { "@id": "schema:maintainer" },
4564
- "makesOffer": { "@id": "schema:makesOffer" },
4565
- "manufacturer": { "@id": "schema:manufacturer" },
4566
- "map": {
4567
- "@id": "schema:map",
4568
- "@type": "@id"
4569
- },
4570
- "mapType": { "@id": "schema:mapType" },
4571
- "maps": {
4572
- "@id": "schema:maps",
4573
- "@type": "@id"
4574
- },
4575
- "marginOfError": { "@id": "schema:marginOfError" },
4576
- "masthead": {
4577
- "@id": "schema:masthead",
4578
- "@type": "@id"
4579
- },
4580
- "material": { "@id": "schema:material" },
4581
- "materialExtent": { "@id": "schema:materialExtent" },
4582
- "mathExpression": { "@id": "schema:mathExpression" },
4583
- "maxPrice": { "@id": "schema:maxPrice" },
4584
- "maxValue": { "@id": "schema:maxValue" },
4585
- "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity" },
4586
- "maximumEnrollment": { "@id": "schema:maximumEnrollment" },
4587
- "maximumIntake": { "@id": "schema:maximumIntake" },
4588
- "maximumPhysicalAttendeeCapacity": { "@id": "schema:maximumPhysicalAttendeeCapacity" },
4589
- "maximumVirtualAttendeeCapacity": { "@id": "schema:maximumVirtualAttendeeCapacity" },
4590
- "mealService": { "@id": "schema:mealService" },
4591
- "measuredProperty": { "@id": "schema:measuredProperty" },
4592
- "measurementDenominator": { "@id": "schema:measurementDenominator" },
4593
- "measurementMethod": { "@id": "schema:measurementMethod" },
4594
- "measurementQualifier": { "@id": "schema:measurementQualifier" },
4595
- "measurementTechnique": { "@id": "schema:measurementTechnique" },
4596
- "mechanismOfAction": { "@id": "schema:mechanismOfAction" },
4597
- "mediaAuthenticityCategory": { "@id": "schema:mediaAuthenticityCategory" },
4598
- "mediaItemAppearance": { "@id": "schema:mediaItemAppearance" },
4599
- "median": { "@id": "schema:median" },
4600
- "medicalAudience": { "@id": "schema:medicalAudience" },
4601
- "medicalSpecialty": { "@id": "schema:medicalSpecialty" },
4602
- "medicineSystem": { "@id": "schema:medicineSystem" },
4603
- "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard" },
4604
- "member": { "@id": "schema:member" },
4605
- "memberOf": { "@id": "schema:memberOf" },
4606
- "members": { "@id": "schema:members" },
4607
- "membershipNumber": { "@id": "schema:membershipNumber" },
4608
- "membershipPointsEarned": { "@id": "schema:membershipPointsEarned" },
4609
- "memoryRequirements": { "@id": "schema:memoryRequirements" },
4610
- "mentions": { "@id": "schema:mentions" },
4611
- "menu": { "@id": "schema:menu" },
4612
- "menuAddOn": { "@id": "schema:menuAddOn" },
4613
- "merchant": { "@id": "schema:merchant" },
4614
- "merchantReturnDays": {
4615
- "@id": "schema:merchantReturnDays",
4616
- "@type": "Date"
4617
- },
4618
- "merchantReturnLink": {
4619
- "@id": "schema:merchantReturnLink",
4620
- "@type": "@id"
4621
- },
4622
- "messageAttachment": { "@id": "schema:messageAttachment" },
4623
- "mileageFromOdometer": { "@id": "schema:mileageFromOdometer" },
4624
- "minPrice": { "@id": "schema:minPrice" },
4625
- "minValue": { "@id": "schema:minValue" },
4626
- "minimumPaymentDue": { "@id": "schema:minimumPaymentDue" },
4627
- "missionCoveragePrioritiesPolicy": {
4628
- "@id": "schema:missionCoveragePrioritiesPolicy",
4629
- "@type": "@id"
4630
- },
4631
- "mobileUrl": { "@id": "schema:mobileUrl" },
4632
- "model": { "@id": "schema:model" },
4633
- "modelDate": {
4634
- "@id": "schema:modelDate",
4635
- "@type": "Date"
4636
- },
4637
- "modifiedTime": { "@id": "schema:modifiedTime" },
4638
- "molecularFormula": { "@id": "schema:molecularFormula" },
4639
- "molecularWeight": { "@id": "schema:molecularWeight" },
4640
- "monoisotopicMolecularWeight": { "@id": "schema:monoisotopicMolecularWeight" },
4641
- "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount" },
4642
- "monthsOfExperience": { "@id": "schema:monthsOfExperience" },
4643
- "mpn": { "@id": "schema:mpn" },
4644
- "multipleValues": { "@id": "schema:multipleValues" },
4645
- "muscleAction": { "@id": "schema:muscleAction" },
4646
- "musicArrangement": { "@id": "schema:musicArrangement" },
4647
- "musicBy": { "@id": "schema:musicBy" },
4648
- "musicCompositionForm": { "@id": "schema:musicCompositionForm" },
4649
- "musicGroupMember": { "@id": "schema:musicGroupMember" },
4650
- "musicReleaseFormat": { "@id": "schema:musicReleaseFormat" },
4651
- "musicalKey": { "@id": "schema:musicalKey" },
4652
- "naics": { "@id": "schema:naics" },
4653
- "name": { "@id": "schema:name" },
4654
- "namedPosition": { "@id": "schema:namedPosition" },
4655
- "nationality": { "@id": "schema:nationality" },
4656
- "naturalProgression": { "@id": "schema:naturalProgression" },
4657
- "negativeNotes": { "@id": "schema:negativeNotes" },
4658
- "nerve": { "@id": "schema:nerve" },
4659
- "nerveMotor": { "@id": "schema:nerveMotor" },
4660
- "netWorth": { "@id": "schema:netWorth" },
4661
- "newsUpdatesAndGuidelines": {
4662
- "@id": "schema:newsUpdatesAndGuidelines",
4663
- "@type": "@id"
4664
- },
4665
- "nextItem": { "@id": "schema:nextItem" },
4666
- "noBylinesPolicy": {
4667
- "@id": "schema:noBylinesPolicy",
4668
- "@type": "@id"
4669
- },
4670
- "nonEqual": { "@id": "schema:nonEqual" },
4671
- "nonProprietaryName": { "@id": "schema:nonProprietaryName" },
4672
- "nonprofitStatus": { "@id": "schema:nonprofitStatus" },
4673
- "normalRange": { "@id": "schema:normalRange" },
4674
- "nsn": { "@id": "schema:nsn" },
4675
- "numAdults": { "@id": "schema:numAdults" },
4676
- "numChildren": { "@id": "schema:numChildren" },
4677
- "numConstraints": { "@id": "schema:numConstraints" },
4678
- "numTracks": { "@id": "schema:numTracks" },
4679
- "numberOfAccommodationUnits": { "@id": "schema:numberOfAccommodationUnits" },
4680
- "numberOfAirbags": { "@id": "schema:numberOfAirbags" },
4681
- "numberOfAvailableAccommodationUnits": { "@id": "schema:numberOfAvailableAccommodationUnits" },
4682
- "numberOfAxles": { "@id": "schema:numberOfAxles" },
4683
- "numberOfBathroomsTotal": { "@id": "schema:numberOfBathroomsTotal" },
4684
- "numberOfBedrooms": { "@id": "schema:numberOfBedrooms" },
4685
- "numberOfBeds": { "@id": "schema:numberOfBeds" },
4686
- "numberOfCredits": { "@id": "schema:numberOfCredits" },
4687
- "numberOfDoors": { "@id": "schema:numberOfDoors" },
4688
- "numberOfEmployees": { "@id": "schema:numberOfEmployees" },
4689
- "numberOfEpisodes": { "@id": "schema:numberOfEpisodes" },
4690
- "numberOfForwardGears": { "@id": "schema:numberOfForwardGears" },
4691
- "numberOfFullBathrooms": { "@id": "schema:numberOfFullBathrooms" },
4692
- "numberOfItems": { "@id": "schema:numberOfItems" },
4693
- "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments" },
4694
- "numberOfPages": { "@id": "schema:numberOfPages" },
4695
- "numberOfPartialBathrooms": { "@id": "schema:numberOfPartialBathrooms" },
4696
- "numberOfPlayers": { "@id": "schema:numberOfPlayers" },
4697
- "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners" },
4698
- "numberOfRooms": { "@id": "schema:numberOfRooms" },
4699
- "numberOfSeasons": { "@id": "schema:numberOfSeasons" },
4700
- "numberedPosition": { "@id": "schema:numberedPosition" },
4701
- "nutrition": { "@id": "schema:nutrition" },
4702
- "object": { "@id": "schema:object" },
4703
- "observationAbout": { "@id": "schema:observationAbout" },
4704
- "observationDate": { "@id": "schema:observationDate" },
4705
- "observationPeriod": { "@id": "schema:observationPeriod" },
4706
- "occupancy": { "@id": "schema:occupancy" },
4707
- "occupationLocation": { "@id": "schema:occupationLocation" },
4708
- "occupationalCategory": { "@id": "schema:occupationalCategory" },
4709
- "occupationalCredentialAwarded": { "@id": "schema:occupationalCredentialAwarded" },
4710
- "offerCount": { "@id": "schema:offerCount" },
4711
- "offeredBy": { "@id": "schema:offeredBy" },
4712
- "offers": { "@id": "schema:offers" },
4713
- "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail" },
4714
- "openingHours": { "@id": "schema:openingHours" },
4715
- "openingHoursSpecification": { "@id": "schema:openingHoursSpecification" },
4716
- "opens": { "@id": "schema:opens" },
4717
- "operatingSystem": { "@id": "schema:operatingSystem" },
4718
- "opponent": { "@id": "schema:opponent" },
4719
- "option": { "@id": "schema:option" },
4720
- "orderDate": {
4721
- "@id": "schema:orderDate",
4722
- "@type": "Date"
4723
- },
4724
- "orderDelivery": { "@id": "schema:orderDelivery" },
4725
- "orderItemNumber": { "@id": "schema:orderItemNumber" },
4726
- "orderItemStatus": { "@id": "schema:orderItemStatus" },
4727
- "orderNumber": { "@id": "schema:orderNumber" },
4728
- "orderQuantity": { "@id": "schema:orderQuantity" },
4729
- "orderStatus": { "@id": "schema:orderStatus" },
4730
- "orderedItem": { "@id": "schema:orderedItem" },
4731
- "organizer": { "@id": "schema:organizer" },
4732
- "originAddress": { "@id": "schema:originAddress" },
4733
- "originalMediaContextDescription": { "@id": "schema:originalMediaContextDescription" },
4734
- "originalMediaLink": {
4735
- "@id": "schema:originalMediaLink",
4736
- "@type": "@id"
4737
- },
4738
- "originatesFrom": { "@id": "schema:originatesFrom" },
4739
- "overdosage": { "@id": "schema:overdosage" },
4740
- "ownedFrom": { "@id": "schema:ownedFrom" },
4741
- "ownedThrough": { "@id": "schema:ownedThrough" },
4742
- "ownershipFundingInfo": { "@id": "schema:ownershipFundingInfo" },
4743
- "owns": { "@id": "schema:owns" },
4744
- "pageEnd": { "@id": "schema:pageEnd" },
4745
- "pageStart": { "@id": "schema:pageStart" },
4746
- "pagination": { "@id": "schema:pagination" },
4747
- "parent": { "@id": "schema:parent" },
4748
- "parentItem": { "@id": "schema:parentItem" },
4749
- "parentOrganization": { "@id": "schema:parentOrganization" },
4750
- "parentService": { "@id": "schema:parentService" },
4751
- "parentTaxon": { "@id": "schema:parentTaxon" },
4752
- "parents": { "@id": "schema:parents" },
4753
- "partOfEpisode": { "@id": "schema:partOfEpisode" },
4754
- "partOfInvoice": { "@id": "schema:partOfInvoice" },
4755
- "partOfOrder": { "@id": "schema:partOfOrder" },
4756
- "partOfSeason": { "@id": "schema:partOfSeason" },
4757
- "partOfSeries": { "@id": "schema:partOfSeries" },
4758
- "partOfSystem": { "@id": "schema:partOfSystem" },
4759
- "partOfTVSeries": { "@id": "schema:partOfTVSeries" },
4760
- "partOfTrip": { "@id": "schema:partOfTrip" },
4761
- "participant": { "@id": "schema:participant" },
4762
- "partySize": { "@id": "schema:partySize" },
4763
- "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus" },
4764
- "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber" },
4765
- "pathophysiology": { "@id": "schema:pathophysiology" },
4766
- "pattern": { "@id": "schema:pattern" },
4767
- "payload": { "@id": "schema:payload" },
4768
- "paymentAccepted": { "@id": "schema:paymentAccepted" },
4769
- "paymentDue": { "@id": "schema:paymentDue" },
4770
- "paymentDueDate": {
4771
- "@id": "schema:paymentDueDate",
4772
- "@type": "Date"
4773
- },
4774
- "paymentMethod": { "@id": "schema:paymentMethod" },
4775
- "paymentMethodId": { "@id": "schema:paymentMethodId" },
4776
- "paymentMethodType": { "@id": "schema:paymentMethodType" },
4777
- "paymentStatus": { "@id": "schema:paymentStatus" },
4778
- "paymentUrl": {
4779
- "@id": "schema:paymentUrl",
4780
- "@type": "@id"
4781
- },
4782
- "penciler": { "@id": "schema:penciler" },
4783
- "percentile10": { "@id": "schema:percentile10" },
4784
- "percentile25": { "@id": "schema:percentile25" },
4785
- "percentile75": { "@id": "schema:percentile75" },
4786
- "percentile90": { "@id": "schema:percentile90" },
4787
- "performTime": { "@id": "schema:performTime" },
4788
- "performer": { "@id": "schema:performer" },
4789
- "performerIn": { "@id": "schema:performerIn" },
4790
- "performers": { "@id": "schema:performers" },
4791
- "permissionType": { "@id": "schema:permissionType" },
4792
- "permissions": { "@id": "schema:permissions" },
4793
- "permitAudience": { "@id": "schema:permitAudience" },
4794
- "permittedUsage": { "@id": "schema:permittedUsage" },
4795
- "petsAllowed": { "@id": "schema:petsAllowed" },
4796
- "phoneticText": { "@id": "schema:phoneticText" },
4797
- "photo": { "@id": "schema:photo" },
4798
- "photos": { "@id": "schema:photos" },
4799
- "physicalRequirement": { "@id": "schema:physicalRequirement" },
4800
- "physiologicalBenefits": { "@id": "schema:physiologicalBenefits" },
4801
- "pickupLocation": { "@id": "schema:pickupLocation" },
4802
- "pickupTime": { "@id": "schema:pickupTime" },
4803
- "playMode": { "@id": "schema:playMode" },
4804
- "playerType": { "@id": "schema:playerType" },
4805
- "playersOnline": { "@id": "schema:playersOnline" },
4806
- "polygon": { "@id": "schema:polygon" },
4807
- "populationType": { "@id": "schema:populationType" },
4808
- "position": { "@id": "schema:position" },
4809
- "positiveNotes": { "@id": "schema:positiveNotes" },
4810
- "possibleComplication": { "@id": "schema:possibleComplication" },
4811
- "possibleTreatment": { "@id": "schema:possibleTreatment" },
4812
- "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber" },
4813
- "postOp": { "@id": "schema:postOp" },
4814
- "postalCode": { "@id": "schema:postalCode" },
4815
- "postalCodeBegin": { "@id": "schema:postalCodeBegin" },
4816
- "postalCodeEnd": { "@id": "schema:postalCodeEnd" },
4817
- "postalCodePrefix": { "@id": "schema:postalCodePrefix" },
4818
- "postalCodeRange": { "@id": "schema:postalCodeRange" },
4819
- "potentialAction": { "@id": "schema:potentialAction" },
4820
- "potentialUse": { "@id": "schema:potentialUse" },
4821
- "practicesAt": { "@id": "schema:practicesAt" },
4822
- "preOp": { "@id": "schema:preOp" },
4823
- "predecessorOf": { "@id": "schema:predecessorOf" },
4824
- "pregnancyCategory": { "@id": "schema:pregnancyCategory" },
4825
- "pregnancyWarning": { "@id": "schema:pregnancyWarning" },
4826
- "prepTime": { "@id": "schema:prepTime" },
4827
- "preparation": { "@id": "schema:preparation" },
4828
- "prescribingInfo": {
4829
- "@id": "schema:prescribingInfo",
4830
- "@type": "@id"
4831
- },
4832
- "prescriptionStatus": { "@id": "schema:prescriptionStatus" },
4833
- "previousItem": { "@id": "schema:previousItem" },
4834
- "previousStartDate": {
4835
- "@id": "schema:previousStartDate",
4836
- "@type": "Date"
4837
- },
4838
- "price": { "@id": "schema:price" },
4839
- "priceComponent": { "@id": "schema:priceComponent" },
4840
- "priceComponentType": { "@id": "schema:priceComponentType" },
4841
- "priceCurrency": { "@id": "schema:priceCurrency" },
4842
- "priceRange": { "@id": "schema:priceRange" },
4843
- "priceSpecification": { "@id": "schema:priceSpecification" },
4844
- "priceType": { "@id": "schema:priceType" },
4845
- "priceValidUntil": {
4846
- "@id": "schema:priceValidUntil",
4847
- "@type": "Date"
4848
- },
4849
- "primaryImageOfPage": { "@id": "schema:primaryImageOfPage" },
4850
- "primaryPrevention": { "@id": "schema:primaryPrevention" },
4851
- "printColumn": { "@id": "schema:printColumn" },
4852
- "printEdition": { "@id": "schema:printEdition" },
4853
- "printPage": { "@id": "schema:printPage" },
4854
- "printSection": { "@id": "schema:printSection" },
4855
- "procedure": { "@id": "schema:procedure" },
4856
- "procedureType": { "@id": "schema:procedureType" },
4857
- "processingTime": { "@id": "schema:processingTime" },
4858
- "processorRequirements": { "@id": "schema:processorRequirements" },
4859
- "producer": { "@id": "schema:producer" },
4860
- "produces": { "@id": "schema:produces" },
4861
- "productGroupID": { "@id": "schema:productGroupID" },
4862
- "productID": { "@id": "schema:productID" },
4863
- "productReturnDays": { "@id": "schema:productReturnDays" },
4864
- "productReturnLink": {
4865
- "@id": "schema:productReturnLink",
4866
- "@type": "@id"
4867
- },
4868
- "productSupported": { "@id": "schema:productSupported" },
4869
- "productionCompany": { "@id": "schema:productionCompany" },
4870
- "productionDate": {
4871
- "@id": "schema:productionDate",
4872
- "@type": "Date"
4873
- },
4874
- "proficiencyLevel": { "@id": "schema:proficiencyLevel" },
4875
- "program": { "@id": "schema:program" },
4876
- "programMembershipUsed": { "@id": "schema:programMembershipUsed" },
4877
- "programName": { "@id": "schema:programName" },
4878
- "programPrerequisites": { "@id": "schema:programPrerequisites" },
4879
- "programType": { "@id": "schema:programType" },
4880
- "programmingLanguage": { "@id": "schema:programmingLanguage" },
4881
- "programmingModel": { "@id": "schema:programmingModel" },
4882
- "propertyID": { "@id": "schema:propertyID" },
4883
- "proprietaryName": { "@id": "schema:proprietaryName" },
4884
- "proteinContent": { "@id": "schema:proteinContent" },
4885
- "provider": { "@id": "schema:provider" },
4886
- "providerMobility": { "@id": "schema:providerMobility" },
4887
- "providesBroadcastService": { "@id": "schema:providesBroadcastService" },
4888
- "providesService": { "@id": "schema:providesService" },
4889
- "publicAccess": { "@id": "schema:publicAccess" },
4890
- "publicTransportClosuresInfo": {
4891
- "@id": "schema:publicTransportClosuresInfo",
4892
- "@type": "@id"
4893
- },
4894
- "publication": { "@id": "schema:publication" },
4895
- "publicationType": { "@id": "schema:publicationType" },
4896
- "publishedBy": { "@id": "schema:publishedBy" },
4897
- "publishedOn": { "@id": "schema:publishedOn" },
4898
- "publisher": { "@id": "schema:publisher" },
4899
- "publisherImprint": { "@id": "schema:publisherImprint" },
4900
- "publishingPrinciples": {
4901
- "@id": "schema:publishingPrinciples",
4902
- "@type": "@id"
4903
- },
4904
- "purchaseDate": {
4905
- "@id": "schema:purchaseDate",
4906
- "@type": "Date"
4907
- },
4908
- "qualifications": { "@id": "schema:qualifications" },
4909
- "quarantineGuidelines": {
4910
- "@id": "schema:quarantineGuidelines",
4911
- "@type": "@id"
4912
- },
4913
- "query": { "@id": "schema:query" },
4914
- "quest": { "@id": "schema:quest" },
4915
- "question": { "@id": "schema:question" },
4916
- "rangeIncludes": { "@id": "schema:rangeIncludes" },
4917
- "ratingCount": { "@id": "schema:ratingCount" },
4918
- "ratingExplanation": { "@id": "schema:ratingExplanation" },
4919
- "ratingValue": { "@id": "schema:ratingValue" },
4920
- "readBy": { "@id": "schema:readBy" },
4921
- "readonlyValue": { "@id": "schema:readonlyValue" },
4922
- "realEstateAgent": { "@id": "schema:realEstateAgent" },
4923
- "recipe": { "@id": "schema:recipe" },
4924
- "recipeCategory": { "@id": "schema:recipeCategory" },
4925
- "recipeCuisine": { "@id": "schema:recipeCuisine" },
4926
- "recipeIngredient": { "@id": "schema:recipeIngredient" },
4927
- "recipeInstructions": { "@id": "schema:recipeInstructions" },
4928
- "recipeYield": { "@id": "schema:recipeYield" },
4929
- "recipient": { "@id": "schema:recipient" },
4930
- "recognizedBy": { "@id": "schema:recognizedBy" },
4931
- "recognizingAuthority": { "@id": "schema:recognizingAuthority" },
4932
- "recommendationStrength": { "@id": "schema:recommendationStrength" },
4933
- "recommendedIntake": { "@id": "schema:recommendedIntake" },
4934
- "recordLabel": { "@id": "schema:recordLabel" },
4935
- "recordedAs": { "@id": "schema:recordedAs" },
4936
- "recordedAt": { "@id": "schema:recordedAt" },
4937
- "recordedIn": { "@id": "schema:recordedIn" },
4938
- "recordingOf": { "@id": "schema:recordingOf" },
4939
- "recourseLoan": { "@id": "schema:recourseLoan" },
4940
- "referenceQuantity": { "@id": "schema:referenceQuantity" },
4941
- "referencesOrder": { "@id": "schema:referencesOrder" },
4942
- "refundType": { "@id": "schema:refundType" },
4943
- "regionDrained": { "@id": "schema:regionDrained" },
4944
- "regionsAllowed": { "@id": "schema:regionsAllowed" },
4945
- "relatedAnatomy": { "@id": "schema:relatedAnatomy" },
4946
- "relatedCondition": { "@id": "schema:relatedCondition" },
4947
- "relatedDrug": { "@id": "schema:relatedDrug" },
4948
- "relatedLink": {
4949
- "@id": "schema:relatedLink",
4950
- "@type": "@id"
4951
- },
4952
- "relatedStructure": { "@id": "schema:relatedStructure" },
4953
- "relatedTherapy": { "@id": "schema:relatedTherapy" },
4954
- "relatedTo": { "@id": "schema:relatedTo" },
4955
- "releaseDate": {
4956
- "@id": "schema:releaseDate",
4957
- "@type": "Date"
4958
- },
4959
- "releaseNotes": { "@id": "schema:releaseNotes" },
4960
- "releaseOf": { "@id": "schema:releaseOf" },
4961
- "releasedEvent": { "@id": "schema:releasedEvent" },
4962
- "relevantOccupation": { "@id": "schema:relevantOccupation" },
4963
- "relevantSpecialty": { "@id": "schema:relevantSpecialty" },
4964
- "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity" },
4965
- "renegotiableLoan": { "@id": "schema:renegotiableLoan" },
4966
- "repeatCount": { "@id": "schema:repeatCount" },
4967
- "repeatFrequency": { "@id": "schema:repeatFrequency" },
4968
- "repetitions": { "@id": "schema:repetitions" },
4969
- "replacee": { "@id": "schema:replacee" },
4970
- "replacer": { "@id": "schema:replacer" },
4971
- "replyToUrl": {
4972
- "@id": "schema:replyToUrl",
4973
- "@type": "@id"
4974
- },
4975
- "reportNumber": { "@id": "schema:reportNumber" },
4976
- "representativeOfPage": { "@id": "schema:representativeOfPage" },
4977
- "requiredCollateral": { "@id": "schema:requiredCollateral" },
4978
- "requiredGender": { "@id": "schema:requiredGender" },
4979
- "requiredMaxAge": { "@id": "schema:requiredMaxAge" },
4980
- "requiredMinAge": { "@id": "schema:requiredMinAge" },
4981
- "requiredQuantity": { "@id": "schema:requiredQuantity" },
4982
- "requirements": { "@id": "schema:requirements" },
4983
- "requiresSubscription": { "@id": "schema:requiresSubscription" },
4984
- "reservationFor": { "@id": "schema:reservationFor" },
4985
- "reservationId": { "@id": "schema:reservationId" },
4986
- "reservationStatus": { "@id": "schema:reservationStatus" },
4987
- "reservedTicket": { "@id": "schema:reservedTicket" },
4988
- "responsibilities": { "@id": "schema:responsibilities" },
4989
- "restPeriods": { "@id": "schema:restPeriods" },
4990
- "restockingFee": { "@id": "schema:restockingFee" },
4991
- "result": { "@id": "schema:result" },
4992
- "resultComment": { "@id": "schema:resultComment" },
4993
- "resultReview": { "@id": "schema:resultReview" },
4994
- "returnFees": { "@id": "schema:returnFees" },
4995
- "returnLabelSource": { "@id": "schema:returnLabelSource" },
4996
- "returnMethod": { "@id": "schema:returnMethod" },
4997
- "returnPolicyCategory": { "@id": "schema:returnPolicyCategory" },
4998
- "returnPolicyCountry": { "@id": "schema:returnPolicyCountry" },
4999
- "returnPolicySeasonalOverride": { "@id": "schema:returnPolicySeasonalOverride" },
5000
- "returnShippingFeesAmount": { "@id": "schema:returnShippingFeesAmount" },
5001
- "review": { "@id": "schema:review" },
5002
- "reviewAspect": { "@id": "schema:reviewAspect" },
5003
- "reviewBody": { "@id": "schema:reviewBody" },
5004
- "reviewCount": { "@id": "schema:reviewCount" },
5005
- "reviewRating": { "@id": "schema:reviewRating" },
5006
- "reviewedBy": { "@id": "schema:reviewedBy" },
5007
- "reviews": { "@id": "schema:reviews" },
5008
- "riskFactor": { "@id": "schema:riskFactor" },
5009
- "risks": { "@id": "schema:risks" },
5010
- "roleName": { "@id": "schema:roleName" },
5011
- "roofLoad": { "@id": "schema:roofLoad" },
5012
- "rsvpResponse": { "@id": "schema:rsvpResponse" },
5013
- "runsTo": { "@id": "schema:runsTo" },
5014
- "runtime": { "@id": "schema:runtime" },
5015
- "runtimePlatform": { "@id": "schema:runtimePlatform" },
5016
- "rxcui": { "@id": "schema:rxcui" },
5017
- "safetyConsideration": { "@id": "schema:safetyConsideration" },
5018
- "salaryCurrency": { "@id": "schema:salaryCurrency" },
5019
- "salaryUponCompletion": { "@id": "schema:salaryUponCompletion" },
5020
- "sameAs": {
5021
- "@id": "schema:sameAs",
5022
- "@type": "@id"
5023
- },
5024
- "sampleType": { "@id": "schema:sampleType" },
5025
- "saturatedFatContent": { "@id": "schema:saturatedFatContent" },
5026
- "scheduleTimezone": { "@id": "schema:scheduleTimezone" },
5027
- "scheduledPaymentDate": {
5028
- "@id": "schema:scheduledPaymentDate",
5029
- "@type": "Date"
5030
- },
5031
- "scheduledTime": {
5032
- "@id": "schema:scheduledTime",
5033
- "@type": "Date"
5034
- },
5035
- "schemaVersion": { "@id": "schema:schemaVersion" },
5036
- "schoolClosuresInfo": {
5037
- "@id": "schema:schoolClosuresInfo",
5038
- "@type": "@id"
5039
- },
5040
- "screenCount": { "@id": "schema:screenCount" },
5041
- "screenshot": {
5042
- "@id": "schema:screenshot",
5043
- "@type": "@id"
5044
- },
5045
- "sdDatePublished": {
5046
- "@id": "schema:sdDatePublished",
5047
- "@type": "Date"
5048
- },
5049
- "sdLicense": {
5050
- "@id": "schema:sdLicense",
5051
- "@type": "@id"
5052
- },
5053
- "sdPublisher": { "@id": "schema:sdPublisher" },
5054
- "season": {
5055
- "@id": "schema:season",
5056
- "@type": "@id"
5057
- },
5058
- "seasonNumber": { "@id": "schema:seasonNumber" },
5059
- "seasons": { "@id": "schema:seasons" },
5060
- "seatNumber": { "@id": "schema:seatNumber" },
5061
- "seatRow": { "@id": "schema:seatRow" },
5062
- "seatSection": { "@id": "schema:seatSection" },
5063
- "seatingCapacity": { "@id": "schema:seatingCapacity" },
5064
- "seatingType": { "@id": "schema:seatingType" },
5065
- "secondaryPrevention": { "@id": "schema:secondaryPrevention" },
5066
- "securityClearanceRequirement": { "@id": "schema:securityClearanceRequirement" },
5067
- "securityScreening": { "@id": "schema:securityScreening" },
5068
- "seeks": { "@id": "schema:seeks" },
5069
- "seller": { "@id": "schema:seller" },
5070
- "sender": { "@id": "schema:sender" },
5071
- "sensoryRequirement": { "@id": "schema:sensoryRequirement" },
5072
- "sensoryUnit": { "@id": "schema:sensoryUnit" },
5073
- "serialNumber": { "@id": "schema:serialNumber" },
5074
- "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome" },
5075
- "serverStatus": { "@id": "schema:serverStatus" },
5076
- "servesCuisine": { "@id": "schema:servesCuisine" },
5077
- "serviceArea": { "@id": "schema:serviceArea" },
5078
- "serviceAudience": { "@id": "schema:serviceAudience" },
5079
- "serviceLocation": { "@id": "schema:serviceLocation" },
5080
- "serviceOperator": { "@id": "schema:serviceOperator" },
5081
- "serviceOutput": { "@id": "schema:serviceOutput" },
5082
- "servicePhone": { "@id": "schema:servicePhone" },
5083
- "servicePostalAddress": { "@id": "schema:servicePostalAddress" },
5084
- "serviceSmsNumber": { "@id": "schema:serviceSmsNumber" },
5085
- "serviceType": { "@id": "schema:serviceType" },
5086
- "serviceUrl": {
5087
- "@id": "schema:serviceUrl",
5088
- "@type": "@id"
5089
- },
5090
- "servingSize": { "@id": "schema:servingSize" },
5091
- "sha256": { "@id": "schema:sha256" },
5092
- "sharedContent": { "@id": "schema:sharedContent" },
5093
- "shippingDestination": { "@id": "schema:shippingDestination" },
5094
- "shippingDetails": { "@id": "schema:shippingDetails" },
5095
- "shippingLabel": { "@id": "schema:shippingLabel" },
5096
- "shippingOrigin": { "@id": "schema:shippingOrigin" },
5097
- "shippingRate": { "@id": "schema:shippingRate" },
5098
- "shippingSettingsLink": {
5099
- "@id": "schema:shippingSettingsLink",
5100
- "@type": "@id"
5101
- },
5102
- "sibling": { "@id": "schema:sibling" },
5103
- "siblings": { "@id": "schema:siblings" },
5104
- "signDetected": { "@id": "schema:signDetected" },
5105
- "signOrSymptom": { "@id": "schema:signOrSymptom" },
5106
- "significance": { "@id": "schema:significance" },
5107
- "significantLink": {
5108
- "@id": "schema:significantLink",
5109
- "@type": "@id"
5110
- },
5111
- "significantLinks": {
5112
- "@id": "schema:significantLinks",
5113
- "@type": "@id"
5114
- },
5115
- "size": { "@id": "schema:size" },
5116
- "sizeGroup": { "@id": "schema:sizeGroup" },
5117
- "sizeSystem": { "@id": "schema:sizeSystem" },
5118
- "skills": { "@id": "schema:skills" },
5119
- "sku": { "@id": "schema:sku" },
5120
- "slogan": { "@id": "schema:slogan" },
5121
- "smiles": { "@id": "schema:smiles" },
5122
- "smokingAllowed": { "@id": "schema:smokingAllowed" },
5123
- "sodiumContent": { "@id": "schema:sodiumContent" },
5124
- "softwareAddOn": { "@id": "schema:softwareAddOn" },
5125
- "softwareHelp": { "@id": "schema:softwareHelp" },
5126
- "softwareRequirements": { "@id": "schema:softwareRequirements" },
5127
- "softwareVersion": { "@id": "schema:softwareVersion" },
5128
- "sourceOrganization": { "@id": "schema:sourceOrganization" },
5129
- "sourcedFrom": { "@id": "schema:sourcedFrom" },
5130
- "spatial": { "@id": "schema:spatial" },
5131
- "spatialCoverage": { "@id": "schema:spatialCoverage" },
5132
- "speakable": {
5133
- "@id": "schema:speakable",
5134
- "@type": "@id"
5135
- },
5136
- "specialCommitments": { "@id": "schema:specialCommitments" },
5137
- "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification" },
5138
- "specialty": { "@id": "schema:specialty" },
5139
- "speechToTextMarkup": { "@id": "schema:speechToTextMarkup" },
5140
- "speed": { "@id": "schema:speed" },
5141
- "spokenByCharacter": { "@id": "schema:spokenByCharacter" },
5142
- "sponsor": { "@id": "schema:sponsor" },
5143
- "sport": { "@id": "schema:sport" },
5144
- "sportsActivityLocation": { "@id": "schema:sportsActivityLocation" },
5145
- "sportsEvent": { "@id": "schema:sportsEvent" },
5146
- "sportsTeam": { "@id": "schema:sportsTeam" },
5147
- "spouse": { "@id": "schema:spouse" },
5148
- "stage": { "@id": "schema:stage" },
5149
- "stageAsNumber": { "@id": "schema:stageAsNumber" },
5150
- "starRating": { "@id": "schema:starRating" },
5151
- "startDate": {
5152
- "@id": "schema:startDate",
5153
- "@type": "Date"
5154
- },
5155
- "startOffset": { "@id": "schema:startOffset" },
5156
- "startTime": { "@id": "schema:startTime" },
5157
- "statType": { "@id": "schema:statType" },
5158
- "status": { "@id": "schema:status" },
5159
- "steeringPosition": { "@id": "schema:steeringPosition" },
5160
- "step": { "@id": "schema:step" },
5161
- "stepValue": { "@id": "schema:stepValue" },
5162
- "steps": { "@id": "schema:steps" },
5163
- "storageRequirements": { "@id": "schema:storageRequirements" },
5164
- "streetAddress": { "@id": "schema:streetAddress" },
5165
- "strengthUnit": { "@id": "schema:strengthUnit" },
5166
- "strengthValue": { "@id": "schema:strengthValue" },
5167
- "structuralClass": { "@id": "schema:structuralClass" },
5168
- "study": { "@id": "schema:study" },
5169
- "studyDesign": { "@id": "schema:studyDesign" },
5170
- "studyLocation": { "@id": "schema:studyLocation" },
5171
- "studySubject": { "@id": "schema:studySubject" },
5172
- "stupidProperty": { "@id": "schema:stupidProperty" },
5173
- "subEvent": { "@id": "schema:subEvent" },
5174
- "subEvents": { "@id": "schema:subEvents" },
5175
- "subOrganization": { "@id": "schema:subOrganization" },
5176
- "subReservation": { "@id": "schema:subReservation" },
5177
- "subStageSuffix": { "@id": "schema:subStageSuffix" },
5178
- "subStructure": { "@id": "schema:subStructure" },
5179
- "subTest": { "@id": "schema:subTest" },
5180
- "subTrip": { "@id": "schema:subTrip" },
5181
- "subjectOf": { "@id": "schema:subjectOf" },
5182
- "subtitleLanguage": { "@id": "schema:subtitleLanguage" },
5183
- "successorOf": { "@id": "schema:successorOf" },
5184
- "sugarContent": { "@id": "schema:sugarContent" },
5185
- "suggestedAge": { "@id": "schema:suggestedAge" },
5186
- "suggestedAnswer": { "@id": "schema:suggestedAnswer" },
5187
- "suggestedGender": { "@id": "schema:suggestedGender" },
5188
- "suggestedMaxAge": { "@id": "schema:suggestedMaxAge" },
5189
- "suggestedMeasurement": { "@id": "schema:suggestedMeasurement" },
5190
- "suggestedMinAge": { "@id": "schema:suggestedMinAge" },
5191
- "suitableForDiet": { "@id": "schema:suitableForDiet" },
5192
- "superEvent": { "@id": "schema:superEvent" },
5193
- "supersededBy": { "@id": "schema:supersededBy" },
5194
- "supply": { "@id": "schema:supply" },
5195
- "supplyTo": { "@id": "schema:supplyTo" },
5196
- "supportingData": { "@id": "schema:supportingData" },
5197
- "surface": { "@id": "schema:surface" },
5198
- "syllabusSections": { "@id": "schema:syllabusSections" },
5199
- "target": {
5200
- "@id": "schema:target",
5201
- "@type": "@id"
5202
- },
5203
- "targetCollection": { "@id": "schema:targetCollection" },
5204
- "targetDescription": { "@id": "schema:targetDescription" },
5205
- "targetName": { "@id": "schema:targetName" },
5206
- "targetPlatform": { "@id": "schema:targetPlatform" },
5207
- "targetPopulation": { "@id": "schema:targetPopulation" },
5208
- "targetProduct": { "@id": "schema:targetProduct" },
5209
- "targetUrl": {
5210
- "@id": "schema:targetUrl",
5211
- "@type": "@id"
5212
- },
5213
- "taxID": { "@id": "schema:taxID" },
5214
- "taxonRank": { "@id": "schema:taxonRank" },
5215
- "taxonomicRange": { "@id": "schema:taxonomicRange" },
5216
- "teaches": { "@id": "schema:teaches" },
5217
- "telephone": { "@id": "schema:telephone" },
5218
- "temporal": { "@id": "schema:temporal" },
5219
- "temporalCoverage": { "@id": "schema:temporalCoverage" },
5220
- "termCode": { "@id": "schema:termCode" },
5221
- "termDuration": { "@id": "schema:termDuration" },
5222
- "termsOfService": { "@id": "schema:termsOfService" },
5223
- "termsPerYear": { "@id": "schema:termsPerYear" },
5224
- "text": { "@id": "schema:text" },
5225
- "textValue": { "@id": "schema:textValue" },
5226
- "thumbnail": { "@id": "schema:thumbnail" },
5227
- "thumbnailUrl": {
5228
- "@id": "schema:thumbnailUrl",
5229
- "@type": "@id"
5230
- },
5231
- "tickerSymbol": { "@id": "schema:tickerSymbol" },
5232
- "ticketNumber": { "@id": "schema:ticketNumber" },
5233
- "ticketToken": { "@id": "schema:ticketToken" },
5234
- "ticketedSeat": { "@id": "schema:ticketedSeat" },
5235
- "timeOfDay": { "@id": "schema:timeOfDay" },
5236
- "timeRequired": { "@id": "schema:timeRequired" },
5237
- "timeToComplete": { "@id": "schema:timeToComplete" },
5238
- "tissueSample": { "@id": "schema:tissueSample" },
5239
- "title": { "@id": "schema:title" },
5240
- "titleEIDR": { "@id": "schema:titleEIDR" },
5241
- "toLocation": { "@id": "schema:toLocation" },
5242
- "toRecipient": { "@id": "schema:toRecipient" },
5243
- "tocContinuation": { "@id": "schema:tocContinuation" },
5244
- "tocEntry": { "@id": "schema:tocEntry" },
5245
- "tongueWeight": { "@id": "schema:tongueWeight" },
5246
- "tool": { "@id": "schema:tool" },
5247
- "torque": { "@id": "schema:torque" },
5248
- "totalHistoricalEnrollment": { "@id": "schema:totalHistoricalEnrollment" },
5249
- "totalJobOpenings": { "@id": "schema:totalJobOpenings" },
5250
- "totalPaymentDue": { "@id": "schema:totalPaymentDue" },
5251
- "totalPrice": { "@id": "schema:totalPrice" },
5252
- "totalTime": { "@id": "schema:totalTime" },
5253
- "tourBookingPage": {
5254
- "@id": "schema:tourBookingPage",
5255
- "@type": "@id"
5256
- },
5257
- "touristType": { "@id": "schema:touristType" },
5258
- "track": { "@id": "schema:track" },
5259
- "trackingNumber": { "@id": "schema:trackingNumber" },
5260
- "trackingUrl": {
5261
- "@id": "schema:trackingUrl",
5262
- "@type": "@id"
5263
- },
5264
- "tracks": { "@id": "schema:tracks" },
5265
- "trailer": { "@id": "schema:trailer" },
5266
- "trailerWeight": { "@id": "schema:trailerWeight" },
5267
- "trainName": { "@id": "schema:trainName" },
5268
- "trainNumber": { "@id": "schema:trainNumber" },
5269
- "trainingSalary": { "@id": "schema:trainingSalary" },
5270
- "transFatContent": { "@id": "schema:transFatContent" },
5271
- "transcript": { "@id": "schema:transcript" },
5272
- "transitTime": { "@id": "schema:transitTime" },
5273
- "transitTimeLabel": { "@id": "schema:transitTimeLabel" },
5274
- "translationOfWork": { "@id": "schema:translationOfWork" },
5275
- "translator": { "@id": "schema:translator" },
5276
- "transmissionMethod": { "@id": "schema:transmissionMethod" },
5277
- "travelBans": {
5278
- "@id": "schema:travelBans",
5279
- "@type": "@id"
5280
- },
5281
- "trialDesign": { "@id": "schema:trialDesign" },
5282
- "tributary": { "@id": "schema:tributary" },
5283
- "tripOrigin": { "@id": "schema:tripOrigin" },
5284
- "typeOfBed": { "@id": "schema:typeOfBed" },
5285
- "typeOfGood": { "@id": "schema:typeOfGood" },
5286
- "typicalAgeRange": { "@id": "schema:typicalAgeRange" },
5287
- "typicalCreditsPerTerm": { "@id": "schema:typicalCreditsPerTerm" },
5288
- "typicalTest": { "@id": "schema:typicalTest" },
5289
- "underName": { "@id": "schema:underName" },
5290
- "unitCode": { "@id": "schema:unitCode" },
5291
- "unitText": { "@id": "schema:unitText" },
5292
- "unnamedSourcesPolicy": {
5293
- "@id": "schema:unnamedSourcesPolicy",
5294
- "@type": "@id"
5295
- },
5296
- "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent" },
5297
- "uploadDate": {
5298
- "@id": "schema:uploadDate",
5299
- "@type": "Date"
5300
- },
5301
- "upvoteCount": { "@id": "schema:upvoteCount" },
5302
- "url": {
5303
- "@id": "schema:url",
5304
- "@type": "@id"
5305
- },
5306
- "urlTemplate": { "@id": "schema:urlTemplate" },
5307
- "usNPI": { "@id": "schema:usNPI" },
5308
- "usageInfo": {
5309
- "@id": "schema:usageInfo",
5310
- "@type": "@id"
5311
- },
5312
- "usedToDiagnose": { "@id": "schema:usedToDiagnose" },
5313
- "userInteractionCount": { "@id": "schema:userInteractionCount" },
5314
- "usesDevice": { "@id": "schema:usesDevice" },
5315
- "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard" },
5316
- "utterances": { "@id": "schema:utterances" },
5317
- "validFor": { "@id": "schema:validFor" },
5318
- "validForMemberTier": { "@id": "schema:validForMemberTier" },
5319
- "validFrom": {
5320
- "@id": "schema:validFrom",
5321
- "@type": "Date"
5322
- },
5323
- "validIn": { "@id": "schema:validIn" },
5324
- "validThrough": {
5325
- "@id": "schema:validThrough",
5326
- "@type": "Date"
5327
- },
5328
- "validUntil": {
5329
- "@id": "schema:validUntil",
5330
- "@type": "Date"
5331
- },
5332
- "value": { "@id": "schema:value" },
5333
- "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded" },
5334
- "valueMaxLength": { "@id": "schema:valueMaxLength" },
5335
- "valueMinLength": { "@id": "schema:valueMinLength" },
5336
- "valueName": { "@id": "schema:valueName" },
5337
- "valuePattern": { "@id": "schema:valuePattern" },
5338
- "valueReference": { "@id": "schema:valueReference" },
5339
- "valueRequired": { "@id": "schema:valueRequired" },
5340
- "variableMeasured": { "@id": "schema:variableMeasured" },
5341
- "variablesMeasured": { "@id": "schema:variablesMeasured" },
5342
- "variantCover": { "@id": "schema:variantCover" },
5343
- "variesBy": { "@id": "schema:variesBy" },
5344
- "vatID": { "@id": "schema:vatID" },
5345
- "vehicleConfiguration": { "@id": "schema:vehicleConfiguration" },
5346
- "vehicleEngine": { "@id": "schema:vehicleEngine" },
5347
- "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber" },
5348
- "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor" },
5349
- "vehicleInteriorType": { "@id": "schema:vehicleInteriorType" },
5350
- "vehicleModelDate": {
5351
- "@id": "schema:vehicleModelDate",
5352
- "@type": "Date"
5353
- },
5354
- "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity" },
5355
- "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage" },
5356
- "vehicleTransmission": { "@id": "schema:vehicleTransmission" },
5357
- "vendor": { "@id": "schema:vendor" },
5358
- "verificationFactCheckingPolicy": {
5359
- "@id": "schema:verificationFactCheckingPolicy",
5360
- "@type": "@id"
5361
- },
5362
- "version": { "@id": "schema:version" },
5363
- "video": { "@id": "schema:video" },
5364
- "videoFormat": { "@id": "schema:videoFormat" },
5365
- "videoFrameSize": { "@id": "schema:videoFrameSize" },
5366
- "videoQuality": { "@id": "schema:videoQuality" },
5367
- "volumeNumber": { "@id": "schema:volumeNumber" },
5368
- "warning": { "@id": "schema:warning" },
5369
- "warranty": { "@id": "schema:warranty" },
5370
- "warrantyPromise": { "@id": "schema:warrantyPromise" },
5371
- "warrantyScope": { "@id": "schema:warrantyScope" },
5372
- "webCheckinTime": { "@id": "schema:webCheckinTime" },
5373
- "webFeed": {
5374
- "@id": "schema:webFeed",
5375
- "@type": "@id"
5376
- },
5377
- "weight": { "@id": "schema:weight" },
5378
- "weightTotal": { "@id": "schema:weightTotal" },
5379
- "wheelbase": { "@id": "schema:wheelbase" },
5380
- "width": { "@id": "schema:width" },
5381
- "winner": { "@id": "schema:winner" },
5382
- "wordCount": { "@id": "schema:wordCount" },
5383
- "workExample": { "@id": "schema:workExample" },
5384
- "workFeatured": { "@id": "schema:workFeatured" },
5385
- "workHours": { "@id": "schema:workHours" },
5386
- "workLocation": { "@id": "schema:workLocation" },
5387
- "workPerformed": { "@id": "schema:workPerformed" },
5388
- "workPresented": { "@id": "schema:workPresented" },
5389
- "workTranslation": { "@id": "schema:workTranslation" },
5390
- "workload": { "@id": "schema:workload" },
5391
- "worksFor": { "@id": "schema:worksFor" },
5392
- "worstRating": { "@id": "schema:worstRating" },
5393
- "xpath": { "@id": "schema:xpath" },
5394
- "yearBuilt": { "@id": "schema:yearBuilt" },
5395
- "yearlyRevenue": { "@id": "schema:yearlyRevenue" },
5396
- "yearsInOperation": { "@id": "schema:yearsInOperation" },
5397
- "yield": { "@id": "schema:yield" }
5398
- } },
5399
- "https://gotosocial.org/ns": { "@context": {
5400
- "xsd": "http://www.w3.org/2001/XMLSchema#",
5401
- "gts": "https://gotosocial.org/ns#",
5402
- "LikeRequest": "gts:LikeRequest",
5403
- "ReplyRequest": "gts:ReplyRequest",
5404
- "AnnounceRequest": "gts:AnnounceRequest",
5405
- "QuoteRequest": "gts:QuoteRequest",
5406
- "LikeAuthorization": "gts:LikeApproval",
5407
- "ReplyAuthorization": "gts:ReplyAuthorization",
5408
- "AnnounceAuthorization": "gts:AnnounceAuthorization",
5409
- "QuoteAuthorization": "gts:QuoteAuthorization",
5410
- "likeAuthorization": {
5411
- "@id": "gts:likeAuthorization",
5412
- "@type": "@id"
5413
- },
5414
- "replyAuthorization": {
5415
- "@id": "gts:replyAuthorization",
5416
- "@type": "@id"
5417
- },
5418
- "announceAuthorization": {
5419
- "@id": "gts:announceAuthorization",
5420
- "@type": "@id"
5421
- },
5422
- "quoteAuthorization": {
5423
- "@id": "gts:quoteAuthorization",
5424
- "@type": "@id"
5425
- },
5426
- "interactingObject": {
5427
- "@id": "gts:interactingObject",
5428
- "@type": "@id"
5429
- },
5430
- "interactionTarget": {
5431
- "@id": "gts:interactionTarget",
5432
- "@type": "@id"
5433
- },
5434
- "interactionPolicy": {
5435
- "@id": "gts:interactionPolicy",
5436
- "@type": "@id"
5437
- },
5438
- "canLike": {
5439
- "@id": "gts:canLike",
5440
- "@type": "@id"
5441
- },
5442
- "canReply": {
5443
- "@id": "gts:canReply",
5444
- "@type": "@id"
5445
- },
5446
- "canAnnounce": {
5447
- "@id": "gts:canAnnounce",
5448
- "@type": "@id"
5449
- },
5450
- "canQuote": {
5451
- "@id": "gts:canQuote",
5452
- "@type": "@id"
5453
- },
5454
- "automaticApproval": {
5455
- "@id": "gts:automaticApproval",
5456
- "@type": "@id"
5457
- },
5458
- "manualApproval": {
5459
- "@id": "gts:manualApproval",
5460
- "@type": "@id"
5461
- },
5462
- "hidesToPublicFromUnauthedWeb": {
5463
- "@id": "gts:hidesToPublicFromUnauthedWeb",
5464
- "@type": "xsd:boolean"
5465
- },
5466
- "hidesCcPublicFromUnauthedWeb": {
5467
- "@id": "gts:hidesCcPublicFromUnauthedWeb",
5468
- "@type": "xsd:boolean"
5469
- },
5470
- "always": {
5471
- "@id": "gts:always",
5472
- "@type": "@id"
5473
- },
5474
- "approvalRequired": {
5475
- "@id": "gts:approvalRequired",
5476
- "@type": "@id"
5477
- },
5478
- "approvedBy": {
5479
- "@id": "gts:approvedBy",
5480
- "@type": "@id"
5481
- }
5482
- } },
5483
- "https://w3id.org/fep/5711": { "@context": {
5484
- "likesOf": {
5485
- "@id": "https://w3id.org/fep/5711#likesOf",
5486
- "@type": "@id"
5487
- },
5488
- "sharesOf": {
5489
- "@id": "https://w3id.org/fep/5711#sharesOf",
5490
- "@type": "@id"
5491
- },
5492
- "repliesOf": {
5493
- "@id": "https://w3id.org/fep/5711#repliesOf",
5494
- "@type": "@id"
5495
- },
5496
- "inboxOf": {
5497
- "@id": "https://w3id.org/fep/5711#inboxOf",
5498
- "@type": "@id"
5499
- },
5500
- "outboxOf": {
5501
- "@id": "https://w3id.org/fep/5711#outboxOf",
5502
- "@type": "@id"
5503
- },
5504
- "followersOf": {
5505
- "@id": "https://w3id.org/fep/5711#followersOf",
5506
- "@type": "@id"
5507
- },
5508
- "followingOf": {
5509
- "@id": "https://w3id.org/fep/5711#followingOf",
5510
- "@type": "@id"
5511
- },
5512
- "likedOf": {
5513
- "@id": "https://w3id.org/fep/5711#likedOf",
5514
- "@type": "@id"
5515
- }
5516
- } },
5517
- "http://joinmastodon.org/ns": { "@context": {
5518
- "toot": "http://joinmastodon.org/ns#",
5519
- "Emoji": "toot:Emoji",
5520
- "featured": {
5521
- "@id": "toot:featured",
5522
- "@type": "@id"
5523
- },
5524
- "featuredTags": {
5525
- "@id": "toot:featuredTags",
5526
- "@type": "@id"
5527
- },
5528
- "focalPoint": {
5529
- "@container": "@list",
5530
- "@id": "toot:focalPoint"
5531
- },
5532
- "blurhash": "toot:blurhash",
5533
- "discoverable": "toot:discoverable",
5534
- "indexable": "toot:indexable",
5535
- "memorial": "toot:memorial",
5536
- "votersCount": "toot:votersCount",
5537
- "suspended": "toot:suspended",
5538
- "attributionDomains": {
5539
- "@id": "toot:attributionDomains",
5540
- "@type": "@id"
5541
- }
5542
- } }
5543
- };
5544
- var contexts_default = preloadedContexts;
5545
-
5546
- //#endregion
5547
- //#region src/docloader.ts
5548
- const logger = (0, __logtape_logtape.getLogger)([
5549
- "fedify",
5550
- "runtime",
5551
- "docloader"
5552
- ]);
5553
- /**
5554
- * Gets a {@link RemoteDocument} from the given response.
5555
- * @param url The URL of the document to load.
5556
- * @param response The response to get the document from.
5557
- * @param fetch The function to fetch the document.
5558
- * @returns The loaded remote document.
5559
- * @throws {FetchError} If the response is not OK.
5560
- * @internal
5561
- */
5562
- async function getRemoteDocument(url, response, fetch$1) {
5563
- const documentUrl = response.url === "" ? url : response.url;
5564
- const docUrl = new URL(documentUrl);
5565
- if (!response.ok) {
5566
- logger.error("Failed to fetch document: {status} {url} {headers}", {
5567
- status: response.status,
5568
- url: documentUrl,
5569
- headers: Object.fromEntries(response.headers.entries())
5570
- });
5571
- throw new require_request.FetchError(documentUrl, `HTTP ${response.status}: ${documentUrl}`, response.clone());
5572
- }
5573
- const contentType = response.headers.get("Content-Type");
5574
- const jsonLd = contentType == null || contentType === "application/activity+json" || contentType.startsWith("application/activity+json;") || contentType === "application/ld+json" || contentType.startsWith("application/ld+json;");
5575
- const linkHeader = response.headers.get("Link");
5576
- let contextUrl = null;
5577
- if (linkHeader != null) {
5578
- let link;
5579
- try {
5580
- link = new require_link.HttpHeaderLink(linkHeader);
5581
- } catch (e) {
5582
- if (e instanceof SyntaxError) link = new require_link.HttpHeaderLink();
5583
- else throw e;
5584
- }
5585
- if (jsonLd) {
5586
- const entries = link.getByRel("http://www.w3.org/ns/json-ld#context");
5587
- for (const [uri, params] of entries) if ("type" in params && params.type === "application/ld+json") {
5588
- contextUrl = uri;
5589
- break;
5590
- }
5591
- } else {
5592
- const entries = link.getByRel("alternate");
5593
- for (const [uri, params] of entries) {
5594
- const altUri = new URL(uri, docUrl);
5595
- if ("type" in params && (params.type === "application/activity+json" || params.type === "application/ld+json" || params.type.startsWith("application/ld+json;")) && altUri.href !== docUrl.href) {
5596
- logger.debug("Found alternate document: {alternateUrl} from {url}", {
5597
- alternateUrl: altUri.href,
5598
- url: documentUrl
5599
- });
5600
- return await fetch$1(altUri.href);
5601
- }
5602
- }
5603
- }
5604
- }
5605
- let document;
5606
- if (!jsonLd && (contentType === "text/html" || contentType?.startsWith("text/html;") || contentType === "application/xhtml+xml" || contentType?.startsWith("application/xhtml+xml;"))) {
5607
- const MAX_HTML_SIZE = 1024 * 1024;
5608
- const html = await response.text();
5609
- if (html.length > MAX_HTML_SIZE) {
5610
- logger.warn("HTML response too large, skipping alternate link discovery: {url}", {
5611
- url: documentUrl,
5612
- size: html.length
5613
- });
5614
- document = JSON.parse(html);
5615
- } else {
5616
- const tagPattern = /<(a|link)\s+([^>]*?)\s*\/?>/gi;
5617
- const attrPattern = /([a-z][a-z:_-]*)=(?:"([^"]*)"|'([^']*)'|([^\s>]+))/gi;
5618
- let tagMatch;
5619
- while ((tagMatch = tagPattern.exec(html)) !== null) {
5620
- const tagContent = tagMatch[2];
5621
- let attrMatch;
5622
- const attribs = {};
5623
- attrPattern.lastIndex = 0;
5624
- while ((attrMatch = attrPattern.exec(tagContent)) !== null) {
5625
- const key = attrMatch[1].toLowerCase();
5626
- const value = attrMatch[2] ?? attrMatch[3] ?? attrMatch[4] ?? "";
5627
- attribs[key] = value;
5628
- }
5629
- if (attribs.rel === "alternate" && "type" in attribs && (attribs.type === "application/activity+json" || attribs.type === "application/ld+json" || attribs.type.startsWith("application/ld+json;")) && "href" in attribs && new URL(attribs.href, docUrl).href !== docUrl.href) {
5630
- logger.debug("Found alternate document: {alternateUrl} from {url}", {
5631
- alternateUrl: attribs.href,
5632
- url: documentUrl
5633
- });
5634
- return await fetch$1(new URL(attribs.href, docUrl).href);
5635
- }
5636
- }
5637
- document = JSON.parse(html);
5638
- }
5639
- } else document = await response.json();
5640
- logger.debug("Fetched document: {status} {url} {headers}", {
5641
- status: response.status,
5642
- url: documentUrl,
5643
- headers: Object.fromEntries(response.headers.entries())
5644
- });
5645
- return {
5646
- contextUrl,
5647
- document,
5648
- documentUrl
5649
- };
5650
- }
5651
- /**
5652
- * Creates a JSON-LD document loader that utilizes the browser's `fetch` API.
5653
- *
5654
- * The created loader preloads the below frequently used contexts by default
5655
- * (unless `options.skipPreloadedContexts` is set to `true`):
5656
- *
5657
- * - <https://www.w3.org/ns/activitystreams>
5658
- * - <https://w3id.org/security/v1>
5659
- * - <https://w3id.org/security/data-integrity/v1>
5660
- * - <https://www.w3.org/ns/did/v1>
5661
- * - <https://w3id.org/security/multikey/v1>
5662
- * - <https://purl.archive.org/socialweb/webfinger>
5663
- * - <http://schema.org/>
5664
- * @param options Options for the document loader.
5665
- * @returns The document loader.
5666
- * @since 1.3.0
5667
- */
5668
- function getDocumentLoader({ allowPrivateAddress, skipPreloadedContexts, userAgent } = {}) {
5669
- const tracerProvider = __opentelemetry_api.trace.getTracerProvider();
5670
- const tracer = tracerProvider.getTracer(require_request.deno_default.name, require_request.deno_default.version);
5671
- async function load(url, options) {
5672
- options?.signal?.throwIfAborted();
5673
- if (!skipPreloadedContexts && url in contexts_default) {
5674
- logger.debug("Using preloaded context: {url}.", { url });
5675
- return {
5676
- contextUrl: null,
5677
- document: contexts_default[url],
5678
- documentUrl: url
5679
- };
5680
- }
5681
- if (!allowPrivateAddress) try {
5682
- await require_url.validatePublicUrl(url);
5683
- } catch (error) {
5684
- if (error instanceof require_url.UrlError) logger.error("Disallowed private URL: {url}", {
5685
- url,
5686
- error
5687
- });
5688
- throw error;
5689
- }
5690
- return await tracer.startActiveSpan("activitypub.fetch_document", {
5691
- kind: __opentelemetry_api.SpanKind.CLIENT,
5692
- attributes: { "url.full": url }
5693
- }, async (span) => {
5694
- try {
5695
- const request = require_request.createActivityPubRequest(url, { userAgent });
5696
- require_request.logRequest(logger, request);
5697
- const response = await fetch(request, {
5698
- redirect: "manual",
5699
- signal: options?.signal
5700
- });
5701
- span.setAttribute("http.response.status_code", response.status);
5702
- if (response.status >= 300 && response.status < 400 && response.headers.has("Location")) {
5703
- const redirectUrl = response.headers.get("Location");
5704
- span.setAttribute("http.redirect.url", redirectUrl);
5705
- return await load(redirectUrl, options);
5706
- }
5707
- const result = await getRemoteDocument(url, response, load);
5708
- span.setAttribute("docloader.document_url", result.documentUrl);
5709
- if (result.contextUrl != null) span.setAttribute("docloader.context_url", result.contextUrl);
5710
- return result;
5711
- } catch (error) {
5712
- span.recordException(error);
5713
- span.setStatus({
5714
- code: __opentelemetry_api.SpanStatusCode.ERROR,
5715
- message: String(error)
5716
- });
5717
- throw error;
5718
- } finally {
5719
- span.end();
5720
- }
5721
- });
5722
- }
5723
- return load;
5724
- }
5725
-
5726
1242
  //#endregion
5727
1243
  //#region src/docloader.test.ts
5728
1244
  (0, node_test.test)("new FetchError()", () => {
@@ -5739,7 +1255,7 @@ function getDocumentLoader({ allowPrivateAddress, skipPreloadedContexts, userAge
5739
1255
  (0, node_assert.deepStrictEqual)(e2.response.status, 410);
5740
1256
  });
5741
1257
  (0, node_test.test)("getDocumentLoader()", async (t) => {
5742
- const fetchDocumentLoader = getDocumentLoader();
1258
+ const fetchDocumentLoader = require_docloader.getDocumentLoader();
5743
1259
  esm_default.spyGlobal();
5744
1260
  esm_default.get("https://example.com/object", { body: {
5745
1261
  "@context": "https://www.w3.org/ns/activitystreams",
@@ -5944,7 +1460,7 @@ function getDocumentLoader({ allowPrivateAddress, skipPreloadedContexts, userAge
5944
1460
  await (0, node_assert.rejects)(() => fetchDocumentLoader("https://example.com/404"), require_request.FetchError, "HTTP 404: https://example.com/404");
5945
1461
  });
5946
1462
  await t.test("preloaded contexts", async () => {
5947
- for (const [url, document] of Object.entries(contexts_default)) (0, node_assert.deepStrictEqual)(await fetchDocumentLoader(url), {
1463
+ for (const [url, document] of Object.entries(require_docloader.contexts_default)) (0, node_assert.deepStrictEqual)(await fetchDocumentLoader(url), {
5948
1464
  contextUrl: null,
5949
1465
  documentUrl: url,
5950
1466
  document
@@ -5980,7 +1496,7 @@ function getDocumentLoader({ allowPrivateAddress, skipPreloadedContexts, userAge
5980
1496
  await (0, node_assert.rejects)(() => fetchDocumentLoader("https://example.com/localhost-redirect"), require_url.UrlError);
5981
1497
  await (0, node_assert.rejects)(() => fetchDocumentLoader("https://example.com/localhost-link"), require_url.UrlError);
5982
1498
  });
5983
- const fetchDocumentLoader2 = getDocumentLoader({ allowPrivateAddress: true });
1499
+ const fetchDocumentLoader2 = require_docloader.getDocumentLoader({ allowPrivateAddress: true });
5984
1500
  await t.test("allowPrivateAddress: true", async () => {
5985
1501
  const expected = {
5986
1502
  contextUrl: null,