bolognese 1.5.8 → 1.5.9
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -14
- data/bolognese.gemspec +1 -2
- data/lib/bolognese.rb +0 -1
- data/lib/bolognese/metadata.rb +0 -3
- data/lib/bolognese/version.rb +1 -1
- data/lib/bolognese/writers/rdf_xml_writer.rb +6 -0
- data/lib/bolognese/writers/schema_org_writer.rb +1 -1
- data/lib/bolognese/writers/turtle_writer.rb +6 -0
- data/resources/schema_org/jsonldcontext.json +1069 -232
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting_schema_org.yml +15 -154
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/journal_article.yml +2 -145
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/maremma.yml +7 -150
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/with_pages.yml +2 -145
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_schema_org.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +7 -150
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/journal_article.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/with_pages.yml +2 -2
- metadata +5 -29
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/BlogPosting_Citeproc_JSON.yml +0 -146
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_rdf_xml/Crossref_DOI.yml +0 -146
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_Citeproc_JSON.yml +0 -146
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml +0 -144
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50cc01c067e879e259b6d09825edb44b50a599f86576527783e5fc465128e8b5
|
|
4
|
+
data.tar.gz: 0d242b301e5a770921a2df5a5cad20643e2c15cd39d67b9af1f7fa9d1f583a56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2808ce476cc3ccf3fc02fa4ccb040b856b8ee6f5cbe6e94ee8f0d6a65ae7e2b7fccc32414f8f97d1881dadf26c76e84c9cb7f843b31ba02d753470e2285acf6
|
|
7
|
+
data.tar.gz: b39e2778af2b2d68760d5a75715ef50a4ef58ec132512a8191d56179b65576ae2807543edf87b1a9824b8156c98cd4b342dcd093cf0756b99b3434b1504617be
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bolognese (1.5.
|
|
4
|
+
bolognese (1.5.9)
|
|
5
5
|
activesupport (>= 4.2.5)
|
|
6
6
|
benchmark_methods (~> 0.7)
|
|
7
7
|
bibtex-ruby (>= 5.1.0)
|
|
@@ -14,8 +14,7 @@ PATH
|
|
|
14
14
|
faraday (= 0.17.0)
|
|
15
15
|
gender_detector (~> 0.1.2)
|
|
16
16
|
iso8601 (~> 0.9.1)
|
|
17
|
-
json-ld (~>
|
|
18
|
-
json-ld-preloaded (~> 3.1, >= 3.1.1)
|
|
17
|
+
json-ld (~> 2.2, >= 2.2.1)
|
|
19
18
|
jsonlint (~> 0.3.0)
|
|
20
19
|
loofah (~> 2.0, >= 2.0.3)
|
|
21
20
|
maremma (>= 4.3, < 5)
|
|
@@ -83,17 +82,9 @@ GEM
|
|
|
83
82
|
i18n (1.8.2)
|
|
84
83
|
concurrent-ruby (~> 1.0)
|
|
85
84
|
iso8601 (0.9.1)
|
|
86
|
-
json-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
json-canonicalization (~> 0.2)
|
|
90
|
-
link_header (~> 0.0, >= 0.0.8)
|
|
91
|
-
multi_json (~> 1.14)
|
|
92
|
-
rack (~> 2.0)
|
|
93
|
-
rdf (~> 3.1)
|
|
94
|
-
json-ld-preloaded (3.1.1)
|
|
95
|
-
json-ld (~> 3.1)
|
|
96
|
-
rdf (~> 3.1)
|
|
85
|
+
json-ld (2.2.1)
|
|
86
|
+
multi_json (~> 1.12)
|
|
87
|
+
rdf (>= 2.2.8, < 4.0)
|
|
97
88
|
jsonlint (0.3.0)
|
|
98
89
|
oj (~> 3)
|
|
99
90
|
optimist (~> 3)
|
data/bolognese.gemspec
CHANGED
|
@@ -31,8 +31,7 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
s.add_dependency 'csl-styles', '~> 1.0', '>= 1.0.1.8'
|
|
32
32
|
s.add_dependency 'iso8601', '~> 0.9.1'
|
|
33
33
|
s.add_dependency 'postrank-uri', '~> 1.0', '>= 1.0.18'
|
|
34
|
-
s.add_dependency 'json-ld', '~>
|
|
35
|
-
s.add_dependency 'json-ld-preloaded', '~> 3.1', '>= 3.1.1'
|
|
34
|
+
s.add_dependency 'json-ld', '~> 2.2', '>= 2.2.1'
|
|
36
35
|
s.add_dependency 'jsonlint', '~> 0.3.0'
|
|
37
36
|
s.add_dependency 'oj', '~> 3.10'
|
|
38
37
|
s.add_dependency "oj_mimic_json", "~> 1.0", ">= 1.0.1"
|
data/lib/bolognese.rb
CHANGED
data/lib/bolognese/metadata.rb
CHANGED
data/lib/bolognese/version.rb
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
module Bolognese
|
|
4
4
|
module Writers
|
|
5
5
|
module RdfXmlWriter
|
|
6
|
+
# preload schema_org context
|
|
7
|
+
JSON::LD::Context.add_preloaded(
|
|
8
|
+
'http://schema.org/',
|
|
9
|
+
JSON::LD::Context.new.parse('resources/schema_org/jsonldcontext.json')
|
|
10
|
+
)
|
|
11
|
+
|
|
6
12
|
def rdf_xml
|
|
7
13
|
graph.dump(:rdfxml, prefixes: { schema: "http://schema.org/" })
|
|
8
14
|
end
|
|
@@ -4,7 +4,7 @@ module Bolognese
|
|
|
4
4
|
module Writers
|
|
5
5
|
module SchemaOrgWriter
|
|
6
6
|
def schema_hsh
|
|
7
|
-
{ "@context" => "
|
|
7
|
+
{ "@context" => "http://schema.org",
|
|
8
8
|
"@type" => types.present? ? types["schemaOrg"] : nil,
|
|
9
9
|
"@id" => normalize_doi(doi),
|
|
10
10
|
"identifier" => to_schema_org_identifiers(identifiers),
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
module Bolognese
|
|
4
4
|
module Writers
|
|
5
5
|
module TurtleWriter
|
|
6
|
+
# preload schema_org context
|
|
7
|
+
JSON::LD::Context.add_preloaded(
|
|
8
|
+
'http://schema.org/',
|
|
9
|
+
JSON::LD::Context.new.parse('resources/schema_org/jsonldcontext.json')
|
|
10
|
+
)
|
|
11
|
+
|
|
6
12
|
def turtle
|
|
7
13
|
graph.dump(:ttl, prefixes: { schema: "http://schema.org/" })
|
|
8
14
|
end
|
|
@@ -2,51 +2,31 @@
|
|
|
2
2
|
"@context": {
|
|
3
3
|
"type": "@type",
|
|
4
4
|
"id": "@id",
|
|
5
|
+
"HTML": {
|
|
6
|
+
"@id": "rdf:HTML"
|
|
7
|
+
},
|
|
5
8
|
"@vocab": "http://schema.org/",
|
|
6
|
-
"
|
|
7
|
-
"cat": "http://www.w3.org/ns/dcat#",
|
|
8
|
-
"cc": "http://creativecommons.org/ns#",
|
|
9
|
-
"cnt": "http://www.w3.org/2008/content#",
|
|
10
|
-
"ctag": "http://commontag.org/ns#",
|
|
11
|
-
"dc": "http://purl.org/dc/terms/",
|
|
12
|
-
"dcat": "http://www.w3.org/ns/dcat#",
|
|
13
|
-
"dcterms": "http://purl.org/dc/terms/",
|
|
14
|
-
"describedby": "http://www.w3.org/2007/05/powder-s#describedby",
|
|
15
|
-
"earl": "http://www.w3.org/ns/earl#",
|
|
9
|
+
"xml": "http://www.w3.org/XML/1998/namespace",
|
|
16
10
|
"foaf": "http://xmlns.com/foaf/0.1/",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"ht": "http://www.w3.org/2006/http#",
|
|
21
|
-
"ical": "http://www.w3.org/2002/12/cal/icaltzd#",
|
|
22
|
-
"license": "http://www.w3.org/1999/xhtml/vocab#license",
|
|
23
|
-
"ma": "http://www.w3.org/ns/ma-ont#",
|
|
24
|
-
"og": "http://ogp.me/ns#",
|
|
25
|
-
"org": "http://www.w3.org/ns/org#",
|
|
26
|
-
"org": "http://www.w3.org/ns/org#",
|
|
27
|
-
"owl": "http://www.w3.org/2002/07/owl#",
|
|
28
|
-
"prov": "http://www.w3.org/ns/prov#",
|
|
29
|
-
"ptr": "http://www.w3.org/2009/pointers#",
|
|
30
|
-
"qb": "http://purl.org/linked-data/cube#",
|
|
31
|
-
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
|
32
|
-
"rdfa": "http://www.w3.org/ns/rdfa#",
|
|
11
|
+
"eli": "http://data.europa.eu/eli/ontology#",
|
|
12
|
+
"snomed": "http://purl.bioontology.org/ontology/SNOMEDCT/",
|
|
13
|
+
"bibo": "http://purl.org/ontology/bibo/",
|
|
33
14
|
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
|
34
|
-
"rev": "http://purl.org/stuff/rev#",
|
|
35
|
-
"rif": "http://www.w3.org/2007/rif#",
|
|
36
|
-
"role": "http://www.w3.org/1999/xhtml/vocab#role",
|
|
37
|
-
"rr": "http://www.w3.org/ns/r2rml#",
|
|
38
|
-
"sd": "http://www.w3.org/ns/sparql-service-description#",
|
|
39
|
-
"sioc": "http://rdfs.org/sioc/ns#",
|
|
40
15
|
"skos": "http://www.w3.org/2004/02/skos/core#",
|
|
41
|
-
"skosxl": "http://www.w3.org/2008/05/skos-xl#",
|
|
42
|
-
"v": "http://rdf.data-vocabulary.org/#",
|
|
43
|
-
"vcard": "http://www.w3.org/2006/vcard/ns#",
|
|
44
16
|
"void": "http://rdfs.org/ns/void#",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
17
|
+
"dc": "http://purl.org/dc/elements/1.1/",
|
|
18
|
+
"dctype": "http://purl.org/dc/dcmitype/",
|
|
19
|
+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
|
20
|
+
"dcat": "http://www.w3.org/ns/dcat#",
|
|
21
|
+
"rdfa": "http://www.w3.org/ns/rdfa#",
|
|
49
22
|
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
23
|
+
"schema": "http://schema.org/",
|
|
24
|
+
"dct": "http://purl.org/dc/terms/",
|
|
25
|
+
"dcterms": "http://purl.org/dc/terms/",
|
|
26
|
+
"owl": "http://www.w3.org/2002/07/owl#",
|
|
27
|
+
"3DModel": {
|
|
28
|
+
"@id": "schema:3DModel"
|
|
29
|
+
},
|
|
50
30
|
"AMRadioChannel": {
|
|
51
31
|
"@id": "schema:AMRadioChannel"
|
|
52
32
|
},
|
|
@@ -74,6 +54,9 @@
|
|
|
74
54
|
"Action": {
|
|
75
55
|
"@id": "schema:Action"
|
|
76
56
|
},
|
|
57
|
+
"ActionAccessSpecification": {
|
|
58
|
+
"@id": "schema:ActionAccessSpecification"
|
|
59
|
+
},
|
|
77
60
|
"ActionStatusType": {
|
|
78
61
|
"@id": "schema:ActionStatusType"
|
|
79
62
|
},
|
|
@@ -95,6 +78,9 @@
|
|
|
95
78
|
"AdultEntertainment": {
|
|
96
79
|
"@id": "schema:AdultEntertainment"
|
|
97
80
|
},
|
|
81
|
+
"AdvertiserContentArticle": {
|
|
82
|
+
"@id": "schema:AdvertiserContentArticle"
|
|
83
|
+
},
|
|
98
84
|
"AerobicActivity": {
|
|
99
85
|
"@id": "schema:AerobicActivity"
|
|
100
86
|
},
|
|
@@ -131,6 +117,9 @@
|
|
|
131
117
|
"AnaerobicActivity": {
|
|
132
118
|
"@id": "schema:AnaerobicActivity"
|
|
133
119
|
},
|
|
120
|
+
"AnalysisNewsArticle": {
|
|
121
|
+
"@id": "schema:AnalysisNewsArticle"
|
|
122
|
+
},
|
|
134
123
|
"AnatomicalStructure": {
|
|
135
124
|
"@id": "schema:AnatomicalStructure"
|
|
136
125
|
},
|
|
@@ -167,6 +156,12 @@
|
|
|
167
156
|
"Aquarium": {
|
|
168
157
|
"@id": "schema:Aquarium"
|
|
169
158
|
},
|
|
159
|
+
"ArchiveComponent": {
|
|
160
|
+
"@id": "schema:ArchiveComponent"
|
|
161
|
+
},
|
|
162
|
+
"ArchiveOrganization": {
|
|
163
|
+
"@id": "schema:ArchiveOrganization"
|
|
164
|
+
},
|
|
170
165
|
"ArriveAction": {
|
|
171
166
|
"@id": "schema:ArriveAction"
|
|
172
167
|
},
|
|
@@ -182,6 +177,9 @@
|
|
|
182
177
|
"AskAction": {
|
|
183
178
|
"@id": "schema:AskAction"
|
|
184
179
|
},
|
|
180
|
+
"AskPublicNewsArticle": {
|
|
181
|
+
"@id": "schema:AskPublicNewsArticle"
|
|
182
|
+
},
|
|
185
183
|
"AssessAction": {
|
|
186
184
|
"@id": "schema:AssessAction"
|
|
187
185
|
},
|
|
@@ -206,6 +204,9 @@
|
|
|
206
204
|
"AudiobookFormat": {
|
|
207
205
|
"@id": "schema:AudiobookFormat"
|
|
208
206
|
},
|
|
207
|
+
"AuthoritativeLegalValue": {
|
|
208
|
+
"@id": "schema:AuthoritativeLegalValue"
|
|
209
|
+
},
|
|
209
210
|
"AuthorizeAction": {
|
|
210
211
|
"@id": "schema:AuthorizeAction"
|
|
211
212
|
},
|
|
@@ -236,6 +237,9 @@
|
|
|
236
237
|
"Ayurvedic": {
|
|
237
238
|
"@id": "schema:Ayurvedic"
|
|
238
239
|
},
|
|
240
|
+
"BackgroundNewsArticle": {
|
|
241
|
+
"@id": "schema:BackgroundNewsArticle"
|
|
242
|
+
},
|
|
239
243
|
"Bacteria": {
|
|
240
244
|
"@id": "schema:Bacteria"
|
|
241
245
|
},
|
|
@@ -275,6 +279,9 @@
|
|
|
275
279
|
"BefriendAction": {
|
|
276
280
|
"@id": "schema:BefriendAction"
|
|
277
281
|
},
|
|
282
|
+
"BenefitsHealthAspect": {
|
|
283
|
+
"@id": "schema:BenefitsHealthAspect"
|
|
284
|
+
},
|
|
278
285
|
"BikeStore": {
|
|
279
286
|
"@id": "schema:BikeStore"
|
|
280
287
|
},
|
|
@@ -440,6 +447,9 @@
|
|
|
440
447
|
"CatholicChurch": {
|
|
441
448
|
"@id": "schema:CatholicChurch"
|
|
442
449
|
},
|
|
450
|
+
"CausesHealthAspect": {
|
|
451
|
+
"@id": "schema:CausesHealthAspect"
|
|
452
|
+
},
|
|
443
453
|
"Cemetery": {
|
|
444
454
|
"@id": "schema:Cemetery"
|
|
445
455
|
},
|
|
@@ -482,6 +492,9 @@
|
|
|
482
492
|
"CivicStructure": {
|
|
483
493
|
"@id": "schema:CivicStructure"
|
|
484
494
|
},
|
|
495
|
+
"Claim": {
|
|
496
|
+
"@id": "schema:Claim"
|
|
497
|
+
},
|
|
485
498
|
"ClaimReview": {
|
|
486
499
|
"@id": "schema:ClaimReview"
|
|
487
500
|
},
|
|
@@ -548,9 +561,6 @@
|
|
|
548
561
|
"CommunityHealth": {
|
|
549
562
|
"@id": "schema:CommunityHealth"
|
|
550
563
|
},
|
|
551
|
-
"CommunityHealth": {
|
|
552
|
-
"@id": "schema:CommunityHealth"
|
|
553
|
-
},
|
|
554
564
|
"CompilationAlbum": {
|
|
555
565
|
"@id": "schema:CompilationAlbum"
|
|
556
566
|
},
|
|
@@ -578,6 +588,9 @@
|
|
|
578
588
|
"Consortium": {
|
|
579
589
|
"@id": "schema:Consortium"
|
|
580
590
|
},
|
|
591
|
+
"ConsumeAction": {
|
|
592
|
+
"@id": "schema:ConsumeAction"
|
|
593
|
+
},
|
|
581
594
|
"ContactPage": {
|
|
582
595
|
"@id": "schema:ContactPage"
|
|
583
596
|
},
|
|
@@ -587,6 +600,9 @@
|
|
|
587
600
|
"ContactPointOption": {
|
|
588
601
|
"@id": "schema:ContactPointOption"
|
|
589
602
|
},
|
|
603
|
+
"ContagiousnessHealthAspect": {
|
|
604
|
+
"@id": "schema:ContagiousnessHealthAspect"
|
|
605
|
+
},
|
|
590
606
|
"Continent": {
|
|
591
607
|
"@id": "schema:Continent"
|
|
592
608
|
},
|
|
@@ -605,6 +621,9 @@
|
|
|
605
621
|
"Corporation": {
|
|
606
622
|
"@id": "schema:Corporation"
|
|
607
623
|
},
|
|
624
|
+
"CorrectionComment": {
|
|
625
|
+
"@id": "schema:CorrectionComment"
|
|
626
|
+
},
|
|
608
627
|
"Country": {
|
|
609
628
|
"@id": "schema:Country"
|
|
610
629
|
},
|
|
@@ -638,9 +657,15 @@
|
|
|
638
657
|
"Crematorium": {
|
|
639
658
|
"@id": "schema:Crematorium"
|
|
640
659
|
},
|
|
660
|
+
"CriticReview": {
|
|
661
|
+
"@id": "schema:CriticReview"
|
|
662
|
+
},
|
|
641
663
|
"CrossSectional": {
|
|
642
664
|
"@id": "schema:CrossSectional"
|
|
643
665
|
},
|
|
666
|
+
"CssSelectorType": {
|
|
667
|
+
"@id": "schema:CssSelectorType"
|
|
668
|
+
},
|
|
644
669
|
"CurrencyConversionService": {
|
|
645
670
|
"@id": "schema:CurrencyConversionService"
|
|
646
671
|
},
|
|
@@ -701,6 +726,15 @@
|
|
|
701
726
|
"DefenceEstablishment": {
|
|
702
727
|
"@id": "schema:DefenceEstablishment"
|
|
703
728
|
},
|
|
729
|
+
"DefinedTerm": {
|
|
730
|
+
"@id": "schema:DefinedTerm"
|
|
731
|
+
},
|
|
732
|
+
"DefinedTermSet": {
|
|
733
|
+
"@id": "schema:DefinedTermSet"
|
|
734
|
+
},
|
|
735
|
+
"DefinitiveLegalValue": {
|
|
736
|
+
"@id": "schema:DefinitiveLegalValue"
|
|
737
|
+
},
|
|
704
738
|
"DeleteAction": {
|
|
705
739
|
"@id": "schema:DeleteAction"
|
|
706
740
|
},
|
|
@@ -740,9 +774,6 @@
|
|
|
740
774
|
"Dermatology": {
|
|
741
775
|
"@id": "schema:Dermatology"
|
|
742
776
|
},
|
|
743
|
-
"Dermatology": {
|
|
744
|
-
"@id": "schema:Dermatology"
|
|
745
|
-
},
|
|
746
777
|
"DiabeticDiet": {
|
|
747
778
|
"@id": "schema:DiabeticDiet"
|
|
748
779
|
},
|
|
@@ -761,9 +792,6 @@
|
|
|
761
792
|
"DietNutrition": {
|
|
762
793
|
"@id": "schema:DietNutrition"
|
|
763
794
|
},
|
|
764
|
-
"DietNutrition": {
|
|
765
|
-
"@id": "schema:DietNutrition"
|
|
766
|
-
},
|
|
767
795
|
"DietarySupplement": {
|
|
768
796
|
"@id": "schema:DietarySupplement"
|
|
769
797
|
},
|
|
@@ -818,6 +846,9 @@
|
|
|
818
846
|
"DrawAction": {
|
|
819
847
|
"@id": "schema:DrawAction"
|
|
820
848
|
},
|
|
849
|
+
"Drawing": {
|
|
850
|
+
"@id": "schema:Drawing"
|
|
851
|
+
},
|
|
821
852
|
"DrinkAction": {
|
|
822
853
|
"@id": "schema:DrinkAction"
|
|
823
854
|
},
|
|
@@ -875,6 +906,12 @@
|
|
|
875
906
|
"EducationalAudience": {
|
|
876
907
|
"@id": "schema:EducationalAudience"
|
|
877
908
|
},
|
|
909
|
+
"EducationalOccupationalCredential": {
|
|
910
|
+
"@id": "schema:EducationalOccupationalCredential"
|
|
911
|
+
},
|
|
912
|
+
"EducationalOccupationalProgram": {
|
|
913
|
+
"@id": "schema:EducationalOccupationalProgram"
|
|
914
|
+
},
|
|
878
915
|
"EducationalOrganization": {
|
|
879
916
|
"@id": "schema:EducationalOrganization"
|
|
880
917
|
},
|
|
@@ -896,15 +933,18 @@
|
|
|
896
933
|
"Emergency": {
|
|
897
934
|
"@id": "schema:Emergency"
|
|
898
935
|
},
|
|
899
|
-
"Emergency": {
|
|
900
|
-
"@id": "schema:Emergency"
|
|
901
|
-
},
|
|
902
936
|
"EmergencyService": {
|
|
903
937
|
"@id": "schema:EmergencyService"
|
|
904
938
|
},
|
|
905
939
|
"EmployeeRole": {
|
|
906
940
|
"@id": "schema:EmployeeRole"
|
|
907
941
|
},
|
|
942
|
+
"EmployerAggregateRating": {
|
|
943
|
+
"@id": "schema:EmployerAggregateRating"
|
|
944
|
+
},
|
|
945
|
+
"EmployerReview": {
|
|
946
|
+
"@id": "schema:EmployerReview"
|
|
947
|
+
},
|
|
908
948
|
"EmploymentAgency": {
|
|
909
949
|
"@id": "schema:EmploymentAgency"
|
|
910
950
|
},
|
|
@@ -977,6 +1017,9 @@
|
|
|
977
1017
|
"ExchangeRateSpecification": {
|
|
978
1018
|
"@id": "schema:ExchangeRateSpecification"
|
|
979
1019
|
},
|
|
1020
|
+
"ExchangeRefund": {
|
|
1021
|
+
"@id": "schema:ExchangeRefund"
|
|
1022
|
+
},
|
|
980
1023
|
"ExerciseAction": {
|
|
981
1024
|
"@id": "schema:ExerciseAction"
|
|
982
1025
|
},
|
|
@@ -992,6 +1035,9 @@
|
|
|
992
1035
|
"Eye": {
|
|
993
1036
|
"@id": "schema:Eye"
|
|
994
1037
|
},
|
|
1038
|
+
"FAQPage": {
|
|
1039
|
+
"@id": "schema:FAQPage"
|
|
1040
|
+
},
|
|
995
1041
|
"FDAcategoryA": {
|
|
996
1042
|
"@id": "schema:FDAcategoryA"
|
|
997
1043
|
},
|
|
@@ -1016,6 +1062,9 @@
|
|
|
1016
1062
|
"FailedActionStatus": {
|
|
1017
1063
|
"@id": "schema:FailedActionStatus"
|
|
1018
1064
|
},
|
|
1065
|
+
"False": {
|
|
1066
|
+
"@id": "schema:False"
|
|
1067
|
+
},
|
|
1019
1068
|
"FastFoodRestaurant": {
|
|
1020
1069
|
"@id": "schema:FastFoodRestaurant"
|
|
1021
1070
|
},
|
|
@@ -1052,6 +1101,9 @@
|
|
|
1052
1101
|
"Float": {
|
|
1053
1102
|
"@id": "schema:Float"
|
|
1054
1103
|
},
|
|
1104
|
+
"FloorPlan": {
|
|
1105
|
+
"@id": "schema:FloorPlan"
|
|
1106
|
+
},
|
|
1055
1107
|
"Florist": {
|
|
1056
1108
|
"@id": "schema:Florist"
|
|
1057
1109
|
},
|
|
@@ -1079,6 +1131,15 @@
|
|
|
1079
1131
|
"FrontWheelDriveConfiguration": {
|
|
1080
1132
|
"@id": "schema:FrontWheelDriveConfiguration"
|
|
1081
1133
|
},
|
|
1134
|
+
"FullRefund": {
|
|
1135
|
+
"@id": "schema:FullRefund"
|
|
1136
|
+
},
|
|
1137
|
+
"FundingAgency": {
|
|
1138
|
+
"@id": "schema:FundingAgency"
|
|
1139
|
+
},
|
|
1140
|
+
"FundingScheme": {
|
|
1141
|
+
"@id": "schema:FundingScheme"
|
|
1142
|
+
},
|
|
1082
1143
|
"Fungus": {
|
|
1083
1144
|
"@id": "schema:Fungus"
|
|
1084
1145
|
},
|
|
@@ -1136,9 +1197,6 @@
|
|
|
1136
1197
|
"Geriatric": {
|
|
1137
1198
|
"@id": "schema:Geriatric"
|
|
1138
1199
|
},
|
|
1139
|
-
"Geriatric": {
|
|
1140
|
-
"@id": "schema:Geriatric"
|
|
1141
|
-
},
|
|
1142
1200
|
"GiveAction": {
|
|
1143
1201
|
"@id": "schema:GiveAction"
|
|
1144
1202
|
},
|
|
@@ -1163,6 +1221,9 @@
|
|
|
1163
1221
|
"GovernmentService": {
|
|
1164
1222
|
"@id": "schema:GovernmentService"
|
|
1165
1223
|
},
|
|
1224
|
+
"Grant": {
|
|
1225
|
+
"@id": "schema:Grant"
|
|
1226
|
+
},
|
|
1166
1227
|
"GraphicNovel": {
|
|
1167
1228
|
"@id": "schema:GraphicNovel"
|
|
1168
1229
|
},
|
|
@@ -1172,8 +1233,8 @@
|
|
|
1172
1233
|
"GroupBoardingPolicy": {
|
|
1173
1234
|
"@id": "schema:GroupBoardingPolicy"
|
|
1174
1235
|
},
|
|
1175
|
-
"
|
|
1176
|
-
"@id": "schema:
|
|
1236
|
+
"Guide": {
|
|
1237
|
+
"@id": "schema:Guide"
|
|
1177
1238
|
},
|
|
1178
1239
|
"Gynecologic": {
|
|
1179
1240
|
"@id": "schema:Gynecologic"
|
|
@@ -1199,6 +1260,9 @@
|
|
|
1199
1260
|
"HealthAndBeautyBusiness": {
|
|
1200
1261
|
"@id": "schema:HealthAndBeautyBusiness"
|
|
1201
1262
|
},
|
|
1263
|
+
"HealthAspectEnumeration": {
|
|
1264
|
+
"@id": "schema:HealthAspectEnumeration"
|
|
1265
|
+
},
|
|
1202
1266
|
"HealthClub": {
|
|
1203
1267
|
"@id": "schema:HealthClub"
|
|
1204
1268
|
},
|
|
@@ -1214,6 +1278,9 @@
|
|
|
1214
1278
|
"HealthPlanNetwork": {
|
|
1215
1279
|
"@id": "schema:HealthPlanNetwork"
|
|
1216
1280
|
},
|
|
1281
|
+
"HealthTopicContent": {
|
|
1282
|
+
"@id": "schema:HealthTopicContent"
|
|
1283
|
+
},
|
|
1217
1284
|
"HearingImpairedSupported": {
|
|
1218
1285
|
"@id": "schema:HearingImpairedSupported"
|
|
1219
1286
|
},
|
|
@@ -1259,6 +1326,33 @@
|
|
|
1259
1326
|
"HousePainter": {
|
|
1260
1327
|
"@id": "schema:HousePainter"
|
|
1261
1328
|
},
|
|
1329
|
+
"HowOrWhereHealthAspect": {
|
|
1330
|
+
"@id": "schema:HowOrWhereHealthAspect"
|
|
1331
|
+
},
|
|
1332
|
+
"HowTo": {
|
|
1333
|
+
"@id": "schema:HowTo"
|
|
1334
|
+
},
|
|
1335
|
+
"HowToDirection": {
|
|
1336
|
+
"@id": "schema:HowToDirection"
|
|
1337
|
+
},
|
|
1338
|
+
"HowToItem": {
|
|
1339
|
+
"@id": "schema:HowToItem"
|
|
1340
|
+
},
|
|
1341
|
+
"HowToSection": {
|
|
1342
|
+
"@id": "schema:HowToSection"
|
|
1343
|
+
},
|
|
1344
|
+
"HowToStep": {
|
|
1345
|
+
"@id": "schema:HowToStep"
|
|
1346
|
+
},
|
|
1347
|
+
"HowToSupply": {
|
|
1348
|
+
"@id": "schema:HowToSupply"
|
|
1349
|
+
},
|
|
1350
|
+
"HowToTip": {
|
|
1351
|
+
"@id": "schema:HowToTip"
|
|
1352
|
+
},
|
|
1353
|
+
"HowToTool": {
|
|
1354
|
+
"@id": "schema:HowToTool"
|
|
1355
|
+
},
|
|
1262
1356
|
"IceCreamShop": {
|
|
1263
1357
|
"@id": "schema:IceCreamShop"
|
|
1264
1358
|
},
|
|
@@ -1274,6 +1368,12 @@
|
|
|
1274
1368
|
"ImagingTest": {
|
|
1275
1369
|
"@id": "schema:ImagingTest"
|
|
1276
1370
|
},
|
|
1371
|
+
"InForce": {
|
|
1372
|
+
"@id": "schema:InForce"
|
|
1373
|
+
},
|
|
1374
|
+
"InStock": {
|
|
1375
|
+
"@id": "schema:InStock"
|
|
1376
|
+
},
|
|
1277
1377
|
"InStoreOnly": {
|
|
1278
1378
|
"@id": "schema:InStoreOnly"
|
|
1279
1379
|
},
|
|
@@ -1391,9 +1491,21 @@
|
|
|
1391
1491
|
"LeftHandDriving": {
|
|
1392
1492
|
"@id": "schema:LeftHandDriving"
|
|
1393
1493
|
},
|
|
1494
|
+
"LegalForceStatus": {
|
|
1495
|
+
"@id": "schema:LegalForceStatus"
|
|
1496
|
+
},
|
|
1394
1497
|
"LegalService": {
|
|
1395
1498
|
"@id": "schema:LegalService"
|
|
1396
1499
|
},
|
|
1500
|
+
"LegalValueLevel": {
|
|
1501
|
+
"@id": "schema:LegalValueLevel"
|
|
1502
|
+
},
|
|
1503
|
+
"Legislation": {
|
|
1504
|
+
"@id": "schema:Legislation"
|
|
1505
|
+
},
|
|
1506
|
+
"LegislationObject": {
|
|
1507
|
+
"@id": "schema:LegislationObject"
|
|
1508
|
+
},
|
|
1397
1509
|
"LegislativeBuilding": {
|
|
1398
1510
|
"@id": "schema:LegislativeBuilding"
|
|
1399
1511
|
},
|
|
@@ -1442,6 +1554,9 @@
|
|
|
1442
1554
|
"LiveBlogPosting": {
|
|
1443
1555
|
"@id": "schema:LiveBlogPosting"
|
|
1444
1556
|
},
|
|
1557
|
+
"LivingWithHealthAspect": {
|
|
1558
|
+
"@id": "schema:LivingWithHealthAspect"
|
|
1559
|
+
},
|
|
1445
1560
|
"LoanOrCredit": {
|
|
1446
1561
|
"@id": "schema:LoanOrCredit"
|
|
1447
1562
|
},
|
|
@@ -1493,6 +1608,9 @@
|
|
|
1493
1608
|
"Male": {
|
|
1494
1609
|
"@id": "schema:Male"
|
|
1495
1610
|
},
|
|
1611
|
+
"Manuscript": {
|
|
1612
|
+
"@id": "schema:Manuscript"
|
|
1613
|
+
},
|
|
1496
1614
|
"Map": {
|
|
1497
1615
|
"@id": "schema:Map"
|
|
1498
1616
|
},
|
|
@@ -1508,9 +1626,18 @@
|
|
|
1508
1626
|
"MaximumDoseSchedule": {
|
|
1509
1627
|
"@id": "schema:MaximumDoseSchedule"
|
|
1510
1628
|
},
|
|
1629
|
+
"MayTreatHealthAspect": {
|
|
1630
|
+
"@id": "schema:MayTreatHealthAspect"
|
|
1631
|
+
},
|
|
1632
|
+
"MediaGallery": {
|
|
1633
|
+
"@id": "schema:MediaGallery"
|
|
1634
|
+
},
|
|
1511
1635
|
"MediaObject": {
|
|
1512
1636
|
"@id": "schema:MediaObject"
|
|
1513
1637
|
},
|
|
1638
|
+
"MediaSubscription": {
|
|
1639
|
+
"@id": "schema:MediaSubscription"
|
|
1640
|
+
},
|
|
1514
1641
|
"MedicalAudience": {
|
|
1515
1642
|
"@id": "schema:MedicalAudience"
|
|
1516
1643
|
},
|
|
@@ -1655,6 +1782,24 @@
|
|
|
1655
1782
|
"MenuSection": {
|
|
1656
1783
|
"@id": "schema:MenuSection"
|
|
1657
1784
|
},
|
|
1785
|
+
"MerchantReturnEnumeration": {
|
|
1786
|
+
"@id": "schema:MerchantReturnEnumeration"
|
|
1787
|
+
},
|
|
1788
|
+
"MerchantReturnFiniteReturnWindow": {
|
|
1789
|
+
"@id": "schema:MerchantReturnFiniteReturnWindow"
|
|
1790
|
+
},
|
|
1791
|
+
"MerchantReturnNotPermitted": {
|
|
1792
|
+
"@id": "schema:MerchantReturnNotPermitted"
|
|
1793
|
+
},
|
|
1794
|
+
"MerchantReturnPolicy": {
|
|
1795
|
+
"@id": "schema:MerchantReturnPolicy"
|
|
1796
|
+
},
|
|
1797
|
+
"MerchantReturnUnlimitedWindow": {
|
|
1798
|
+
"@id": "schema:MerchantReturnUnlimitedWindow"
|
|
1799
|
+
},
|
|
1800
|
+
"MerchantReturnUnspecified": {
|
|
1801
|
+
"@id": "schema:MerchantReturnUnspecified"
|
|
1802
|
+
},
|
|
1658
1803
|
"Message": {
|
|
1659
1804
|
"@id": "schema:Message"
|
|
1660
1805
|
},
|
|
@@ -1664,8 +1809,8 @@
|
|
|
1664
1809
|
"Midwifery": {
|
|
1665
1810
|
"@id": "schema:Midwifery"
|
|
1666
1811
|
},
|
|
1667
|
-
"
|
|
1668
|
-
"@id": "schema:
|
|
1812
|
+
"MisconceptionsHealthAspect": {
|
|
1813
|
+
"@id": "schema:MisconceptionsHealthAspect"
|
|
1669
1814
|
},
|
|
1670
1815
|
"MixtapeAlbum": {
|
|
1671
1816
|
"@id": "schema:MixtapeAlbum"
|
|
@@ -1682,6 +1827,12 @@
|
|
|
1682
1827
|
"MonetaryAmount": {
|
|
1683
1828
|
"@id": "schema:MonetaryAmount"
|
|
1684
1829
|
},
|
|
1830
|
+
"MonetaryAmountDistribution": {
|
|
1831
|
+
"@id": "schema:MonetaryAmountDistribution"
|
|
1832
|
+
},
|
|
1833
|
+
"MonetaryGrant": {
|
|
1834
|
+
"@id": "schema:MonetaryGrant"
|
|
1835
|
+
},
|
|
1685
1836
|
"MoneyTransfer": {
|
|
1686
1837
|
"@id": "schema:MoneyTransfer"
|
|
1687
1838
|
},
|
|
@@ -1814,6 +1965,9 @@
|
|
|
1814
1965
|
"NewsArticle": {
|
|
1815
1966
|
"@id": "schema:NewsArticle"
|
|
1816
1967
|
},
|
|
1968
|
+
"NewsMediaOrganization": {
|
|
1969
|
+
"@id": "schema:NewsMediaOrganization"
|
|
1970
|
+
},
|
|
1817
1971
|
"Newspaper": {
|
|
1818
1972
|
"@id": "schema:Newspaper"
|
|
1819
1973
|
},
|
|
@@ -1826,6 +1980,9 @@
|
|
|
1826
1980
|
"Nose": {
|
|
1827
1981
|
"@id": "schema:Nose"
|
|
1828
1982
|
},
|
|
1983
|
+
"NotInForce": {
|
|
1984
|
+
"@id": "schema:NotInForce"
|
|
1985
|
+
},
|
|
1829
1986
|
"NotYetRecruiting": {
|
|
1830
1987
|
"@id": "schema:NotYetRecruiting"
|
|
1831
1988
|
},
|
|
@@ -1841,23 +1998,23 @@
|
|
|
1841
1998
|
"Nursing": {
|
|
1842
1999
|
"@id": "schema:Nursing"
|
|
1843
2000
|
},
|
|
1844
|
-
"Nursing": {
|
|
1845
|
-
"@id": "schema:Nursing"
|
|
1846
|
-
},
|
|
1847
2001
|
"NutritionInformation": {
|
|
1848
2002
|
"@id": "schema:NutritionInformation"
|
|
1849
2003
|
},
|
|
1850
2004
|
"OTC": {
|
|
1851
2005
|
"@id": "schema:OTC"
|
|
1852
2006
|
},
|
|
2007
|
+
"Observation": {
|
|
2008
|
+
"@id": "schema:Observation"
|
|
2009
|
+
},
|
|
1853
2010
|
"Observational": {
|
|
1854
2011
|
"@id": "schema:Observational"
|
|
1855
2012
|
},
|
|
1856
2013
|
"Obstetric": {
|
|
1857
2014
|
"@id": "schema:Obstetric"
|
|
1858
2015
|
},
|
|
1859
|
-
"
|
|
1860
|
-
"@id": "schema:
|
|
2016
|
+
"Occupation": {
|
|
2017
|
+
"@id": "schema:Occupation"
|
|
1861
2018
|
},
|
|
1862
2019
|
"OccupationalActivity": {
|
|
1863
2020
|
"@id": "schema:OccupationalActivity"
|
|
@@ -1865,9 +2022,6 @@
|
|
|
1865
2022
|
"OccupationalTherapy": {
|
|
1866
2023
|
"@id": "schema:OccupationalTherapy"
|
|
1867
2024
|
},
|
|
1868
|
-
"OccupationalTherapy": {
|
|
1869
|
-
"@id": "schema:OccupationalTherapy"
|
|
1870
|
-
},
|
|
1871
2025
|
"OceanBodyOfWater": {
|
|
1872
2026
|
"@id": "schema:OceanBodyOfWater"
|
|
1873
2027
|
},
|
|
@@ -1877,12 +2031,21 @@
|
|
|
1877
2031
|
"OfferCatalog": {
|
|
1878
2032
|
"@id": "schema:OfferCatalog"
|
|
1879
2033
|
},
|
|
2034
|
+
"OfferForLease": {
|
|
2035
|
+
"@id": "schema:OfferForLease"
|
|
2036
|
+
},
|
|
2037
|
+
"OfferForPurchase": {
|
|
2038
|
+
"@id": "schema:OfferForPurchase"
|
|
2039
|
+
},
|
|
1880
2040
|
"OfferItemCondition": {
|
|
1881
2041
|
"@id": "schema:OfferItemCondition"
|
|
1882
2042
|
},
|
|
1883
2043
|
"OfficeEquipmentStore": {
|
|
1884
2044
|
"@id": "schema:OfficeEquipmentStore"
|
|
1885
2045
|
},
|
|
2046
|
+
"OfficialLegalValue": {
|
|
2047
|
+
"@id": "schema:OfficialLegalValue"
|
|
2048
|
+
},
|
|
1886
2049
|
"OfflinePermanently": {
|
|
1887
2050
|
"@id": "schema:OfflinePermanently"
|
|
1888
2051
|
},
|
|
@@ -1898,9 +2061,6 @@
|
|
|
1898
2061
|
"Oncologic": {
|
|
1899
2062
|
"@id": "schema:Oncologic"
|
|
1900
2063
|
},
|
|
1901
|
-
"Oncologic": {
|
|
1902
|
-
"@id": "schema:Oncologic"
|
|
1903
|
-
},
|
|
1904
2064
|
"Online": {
|
|
1905
2065
|
"@id": "schema:Online"
|
|
1906
2066
|
},
|
|
@@ -1916,15 +2076,15 @@
|
|
|
1916
2076
|
"OpeningHoursSpecification": {
|
|
1917
2077
|
"@id": "schema:OpeningHoursSpecification"
|
|
1918
2078
|
},
|
|
2079
|
+
"OpinionNewsArticle": {
|
|
2080
|
+
"@id": "schema:OpinionNewsArticle"
|
|
2081
|
+
},
|
|
1919
2082
|
"Optician": {
|
|
1920
2083
|
"@id": "schema:Optician"
|
|
1921
2084
|
},
|
|
1922
2085
|
"Optometric": {
|
|
1923
2086
|
"@id": "schema:Optometric"
|
|
1924
2087
|
},
|
|
1925
|
-
"Optometric": {
|
|
1926
|
-
"@id": "schema:Optometric"
|
|
1927
|
-
},
|
|
1928
2088
|
"Order": {
|
|
1929
2089
|
"@id": "schema:Order"
|
|
1930
2090
|
},
|
|
@@ -1970,18 +2130,24 @@
|
|
|
1970
2130
|
"OrganizeAction": {
|
|
1971
2131
|
"@id": "schema:OrganizeAction"
|
|
1972
2132
|
},
|
|
2133
|
+
"OriginalShippingFees": {
|
|
2134
|
+
"@id": "schema:OriginalShippingFees"
|
|
2135
|
+
},
|
|
1973
2136
|
"Osteopathic": {
|
|
1974
2137
|
"@id": "schema:Osteopathic"
|
|
1975
2138
|
},
|
|
1976
2139
|
"Otolaryngologic": {
|
|
1977
2140
|
"@id": "schema:Otolaryngologic"
|
|
1978
2141
|
},
|
|
1979
|
-
"
|
|
1980
|
-
"@id": "schema:
|
|
2142
|
+
"OutOfStock": {
|
|
2143
|
+
"@id": "schema:OutOfStock"
|
|
1981
2144
|
},
|
|
1982
2145
|
"OutletStore": {
|
|
1983
2146
|
"@id": "schema:OutletStore"
|
|
1984
2147
|
},
|
|
2148
|
+
"OverviewHealthAspect": {
|
|
2149
|
+
"@id": "schema:OverviewHealthAspect"
|
|
2150
|
+
},
|
|
1985
2151
|
"OwnershipInfo": {
|
|
1986
2152
|
"@id": "schema:OwnershipInfo"
|
|
1987
2153
|
},
|
|
@@ -2018,6 +2184,9 @@
|
|
|
2018
2184
|
"ParkingMap": {
|
|
2019
2185
|
"@id": "schema:ParkingMap"
|
|
2020
2186
|
},
|
|
2187
|
+
"PartiallyInForce": {
|
|
2188
|
+
"@id": "schema:PartiallyInForce"
|
|
2189
|
+
},
|
|
2021
2190
|
"Pathology": {
|
|
2022
2191
|
"@id": "schema:Pathology"
|
|
2023
2192
|
},
|
|
@@ -2027,6 +2196,9 @@
|
|
|
2027
2196
|
"Patient": {
|
|
2028
2197
|
"@id": "schema:Patient"
|
|
2029
2198
|
},
|
|
2199
|
+
"PatientExperienceHealthAspect": {
|
|
2200
|
+
"@id": "schema:PatientExperienceHealthAspect"
|
|
2201
|
+
},
|
|
2030
2202
|
"PawnShop": {
|
|
2031
2203
|
"@id": "schema:PawnShop"
|
|
2032
2204
|
},
|
|
@@ -2066,9 +2238,6 @@
|
|
|
2066
2238
|
"Pediatric": {
|
|
2067
2239
|
"@id": "schema:Pediatric"
|
|
2068
2240
|
},
|
|
2069
|
-
"Pediatric": {
|
|
2070
|
-
"@id": "schema:Pediatric"
|
|
2071
|
-
},
|
|
2072
2241
|
"PeopleAudience": {
|
|
2073
2242
|
"@id": "schema:PeopleAudience"
|
|
2074
2243
|
},
|
|
@@ -2129,9 +2298,6 @@
|
|
|
2129
2298
|
"Physiotherapy": {
|
|
2130
2299
|
"@id": "schema:Physiotherapy"
|
|
2131
2300
|
},
|
|
2132
|
-
"Physiotherapy": {
|
|
2133
|
-
"@id": "schema:Physiotherapy"
|
|
2134
|
-
},
|
|
2135
2301
|
"Place": {
|
|
2136
2302
|
"@id": "schema:Place"
|
|
2137
2303
|
},
|
|
@@ -2147,8 +2313,8 @@
|
|
|
2147
2313
|
"PlasticSurgery": {
|
|
2148
2314
|
"@id": "schema:PlasticSurgery"
|
|
2149
2315
|
},
|
|
2150
|
-
"
|
|
2151
|
-
"@id": "schema:
|
|
2316
|
+
"Play": {
|
|
2317
|
+
"@id": "schema:Play"
|
|
2152
2318
|
},
|
|
2153
2319
|
"PlayAction": {
|
|
2154
2320
|
"@id": "schema:PlayAction"
|
|
@@ -2159,8 +2325,14 @@
|
|
|
2159
2325
|
"Plumber": {
|
|
2160
2326
|
"@id": "schema:Plumber"
|
|
2161
2327
|
},
|
|
2162
|
-
"
|
|
2163
|
-
"@id": "schema:
|
|
2328
|
+
"PodcastEpisode": {
|
|
2329
|
+
"@id": "schema:PodcastEpisode"
|
|
2330
|
+
},
|
|
2331
|
+
"PodcastSeason": {
|
|
2332
|
+
"@id": "schema:PodcastSeason"
|
|
2333
|
+
},
|
|
2334
|
+
"PodcastSeries": {
|
|
2335
|
+
"@id": "schema:PodcastSeries"
|
|
2164
2336
|
},
|
|
2165
2337
|
"Podiatric": {
|
|
2166
2338
|
"@id": "schema:Podiatric"
|
|
@@ -2177,6 +2349,9 @@
|
|
|
2177
2349
|
"PostalAddress": {
|
|
2178
2350
|
"@id": "schema:PostalAddress"
|
|
2179
2351
|
},
|
|
2352
|
+
"Poster": {
|
|
2353
|
+
"@id": "schema:Poster"
|
|
2354
|
+
},
|
|
2180
2355
|
"PotentialActionStatus": {
|
|
2181
2356
|
"@id": "schema:PotentialActionStatus"
|
|
2182
2357
|
},
|
|
@@ -2201,6 +2376,9 @@
|
|
|
2201
2376
|
"PresentationDigitalDocument": {
|
|
2202
2377
|
"@id": "schema:PresentationDigitalDocument"
|
|
2203
2378
|
},
|
|
2379
|
+
"PreventionHealthAspect": {
|
|
2380
|
+
"@id": "schema:PreventionHealthAspect"
|
|
2381
|
+
},
|
|
2204
2382
|
"PreventionIndication": {
|
|
2205
2383
|
"@id": "schema:PreventionIndication"
|
|
2206
2384
|
},
|
|
@@ -2210,9 +2388,6 @@
|
|
|
2210
2388
|
"PrimaryCare": {
|
|
2211
2389
|
"@id": "schema:PrimaryCare"
|
|
2212
2390
|
},
|
|
2213
|
-
"PrimaryCare": {
|
|
2214
|
-
"@id": "schema:PrimaryCare"
|
|
2215
|
-
},
|
|
2216
2391
|
"Prion": {
|
|
2217
2392
|
"@id": "schema:Prion"
|
|
2218
2393
|
},
|
|
@@ -2222,15 +2397,42 @@
|
|
|
2222
2397
|
"ProductModel": {
|
|
2223
2398
|
"@id": "schema:ProductModel"
|
|
2224
2399
|
},
|
|
2400
|
+
"ProductReturnEnumeration": {
|
|
2401
|
+
"@id": "schema:ProductReturnEnumeration"
|
|
2402
|
+
},
|
|
2403
|
+
"ProductReturnFiniteReturnWindow": {
|
|
2404
|
+
"@id": "schema:ProductReturnFiniteReturnWindow"
|
|
2405
|
+
},
|
|
2406
|
+
"ProductReturnNotPermitted": {
|
|
2407
|
+
"@id": "schema:ProductReturnNotPermitted"
|
|
2408
|
+
},
|
|
2409
|
+
"ProductReturnPolicy": {
|
|
2410
|
+
"@id": "schema:ProductReturnPolicy"
|
|
2411
|
+
},
|
|
2412
|
+
"ProductReturnUnlimitedWindow": {
|
|
2413
|
+
"@id": "schema:ProductReturnUnlimitedWindow"
|
|
2414
|
+
},
|
|
2415
|
+
"ProductReturnUnspecified": {
|
|
2416
|
+
"@id": "schema:ProductReturnUnspecified"
|
|
2417
|
+
},
|
|
2225
2418
|
"ProfessionalService": {
|
|
2226
2419
|
"@id": "schema:ProfessionalService"
|
|
2227
2420
|
},
|
|
2228
2421
|
"ProfilePage": {
|
|
2229
2422
|
"@id": "schema:ProfilePage"
|
|
2230
2423
|
},
|
|
2424
|
+
"PrognosisHealthAspect": {
|
|
2425
|
+
"@id": "schema:PrognosisHealthAspect"
|
|
2426
|
+
},
|
|
2231
2427
|
"ProgramMembership": {
|
|
2232
2428
|
"@id": "schema:ProgramMembership"
|
|
2233
2429
|
},
|
|
2430
|
+
"Project": {
|
|
2431
|
+
"@id": "schema:Project"
|
|
2432
|
+
},
|
|
2433
|
+
"PronounceableText": {
|
|
2434
|
+
"@id": "schema:PronounceableText"
|
|
2435
|
+
},
|
|
2234
2436
|
"Property": {
|
|
2235
2437
|
"@id": "schema:Property"
|
|
2236
2438
|
},
|
|
@@ -2246,24 +2448,21 @@
|
|
|
2246
2448
|
"Psychiatric": {
|
|
2247
2449
|
"@id": "schema:Psychiatric"
|
|
2248
2450
|
},
|
|
2249
|
-
"Psychiatric": {
|
|
2250
|
-
"@id": "schema:Psychiatric"
|
|
2251
|
-
},
|
|
2252
2451
|
"PsychologicalTreatment": {
|
|
2253
2452
|
"@id": "schema:PsychologicalTreatment"
|
|
2254
2453
|
},
|
|
2255
2454
|
"PublicHealth": {
|
|
2256
2455
|
"@id": "schema:PublicHealth"
|
|
2257
2456
|
},
|
|
2258
|
-
"PublicHealth": {
|
|
2259
|
-
"@id": "schema:PublicHealth"
|
|
2260
|
-
},
|
|
2261
2457
|
"PublicHolidays": {
|
|
2262
2458
|
"@id": "schema:PublicHolidays"
|
|
2263
2459
|
},
|
|
2264
2460
|
"PublicSwimmingPool": {
|
|
2265
2461
|
"@id": "schema:PublicSwimmingPool"
|
|
2266
2462
|
},
|
|
2463
|
+
"PublicToilet": {
|
|
2464
|
+
"@id": "schema:PublicToilet"
|
|
2465
|
+
},
|
|
2267
2466
|
"PublicationEvent": {
|
|
2268
2467
|
"@id": "schema:PublicationEvent"
|
|
2269
2468
|
},
|
|
@@ -2285,6 +2484,9 @@
|
|
|
2285
2484
|
"QuantitativeValue": {
|
|
2286
2485
|
"@id": "schema:QuantitativeValue"
|
|
2287
2486
|
},
|
|
2487
|
+
"QuantitativeValueDistribution": {
|
|
2488
|
+
"@id": "schema:QuantitativeValueDistribution"
|
|
2489
|
+
},
|
|
2288
2490
|
"Quantity": {
|
|
2289
2491
|
"@id": "schema:Quantity"
|
|
2290
2492
|
},
|
|
@@ -2303,6 +2505,9 @@
|
|
|
2303
2505
|
"RadiationTherapy": {
|
|
2304
2506
|
"@id": "schema:RadiationTherapy"
|
|
2305
2507
|
},
|
|
2508
|
+
"RadioBroadcastService": {
|
|
2509
|
+
"@id": "schema:RadioBroadcastService"
|
|
2510
|
+
},
|
|
2306
2511
|
"RadioChannel": {
|
|
2307
2512
|
"@id": "schema:RadioChannel"
|
|
2308
2513
|
},
|
|
@@ -2342,6 +2547,9 @@
|
|
|
2342
2547
|
"RealEstateAgent": {
|
|
2343
2548
|
"@id": "schema:RealEstateAgent"
|
|
2344
2549
|
},
|
|
2550
|
+
"RealEstateListing": {
|
|
2551
|
+
"@id": "schema:RealEstateListing"
|
|
2552
|
+
},
|
|
2345
2553
|
"RearWheelDriveConfiguration": {
|
|
2346
2554
|
"@id": "schema:RearWheelDriveConfiguration"
|
|
2347
2555
|
},
|
|
@@ -2351,6 +2559,9 @@
|
|
|
2351
2559
|
"Recipe": {
|
|
2352
2560
|
"@id": "schema:Recipe"
|
|
2353
2561
|
},
|
|
2562
|
+
"Recommendation": {
|
|
2563
|
+
"@id": "schema:Recommendation"
|
|
2564
|
+
},
|
|
2354
2565
|
"RecommendedDoseSchedule": {
|
|
2355
2566
|
"@id": "schema:RecommendedDoseSchedule"
|
|
2356
2567
|
},
|
|
@@ -2360,6 +2571,9 @@
|
|
|
2360
2571
|
"RecyclingCenter": {
|
|
2361
2572
|
"@id": "schema:RecyclingCenter"
|
|
2362
2573
|
},
|
|
2574
|
+
"RefundTypeEnumeration": {
|
|
2575
|
+
"@id": "schema:RefundTypeEnumeration"
|
|
2576
|
+
},
|
|
2363
2577
|
"RefurbishedCondition": {
|
|
2364
2578
|
"@id": "schema:RefurbishedCondition"
|
|
2365
2579
|
},
|
|
@@ -2375,6 +2589,9 @@
|
|
|
2375
2589
|
"RejectAction": {
|
|
2376
2590
|
"@id": "schema:RejectAction"
|
|
2377
2591
|
},
|
|
2592
|
+
"RelatedTopicsHealthAspect": {
|
|
2593
|
+
"@id": "schema:RelatedTopicsHealthAspect"
|
|
2594
|
+
},
|
|
2378
2595
|
"RemixAlbum": {
|
|
2379
2596
|
"@id": "schema:RemixAlbum"
|
|
2380
2597
|
},
|
|
@@ -2402,9 +2619,18 @@
|
|
|
2402
2619
|
"Report": {
|
|
2403
2620
|
"@id": "schema:Report"
|
|
2404
2621
|
},
|
|
2622
|
+
"ReportageNewsArticle": {
|
|
2623
|
+
"@id": "schema:ReportageNewsArticle"
|
|
2624
|
+
},
|
|
2405
2625
|
"ReportedDoseSchedule": {
|
|
2406
2626
|
"@id": "schema:ReportedDoseSchedule"
|
|
2407
2627
|
},
|
|
2628
|
+
"ResearchProject": {
|
|
2629
|
+
"@id": "schema:ResearchProject"
|
|
2630
|
+
},
|
|
2631
|
+
"Researcher": {
|
|
2632
|
+
"@id": "schema:Researcher"
|
|
2633
|
+
},
|
|
2408
2634
|
"Reservation": {
|
|
2409
2635
|
"@id": "schema:Reservation"
|
|
2410
2636
|
},
|
|
@@ -2441,12 +2667,12 @@
|
|
|
2441
2667
|
"RespiratoryTherapy": {
|
|
2442
2668
|
"@id": "schema:RespiratoryTherapy"
|
|
2443
2669
|
},
|
|
2444
|
-
"RespiratoryTherapy": {
|
|
2445
|
-
"@id": "schema:RespiratoryTherapy"
|
|
2446
|
-
},
|
|
2447
2670
|
"Restaurant": {
|
|
2448
2671
|
"@id": "schema:Restaurant"
|
|
2449
2672
|
},
|
|
2673
|
+
"RestockingFees": {
|
|
2674
|
+
"@id": "schema:RestockingFees"
|
|
2675
|
+
},
|
|
2450
2676
|
"RestrictedDiet": {
|
|
2451
2677
|
"@id": "schema:RestrictedDiet"
|
|
2452
2678
|
},
|
|
@@ -2465,18 +2691,30 @@
|
|
|
2465
2691
|
"ReturnAction": {
|
|
2466
2692
|
"@id": "schema:ReturnAction"
|
|
2467
2693
|
},
|
|
2694
|
+
"ReturnFeesEnumeration": {
|
|
2695
|
+
"@id": "schema:ReturnFeesEnumeration"
|
|
2696
|
+
},
|
|
2697
|
+
"ReturnShippingFees": {
|
|
2698
|
+
"@id": "schema:ReturnShippingFees"
|
|
2699
|
+
},
|
|
2468
2700
|
"Review": {
|
|
2469
2701
|
"@id": "schema:Review"
|
|
2470
2702
|
},
|
|
2471
2703
|
"ReviewAction": {
|
|
2472
2704
|
"@id": "schema:ReviewAction"
|
|
2473
2705
|
},
|
|
2706
|
+
"ReviewNewsArticle": {
|
|
2707
|
+
"@id": "schema:ReviewNewsArticle"
|
|
2708
|
+
},
|
|
2474
2709
|
"Rheumatologic": {
|
|
2475
2710
|
"@id": "schema:Rheumatologic"
|
|
2476
2711
|
},
|
|
2477
2712
|
"RightHandDriving": {
|
|
2478
2713
|
"@id": "schema:RightHandDriving"
|
|
2479
2714
|
},
|
|
2715
|
+
"RisksOrComplicationsHealthAspect": {
|
|
2716
|
+
"@id": "schema:RisksOrComplicationsHealthAspect"
|
|
2717
|
+
},
|
|
2480
2718
|
"RiverBodyOfWater": {
|
|
2481
2719
|
"@id": "schema:RiverBodyOfWater"
|
|
2482
2720
|
},
|
|
@@ -2507,9 +2745,15 @@
|
|
|
2507
2745
|
"SaleEvent": {
|
|
2508
2746
|
"@id": "schema:SaleEvent"
|
|
2509
2747
|
},
|
|
2748
|
+
"SatiricalArticle": {
|
|
2749
|
+
"@id": "schema:SatiricalArticle"
|
|
2750
|
+
},
|
|
2510
2751
|
"Saturday": {
|
|
2511
2752
|
"@id": "schema:Saturday"
|
|
2512
2753
|
},
|
|
2754
|
+
"Schedule": {
|
|
2755
|
+
"@id": "schema:Schedule"
|
|
2756
|
+
},
|
|
2513
2757
|
"ScheduleAction": {
|
|
2514
2758
|
"@id": "schema:ScheduleAction"
|
|
2515
2759
|
},
|
|
@@ -2522,6 +2766,9 @@
|
|
|
2522
2766
|
"ScreeningEvent": {
|
|
2523
2767
|
"@id": "schema:ScreeningEvent"
|
|
2524
2768
|
},
|
|
2769
|
+
"ScreeningHealthAspect": {
|
|
2770
|
+
"@id": "schema:ScreeningHealthAspect"
|
|
2771
|
+
},
|
|
2525
2772
|
"Sculpture": {
|
|
2526
2773
|
"@id": "schema:Sculpture"
|
|
2527
2774
|
},
|
|
@@ -2543,6 +2790,12 @@
|
|
|
2543
2790
|
"SeatingMap": {
|
|
2544
2791
|
"@id": "schema:SeatingMap"
|
|
2545
2792
|
},
|
|
2793
|
+
"SeeDoctorHealthAspect": {
|
|
2794
|
+
"@id": "schema:SeeDoctorHealthAspect"
|
|
2795
|
+
},
|
|
2796
|
+
"SelfCareHealthAspect": {
|
|
2797
|
+
"@id": "schema:SelfCareHealthAspect"
|
|
2798
|
+
},
|
|
2546
2799
|
"SelfStorage": {
|
|
2547
2800
|
"@id": "schema:SelfStorage"
|
|
2548
2801
|
},
|
|
@@ -2564,12 +2817,21 @@
|
|
|
2564
2817
|
"ShareAction": {
|
|
2565
2818
|
"@id": "schema:ShareAction"
|
|
2566
2819
|
},
|
|
2820
|
+
"SheetMusic": {
|
|
2821
|
+
"@id": "schema:SheetMusic"
|
|
2822
|
+
},
|
|
2567
2823
|
"ShoeStore": {
|
|
2568
2824
|
"@id": "schema:ShoeStore"
|
|
2569
2825
|
},
|
|
2570
2826
|
"ShoppingCenter": {
|
|
2571
2827
|
"@id": "schema:ShoppingCenter"
|
|
2572
2828
|
},
|
|
2829
|
+
"ShortStory": {
|
|
2830
|
+
"@id": "schema:ShortStory"
|
|
2831
|
+
},
|
|
2832
|
+
"SideEffectsHealthAspect": {
|
|
2833
|
+
"@id": "schema:SideEffectsHealthAspect"
|
|
2834
|
+
},
|
|
2573
2835
|
"SingleBlindedTrial": {
|
|
2574
2836
|
"@id": "schema:SingleBlindedTrial"
|
|
2575
2837
|
},
|
|
@@ -2651,15 +2913,24 @@
|
|
|
2651
2913
|
"StadiumOrArena": {
|
|
2652
2914
|
"@id": "schema:StadiumOrArena"
|
|
2653
2915
|
},
|
|
2916
|
+
"StagesHealthAspect": {
|
|
2917
|
+
"@id": "schema:StagesHealthAspect"
|
|
2918
|
+
},
|
|
2654
2919
|
"State": {
|
|
2655
2920
|
"@id": "schema:State"
|
|
2656
2921
|
},
|
|
2922
|
+
"StatisticalPopulation": {
|
|
2923
|
+
"@id": "schema:StatisticalPopulation"
|
|
2924
|
+
},
|
|
2657
2925
|
"SteeringPositionValue": {
|
|
2658
2926
|
"@id": "schema:SteeringPositionValue"
|
|
2659
2927
|
},
|
|
2660
2928
|
"Store": {
|
|
2661
2929
|
"@id": "schema:Store"
|
|
2662
2930
|
},
|
|
2931
|
+
"StoreCreditRefund": {
|
|
2932
|
+
"@id": "schema:StoreCreditRefund"
|
|
2933
|
+
},
|
|
2663
2934
|
"StrengthTraining": {
|
|
2664
2935
|
"@id": "schema:StrengthTraining"
|
|
2665
2936
|
},
|
|
@@ -2696,15 +2967,15 @@
|
|
|
2696
2967
|
"SurgicalProcedure": {
|
|
2697
2968
|
"@id": "schema:SurgicalProcedure"
|
|
2698
2969
|
},
|
|
2699
|
-
"SurgicalProcedure": {
|
|
2700
|
-
"@id": "schema:SurgicalProcedure"
|
|
2701
|
-
},
|
|
2702
2970
|
"SuspendAction": {
|
|
2703
2971
|
"@id": "schema:SuspendAction"
|
|
2704
2972
|
},
|
|
2705
2973
|
"Suspended": {
|
|
2706
2974
|
"@id": "schema:Suspended"
|
|
2707
2975
|
},
|
|
2976
|
+
"SymptomsHealthAspect": {
|
|
2977
|
+
"@id": "schema:SymptomsHealthAspect"
|
|
2978
|
+
},
|
|
2708
2979
|
"Synagogue": {
|
|
2709
2980
|
"@id": "schema:Synagogue"
|
|
2710
2981
|
},
|
|
@@ -2810,9 +3081,15 @@
|
|
|
2810
3081
|
"TouristAttraction": {
|
|
2811
3082
|
"@id": "schema:TouristAttraction"
|
|
2812
3083
|
},
|
|
3084
|
+
"TouristDestination": {
|
|
3085
|
+
"@id": "schema:TouristDestination"
|
|
3086
|
+
},
|
|
2813
3087
|
"TouristInformationCenter": {
|
|
2814
3088
|
"@id": "schema:TouristInformationCenter"
|
|
2815
3089
|
},
|
|
3090
|
+
"TouristTrip": {
|
|
3091
|
+
"@id": "schema:TouristTrip"
|
|
3092
|
+
},
|
|
2816
3093
|
"Toxicologic": {
|
|
2817
3094
|
"@id": "schema:Toxicologic"
|
|
2818
3095
|
},
|
|
@@ -2852,15 +3129,27 @@
|
|
|
2852
3129
|
"TreatmentIndication": {
|
|
2853
3130
|
"@id": "schema:TreatmentIndication"
|
|
2854
3131
|
},
|
|
3132
|
+
"TreatmentsHealthAspect": {
|
|
3133
|
+
"@id": "schema:TreatmentsHealthAspect"
|
|
3134
|
+
},
|
|
3135
|
+
"Trip": {
|
|
3136
|
+
"@id": "schema:Trip"
|
|
3137
|
+
},
|
|
2855
3138
|
"TripleBlindedTrial": {
|
|
2856
3139
|
"@id": "schema:TripleBlindedTrial"
|
|
2857
3140
|
},
|
|
3141
|
+
"True": {
|
|
3142
|
+
"@id": "schema:True"
|
|
3143
|
+
},
|
|
2858
3144
|
"Tuesday": {
|
|
2859
3145
|
"@id": "schema:Tuesday"
|
|
2860
3146
|
},
|
|
2861
3147
|
"TypeAndQuantityNode": {
|
|
2862
3148
|
"@id": "schema:TypeAndQuantityNode"
|
|
2863
3149
|
},
|
|
3150
|
+
"TypesHealthAspect": {
|
|
3151
|
+
"@id": "schema:TypesHealthAspect"
|
|
3152
|
+
},
|
|
2864
3153
|
"URL": {
|
|
2865
3154
|
"@id": "schema:URL"
|
|
2866
3155
|
},
|
|
@@ -2873,12 +3162,18 @@
|
|
|
2873
3162
|
"UnitPriceSpecification": {
|
|
2874
3163
|
"@id": "schema:UnitPriceSpecification"
|
|
2875
3164
|
},
|
|
3165
|
+
"UnofficialLegalValue": {
|
|
3166
|
+
"@id": "schema:UnofficialLegalValue"
|
|
3167
|
+
},
|
|
2876
3168
|
"UpdateAction": {
|
|
2877
3169
|
"@id": "schema:UpdateAction"
|
|
2878
3170
|
},
|
|
2879
3171
|
"Urologic": {
|
|
2880
3172
|
"@id": "schema:Urologic"
|
|
2881
3173
|
},
|
|
3174
|
+
"UsageOrScheduleHealthAspect": {
|
|
3175
|
+
"@id": "schema:UsageOrScheduleHealthAspect"
|
|
3176
|
+
},
|
|
2882
3177
|
"UseAction": {
|
|
2883
3178
|
"@id": "schema:UseAction"
|
|
2884
3179
|
},
|
|
@@ -2912,6 +3207,9 @@
|
|
|
2912
3207
|
"UserPlusOnes": {
|
|
2913
3208
|
"@id": "schema:UserPlusOnes"
|
|
2914
3209
|
},
|
|
3210
|
+
"UserReview": {
|
|
3211
|
+
"@id": "schema:UserReview"
|
|
3212
|
+
},
|
|
2915
3213
|
"UserTweets": {
|
|
2916
3214
|
"@id": "schema:UserTweets"
|
|
2917
3215
|
},
|
|
@@ -3011,6 +3309,9 @@
|
|
|
3011
3309
|
"WebApplication": {
|
|
3012
3310
|
"@id": "schema:WebApplication"
|
|
3013
3311
|
},
|
|
3312
|
+
"WebContent": {
|
|
3313
|
+
"@id": "schema:WebContent"
|
|
3314
|
+
},
|
|
3014
3315
|
"WebPage": {
|
|
3015
3316
|
"@id": "schema:WebPage"
|
|
3016
3317
|
},
|
|
@@ -3041,6 +3342,9 @@
|
|
|
3041
3342
|
"Withdrawn": {
|
|
3042
3343
|
"@id": "schema:Withdrawn"
|
|
3043
3344
|
},
|
|
3345
|
+
"WorkBasedProgram": {
|
|
3346
|
+
"@id": "schema:WorkBasedProgram"
|
|
3347
|
+
},
|
|
3044
3348
|
"WorkersUnion": {
|
|
3045
3349
|
"@id": "schema:WorkersUnion"
|
|
3046
3350
|
},
|
|
@@ -3050,6 +3354,9 @@
|
|
|
3050
3354
|
"WritePermission": {
|
|
3051
3355
|
"@id": "schema:WritePermission"
|
|
3052
3356
|
},
|
|
3357
|
+
"XPathType": {
|
|
3358
|
+
"@id": "schema:XPathType"
|
|
3359
|
+
},
|
|
3053
3360
|
"XRay": {
|
|
3054
3361
|
"@id": "schema:XRay"
|
|
3055
3362
|
},
|
|
@@ -3065,6 +3372,9 @@
|
|
|
3065
3372
|
"abridged": {
|
|
3066
3373
|
"@id": "schema:abridged"
|
|
3067
3374
|
},
|
|
3375
|
+
"abstract": {
|
|
3376
|
+
"@id": "schema:abstract"
|
|
3377
|
+
},
|
|
3068
3378
|
"accelerationTime": {
|
|
3069
3379
|
"@id": "schema:accelerationTime"
|
|
3070
3380
|
},
|
|
@@ -3078,8 +3388,7 @@
|
|
|
3078
3388
|
"@id": "schema:acceptedPaymentMethod"
|
|
3079
3389
|
},
|
|
3080
3390
|
"acceptsReservations": {
|
|
3081
|
-
"@id": "schema:acceptsReservations"
|
|
3082
|
-
"@type": "@id"
|
|
3391
|
+
"@id": "schema:acceptsReservations"
|
|
3083
3392
|
},
|
|
3084
3393
|
"accessCode": {
|
|
3085
3394
|
"@id": "schema:accessCode"
|
|
@@ -3105,6 +3414,12 @@
|
|
|
3105
3414
|
"accessibilitySummary": {
|
|
3106
3415
|
"@id": "schema:accessibilitySummary"
|
|
3107
3416
|
},
|
|
3417
|
+
"accommodationCategory": {
|
|
3418
|
+
"@id": "schema:accommodationCategory"
|
|
3419
|
+
},
|
|
3420
|
+
"accommodationFloorPlan": {
|
|
3421
|
+
"@id": "schema:accommodationFloorPlan"
|
|
3422
|
+
},
|
|
3108
3423
|
"accountId": {
|
|
3109
3424
|
"@id": "schema:accountId"
|
|
3110
3425
|
},
|
|
@@ -3126,6 +3441,9 @@
|
|
|
3126
3441
|
"action": {
|
|
3127
3442
|
"@id": "schema:action"
|
|
3128
3443
|
},
|
|
3444
|
+
"actionAccessibilityRequirement": {
|
|
3445
|
+
"@id": "schema:actionAccessibilityRequirement"
|
|
3446
|
+
},
|
|
3129
3447
|
"actionApplication": {
|
|
3130
3448
|
"@id": "schema:actionApplication"
|
|
3131
3449
|
},
|
|
@@ -3133,12 +3451,15 @@
|
|
|
3133
3451
|
"@id": "schema:actionOption"
|
|
3134
3452
|
},
|
|
3135
3453
|
"actionPlatform": {
|
|
3136
|
-
"@id": "schema:actionPlatform"
|
|
3137
|
-
"@type": "@id"
|
|
3454
|
+
"@id": "schema:actionPlatform"
|
|
3138
3455
|
},
|
|
3139
3456
|
"actionStatus": {
|
|
3140
3457
|
"@id": "schema:actionStatus"
|
|
3141
3458
|
},
|
|
3459
|
+
"actionableFeedbackPolicy": {
|
|
3460
|
+
"@id": "schema:actionableFeedbackPolicy",
|
|
3461
|
+
"@type": "@id"
|
|
3462
|
+
},
|
|
3142
3463
|
"activeIngredient": {
|
|
3143
3464
|
"@id": "schema:activeIngredient"
|
|
3144
3465
|
},
|
|
@@ -3200,6 +3521,10 @@
|
|
|
3200
3521
|
"affiliation": {
|
|
3201
3522
|
"@id": "schema:affiliation"
|
|
3202
3523
|
},
|
|
3524
|
+
"afterMedia": {
|
|
3525
|
+
"@id": "schema:afterMedia",
|
|
3526
|
+
"@type": "@id"
|
|
3527
|
+
},
|
|
3203
3528
|
"agent": {
|
|
3204
3529
|
"@id": "schema:agent"
|
|
3205
3530
|
},
|
|
@@ -3263,19 +3588,34 @@
|
|
|
3263
3588
|
"antagonist": {
|
|
3264
3589
|
"@id": "schema:antagonist"
|
|
3265
3590
|
},
|
|
3591
|
+
"appearance": {
|
|
3592
|
+
"@id": "schema:appearance"
|
|
3593
|
+
},
|
|
3266
3594
|
"applicableLocation": {
|
|
3267
3595
|
"@id": "schema:applicableLocation"
|
|
3268
3596
|
},
|
|
3597
|
+
"applicantLocationRequirements": {
|
|
3598
|
+
"@id": "schema:applicantLocationRequirements"
|
|
3599
|
+
},
|
|
3269
3600
|
"application": {
|
|
3270
3601
|
"@id": "schema:application"
|
|
3271
3602
|
},
|
|
3272
3603
|
"applicationCategory": {
|
|
3273
|
-
"@id": "schema:applicationCategory"
|
|
3274
|
-
|
|
3604
|
+
"@id": "schema:applicationCategory"
|
|
3605
|
+
},
|
|
3606
|
+
"applicationContact": {
|
|
3607
|
+
"@id": "schema:applicationContact"
|
|
3608
|
+
},
|
|
3609
|
+
"applicationDeadline": {
|
|
3610
|
+
"@id": "schema:applicationDeadline",
|
|
3611
|
+
"@type": "Date"
|
|
3612
|
+
},
|
|
3613
|
+
"applicationStartDate": {
|
|
3614
|
+
"@id": "schema:applicationStartDate",
|
|
3615
|
+
"@type": "Date"
|
|
3275
3616
|
},
|
|
3276
3617
|
"applicationSubCategory": {
|
|
3277
|
-
"@id": "schema:applicationSubCategory"
|
|
3278
|
-
"@type": "@id"
|
|
3618
|
+
"@id": "schema:applicationSubCategory"
|
|
3279
3619
|
},
|
|
3280
3620
|
"applicationSuite": {
|
|
3281
3621
|
"@id": "schema:applicationSuite"
|
|
@@ -3286,6 +3626,9 @@
|
|
|
3286
3626
|
"appliesToPaymentMethod": {
|
|
3287
3627
|
"@id": "schema:appliesToPaymentMethod"
|
|
3288
3628
|
},
|
|
3629
|
+
"archiveHeld": {
|
|
3630
|
+
"@id": "schema:archiveHeld"
|
|
3631
|
+
},
|
|
3289
3632
|
"area": {
|
|
3290
3633
|
"@id": "schema:area"
|
|
3291
3634
|
},
|
|
@@ -3318,15 +3661,13 @@
|
|
|
3318
3661
|
"@id": "schema:artEdition"
|
|
3319
3662
|
},
|
|
3320
3663
|
"artMedium": {
|
|
3321
|
-
"@id": "schema:artMedium"
|
|
3322
|
-
"@type": "@id"
|
|
3664
|
+
"@id": "schema:artMedium"
|
|
3323
3665
|
},
|
|
3324
3666
|
"arterialBranch": {
|
|
3325
3667
|
"@id": "schema:arterialBranch"
|
|
3326
3668
|
},
|
|
3327
3669
|
"artform": {
|
|
3328
|
-
"@id": "schema:artform"
|
|
3329
|
-
"@type": "@id"
|
|
3670
|
+
"@id": "schema:artform"
|
|
3330
3671
|
},
|
|
3331
3672
|
"articleBody": {
|
|
3332
3673
|
"@id": "schema:articleBody"
|
|
@@ -3338,8 +3679,7 @@
|
|
|
3338
3679
|
"@id": "schema:artist"
|
|
3339
3680
|
},
|
|
3340
3681
|
"artworkSurface": {
|
|
3341
|
-
"@id": "schema:artworkSurface"
|
|
3342
|
-
"@type": "@id"
|
|
3682
|
+
"@id": "schema:artworkSurface"
|
|
3343
3683
|
},
|
|
3344
3684
|
"aspect": {
|
|
3345
3685
|
"@id": "schema:aspect"
|
|
@@ -3380,6 +3720,9 @@
|
|
|
3380
3720
|
"audio": {
|
|
3381
3721
|
"@id": "schema:audio"
|
|
3382
3722
|
},
|
|
3723
|
+
"authenticator": {
|
|
3724
|
+
"@id": "schema:authenticator"
|
|
3725
|
+
},
|
|
3383
3726
|
"author": {
|
|
3384
3727
|
"@id": "schema:author"
|
|
3385
3728
|
},
|
|
@@ -3388,11 +3731,11 @@
|
|
|
3388
3731
|
},
|
|
3389
3732
|
"availabilityEnds": {
|
|
3390
3733
|
"@id": "schema:availabilityEnds",
|
|
3391
|
-
"@type": "
|
|
3734
|
+
"@type": "Date"
|
|
3392
3735
|
},
|
|
3393
3736
|
"availabilityStarts": {
|
|
3394
3737
|
"@id": "schema:availabilityStarts",
|
|
3395
|
-
"@type": "
|
|
3738
|
+
"@type": "Date"
|
|
3396
3739
|
},
|
|
3397
3740
|
"availableAtOrFrom": {
|
|
3398
3741
|
"@id": "schema:availableAtOrFrom"
|
|
@@ -3441,16 +3784,25 @@
|
|
|
3441
3784
|
"background": {
|
|
3442
3785
|
"@id": "schema:background"
|
|
3443
3786
|
},
|
|
3787
|
+
"backstory": {
|
|
3788
|
+
"@id": "schema:backstory"
|
|
3789
|
+
},
|
|
3444
3790
|
"bankAccountType": {
|
|
3445
|
-
"@id": "schema:bankAccountType"
|
|
3446
|
-
"@type": "@id"
|
|
3791
|
+
"@id": "schema:bankAccountType"
|
|
3447
3792
|
},
|
|
3448
3793
|
"baseSalary": {
|
|
3449
3794
|
"@id": "schema:baseSalary"
|
|
3450
3795
|
},
|
|
3796
|
+
"bccRecipient": {
|
|
3797
|
+
"@id": "schema:bccRecipient"
|
|
3798
|
+
},
|
|
3451
3799
|
"bed": {
|
|
3452
3800
|
"@id": "schema:bed"
|
|
3453
3801
|
},
|
|
3802
|
+
"beforeMedia": {
|
|
3803
|
+
"@id": "schema:beforeMedia",
|
|
3804
|
+
"@type": "@id"
|
|
3805
|
+
},
|
|
3454
3806
|
"beneficiaryBank": {
|
|
3455
3807
|
"@id": "schema:beneficiaryBank"
|
|
3456
3808
|
},
|
|
@@ -3505,8 +3857,7 @@
|
|
|
3505
3857
|
"@id": "schema:bodyLocation"
|
|
3506
3858
|
},
|
|
3507
3859
|
"bodyType": {
|
|
3508
|
-
"@id": "schema:bodyType"
|
|
3509
|
-
"@type": "@id"
|
|
3860
|
+
"@id": "schema:bodyType"
|
|
3510
3861
|
},
|
|
3511
3862
|
"bookEdition": {
|
|
3512
3863
|
"@id": "schema:bookEdition"
|
|
@@ -3566,6 +3917,12 @@
|
|
|
3566
3917
|
"broadcastServiceTier": {
|
|
3567
3918
|
"@id": "schema:broadcastServiceTier"
|
|
3568
3919
|
},
|
|
3920
|
+
"broadcastSignalModulation": {
|
|
3921
|
+
"@id": "schema:broadcastSignalModulation"
|
|
3922
|
+
},
|
|
3923
|
+
"broadcastSubChannel": {
|
|
3924
|
+
"@id": "schema:broadcastSubChannel"
|
|
3925
|
+
},
|
|
3569
3926
|
"broadcastTimezone": {
|
|
3570
3927
|
"@id": "schema:broadcastTimezone"
|
|
3571
3928
|
},
|
|
@@ -3593,6 +3950,18 @@
|
|
|
3593
3950
|
"byArtist": {
|
|
3594
3951
|
"@id": "schema:byArtist"
|
|
3595
3952
|
},
|
|
3953
|
+
"byDay": {
|
|
3954
|
+
"@id": "schema:byDay"
|
|
3955
|
+
},
|
|
3956
|
+
"byMonth": {
|
|
3957
|
+
"@id": "schema:byMonth"
|
|
3958
|
+
},
|
|
3959
|
+
"byMonthDay": {
|
|
3960
|
+
"@id": "schema:byMonthDay"
|
|
3961
|
+
},
|
|
3962
|
+
"callSign": {
|
|
3963
|
+
"@id": "schema:callSign"
|
|
3964
|
+
},
|
|
3596
3965
|
"calories": {
|
|
3597
3966
|
"@id": "schema:calories"
|
|
3598
3967
|
},
|
|
@@ -3632,6 +4001,9 @@
|
|
|
3632
4001
|
"causeOf": {
|
|
3633
4002
|
"@id": "schema:causeOf"
|
|
3634
4003
|
},
|
|
4004
|
+
"ccRecipient": {
|
|
4005
|
+
"@id": "schema:ccRecipient"
|
|
4006
|
+
},
|
|
3635
4007
|
"character": {
|
|
3636
4008
|
"@id": "schema:character"
|
|
3637
4009
|
},
|
|
@@ -3714,6 +4086,9 @@
|
|
|
3714
4086
|
"collection": {
|
|
3715
4087
|
"@id": "schema:collection"
|
|
3716
4088
|
},
|
|
4089
|
+
"collectionSize": {
|
|
4090
|
+
"@id": "schema:collectionSize"
|
|
4091
|
+
},
|
|
3717
4092
|
"color": {
|
|
3718
4093
|
"@id": "schema:color"
|
|
3719
4094
|
},
|
|
@@ -3733,6 +4108,9 @@
|
|
|
3733
4108
|
"@id": "schema:commentTime",
|
|
3734
4109
|
"@type": "Date"
|
|
3735
4110
|
},
|
|
4111
|
+
"competencyRequired": {
|
|
4112
|
+
"@id": "schema:competencyRequired"
|
|
4113
|
+
},
|
|
3736
4114
|
"competitor": {
|
|
3737
4115
|
"@id": "schema:competitor"
|
|
3738
4116
|
},
|
|
@@ -3742,12 +4120,18 @@
|
|
|
3742
4120
|
"comprisedOf": {
|
|
3743
4121
|
"@id": "schema:comprisedOf"
|
|
3744
4122
|
},
|
|
4123
|
+
"conditionsOfAccess": {
|
|
4124
|
+
"@id": "schema:conditionsOfAccess"
|
|
4125
|
+
},
|
|
3745
4126
|
"confirmationNumber": {
|
|
3746
4127
|
"@id": "schema:confirmationNumber"
|
|
3747
4128
|
},
|
|
3748
4129
|
"connectedTo": {
|
|
3749
4130
|
"@id": "schema:connectedTo"
|
|
3750
4131
|
},
|
|
4132
|
+
"constrainingProperty": {
|
|
4133
|
+
"@id": "schema:constrainingProperty"
|
|
4134
|
+
},
|
|
3751
4135
|
"contactOption": {
|
|
3752
4136
|
"@id": "schema:contactOption"
|
|
3753
4137
|
},
|
|
@@ -3813,6 +4197,13 @@
|
|
|
3813
4197
|
"copyrightYear": {
|
|
3814
4198
|
"@id": "schema:copyrightYear"
|
|
3815
4199
|
},
|
|
4200
|
+
"correction": {
|
|
4201
|
+
"@id": "schema:correction"
|
|
4202
|
+
},
|
|
4203
|
+
"correctionsPolicy": {
|
|
4204
|
+
"@id": "schema:correctionsPolicy",
|
|
4205
|
+
"@type": "@id"
|
|
4206
|
+
},
|
|
3816
4207
|
"cost": {
|
|
3817
4208
|
"@id": "schema:cost"
|
|
3818
4209
|
},
|
|
@@ -3844,12 +4235,14 @@
|
|
|
3844
4235
|
"@id": "schema:courseCode"
|
|
3845
4236
|
},
|
|
3846
4237
|
"courseMode": {
|
|
3847
|
-
"@id": "schema:courseMode"
|
|
3848
|
-
"@type": "@id"
|
|
4238
|
+
"@id": "schema:courseMode"
|
|
3849
4239
|
},
|
|
3850
4240
|
"coursePrerequisites": {
|
|
3851
4241
|
"@id": "schema:coursePrerequisites"
|
|
3852
4242
|
},
|
|
4243
|
+
"courseWorkload": {
|
|
4244
|
+
"@id": "schema:courseWorkload"
|
|
4245
|
+
},
|
|
3853
4246
|
"coverageEndTime": {
|
|
3854
4247
|
"@id": "schema:coverageEndTime",
|
|
3855
4248
|
"@type": "DateTime"
|
|
@@ -3858,9 +4251,15 @@
|
|
|
3858
4251
|
"@id": "schema:coverageStartTime",
|
|
3859
4252
|
"@type": "DateTime"
|
|
3860
4253
|
},
|
|
4254
|
+
"creativeWorkStatus": {
|
|
4255
|
+
"@id": "schema:creativeWorkStatus"
|
|
4256
|
+
},
|
|
3861
4257
|
"creator": {
|
|
3862
4258
|
"@id": "schema:creator"
|
|
3863
4259
|
},
|
|
4260
|
+
"credentialCategory": {
|
|
4261
|
+
"@id": "schema:credentialCategory"
|
|
4262
|
+
},
|
|
3864
4263
|
"creditedTo": {
|
|
3865
4264
|
"@id": "schema:creditedTo"
|
|
3866
4265
|
},
|
|
@@ -3895,11 +4294,11 @@
|
|
|
3895
4294
|
},
|
|
3896
4295
|
"dateDeleted": {
|
|
3897
4296
|
"@id": "schema:dateDeleted",
|
|
3898
|
-
"@type": "
|
|
4297
|
+
"@type": "Date"
|
|
3899
4298
|
},
|
|
3900
4299
|
"dateIssued": {
|
|
3901
4300
|
"@id": "schema:dateIssued",
|
|
3902
|
-
"@type": "
|
|
4301
|
+
"@type": "Date"
|
|
3903
4302
|
},
|
|
3904
4303
|
"dateModified": {
|
|
3905
4304
|
"@id": "schema:dateModified",
|
|
@@ -3915,7 +4314,7 @@
|
|
|
3915
4314
|
},
|
|
3916
4315
|
"dateRead": {
|
|
3917
4316
|
"@id": "schema:dateRead",
|
|
3918
|
-
"@type": "
|
|
4317
|
+
"@type": "Date"
|
|
3919
4318
|
},
|
|
3920
4319
|
"dateReceived": {
|
|
3921
4320
|
"@id": "schema:dateReceived",
|
|
@@ -4047,6 +4446,14 @@
|
|
|
4047
4446
|
"distribution": {
|
|
4048
4447
|
"@id": "schema:distribution"
|
|
4049
4448
|
},
|
|
4449
|
+
"diversityPolicy": {
|
|
4450
|
+
"@id": "schema:diversityPolicy",
|
|
4451
|
+
"@type": "@id"
|
|
4452
|
+
},
|
|
4453
|
+
"diversityStaffingReport": {
|
|
4454
|
+
"@id": "schema:diversityStaffingReport",
|
|
4455
|
+
"@type": "@id"
|
|
4456
|
+
},
|
|
4050
4457
|
"documentation": {
|
|
4051
4458
|
"@id": "schema:documentation",
|
|
4052
4459
|
"@type": "@id"
|
|
@@ -4117,6 +4524,10 @@
|
|
|
4117
4524
|
"durationOfWarranty": {
|
|
4118
4525
|
"@id": "schema:durationOfWarranty"
|
|
4119
4526
|
},
|
|
4527
|
+
"duringMedia": {
|
|
4528
|
+
"@id": "schema:duringMedia",
|
|
4529
|
+
"@type": "@id"
|
|
4530
|
+
},
|
|
4120
4531
|
"earlyPrepaymentPenalty": {
|
|
4121
4532
|
"@id": "schema:earlyPrepaymentPenalty"
|
|
4122
4533
|
},
|
|
@@ -4130,12 +4541,17 @@
|
|
|
4130
4541
|
"@id": "schema:educationalAlignment"
|
|
4131
4542
|
},
|
|
4132
4543
|
"educationalCredentialAwarded": {
|
|
4133
|
-
"@id": "schema:educationalCredentialAwarded"
|
|
4134
|
-
"@type": "@id"
|
|
4544
|
+
"@id": "schema:educationalCredentialAwarded"
|
|
4135
4545
|
},
|
|
4136
4546
|
"educationalFramework": {
|
|
4137
4547
|
"@id": "schema:educationalFramework"
|
|
4138
4548
|
},
|
|
4549
|
+
"educationalLevel": {
|
|
4550
|
+
"@id": "schema:educationalLevel"
|
|
4551
|
+
},
|
|
4552
|
+
"educationalProgramMode": {
|
|
4553
|
+
"@id": "schema:educationalProgramMode"
|
|
4554
|
+
},
|
|
4139
4555
|
"educationalRole": {
|
|
4140
4556
|
"@id": "schema:educationalRole"
|
|
4141
4557
|
},
|
|
@@ -4176,9 +4592,15 @@
|
|
|
4176
4592
|
"employees": {
|
|
4177
4593
|
"@id": "schema:employees"
|
|
4178
4594
|
},
|
|
4595
|
+
"employerOverview": {
|
|
4596
|
+
"@id": "schema:employerOverview"
|
|
4597
|
+
},
|
|
4179
4598
|
"employmentType": {
|
|
4180
4599
|
"@id": "schema:employmentType"
|
|
4181
4600
|
},
|
|
4601
|
+
"employmentUnit": {
|
|
4602
|
+
"@id": "schema:employmentUnit"
|
|
4603
|
+
},
|
|
4182
4604
|
"encodesCreativeWork": {
|
|
4183
4605
|
"@id": "schema:encodesCreativeWork"
|
|
4184
4606
|
},
|
|
@@ -4198,6 +4620,9 @@
|
|
|
4198
4620
|
"@id": "schema:endDate",
|
|
4199
4621
|
"@type": "Date"
|
|
4200
4622
|
},
|
|
4623
|
+
"endOffset": {
|
|
4624
|
+
"@id": "schema:endOffset"
|
|
4625
|
+
},
|
|
4201
4626
|
"endTime": {
|
|
4202
4627
|
"@id": "schema:endTime",
|
|
4203
4628
|
"@type": "DateTime"
|
|
@@ -4215,8 +4640,7 @@
|
|
|
4215
4640
|
"@id": "schema:enginePower"
|
|
4216
4641
|
},
|
|
4217
4642
|
"engineType": {
|
|
4218
|
-
"@id": "schema:engineType"
|
|
4219
|
-
"@type": "@id"
|
|
4643
|
+
"@id": "schema:engineType"
|
|
4220
4644
|
},
|
|
4221
4645
|
"entertainmentBusiness": {
|
|
4222
4646
|
"@id": "schema:entertainmentBusiness"
|
|
@@ -4239,15 +4663,28 @@
|
|
|
4239
4663
|
"error": {
|
|
4240
4664
|
"@id": "schema:error"
|
|
4241
4665
|
},
|
|
4666
|
+
"estimatedCost": {
|
|
4667
|
+
"@id": "schema:estimatedCost"
|
|
4668
|
+
},
|
|
4242
4669
|
"estimatedFlightDuration": {
|
|
4243
4670
|
"@id": "schema:estimatedFlightDuration"
|
|
4244
4671
|
},
|
|
4672
|
+
"estimatedSalary": {
|
|
4673
|
+
"@id": "schema:estimatedSalary"
|
|
4674
|
+
},
|
|
4245
4675
|
"estimatesRiskOf": {
|
|
4246
4676
|
"@id": "schema:estimatesRiskOf"
|
|
4247
4677
|
},
|
|
4678
|
+
"ethicsPolicy": {
|
|
4679
|
+
"@id": "schema:ethicsPolicy",
|
|
4680
|
+
"@type": "@id"
|
|
4681
|
+
},
|
|
4248
4682
|
"event": {
|
|
4249
4683
|
"@id": "schema:event"
|
|
4250
4684
|
},
|
|
4685
|
+
"eventSchedule": {
|
|
4686
|
+
"@id": "schema:eventSchedule"
|
|
4687
|
+
},
|
|
4251
4688
|
"eventStatus": {
|
|
4252
4689
|
"@id": "schema:eventStatus"
|
|
4253
4690
|
},
|
|
@@ -4263,8 +4700,9 @@
|
|
|
4263
4700
|
"exampleOfWork": {
|
|
4264
4701
|
"@id": "schema:exampleOfWork"
|
|
4265
4702
|
},
|
|
4266
|
-
"
|
|
4267
|
-
"@id": "schema:
|
|
4703
|
+
"exceptDate": {
|
|
4704
|
+
"@id": "schema:exceptDate",
|
|
4705
|
+
"@type": "Date"
|
|
4268
4706
|
},
|
|
4269
4707
|
"exchangeRateSpread": {
|
|
4270
4708
|
"@id": "schema:exchangeRateSpread"
|
|
@@ -4289,11 +4727,11 @@
|
|
|
4289
4727
|
},
|
|
4290
4728
|
"expectedArrivalFrom": {
|
|
4291
4729
|
"@id": "schema:expectedArrivalFrom",
|
|
4292
|
-
"@type": "
|
|
4730
|
+
"@type": "Date"
|
|
4293
4731
|
},
|
|
4294
4732
|
"expectedArrivalUntil": {
|
|
4295
4733
|
"@id": "schema:expectedArrivalUntil",
|
|
4296
|
-
"@type": "
|
|
4734
|
+
"@type": "Date"
|
|
4297
4735
|
},
|
|
4298
4736
|
"expectedPrognosis": {
|
|
4299
4737
|
"@id": "schema:expectedPrognosis"
|
|
@@ -4321,23 +4759,26 @@
|
|
|
4321
4759
|
"@id": "schema:faxNumber"
|
|
4322
4760
|
},
|
|
4323
4761
|
"featureList": {
|
|
4324
|
-
"@id": "schema:featureList"
|
|
4325
|
-
"@type": "@id"
|
|
4762
|
+
"@id": "schema:featureList"
|
|
4326
4763
|
},
|
|
4327
4764
|
"feesAndCommissionsSpecification": {
|
|
4328
|
-
"@id": "schema:feesAndCommissionsSpecification"
|
|
4329
|
-
"@type": "@id"
|
|
4765
|
+
"@id": "schema:feesAndCommissionsSpecification"
|
|
4330
4766
|
},
|
|
4331
4767
|
"fiberContent": {
|
|
4332
4768
|
"@id": "schema:fiberContent"
|
|
4333
4769
|
},
|
|
4334
4770
|
"fileFormat": {
|
|
4335
|
-
"@id": "schema:fileFormat"
|
|
4336
|
-
"@type": "@id"
|
|
4771
|
+
"@id": "schema:fileFormat"
|
|
4337
4772
|
},
|
|
4338
4773
|
"fileSize": {
|
|
4339
4774
|
"@id": "schema:fileSize"
|
|
4340
4775
|
},
|
|
4776
|
+
"financialAidEligible": {
|
|
4777
|
+
"@id": "schema:financialAidEligible"
|
|
4778
|
+
},
|
|
4779
|
+
"firstAppearance": {
|
|
4780
|
+
"@id": "schema:firstAppearance"
|
|
4781
|
+
},
|
|
4341
4782
|
"firstPerformance": {
|
|
4342
4783
|
"@id": "schema:firstPerformance"
|
|
4343
4784
|
},
|
|
@@ -4347,6 +4788,9 @@
|
|
|
4347
4788
|
"flightNumber": {
|
|
4348
4789
|
"@id": "schema:flightNumber"
|
|
4349
4790
|
},
|
|
4791
|
+
"floorLevel": {
|
|
4792
|
+
"@id": "schema:floorLevel"
|
|
4793
|
+
},
|
|
4350
4794
|
"floorLimit": {
|
|
4351
4795
|
"@id": "schema:floorLimit"
|
|
4352
4796
|
},
|
|
@@ -4403,8 +4847,7 @@
|
|
|
4403
4847
|
"@id": "schema:fuelEfficiency"
|
|
4404
4848
|
},
|
|
4405
4849
|
"fuelType": {
|
|
4406
|
-
"@id": "schema:fuelType"
|
|
4407
|
-
"@type": "@id"
|
|
4850
|
+
"@id": "schema:fuelType"
|
|
4408
4851
|
},
|
|
4409
4852
|
"function": {
|
|
4410
4853
|
"@id": "schema:function"
|
|
@@ -4412,6 +4855,9 @@
|
|
|
4412
4855
|
"functionalClass": {
|
|
4413
4856
|
"@id": "schema:functionalClass"
|
|
4414
4857
|
},
|
|
4858
|
+
"fundedItem": {
|
|
4859
|
+
"@id": "schema:fundedItem"
|
|
4860
|
+
},
|
|
4415
4861
|
"funder": {
|
|
4416
4862
|
"@id": "schema:funder"
|
|
4417
4863
|
},
|
|
@@ -4426,8 +4872,7 @@
|
|
|
4426
4872
|
"@type": "@id"
|
|
4427
4873
|
},
|
|
4428
4874
|
"gamePlatform": {
|
|
4429
|
-
"@id": "schema:gamePlatform"
|
|
4430
|
-
"@type": "@id"
|
|
4875
|
+
"@id": "schema:gamePlatform"
|
|
4431
4876
|
},
|
|
4432
4877
|
"gameServer": {
|
|
4433
4878
|
"@id": "schema:gameServer"
|
|
@@ -4439,50 +4884,49 @@
|
|
|
4439
4884
|
"@id": "schema:gender"
|
|
4440
4885
|
},
|
|
4441
4886
|
"genre": {
|
|
4442
|
-
"@id": "schema:genre"
|
|
4443
|
-
"@type": "@id"
|
|
4887
|
+
"@id": "schema:genre"
|
|
4444
4888
|
},
|
|
4445
4889
|
"geo": {
|
|
4446
4890
|
"@id": "schema:geo"
|
|
4447
4891
|
},
|
|
4448
|
-
"
|
|
4449
|
-
"@id": "schema:
|
|
4892
|
+
"geoContains": {
|
|
4893
|
+
"@id": "schema:geoContains"
|
|
4450
4894
|
},
|
|
4451
|
-
"
|
|
4452
|
-
"@id": "schema:
|
|
4895
|
+
"geoCoveredBy": {
|
|
4896
|
+
"@id": "schema:geoCoveredBy"
|
|
4453
4897
|
},
|
|
4454
|
-
"
|
|
4455
|
-
"@id": "schema:
|
|
4898
|
+
"geoCovers": {
|
|
4899
|
+
"@id": "schema:geoCovers"
|
|
4456
4900
|
},
|
|
4457
|
-
"
|
|
4458
|
-
"@id": "schema:
|
|
4901
|
+
"geoCrosses": {
|
|
4902
|
+
"@id": "schema:geoCrosses"
|
|
4459
4903
|
},
|
|
4460
|
-
"
|
|
4461
|
-
"@id": "schema:
|
|
4904
|
+
"geoDisjoint": {
|
|
4905
|
+
"@id": "schema:geoDisjoint"
|
|
4462
4906
|
},
|
|
4463
|
-
"
|
|
4464
|
-
"@id": "schema:
|
|
4907
|
+
"geoEquals": {
|
|
4908
|
+
"@id": "schema:geoEquals"
|
|
4465
4909
|
},
|
|
4466
|
-
"
|
|
4467
|
-
"@id": "schema:
|
|
4910
|
+
"geoIntersects": {
|
|
4911
|
+
"@id": "schema:geoIntersects"
|
|
4468
4912
|
},
|
|
4469
|
-
"
|
|
4470
|
-
"@id": "schema:
|
|
4913
|
+
"geoMidpoint": {
|
|
4914
|
+
"@id": "schema:geoMidpoint"
|
|
4471
4915
|
},
|
|
4472
|
-
"
|
|
4473
|
-
"@id": "schema:
|
|
4916
|
+
"geoOverlaps": {
|
|
4917
|
+
"@id": "schema:geoOverlaps"
|
|
4474
4918
|
},
|
|
4475
|
-
"
|
|
4476
|
-
"@id": "schema:
|
|
4919
|
+
"geoRadius": {
|
|
4920
|
+
"@id": "schema:geoRadius"
|
|
4477
4921
|
},
|
|
4478
|
-
"
|
|
4479
|
-
"@id": "schema:
|
|
4922
|
+
"geoTouches": {
|
|
4923
|
+
"@id": "schema:geoTouches"
|
|
4480
4924
|
},
|
|
4481
|
-
"
|
|
4482
|
-
"@id": "schema:
|
|
4925
|
+
"geoWithin": {
|
|
4926
|
+
"@id": "schema:geoWithin"
|
|
4483
4927
|
},
|
|
4484
|
-
"
|
|
4485
|
-
"@id": "schema:
|
|
4928
|
+
"geographicArea": {
|
|
4929
|
+
"@id": "schema:geographicArea"
|
|
4486
4930
|
},
|
|
4487
4931
|
"givenName": {
|
|
4488
4932
|
"@id": "schema:givenName"
|
|
@@ -4502,6 +4946,9 @@
|
|
|
4502
4946
|
"greaterOrEqual": {
|
|
4503
4947
|
"@id": "schema:greaterOrEqual"
|
|
4504
4948
|
},
|
|
4949
|
+
"gtin": {
|
|
4950
|
+
"@id": "schema:gtin"
|
|
4951
|
+
},
|
|
4505
4952
|
"gtin12": {
|
|
4506
4953
|
"@id": "schema:gtin12"
|
|
4507
4954
|
},
|
|
@@ -4533,19 +4980,27 @@
|
|
|
4533
4980
|
"hasCourseInstance": {
|
|
4534
4981
|
"@id": "schema:hasCourseInstance"
|
|
4535
4982
|
},
|
|
4983
|
+
"hasCredential": {
|
|
4984
|
+
"@id": "schema:hasCredential"
|
|
4985
|
+
},
|
|
4986
|
+
"hasDefinedTerm": {
|
|
4987
|
+
"@id": "schema:hasDefinedTerm"
|
|
4988
|
+
},
|
|
4536
4989
|
"hasDeliveryMethod": {
|
|
4537
4990
|
"@id": "schema:hasDeliveryMethod"
|
|
4538
4991
|
},
|
|
4539
4992
|
"hasDigitalDocumentPermission": {
|
|
4540
4993
|
"@id": "schema:hasDigitalDocumentPermission"
|
|
4541
4994
|
},
|
|
4995
|
+
"hasHealthAspect": {
|
|
4996
|
+
"@id": "schema:hasHealthAspect"
|
|
4997
|
+
},
|
|
4542
4998
|
"hasMap": {
|
|
4543
4999
|
"@id": "schema:hasMap",
|
|
4544
5000
|
"@type": "@id"
|
|
4545
5001
|
},
|
|
4546
5002
|
"hasMenu": {
|
|
4547
|
-
"@id": "schema:hasMenu"
|
|
4548
|
-
"@type": "@id"
|
|
5003
|
+
"@id": "schema:hasMenu"
|
|
4549
5004
|
},
|
|
4550
5005
|
"hasMenuItem": {
|
|
4551
5006
|
"@id": "schema:hasMenuItem"
|
|
@@ -4553,6 +5008,12 @@
|
|
|
4553
5008
|
"hasMenuSection": {
|
|
4554
5009
|
"@id": "schema:hasMenuSection"
|
|
4555
5010
|
},
|
|
5011
|
+
"hasMerchantReturnPolicy": {
|
|
5012
|
+
"@id": "schema:hasMerchantReturnPolicy"
|
|
5013
|
+
},
|
|
5014
|
+
"hasOccupation": {
|
|
5015
|
+
"@id": "schema:hasOccupation"
|
|
5016
|
+
},
|
|
4556
5017
|
"hasOfferCatalog": {
|
|
4557
5018
|
"@id": "schema:hasOfferCatalog"
|
|
4558
5019
|
},
|
|
@@ -4562,6 +5023,9 @@
|
|
|
4562
5023
|
"hasPart": {
|
|
4563
5024
|
"@id": "schema:hasPart"
|
|
4564
5025
|
},
|
|
5026
|
+
"hasProductReturnPolicy": {
|
|
5027
|
+
"@id": "schema:hasProductReturnPolicy"
|
|
5028
|
+
},
|
|
4565
5029
|
"headline": {
|
|
4566
5030
|
"@id": "schema:headline"
|
|
4567
5031
|
},
|
|
@@ -4614,6 +5078,9 @@
|
|
|
4614
5078
|
"hiringOrganization": {
|
|
4615
5079
|
"@id": "schema:hiringOrganization"
|
|
4616
5080
|
},
|
|
5081
|
+
"holdingArchive": {
|
|
5082
|
+
"@id": "schema:holdingArchive"
|
|
5083
|
+
},
|
|
4617
5084
|
"homeLocation": {
|
|
4618
5085
|
"@id": "schema:homeLocation"
|
|
4619
5086
|
},
|
|
@@ -4638,9 +5105,6 @@
|
|
|
4638
5105
|
"howPerformed": {
|
|
4639
5106
|
"@id": "schema:howPerformed"
|
|
4640
5107
|
},
|
|
4641
|
-
"httpMethod": {
|
|
4642
|
-
"@id": "schema:httpMethod"
|
|
4643
|
-
},
|
|
4644
5108
|
"iataCode": {
|
|
4645
5109
|
"@id": "schema:iataCode"
|
|
4646
5110
|
},
|
|
@@ -4648,8 +5112,7 @@
|
|
|
4648
5112
|
"@id": "schema:icaoCode"
|
|
4649
5113
|
},
|
|
4650
5114
|
"identifier": {
|
|
4651
|
-
"@id": "schema:identifier"
|
|
4652
|
-
"@type": "@id"
|
|
5115
|
+
"@id": "schema:identifier"
|
|
4653
5116
|
},
|
|
4654
5117
|
"identifyingExam": {
|
|
4655
5118
|
"@id": "schema:identifyingExam"
|
|
@@ -4677,12 +5140,19 @@
|
|
|
4677
5140
|
"@id": "schema:inCodeSet",
|
|
4678
5141
|
"@type": "@id"
|
|
4679
5142
|
},
|
|
5143
|
+
"inDefinedTermSet": {
|
|
5144
|
+
"@id": "schema:inDefinedTermSet",
|
|
5145
|
+
"@type": "@id"
|
|
5146
|
+
},
|
|
4680
5147
|
"inLanguage": {
|
|
4681
5148
|
"@id": "schema:inLanguage"
|
|
4682
5149
|
},
|
|
4683
5150
|
"inPlaylist": {
|
|
4684
5151
|
"@id": "schema:inPlaylist"
|
|
4685
5152
|
},
|
|
5153
|
+
"inStoreReturnsOffered": {
|
|
5154
|
+
"@id": "schema:inStoreReturnsOffered"
|
|
5155
|
+
},
|
|
4686
5156
|
"inSupportOf": {
|
|
4687
5157
|
"@id": "schema:inSupportOf"
|
|
4688
5158
|
},
|
|
@@ -4707,6 +5177,9 @@
|
|
|
4707
5177
|
"includedRiskFactor": {
|
|
4708
5178
|
"@id": "schema:includedRiskFactor"
|
|
4709
5179
|
},
|
|
5180
|
+
"includesAttraction": {
|
|
5181
|
+
"@id": "schema:includesAttraction"
|
|
5182
|
+
},
|
|
4710
5183
|
"includesHealthPlanFormulary": {
|
|
4711
5184
|
"@id": "schema:includesHealthPlanFormulary"
|
|
4712
5185
|
},
|
|
@@ -4816,7 +5289,11 @@
|
|
|
4816
5289
|
"@id": "schema:isLiveBroadcast"
|
|
4817
5290
|
},
|
|
4818
5291
|
"isPartOf": {
|
|
4819
|
-
"@id": "schema:isPartOf"
|
|
5292
|
+
"@id": "schema:isPartOf",
|
|
5293
|
+
"@type": "@id"
|
|
5294
|
+
},
|
|
5295
|
+
"isPlanForApartment": {
|
|
5296
|
+
"@id": "schema:isPlanForApartment"
|
|
4820
5297
|
},
|
|
4821
5298
|
"isProprietary": {
|
|
4822
5299
|
"@id": "schema:isProprietary"
|
|
@@ -4824,6 +5301,9 @@
|
|
|
4824
5301
|
"isRelatedTo": {
|
|
4825
5302
|
"@id": "schema:isRelatedTo"
|
|
4826
5303
|
},
|
|
5304
|
+
"isResizable": {
|
|
5305
|
+
"@id": "schema:isResizable"
|
|
5306
|
+
},
|
|
4827
5307
|
"isSimilarTo": {
|
|
4828
5308
|
"@id": "schema:isSimilarTo"
|
|
4829
5309
|
},
|
|
@@ -4866,6 +5346,9 @@
|
|
|
4866
5346
|
"itemListOrder": {
|
|
4867
5347
|
"@id": "schema:itemListOrder"
|
|
4868
5348
|
},
|
|
5349
|
+
"itemLocation": {
|
|
5350
|
+
"@id": "schema:itemLocation"
|
|
5351
|
+
},
|
|
4869
5352
|
"itemOffered": {
|
|
4870
5353
|
"@id": "schema:itemOffered"
|
|
4871
5354
|
},
|
|
@@ -4875,12 +5358,24 @@
|
|
|
4875
5358
|
"itemShipped": {
|
|
4876
5359
|
"@id": "schema:itemShipped"
|
|
4877
5360
|
},
|
|
5361
|
+
"itinerary": {
|
|
5362
|
+
"@id": "schema:itinerary"
|
|
5363
|
+
},
|
|
4878
5364
|
"jobBenefits": {
|
|
4879
5365
|
"@id": "schema:jobBenefits"
|
|
4880
5366
|
},
|
|
5367
|
+
"jobImmediateStart": {
|
|
5368
|
+
"@id": "schema:jobImmediateStart"
|
|
5369
|
+
},
|
|
4881
5370
|
"jobLocation": {
|
|
4882
5371
|
"@id": "schema:jobLocation"
|
|
4883
5372
|
},
|
|
5373
|
+
"jobLocationType": {
|
|
5374
|
+
"@id": "schema:jobLocationType"
|
|
5375
|
+
},
|
|
5376
|
+
"jobStartDate": {
|
|
5377
|
+
"@id": "schema:jobStartDate"
|
|
5378
|
+
},
|
|
4884
5379
|
"jobTitle": {
|
|
4885
5380
|
"@id": "schema:jobTitle"
|
|
4886
5381
|
},
|
|
@@ -4893,6 +5388,12 @@
|
|
|
4893
5388
|
"knows": {
|
|
4894
5389
|
"@id": "schema:knows"
|
|
4895
5390
|
},
|
|
5391
|
+
"knowsAbout": {
|
|
5392
|
+
"@id": "schema:knowsAbout"
|
|
5393
|
+
},
|
|
5394
|
+
"knowsLanguage": {
|
|
5395
|
+
"@id": "schema:knowsLanguage"
|
|
5396
|
+
},
|
|
4896
5397
|
"labelDetails": {
|
|
4897
5398
|
"@id": "schema:labelDetails",
|
|
4898
5399
|
"@type": "@id"
|
|
@@ -4913,12 +5414,56 @@
|
|
|
4913
5414
|
"learningResourceType": {
|
|
4914
5415
|
"@id": "schema:learningResourceType"
|
|
4915
5416
|
},
|
|
5417
|
+
"leaseLength": {
|
|
5418
|
+
"@id": "schema:leaseLength"
|
|
5419
|
+
},
|
|
4916
5420
|
"legalName": {
|
|
4917
5421
|
"@id": "schema:legalName"
|
|
4918
5422
|
},
|
|
4919
5423
|
"legalStatus": {
|
|
4920
5424
|
"@id": "schema:legalStatus"
|
|
4921
5425
|
},
|
|
5426
|
+
"legislationApplies": {
|
|
5427
|
+
"@id": "schema:legislationApplies"
|
|
5428
|
+
},
|
|
5429
|
+
"legislationChanges": {
|
|
5430
|
+
"@id": "schema:legislationChanges"
|
|
5431
|
+
},
|
|
5432
|
+
"legislationConsolidates": {
|
|
5433
|
+
"@id": "schema:legislationConsolidates"
|
|
5434
|
+
},
|
|
5435
|
+
"legislationDate": {
|
|
5436
|
+
"@id": "schema:legislationDate",
|
|
5437
|
+
"@type": "Date"
|
|
5438
|
+
},
|
|
5439
|
+
"legislationDateVersion": {
|
|
5440
|
+
"@id": "schema:legislationDateVersion",
|
|
5441
|
+
"@type": "Date"
|
|
5442
|
+
},
|
|
5443
|
+
"legislationIdentifier": {
|
|
5444
|
+
"@id": "schema:legislationIdentifier"
|
|
5445
|
+
},
|
|
5446
|
+
"legislationJurisdiction": {
|
|
5447
|
+
"@id": "schema:legislationJurisdiction"
|
|
5448
|
+
},
|
|
5449
|
+
"legislationLegalForce": {
|
|
5450
|
+
"@id": "schema:legislationLegalForce"
|
|
5451
|
+
},
|
|
5452
|
+
"legislationLegalValue": {
|
|
5453
|
+
"@id": "schema:legislationLegalValue"
|
|
5454
|
+
},
|
|
5455
|
+
"legislationPassedBy": {
|
|
5456
|
+
"@id": "schema:legislationPassedBy"
|
|
5457
|
+
},
|
|
5458
|
+
"legislationResponsible": {
|
|
5459
|
+
"@id": "schema:legislationResponsible"
|
|
5460
|
+
},
|
|
5461
|
+
"legislationTransposes": {
|
|
5462
|
+
"@id": "schema:legislationTransposes"
|
|
5463
|
+
},
|
|
5464
|
+
"legislationType": {
|
|
5465
|
+
"@id": "schema:legislationType"
|
|
5466
|
+
},
|
|
4922
5467
|
"leiCode": {
|
|
4923
5468
|
"@id": "schema:leiCode"
|
|
4924
5469
|
},
|
|
@@ -4963,8 +5508,7 @@
|
|
|
4963
5508
|
"@id": "schema:loanTerm"
|
|
4964
5509
|
},
|
|
4965
5510
|
"loanType": {
|
|
4966
|
-
"@id": "schema:loanType"
|
|
4967
|
-
"@type": "@id"
|
|
5511
|
+
"@id": "schema:loanType"
|
|
4968
5512
|
},
|
|
4969
5513
|
"location": {
|
|
4970
5514
|
"@id": "schema:location"
|
|
@@ -5007,6 +5551,9 @@
|
|
|
5007
5551
|
"@id": "schema:mainEntityOfPage",
|
|
5008
5552
|
"@type": "@id"
|
|
5009
5553
|
},
|
|
5554
|
+
"maintainer": {
|
|
5555
|
+
"@id": "schema:maintainer"
|
|
5556
|
+
},
|
|
5010
5557
|
"makesOffer": {
|
|
5011
5558
|
"@id": "schema:makesOffer"
|
|
5012
5559
|
},
|
|
@@ -5024,10 +5571,20 @@
|
|
|
5024
5571
|
"@id": "schema:maps",
|
|
5025
5572
|
"@type": "@id"
|
|
5026
5573
|
},
|
|
5027
|
-
"
|
|
5028
|
-
"@id": "schema:
|
|
5574
|
+
"marginOfError": {
|
|
5575
|
+
"@id": "schema:marginOfError",
|
|
5576
|
+
"@type": "DateTime"
|
|
5577
|
+
},
|
|
5578
|
+
"masthead": {
|
|
5579
|
+
"@id": "schema:masthead",
|
|
5029
5580
|
"@type": "@id"
|
|
5030
5581
|
},
|
|
5582
|
+
"material": {
|
|
5583
|
+
"@id": "schema:material"
|
|
5584
|
+
},
|
|
5585
|
+
"materialExtent": {
|
|
5586
|
+
"@id": "schema:materialExtent"
|
|
5587
|
+
},
|
|
5031
5588
|
"maxPrice": {
|
|
5032
5589
|
"@id": "schema:maxPrice"
|
|
5033
5590
|
},
|
|
@@ -5037,19 +5594,30 @@
|
|
|
5037
5594
|
"maximumAttendeeCapacity": {
|
|
5038
5595
|
"@id": "schema:maximumAttendeeCapacity"
|
|
5039
5596
|
},
|
|
5597
|
+
"maximumEnrollment": {
|
|
5598
|
+
"@id": "schema:maximumEnrollment"
|
|
5599
|
+
},
|
|
5040
5600
|
"maximumIntake": {
|
|
5041
5601
|
"@id": "schema:maximumIntake"
|
|
5042
5602
|
},
|
|
5043
5603
|
"mealService": {
|
|
5044
5604
|
"@id": "schema:mealService"
|
|
5045
5605
|
},
|
|
5606
|
+
"measuredProperty": {
|
|
5607
|
+
"@id": "schema:measuredProperty"
|
|
5608
|
+
},
|
|
5609
|
+
"measuredValue": {
|
|
5610
|
+
"@id": "schema:measuredValue"
|
|
5611
|
+
},
|
|
5046
5612
|
"measurementTechnique": {
|
|
5047
|
-
"@id": "schema:measurementTechnique"
|
|
5048
|
-
"@type": "@id"
|
|
5613
|
+
"@id": "schema:measurementTechnique"
|
|
5049
5614
|
},
|
|
5050
5615
|
"mechanismOfAction": {
|
|
5051
5616
|
"@id": "schema:mechanismOfAction"
|
|
5052
5617
|
},
|
|
5618
|
+
"median": {
|
|
5619
|
+
"@id": "schema:median"
|
|
5620
|
+
},
|
|
5053
5621
|
"medicalSpecialty": {
|
|
5054
5622
|
"@id": "schema:medicalSpecialty"
|
|
5055
5623
|
},
|
|
@@ -5057,8 +5625,7 @@
|
|
|
5057
5625
|
"@id": "schema:medicineSystem"
|
|
5058
5626
|
},
|
|
5059
5627
|
"meetsEmissionStandard": {
|
|
5060
|
-
"@id": "schema:meetsEmissionStandard"
|
|
5061
|
-
"@type": "@id"
|
|
5628
|
+
"@id": "schema:meetsEmissionStandard"
|
|
5062
5629
|
},
|
|
5063
5630
|
"member": {
|
|
5064
5631
|
"@id": "schema:member"
|
|
@@ -5072,16 +5639,17 @@
|
|
|
5072
5639
|
"membershipNumber": {
|
|
5073
5640
|
"@id": "schema:membershipNumber"
|
|
5074
5641
|
},
|
|
5642
|
+
"membershipPointsEarned": {
|
|
5643
|
+
"@id": "schema:membershipPointsEarned"
|
|
5644
|
+
},
|
|
5075
5645
|
"memoryRequirements": {
|
|
5076
|
-
"@id": "schema:memoryRequirements"
|
|
5077
|
-
"@type": "@id"
|
|
5646
|
+
"@id": "schema:memoryRequirements"
|
|
5078
5647
|
},
|
|
5079
5648
|
"mentions": {
|
|
5080
5649
|
"@id": "schema:mentions"
|
|
5081
5650
|
},
|
|
5082
5651
|
"menu": {
|
|
5083
|
-
"@id": "schema:menu"
|
|
5084
|
-
"@type": "@id"
|
|
5652
|
+
"@id": "schema:menu"
|
|
5085
5653
|
},
|
|
5086
5654
|
"menuAddOn": {
|
|
5087
5655
|
"@id": "schema:menuAddOn"
|
|
@@ -5089,6 +5657,13 @@
|
|
|
5089
5657
|
"merchant": {
|
|
5090
5658
|
"@id": "schema:merchant"
|
|
5091
5659
|
},
|
|
5660
|
+
"merchantReturnDays": {
|
|
5661
|
+
"@id": "schema:merchantReturnDays"
|
|
5662
|
+
},
|
|
5663
|
+
"merchantReturnLink": {
|
|
5664
|
+
"@id": "schema:merchantReturnLink",
|
|
5665
|
+
"@type": "@id"
|
|
5666
|
+
},
|
|
5092
5667
|
"messageAttachment": {
|
|
5093
5668
|
"@id": "schema:messageAttachment"
|
|
5094
5669
|
},
|
|
@@ -5104,6 +5679,10 @@
|
|
|
5104
5679
|
"minimumPaymentDue": {
|
|
5105
5680
|
"@id": "schema:minimumPaymentDue"
|
|
5106
5681
|
},
|
|
5682
|
+
"missionCoveragePrioritiesPolicy": {
|
|
5683
|
+
"@id": "schema:missionCoveragePrioritiesPolicy",
|
|
5684
|
+
"@type": "@id"
|
|
5685
|
+
},
|
|
5107
5686
|
"model": {
|
|
5108
5687
|
"@id": "schema:model"
|
|
5109
5688
|
},
|
|
@@ -5152,8 +5731,7 @@
|
|
|
5152
5731
|
"@id": "schema:name"
|
|
5153
5732
|
},
|
|
5154
5733
|
"namedPosition": {
|
|
5155
|
-
"@id": "schema:namedPosition"
|
|
5156
|
-
"@type": "@id"
|
|
5734
|
+
"@id": "schema:namedPosition"
|
|
5157
5735
|
},
|
|
5158
5736
|
"nationality": {
|
|
5159
5737
|
"@id": "schema:nationality"
|
|
@@ -5173,6 +5751,10 @@
|
|
|
5173
5751
|
"nextItem": {
|
|
5174
5752
|
"@id": "schema:nextItem"
|
|
5175
5753
|
},
|
|
5754
|
+
"noBylinesPolicy": {
|
|
5755
|
+
"@id": "schema:noBylinesPolicy",
|
|
5756
|
+
"@type": "@id"
|
|
5757
|
+
},
|
|
5176
5758
|
"nonEqual": {
|
|
5177
5759
|
"@id": "schema:nonEqual"
|
|
5178
5760
|
},
|
|
@@ -5182,24 +5764,42 @@
|
|
|
5182
5764
|
"normalRange": {
|
|
5183
5765
|
"@id": "schema:normalRange"
|
|
5184
5766
|
},
|
|
5767
|
+
"nsn": {
|
|
5768
|
+
"@id": "schema:nsn"
|
|
5769
|
+
},
|
|
5185
5770
|
"numAdults": {
|
|
5186
5771
|
"@id": "schema:numAdults"
|
|
5187
5772
|
},
|
|
5188
5773
|
"numChildren": {
|
|
5189
5774
|
"@id": "schema:numChildren"
|
|
5190
5775
|
},
|
|
5776
|
+
"numConstraints": {
|
|
5777
|
+
"@id": "schema:numConstraints"
|
|
5778
|
+
},
|
|
5191
5779
|
"numTracks": {
|
|
5192
5780
|
"@id": "schema:numTracks"
|
|
5193
5781
|
},
|
|
5782
|
+
"numberOfAccommodationUnits": {
|
|
5783
|
+
"@id": "schema:numberOfAccommodationUnits"
|
|
5784
|
+
},
|
|
5194
5785
|
"numberOfAirbags": {
|
|
5195
5786
|
"@id": "schema:numberOfAirbags"
|
|
5196
5787
|
},
|
|
5788
|
+
"numberOfAvailableAccommodationUnits": {
|
|
5789
|
+
"@id": "schema:numberOfAvailableAccommodationUnits"
|
|
5790
|
+
},
|
|
5197
5791
|
"numberOfAxles": {
|
|
5198
5792
|
"@id": "schema:numberOfAxles"
|
|
5199
5793
|
},
|
|
5794
|
+
"numberOfBathroomsTotal": {
|
|
5795
|
+
"@id": "schema:numberOfBathroomsTotal"
|
|
5796
|
+
},
|
|
5200
5797
|
"numberOfBeds": {
|
|
5201
5798
|
"@id": "schema:numberOfBeds"
|
|
5202
5799
|
},
|
|
5800
|
+
"numberOfCredits": {
|
|
5801
|
+
"@id": "schema:numberOfCredits"
|
|
5802
|
+
},
|
|
5203
5803
|
"numberOfDoors": {
|
|
5204
5804
|
"@id": "schema:numberOfDoors"
|
|
5205
5805
|
},
|
|
@@ -5212,6 +5812,9 @@
|
|
|
5212
5812
|
"numberOfForwardGears": {
|
|
5213
5813
|
"@id": "schema:numberOfForwardGears"
|
|
5214
5814
|
},
|
|
5815
|
+
"numberOfFullBathrooms": {
|
|
5816
|
+
"@id": "schema:numberOfFullBathrooms"
|
|
5817
|
+
},
|
|
5215
5818
|
"numberOfItems": {
|
|
5216
5819
|
"@id": "schema:numberOfItems"
|
|
5217
5820
|
},
|
|
@@ -5221,6 +5824,9 @@
|
|
|
5221
5824
|
"numberOfPages": {
|
|
5222
5825
|
"@id": "schema:numberOfPages"
|
|
5223
5826
|
},
|
|
5827
|
+
"numberOfPartialBathrooms": {
|
|
5828
|
+
"@id": "schema:numberOfPartialBathrooms"
|
|
5829
|
+
},
|
|
5224
5830
|
"numberOfPlayers": {
|
|
5225
5831
|
"@id": "schema:numberOfPlayers"
|
|
5226
5832
|
},
|
|
@@ -5242,12 +5848,25 @@
|
|
|
5242
5848
|
"object": {
|
|
5243
5849
|
"@id": "schema:object"
|
|
5244
5850
|
},
|
|
5851
|
+
"observationDate": {
|
|
5852
|
+
"@id": "schema:observationDate",
|
|
5853
|
+
"@type": "DateTime"
|
|
5854
|
+
},
|
|
5855
|
+
"observedNode": {
|
|
5856
|
+
"@id": "schema:observedNode"
|
|
5857
|
+
},
|
|
5245
5858
|
"occupancy": {
|
|
5246
5859
|
"@id": "schema:occupancy"
|
|
5247
5860
|
},
|
|
5861
|
+
"occupationLocation": {
|
|
5862
|
+
"@id": "schema:occupationLocation"
|
|
5863
|
+
},
|
|
5248
5864
|
"occupationalCategory": {
|
|
5249
5865
|
"@id": "schema:occupationalCategory"
|
|
5250
5866
|
},
|
|
5867
|
+
"occupationalCredentialAwarded": {
|
|
5868
|
+
"@id": "schema:occupationalCredentialAwarded"
|
|
5869
|
+
},
|
|
5251
5870
|
"offerCount": {
|
|
5252
5871
|
"@id": "schema:offerCount"
|
|
5253
5872
|
},
|
|
@@ -5280,7 +5899,7 @@
|
|
|
5280
5899
|
},
|
|
5281
5900
|
"orderDate": {
|
|
5282
5901
|
"@id": "schema:orderDate",
|
|
5283
|
-
"@type": "
|
|
5902
|
+
"@type": "Date"
|
|
5284
5903
|
},
|
|
5285
5904
|
"orderDelivery": {
|
|
5286
5905
|
"@id": "schema:orderDelivery"
|
|
@@ -5332,6 +5951,9 @@
|
|
|
5332
5951
|
"@id": "schema:ownedThrough",
|
|
5333
5952
|
"@type": "DateTime"
|
|
5334
5953
|
},
|
|
5954
|
+
"ownershipFundingInfo": {
|
|
5955
|
+
"@id": "schema:ownershipFundingInfo"
|
|
5956
|
+
},
|
|
5335
5957
|
"owns": {
|
|
5336
5958
|
"@id": "schema:owns"
|
|
5337
5959
|
},
|
|
@@ -5380,6 +6002,9 @@
|
|
|
5380
6002
|
"partOfTVSeries": {
|
|
5381
6003
|
"@id": "schema:partOfTVSeries"
|
|
5382
6004
|
},
|
|
6005
|
+
"partOfTrip": {
|
|
6006
|
+
"@id": "schema:partOfTrip"
|
|
6007
|
+
},
|
|
5383
6008
|
"participant": {
|
|
5384
6009
|
"@id": "schema:participant"
|
|
5385
6010
|
},
|
|
@@ -5407,7 +6032,7 @@
|
|
|
5407
6032
|
},
|
|
5408
6033
|
"paymentDueDate": {
|
|
5409
6034
|
"@id": "schema:paymentDueDate",
|
|
5410
|
-
"@type": "
|
|
6035
|
+
"@type": "Date"
|
|
5411
6036
|
},
|
|
5412
6037
|
"paymentMethod": {
|
|
5413
6038
|
"@id": "schema:paymentMethod"
|
|
@@ -5425,6 +6050,21 @@
|
|
|
5425
6050
|
"penciler": {
|
|
5426
6051
|
"@id": "schema:penciler"
|
|
5427
6052
|
},
|
|
6053
|
+
"percentile10": {
|
|
6054
|
+
"@id": "schema:percentile10"
|
|
6055
|
+
},
|
|
6056
|
+
"percentile25": {
|
|
6057
|
+
"@id": "schema:percentile25"
|
|
6058
|
+
},
|
|
6059
|
+
"percentile75": {
|
|
6060
|
+
"@id": "schema:percentile75"
|
|
6061
|
+
},
|
|
6062
|
+
"percentile90": {
|
|
6063
|
+
"@id": "schema:percentile90"
|
|
6064
|
+
},
|
|
6065
|
+
"performTime": {
|
|
6066
|
+
"@id": "schema:performTime"
|
|
6067
|
+
},
|
|
5428
6068
|
"performer": {
|
|
5429
6069
|
"@id": "schema:performer"
|
|
5430
6070
|
},
|
|
@@ -5452,12 +6092,18 @@
|
|
|
5452
6092
|
"phase": {
|
|
5453
6093
|
"@id": "schema:phase"
|
|
5454
6094
|
},
|
|
6095
|
+
"phoneticText": {
|
|
6096
|
+
"@id": "schema:phoneticText"
|
|
6097
|
+
},
|
|
5455
6098
|
"photo": {
|
|
5456
6099
|
"@id": "schema:photo"
|
|
5457
6100
|
},
|
|
5458
6101
|
"photos": {
|
|
5459
6102
|
"@id": "schema:photos"
|
|
5460
6103
|
},
|
|
6104
|
+
"physicalRequirement": {
|
|
6105
|
+
"@id": "schema:physicalRequirement"
|
|
6106
|
+
},
|
|
5461
6107
|
"physiologicalBenefits": {
|
|
5462
6108
|
"@id": "schema:physiologicalBenefits"
|
|
5463
6109
|
},
|
|
@@ -5483,6 +6129,9 @@
|
|
|
5483
6129
|
"population": {
|
|
5484
6130
|
"@id": "schema:population"
|
|
5485
6131
|
},
|
|
6132
|
+
"populationType": {
|
|
6133
|
+
"@id": "schema:populationType"
|
|
6134
|
+
},
|
|
5486
6135
|
"position": {
|
|
5487
6136
|
"@id": "schema:position"
|
|
5488
6137
|
},
|
|
@@ -5597,6 +6246,13 @@
|
|
|
5597
6246
|
"productID": {
|
|
5598
6247
|
"@id": "schema:productID"
|
|
5599
6248
|
},
|
|
6249
|
+
"productReturnDays": {
|
|
6250
|
+
"@id": "schema:productReturnDays"
|
|
6251
|
+
},
|
|
6252
|
+
"productReturnLink": {
|
|
6253
|
+
"@id": "schema:productReturnLink",
|
|
6254
|
+
"@type": "@id"
|
|
6255
|
+
},
|
|
5600
6256
|
"productSupported": {
|
|
5601
6257
|
"@id": "schema:productSupported"
|
|
5602
6258
|
},
|
|
@@ -5616,6 +6272,9 @@
|
|
|
5616
6272
|
"programName": {
|
|
5617
6273
|
"@id": "schema:programName"
|
|
5618
6274
|
},
|
|
6275
|
+
"programPrerequisites": {
|
|
6276
|
+
"@id": "schema:programPrerequisites"
|
|
6277
|
+
},
|
|
5619
6278
|
"programmingLanguage": {
|
|
5620
6279
|
"@id": "schema:programmingLanguage"
|
|
5621
6280
|
},
|
|
@@ -5623,8 +6282,7 @@
|
|
|
5623
6282
|
"@id": "schema:programmingModel"
|
|
5624
6283
|
},
|
|
5625
6284
|
"propertyID": {
|
|
5626
|
-
"@id": "schema:propertyID"
|
|
5627
|
-
"@type": "@id"
|
|
6285
|
+
"@id": "schema:propertyID"
|
|
5628
6286
|
},
|
|
5629
6287
|
"proprietaryName": {
|
|
5630
6288
|
"@id": "schema:proprietaryName"
|
|
@@ -5644,6 +6302,9 @@
|
|
|
5644
6302
|
"providesService": {
|
|
5645
6303
|
"@id": "schema:providesService"
|
|
5646
6304
|
},
|
|
6305
|
+
"publicAccess": {
|
|
6306
|
+
"@id": "schema:publicAccess"
|
|
6307
|
+
},
|
|
5647
6308
|
"publication": {
|
|
5648
6309
|
"@id": "schema:publication"
|
|
5649
6310
|
},
|
|
@@ -5691,6 +6352,9 @@
|
|
|
5691
6352
|
"ratingCount": {
|
|
5692
6353
|
"@id": "schema:ratingCount"
|
|
5693
6354
|
},
|
|
6355
|
+
"ratingExplanation": {
|
|
6356
|
+
"@id": "schema:ratingExplanation"
|
|
6357
|
+
},
|
|
5694
6358
|
"ratingValue": {
|
|
5695
6359
|
"@id": "schema:ratingValue"
|
|
5696
6360
|
},
|
|
@@ -5724,6 +6388,9 @@
|
|
|
5724
6388
|
"recipient": {
|
|
5725
6389
|
"@id": "schema:recipient"
|
|
5726
6390
|
},
|
|
6391
|
+
"recognizedBy": {
|
|
6392
|
+
"@id": "schema:recognizedBy"
|
|
6393
|
+
},
|
|
5727
6394
|
"recognizingAuthority": {
|
|
5728
6395
|
"@id": "schema:recognizingAuthority"
|
|
5729
6396
|
},
|
|
@@ -5757,6 +6424,9 @@
|
|
|
5757
6424
|
"referencesOrder": {
|
|
5758
6425
|
"@id": "schema:referencesOrder"
|
|
5759
6426
|
},
|
|
6427
|
+
"refundType": {
|
|
6428
|
+
"@id": "schema:refundType"
|
|
6429
|
+
},
|
|
5760
6430
|
"regionDrained": {
|
|
5761
6431
|
"@id": "schema:regionDrained"
|
|
5762
6432
|
},
|
|
@@ -5790,8 +6460,7 @@
|
|
|
5790
6460
|
"@type": "Date"
|
|
5791
6461
|
},
|
|
5792
6462
|
"releaseNotes": {
|
|
5793
|
-
"@id": "schema:releaseNotes"
|
|
5794
|
-
"@type": "@id"
|
|
6463
|
+
"@id": "schema:releaseNotes"
|
|
5795
6464
|
},
|
|
5796
6465
|
"releaseOf": {
|
|
5797
6466
|
"@id": "schema:releaseOf"
|
|
@@ -5799,6 +6468,9 @@
|
|
|
5799
6468
|
"releasedEvent": {
|
|
5800
6469
|
"@id": "schema:releasedEvent"
|
|
5801
6470
|
},
|
|
6471
|
+
"relevantOccupation": {
|
|
6472
|
+
"@id": "schema:relevantOccupation"
|
|
6473
|
+
},
|
|
5802
6474
|
"relevantSpecialty": {
|
|
5803
6475
|
"@id": "schema:relevantSpecialty"
|
|
5804
6476
|
},
|
|
@@ -5808,6 +6480,12 @@
|
|
|
5808
6480
|
"renegotiableLoan": {
|
|
5809
6481
|
"@id": "schema:renegotiableLoan"
|
|
5810
6482
|
},
|
|
6483
|
+
"repeatCount": {
|
|
6484
|
+
"@id": "schema:repeatCount"
|
|
6485
|
+
},
|
|
6486
|
+
"repeatFrequency": {
|
|
6487
|
+
"@id": "schema:repeatFrequency"
|
|
6488
|
+
},
|
|
5811
6489
|
"repetitions": {
|
|
5812
6490
|
"@id": "schema:repetitions"
|
|
5813
6491
|
},
|
|
@@ -5839,9 +6517,11 @@
|
|
|
5839
6517
|
"requiredMinAge": {
|
|
5840
6518
|
"@id": "schema:requiredMinAge"
|
|
5841
6519
|
},
|
|
6520
|
+
"requiredQuantity": {
|
|
6521
|
+
"@id": "schema:requiredQuantity"
|
|
6522
|
+
},
|
|
5842
6523
|
"requirements": {
|
|
5843
|
-
"@id": "schema:requirements"
|
|
5844
|
-
"@type": "@id"
|
|
6524
|
+
"@id": "schema:requirements"
|
|
5845
6525
|
},
|
|
5846
6526
|
"requiresSubscription": {
|
|
5847
6527
|
"@id": "schema:requiresSubscription"
|
|
@@ -5873,9 +6553,18 @@
|
|
|
5873
6553
|
"resultReview": {
|
|
5874
6554
|
"@id": "schema:resultReview"
|
|
5875
6555
|
},
|
|
6556
|
+
"returnFees": {
|
|
6557
|
+
"@id": "schema:returnFees"
|
|
6558
|
+
},
|
|
6559
|
+
"returnPolicyCategory": {
|
|
6560
|
+
"@id": "schema:returnPolicyCategory"
|
|
6561
|
+
},
|
|
5876
6562
|
"review": {
|
|
5877
6563
|
"@id": "schema:review"
|
|
5878
6564
|
},
|
|
6565
|
+
"reviewAspect": {
|
|
6566
|
+
"@id": "schema:reviewAspect"
|
|
6567
|
+
},
|
|
5879
6568
|
"reviewBody": {
|
|
5880
6569
|
"@id": "schema:reviewBody"
|
|
5881
6570
|
},
|
|
@@ -5898,8 +6587,7 @@
|
|
|
5898
6587
|
"@id": "schema:risks"
|
|
5899
6588
|
},
|
|
5900
6589
|
"roleName": {
|
|
5901
|
-
"@id": "schema:roleName"
|
|
5902
|
-
"@type": "@id"
|
|
6590
|
+
"@id": "schema:roleName"
|
|
5903
6591
|
},
|
|
5904
6592
|
"roofLoad": {
|
|
5905
6593
|
"@id": "schema:roofLoad"
|
|
@@ -5925,6 +6613,9 @@
|
|
|
5925
6613
|
"salaryCurrency": {
|
|
5926
6614
|
"@id": "schema:salaryCurrency"
|
|
5927
6615
|
},
|
|
6616
|
+
"salaryUponCompletion": {
|
|
6617
|
+
"@id": "schema:salaryUponCompletion"
|
|
6618
|
+
},
|
|
5928
6619
|
"sameAs": {
|
|
5929
6620
|
"@id": "schema:sameAs",
|
|
5930
6621
|
"@type": "@id"
|
|
@@ -5935,6 +6626,9 @@
|
|
|
5935
6626
|
"saturatedFatContent": {
|
|
5936
6627
|
"@id": "schema:saturatedFatContent"
|
|
5937
6628
|
},
|
|
6629
|
+
"scheduleTimezone": {
|
|
6630
|
+
"@id": "schema:scheduleTimezone"
|
|
6631
|
+
},
|
|
5938
6632
|
"scheduledPaymentDate": {
|
|
5939
6633
|
"@id": "schema:scheduledPaymentDate",
|
|
5940
6634
|
"@type": "Date"
|
|
@@ -5944,8 +6638,7 @@
|
|
|
5944
6638
|
"@type": "DateTime"
|
|
5945
6639
|
},
|
|
5946
6640
|
"schemaVersion": {
|
|
5947
|
-
"@id": "schema:schemaVersion"
|
|
5948
|
-
"@type": "@id"
|
|
6641
|
+
"@id": "schema:schemaVersion"
|
|
5949
6642
|
},
|
|
5950
6643
|
"screenCount": {
|
|
5951
6644
|
"@id": "schema:screenCount"
|
|
@@ -5954,8 +6647,20 @@
|
|
|
5954
6647
|
"@id": "schema:screenshot",
|
|
5955
6648
|
"@type": "@id"
|
|
5956
6649
|
},
|
|
6650
|
+
"sdDatePublished": {
|
|
6651
|
+
"@id": "schema:sdDatePublished",
|
|
6652
|
+
"@type": "Date"
|
|
6653
|
+
},
|
|
6654
|
+
"sdLicense": {
|
|
6655
|
+
"@id": "schema:sdLicense",
|
|
6656
|
+
"@type": "@id"
|
|
6657
|
+
},
|
|
6658
|
+
"sdPublisher": {
|
|
6659
|
+
"@id": "schema:sdPublisher"
|
|
6660
|
+
},
|
|
5957
6661
|
"season": {
|
|
5958
|
-
"@id": "schema:season"
|
|
6662
|
+
"@id": "schema:season",
|
|
6663
|
+
"@type": "@id"
|
|
5959
6664
|
},
|
|
5960
6665
|
"seasonNumber": {
|
|
5961
6666
|
"@id": "schema:seasonNumber"
|
|
@@ -5981,6 +6686,9 @@
|
|
|
5981
6686
|
"secondaryPrevention": {
|
|
5982
6687
|
"@id": "schema:secondaryPrevention"
|
|
5983
6688
|
},
|
|
6689
|
+
"securityClearanceRequirement": {
|
|
6690
|
+
"@id": "schema:securityClearanceRequirement"
|
|
6691
|
+
},
|
|
5984
6692
|
"securityScreening": {
|
|
5985
6693
|
"@id": "schema:securityScreening"
|
|
5986
6694
|
},
|
|
@@ -5993,6 +6701,9 @@
|
|
|
5993
6701
|
"sender": {
|
|
5994
6702
|
"@id": "schema:sender"
|
|
5995
6703
|
},
|
|
6704
|
+
"sensoryRequirement": {
|
|
6705
|
+
"@id": "schema:sensoryRequirement"
|
|
6706
|
+
},
|
|
5996
6707
|
"sensoryUnit": {
|
|
5997
6708
|
"@id": "schema:sensoryUnit"
|
|
5998
6709
|
},
|
|
@@ -6074,6 +6785,9 @@
|
|
|
6074
6785
|
"sku": {
|
|
6075
6786
|
"@id": "schema:sku"
|
|
6076
6787
|
},
|
|
6788
|
+
"slogan": {
|
|
6789
|
+
"@id": "schema:slogan"
|
|
6790
|
+
},
|
|
6077
6791
|
"smokingAllowed": {
|
|
6078
6792
|
"@id": "schema:smokingAllowed"
|
|
6079
6793
|
},
|
|
@@ -6087,8 +6801,7 @@
|
|
|
6087
6801
|
"@id": "schema:softwareHelp"
|
|
6088
6802
|
},
|
|
6089
6803
|
"softwareRequirements": {
|
|
6090
|
-
"@id": "schema:softwareRequirements"
|
|
6091
|
-
"@type": "@id"
|
|
6804
|
+
"@id": "schema:softwareRequirements"
|
|
6092
6805
|
},
|
|
6093
6806
|
"softwareVersion": {
|
|
6094
6807
|
"@id": "schema:softwareVersion"
|
|
@@ -6121,6 +6834,9 @@
|
|
|
6121
6834
|
"specialty": {
|
|
6122
6835
|
"@id": "schema:specialty"
|
|
6123
6836
|
},
|
|
6837
|
+
"speechToTextMarkup": {
|
|
6838
|
+
"@id": "schema:speechToTextMarkup"
|
|
6839
|
+
},
|
|
6124
6840
|
"speed": {
|
|
6125
6841
|
"@id": "schema:speed"
|
|
6126
6842
|
},
|
|
@@ -6131,8 +6847,7 @@
|
|
|
6131
6847
|
"@id": "schema:sponsor"
|
|
6132
6848
|
},
|
|
6133
6849
|
"sport": {
|
|
6134
|
-
"@id": "schema:sport"
|
|
6135
|
-
"@type": "@id"
|
|
6850
|
+
"@id": "schema:sport"
|
|
6136
6851
|
},
|
|
6137
6852
|
"sportsActivityLocation": {
|
|
6138
6853
|
"@id": "schema:sportsActivityLocation"
|
|
@@ -6159,6 +6874,9 @@
|
|
|
6159
6874
|
"@id": "schema:startDate",
|
|
6160
6875
|
"@type": "Date"
|
|
6161
6876
|
},
|
|
6877
|
+
"startOffset": {
|
|
6878
|
+
"@id": "schema:startOffset"
|
|
6879
|
+
},
|
|
6162
6880
|
"startTime": {
|
|
6163
6881
|
"@id": "schema:startTime",
|
|
6164
6882
|
"@type": "DateTime"
|
|
@@ -6169,12 +6887,17 @@
|
|
|
6169
6887
|
"steeringPosition": {
|
|
6170
6888
|
"@id": "schema:steeringPosition"
|
|
6171
6889
|
},
|
|
6890
|
+
"step": {
|
|
6891
|
+
"@id": "schema:step"
|
|
6892
|
+
},
|
|
6172
6893
|
"stepValue": {
|
|
6173
6894
|
"@id": "schema:stepValue"
|
|
6174
6895
|
},
|
|
6896
|
+
"steps": {
|
|
6897
|
+
"@id": "schema:steps"
|
|
6898
|
+
},
|
|
6175
6899
|
"storageRequirements": {
|
|
6176
|
-
"@id": "schema:storageRequirements"
|
|
6177
|
-
"@type": "@id"
|
|
6900
|
+
"@id": "schema:storageRequirements"
|
|
6178
6901
|
},
|
|
6179
6902
|
"streetAddress": {
|
|
6180
6903
|
"@id": "schema:streetAddress"
|
|
@@ -6224,6 +6947,12 @@
|
|
|
6224
6947
|
"subTest": {
|
|
6225
6948
|
"@id": "schema:subTest"
|
|
6226
6949
|
},
|
|
6950
|
+
"subTrip": {
|
|
6951
|
+
"@id": "schema:subTrip"
|
|
6952
|
+
},
|
|
6953
|
+
"subjectOf": {
|
|
6954
|
+
"@id": "schema:subjectOf"
|
|
6955
|
+
},
|
|
6227
6956
|
"subtitleLanguage": {
|
|
6228
6957
|
"@id": "schema:subtitleLanguage"
|
|
6229
6958
|
},
|
|
@@ -6257,6 +6986,9 @@
|
|
|
6257
6986
|
"supersededBy": {
|
|
6258
6987
|
"@id": "schema:supersededBy"
|
|
6259
6988
|
},
|
|
6989
|
+
"supply": {
|
|
6990
|
+
"@id": "schema:supply"
|
|
6991
|
+
},
|
|
6260
6992
|
"supplyTo": {
|
|
6261
6993
|
"@id": "schema:supplyTo"
|
|
6262
6994
|
},
|
|
@@ -6264,8 +6996,7 @@
|
|
|
6264
6996
|
"@id": "schema:supportingData"
|
|
6265
6997
|
},
|
|
6266
6998
|
"surface": {
|
|
6267
|
-
"@id": "schema:surface"
|
|
6268
|
-
"@type": "@id"
|
|
6999
|
+
"@id": "schema:surface"
|
|
6269
7000
|
},
|
|
6270
7001
|
"target": {
|
|
6271
7002
|
"@id": "schema:target"
|
|
@@ -6299,20 +7030,29 @@
|
|
|
6299
7030
|
"@id": "schema:telephone"
|
|
6300
7031
|
},
|
|
6301
7032
|
"temporal": {
|
|
6302
|
-
"@id": "schema:temporal"
|
|
6303
|
-
"@type": "DateTime"
|
|
7033
|
+
"@id": "schema:temporal"
|
|
6304
7034
|
},
|
|
6305
7035
|
"temporalCoverage": {
|
|
6306
|
-
"@id": "schema:temporalCoverage"
|
|
6307
|
-
|
|
7036
|
+
"@id": "schema:temporalCoverage"
|
|
7037
|
+
},
|
|
7038
|
+
"termCode": {
|
|
7039
|
+
"@id": "schema:termCode"
|
|
7040
|
+
},
|
|
7041
|
+
"termDuration": {
|
|
7042
|
+
"@id": "schema:termDuration"
|
|
6308
7043
|
},
|
|
6309
7044
|
"termsOfService": {
|
|
6310
|
-
"@id": "schema:termsOfService"
|
|
6311
|
-
|
|
7045
|
+
"@id": "schema:termsOfService"
|
|
7046
|
+
},
|
|
7047
|
+
"termsPerYear": {
|
|
7048
|
+
"@id": "schema:termsPerYear"
|
|
6312
7049
|
},
|
|
6313
7050
|
"text": {
|
|
6314
7051
|
"@id": "schema:text"
|
|
6315
7052
|
},
|
|
7053
|
+
"textValue": {
|
|
7054
|
+
"@id": "schema:textValue"
|
|
7055
|
+
},
|
|
6316
7056
|
"thumbnail": {
|
|
6317
7057
|
"@id": "schema:thumbnail"
|
|
6318
7058
|
},
|
|
@@ -6327,15 +7067,20 @@
|
|
|
6327
7067
|
"@id": "schema:ticketNumber"
|
|
6328
7068
|
},
|
|
6329
7069
|
"ticketToken": {
|
|
6330
|
-
"@id": "schema:ticketToken"
|
|
6331
|
-
"@type": "@id"
|
|
7070
|
+
"@id": "schema:ticketToken"
|
|
6332
7071
|
},
|
|
6333
7072
|
"ticketedSeat": {
|
|
6334
7073
|
"@id": "schema:ticketedSeat"
|
|
6335
7074
|
},
|
|
7075
|
+
"timeOfDay": {
|
|
7076
|
+
"@id": "schema:timeOfDay"
|
|
7077
|
+
},
|
|
6336
7078
|
"timeRequired": {
|
|
6337
7079
|
"@id": "schema:timeRequired"
|
|
6338
7080
|
},
|
|
7081
|
+
"timeToComplete": {
|
|
7082
|
+
"@id": "schema:timeToComplete"
|
|
7083
|
+
},
|
|
6339
7084
|
"tissueSample": {
|
|
6340
7085
|
"@id": "schema:tissueSample"
|
|
6341
7086
|
},
|
|
@@ -6345,12 +7090,21 @@
|
|
|
6345
7090
|
"toLocation": {
|
|
6346
7091
|
"@id": "schema:toLocation"
|
|
6347
7092
|
},
|
|
7093
|
+
"toRecipient": {
|
|
7094
|
+
"@id": "schema:toRecipient"
|
|
7095
|
+
},
|
|
6348
7096
|
"tongueWeight": {
|
|
6349
7097
|
"@id": "schema:tongueWeight"
|
|
6350
7098
|
},
|
|
7099
|
+
"tool": {
|
|
7100
|
+
"@id": "schema:tool"
|
|
7101
|
+
},
|
|
6351
7102
|
"torque": {
|
|
6352
7103
|
"@id": "schema:torque"
|
|
6353
7104
|
},
|
|
7105
|
+
"totalJobOpenings": {
|
|
7106
|
+
"@id": "schema:totalJobOpenings"
|
|
7107
|
+
},
|
|
6354
7108
|
"totalPaymentDue": {
|
|
6355
7109
|
"@id": "schema:totalPaymentDue"
|
|
6356
7110
|
},
|
|
@@ -6360,6 +7114,9 @@
|
|
|
6360
7114
|
"totalTime": {
|
|
6361
7115
|
"@id": "schema:totalTime"
|
|
6362
7116
|
},
|
|
7117
|
+
"touristType": {
|
|
7118
|
+
"@id": "schema:touristType"
|
|
7119
|
+
},
|
|
6363
7120
|
"track": {
|
|
6364
7121
|
"@id": "schema:track"
|
|
6365
7122
|
},
|
|
@@ -6385,6 +7142,9 @@
|
|
|
6385
7142
|
"trainNumber": {
|
|
6386
7143
|
"@id": "schema:trainNumber"
|
|
6387
7144
|
},
|
|
7145
|
+
"trainingSalary": {
|
|
7146
|
+
"@id": "schema:trainingSalary"
|
|
7147
|
+
},
|
|
6388
7148
|
"transFatContent": {
|
|
6389
7149
|
"@id": "schema:transFatContent"
|
|
6390
7150
|
},
|
|
@@ -6415,6 +7175,9 @@
|
|
|
6415
7175
|
"typicalAgeRange": {
|
|
6416
7176
|
"@id": "schema:typicalAgeRange"
|
|
6417
7177
|
},
|
|
7178
|
+
"typicalCreditsPerTerm": {
|
|
7179
|
+
"@id": "schema:typicalCreditsPerTerm"
|
|
7180
|
+
},
|
|
6418
7181
|
"typicalTest": {
|
|
6419
7182
|
"@id": "schema:typicalTest"
|
|
6420
7183
|
},
|
|
@@ -6422,12 +7185,15 @@
|
|
|
6422
7185
|
"@id": "schema:underName"
|
|
6423
7186
|
},
|
|
6424
7187
|
"unitCode": {
|
|
6425
|
-
"@id": "schema:unitCode"
|
|
6426
|
-
"@type": "@id"
|
|
7188
|
+
"@id": "schema:unitCode"
|
|
6427
7189
|
},
|
|
6428
7190
|
"unitText": {
|
|
6429
7191
|
"@id": "schema:unitText"
|
|
6430
7192
|
},
|
|
7193
|
+
"unnamedSourcesPolicy": {
|
|
7194
|
+
"@id": "schema:unnamedSourcesPolicy",
|
|
7195
|
+
"@type": "@id"
|
|
7196
|
+
},
|
|
6431
7197
|
"unsaturatedFatContent": {
|
|
6432
7198
|
"@id": "schema:unsaturatedFatContent"
|
|
6433
7199
|
},
|
|
@@ -6455,22 +7221,21 @@
|
|
|
6455
7221
|
"@id": "schema:usesDevice"
|
|
6456
7222
|
},
|
|
6457
7223
|
"usesHealthPlanIdStandard": {
|
|
6458
|
-
"@id": "schema:usesHealthPlanIdStandard"
|
|
6459
|
-
"@type": "@id"
|
|
7224
|
+
"@id": "schema:usesHealthPlanIdStandard"
|
|
6460
7225
|
},
|
|
6461
7226
|
"validFor": {
|
|
6462
7227
|
"@id": "schema:validFor"
|
|
6463
7228
|
},
|
|
6464
7229
|
"validFrom": {
|
|
6465
7230
|
"@id": "schema:validFrom",
|
|
6466
|
-
"@type": "
|
|
7231
|
+
"@type": "Date"
|
|
6467
7232
|
},
|
|
6468
7233
|
"validIn": {
|
|
6469
7234
|
"@id": "schema:validIn"
|
|
6470
7235
|
},
|
|
6471
7236
|
"validThrough": {
|
|
6472
7237
|
"@id": "schema:validThrough",
|
|
6473
|
-
"@type": "
|
|
7238
|
+
"@type": "Date"
|
|
6474
7239
|
},
|
|
6475
7240
|
"validUntil": {
|
|
6476
7241
|
"@id": "schema:validUntil",
|
|
@@ -6538,12 +7303,15 @@
|
|
|
6538
7303
|
"@id": "schema:vehicleSpecialUsage"
|
|
6539
7304
|
},
|
|
6540
7305
|
"vehicleTransmission": {
|
|
6541
|
-
"@id": "schema:vehicleTransmission"
|
|
6542
|
-
"@type": "@id"
|
|
7306
|
+
"@id": "schema:vehicleTransmission"
|
|
6543
7307
|
},
|
|
6544
7308
|
"vendor": {
|
|
6545
7309
|
"@id": "schema:vendor"
|
|
6546
7310
|
},
|
|
7311
|
+
"verificationFactCheckingPolicy": {
|
|
7312
|
+
"@id": "schema:verificationFactCheckingPolicy",
|
|
7313
|
+
"@type": "@id"
|
|
7314
|
+
},
|
|
6547
7315
|
"version": {
|
|
6548
7316
|
"@id": "schema:version"
|
|
6549
7317
|
},
|
|
@@ -6563,8 +7331,7 @@
|
|
|
6563
7331
|
"@id": "schema:volumeNumber"
|
|
6564
7332
|
},
|
|
6565
7333
|
"warning": {
|
|
6566
|
-
"@id": "schema:warning"
|
|
6567
|
-
"@type": "@id"
|
|
7334
|
+
"@id": "schema:warning"
|
|
6568
7335
|
},
|
|
6569
7336
|
"warranty": {
|
|
6570
7337
|
"@id": "schema:warranty"
|
|
@@ -6579,6 +7346,10 @@
|
|
|
6579
7346
|
"@id": "schema:webCheckinTime",
|
|
6580
7347
|
"@type": "DateTime"
|
|
6581
7348
|
},
|
|
7349
|
+
"webFeed": {
|
|
7350
|
+
"@id": "schema:webFeed",
|
|
7351
|
+
"@type": "@id"
|
|
7352
|
+
},
|
|
6582
7353
|
"weight": {
|
|
6583
7354
|
"@id": "schema:weight"
|
|
6584
7355
|
},
|
|
@@ -6630,11 +7401,77 @@
|
|
|
6630
7401
|
"xpath": {
|
|
6631
7402
|
"@id": "schema:xpath"
|
|
6632
7403
|
},
|
|
7404
|
+
"yearBuilt": {
|
|
7405
|
+
"@id": "schema:yearBuilt"
|
|
7406
|
+
},
|
|
6633
7407
|
"yearlyRevenue": {
|
|
6634
7408
|
"@id": "schema:yearlyRevenue"
|
|
6635
7409
|
},
|
|
6636
7410
|
"yearsInOperation": {
|
|
6637
7411
|
"@id": "schema:yearsInOperation"
|
|
7412
|
+
},
|
|
7413
|
+
"yield": {
|
|
7414
|
+
"@id": "schema:yield"
|
|
7415
|
+
},
|
|
7416
|
+
"http://publications.europa.eu/mdr/eli/index.html": {
|
|
7417
|
+
"@id": "http://publications.europa.eu/mdr/eli/index.html"
|
|
7418
|
+
},
|
|
7419
|
+
"httpMethod": {
|
|
7420
|
+
"@id": "schema:httpMethod"
|
|
7421
|
+
},
|
|
7422
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group": {
|
|
7423
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"
|
|
7424
|
+
},
|
|
7425
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO": {
|
|
7426
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"
|
|
7427
|
+
},
|
|
7428
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF": {
|
|
7429
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF"
|
|
7430
|
+
},
|
|
7431
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it": {
|
|
7432
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it"
|
|
7433
|
+
},
|
|
7434
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ": {
|
|
7435
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"
|
|
7436
|
+
},
|
|
7437
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism": {
|
|
7438
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism"
|
|
7439
|
+
},
|
|
7440
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass": {
|
|
7441
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass"
|
|
7442
|
+
},
|
|
7443
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass": {
|
|
7444
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass"
|
|
7445
|
+
},
|
|
7446
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass": {
|
|
7447
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"
|
|
7448
|
+
},
|
|
7449
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms": {
|
|
7450
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"
|
|
7451
|
+
},
|
|
7452
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass": {
|
|
7453
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass"
|
|
7454
|
+
},
|
|
7455
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange": {
|
|
7456
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange"
|
|
7457
|
+
},
|
|
7458
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc": {
|
|
7459
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc"
|
|
7460
|
+
},
|
|
7461
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex": {
|
|
7462
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"
|
|
7463
|
+
},
|
|
7464
|
+
"http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews": {
|
|
7465
|
+
"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"
|
|
7466
|
+
},
|
|
7467
|
+
"https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology": {
|
|
7468
|
+
"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"
|
|
7469
|
+
},
|
|
7470
|
+
"https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP": {
|
|
7471
|
+
"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP"
|
|
7472
|
+
},
|
|
7473
|
+
"https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws": {
|
|
7474
|
+
"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws"
|
|
6638
7475
|
}
|
|
6639
7476
|
}
|
|
6640
|
-
}
|
|
7477
|
+
}
|