rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/iiif.rb
CHANGED
@@ -3,320 +3,181 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://iiif.io/api/presentation/2#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://iiif.io/api/presentation/2#>
|
8
|
-
# #
|
9
|
-
# # @version 2015-12-13 23:00:00Z
|
10
|
-
# class IIIF < RDF::StrictVocabulary
|
11
|
-
# # AnnotationLists are an ordered list of Annotation objects. Typically all Annnotations in a list target the same Canvas
|
12
|
-
# # @return [RDF::Vocabulary::Term]
|
13
|
-
# attr_reader :AnnotationList
|
14
|
-
#
|
15
|
-
# # The canvas represents an individual page or view and acts as a central point for laying out the different content resources that make up the display.
|
16
|
-
# # @return [RDF::Vocabulary::Term]
|
17
|
-
# attr_reader :Canvas
|
18
|
-
#
|
19
|
-
# # Collections are used to list the manifests available for viewing, and to describe the structures, hierarchies or collections that the physical objects are part of.
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :Collection
|
22
|
-
#
|
23
|
-
# # Layers are lists of AnnotationLists to group them together, for example to create the set of lists that make up a particular translation/edition of a text
|
24
|
-
# # @return [RDF::Vocabulary::Term]
|
25
|
-
# attr_reader :Layer
|
26
|
-
#
|
27
|
-
# # The manifest resource represents a single object and any intellectual work or works embodied within that object
|
28
|
-
# # @return [RDF::Vocabulary::Term]
|
29
|
-
# attr_reader :Manifest
|
30
|
-
#
|
31
|
-
# # Ranges describe additional structure within an object, such as newspaper articles that span pages, the range of non-content-bearing pages at the beginning of a work, or chapters within a book
|
32
|
-
# # @return [RDF::Vocabulary::Term]
|
33
|
-
# attr_reader :Range
|
34
|
-
#
|
35
|
-
# # The sequence conveys the ordering of the views of the object.
|
36
|
-
# # @return [RDF::Vocabulary::Term]
|
37
|
-
# attr_reader :Sequence
|
38
|
-
#
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :ViewingDirection
|
41
|
-
#
|
42
|
-
# # @return [RDF::Vocabulary::Term]
|
43
|
-
# attr_reader :ViewingHint
|
44
|
-
#
|
45
|
-
# # Used to group annotations together in an area of a Canvas, for example to model columns, foldouts or palimpsests; Note that Zones are not currently used in the IIIF Presentation API.
|
46
|
-
# # @return [RDF::Vocabulary::Term]
|
47
|
-
# attr_reader :Zone
|
48
|
-
#
|
49
|
-
# # A string containing an attribution description that must be displayed when using the resource
|
50
|
-
# # @return [RDF::Vocabulary::Term]
|
51
|
-
# attr_reader :attributionLabel
|
52
|
-
#
|
53
|
-
# # @return [RDF::Vocabulary::Term]
|
54
|
-
# attr_reader :hasAnnotations
|
55
|
-
#
|
56
|
-
# # @return [RDF::Vocabulary::Term]
|
57
|
-
# attr_reader :hasCanvases
|
58
|
-
#
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :hasCollections
|
61
|
-
#
|
62
|
-
# # A link from a Range to a Layer that provides the content resources of that Range
|
63
|
-
# # @return [RDF::Vocabulary::Term]
|
64
|
-
# attr_reader :hasContentLayer
|
65
|
-
#
|
66
|
-
# # @return [RDF::Vocabulary::Term]
|
67
|
-
# attr_reader :hasImageAnnotations
|
68
|
-
#
|
69
|
-
# # @return [RDF::Vocabulary::Term]
|
70
|
-
# attr_reader :hasLists
|
71
|
-
#
|
72
|
-
# # @return [RDF::Vocabulary::Term]
|
73
|
-
# attr_reader :hasManifests
|
74
|
-
#
|
75
|
-
# # @return [RDF::Vocabulary::Term]
|
76
|
-
# attr_reader :hasRanges
|
77
|
-
#
|
78
|
-
# # @return [RDF::Vocabulary::Term]
|
79
|
-
# attr_reader :hasSequences
|
80
|
-
#
|
81
|
-
# # A link from a Manifest or Sequence to the Canvas that the rendering agent should initialize their view with.
|
82
|
-
# # @return [RDF::Vocabulary::Term]
|
83
|
-
# attr_reader :hasStartCanvas
|
84
|
-
#
|
85
|
-
# # An rdf:List of label/value pairs providing descriptive metadata about the resource, intended for human audience
|
86
|
-
# # @return [RDF::Vocabulary::Term]
|
87
|
-
# attr_reader :metadataLabels
|
88
|
-
#
|
89
|
-
# # References the sc:ViewingDirection that defines the direction that the resource should be viewed in
|
90
|
-
# # @return [RDF::Vocabulary::Term]
|
91
|
-
# attr_reader :viewingDirection
|
92
|
-
#
|
93
|
-
# # A hint to a user agent as to how to render the resource
|
94
|
-
# # @return [RDF::Vocabulary::Term]
|
95
|
-
# attr_reader :viewingHint
|
96
|
-
#
|
97
|
-
# # Bottom-to-Top Viewing Direction
|
98
|
-
# # @return [RDF::Vocabulary::Term]
|
99
|
-
# attr_reader :bottomToTopDirection
|
100
|
-
#
|
101
|
-
# # Each canvas represents a segment of a continuous object such as a long scroll
|
102
|
-
# # @return [RDF::Vocabulary::Term]
|
103
|
-
# attr_reader :continuousHint
|
104
|
-
#
|
105
|
-
# # Canvases with this hint depict both parts of an opening.
|
106
|
-
# # @return [RDF::Vocabulary::Term]
|
107
|
-
# attr_reader :facingPagesHint
|
108
|
-
#
|
109
|
-
# # Each canvas represents a separate individual object, and should not have transitions
|
110
|
-
# # @return [RDF::Vocabulary::Term]
|
111
|
-
# attr_reader :individualsHint
|
112
|
-
#
|
113
|
-
# # Left-to-Right Viewing Direction
|
114
|
-
# # @return [RDF::Vocabulary::Term]
|
115
|
-
# attr_reader :leftToRightDirection
|
116
|
-
#
|
117
|
-
# # Collections with this hint consist of multiple manifests that each form part of a logical whole.
|
118
|
-
# # @return [RDF::Vocabulary::Term]
|
119
|
-
# attr_reader :multiPartHint
|
120
|
-
#
|
121
|
-
# # Viewing Hint that the Canvas MUST NOT be presented in a page turner
|
122
|
-
# # @return [RDF::Vocabulary::Term]
|
123
|
-
# attr_reader :nonPagedHint
|
124
|
-
#
|
125
|
-
# # Viewing Hint that object has canvases that represent pages that can be turned
|
126
|
-
# # @return [RDF::Vocabulary::Term]
|
127
|
-
# attr_reader :pagedHint
|
128
|
-
#
|
129
|
-
# # @return [RDF::Vocabulary::Term]
|
130
|
-
# attr_reader :painting
|
131
|
-
#
|
132
|
-
# # Right-to-Left Viewing Direction
|
133
|
-
# # @return [RDF::Vocabulary::Term]
|
134
|
-
# attr_reader :rightToLeftDirection
|
135
|
-
#
|
136
|
-
# # The topmost range in a nested hierarchy, such as a table of contents
|
137
|
-
# # @return [RDF::Vocabulary::Term]
|
138
|
-
# attr_reader :topHint
|
139
|
-
#
|
140
|
-
# # Top-to-Bottom Viewing Direction
|
141
|
-
# # @return [RDF::Vocabulary::Term]
|
142
|
-
# attr_reader :topToBottomDirection
|
143
|
-
#
|
144
|
-
# end
|
145
6
|
IIIF = Class.new(RDF::StrictVocabulary("http://iiif.io/api/presentation/2#")) do
|
146
7
|
|
147
8
|
# Ontology definition
|
148
9
|
ontology :"http://iiif.io/api/presentation/2#",
|
149
|
-
"owl
|
150
|
-
type: "owl
|
10
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2015-12-13 23:00:00Z".freeze,
|
11
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
151
12
|
|
152
13
|
# Class definitions
|
153
14
|
term :AnnotationList,
|
154
|
-
comment:
|
155
|
-
isDefinedBy: "iiif
|
15
|
+
comment: "AnnotationLists are an ordered list of Annotation objects. Typically all Annnotations in a list target the same Canvas".freeze,
|
16
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
156
17
|
label: "AnnotationList".freeze,
|
157
|
-
type: "
|
18
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
158
19
|
term :Canvas,
|
159
|
-
comment:
|
160
|
-
isDefinedBy: "iiif
|
20
|
+
comment: "The canvas represents an individual page or view and acts as a central point for laying out the different content resources that make up the display.".freeze,
|
21
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
161
22
|
label: "Canvas".freeze,
|
162
|
-
type: "
|
23
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
163
24
|
term :Collection,
|
164
|
-
comment:
|
165
|
-
isDefinedBy: "iiif
|
25
|
+
comment: "Collections are used to list the manifests available for viewing, and to describe the structures, hierarchies or collections that the physical objects are part of.".freeze,
|
26
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
166
27
|
label: "Collection".freeze,
|
167
|
-
type: "
|
28
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
168
29
|
term :Layer,
|
169
|
-
comment:
|
170
|
-
isDefinedBy: "iiif
|
30
|
+
comment: "Layers are lists of AnnotationLists to group them together, for example to create the set of lists that make up a particular translation/edition of a text".freeze,
|
31
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
171
32
|
label: "Layer".freeze,
|
172
|
-
type: "
|
33
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
173
34
|
term :Manifest,
|
174
|
-
comment:
|
175
|
-
isDefinedBy: "iiif
|
35
|
+
comment: "The manifest resource represents a single object and any intellectual work or works embodied within that object".freeze,
|
36
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
176
37
|
label: "Manifest".freeze,
|
177
|
-
type: "
|
38
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
178
39
|
term :Range,
|
179
|
-
comment:
|
180
|
-
isDefinedBy: "iiif
|
40
|
+
comment: "Ranges describe additional structure within an object, such as newspaper articles that span pages, the range of non-content-bearing pages at the beginning of a work, or chapters within a book".freeze,
|
41
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
181
42
|
label: "Range".freeze,
|
182
|
-
type: "
|
43
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
183
44
|
term :Sequence,
|
184
|
-
comment:
|
185
|
-
isDefinedBy: "iiif
|
45
|
+
comment: "The sequence conveys the ordering of the views of the object.".freeze,
|
46
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
186
47
|
label: "Sequence".freeze,
|
187
|
-
type: "
|
48
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
188
49
|
term :ViewingDirection,
|
189
|
-
isDefinedBy: "iiif
|
50
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
190
51
|
label: "ViewingDirection".freeze,
|
191
|
-
type: "
|
52
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
192
53
|
term :ViewingHint,
|
193
|
-
isDefinedBy: "iiif
|
54
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
194
55
|
label: "ViewingHint".freeze,
|
195
|
-
type: "
|
56
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
196
57
|
term :Zone,
|
197
|
-
comment:
|
198
|
-
isDefinedBy: "iiif
|
58
|
+
comment: "Used to group annotations together in an area of a Canvas, for example to model columns, foldouts or palimpsests; Note that Zones are not currently used in the IIIF Presentation API.".freeze,
|
59
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
199
60
|
label: "Zone".freeze,
|
200
|
-
subClassOf: "iiif
|
201
|
-
type: "
|
61
|
+
subClassOf: "http://iiif.io/api/presentation/2#Canvas".freeze,
|
62
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
202
63
|
|
203
64
|
# Property definitions
|
204
65
|
property :attributionLabel,
|
205
|
-
comment:
|
206
|
-
isDefinedBy: "iiif
|
66
|
+
comment: "A string containing an attribution description that must be displayed when using the resource".freeze,
|
67
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
207
68
|
label: "attributionLabel".freeze,
|
208
|
-
type: "rdf
|
69
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
209
70
|
property :hasAnnotations,
|
210
|
-
isDefinedBy: "iiif
|
71
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
211
72
|
label: "hasAnnotations".freeze,
|
212
|
-
range: "rdf
|
213
|
-
type: "rdf
|
73
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
74
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
214
75
|
property :hasCanvases,
|
215
|
-
isDefinedBy: "iiif
|
76
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
216
77
|
label: "hasCanvases".freeze,
|
217
|
-
range: "rdf
|
218
|
-
type: "rdf
|
78
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
79
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
219
80
|
property :hasCollections,
|
220
|
-
domain: "iiif
|
221
|
-
isDefinedBy: "iiif
|
81
|
+
domain: "http://iiif.io/api/presentation/2#Collection".freeze,
|
82
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
222
83
|
label: "hasCollections".freeze,
|
223
|
-
range: "rdf
|
224
|
-
type: "rdf
|
84
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
85
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
225
86
|
property :hasContentLayer,
|
226
|
-
comment:
|
227
|
-
domain: "iiif
|
228
|
-
isDefinedBy: "iiif
|
87
|
+
comment: "A link from a Range to a Layer that provides the content resources of that Range".freeze,
|
88
|
+
domain: "http://iiif.io/api/presentation/2#Range".freeze,
|
89
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
229
90
|
label: "hasContentLayer".freeze,
|
230
|
-
range: "iiif
|
231
|
-
type: "rdf
|
91
|
+
range: "http://iiif.io/api/presentation/2#Layer".freeze,
|
92
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
232
93
|
property :hasImageAnnotations,
|
233
|
-
isDefinedBy: "iiif
|
94
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
234
95
|
label: "hasImageAnnotations".freeze,
|
235
|
-
range: "rdf
|
236
|
-
subPropertyOf: "iiif
|
237
|
-
type: "rdf
|
96
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
97
|
+
subPropertyOf: "http://iiif.io/api/presentation/2#hasAnnotations".freeze,
|
98
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
238
99
|
property :hasLists,
|
239
|
-
isDefinedBy: "iiif
|
100
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
240
101
|
label: "hasLists".freeze,
|
241
|
-
range: "rdf
|
242
|
-
type: "rdf
|
102
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
103
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
243
104
|
property :hasManifests,
|
244
|
-
domain: "iiif
|
245
|
-
isDefinedBy: "iiif
|
105
|
+
domain: "http://iiif.io/api/presentation/2#Collection".freeze,
|
106
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
246
107
|
label: "hasManifests".freeze,
|
247
|
-
range: "rdf
|
248
|
-
type: "rdf
|
108
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
109
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
249
110
|
property :hasRanges,
|
250
|
-
isDefinedBy: "iiif
|
111
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
251
112
|
label: "hasRanges".freeze,
|
252
|
-
range: "rdf
|
253
|
-
type: "rdf
|
113
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
114
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
254
115
|
property :hasSequences,
|
255
|
-
domain: "iiif
|
256
|
-
isDefinedBy: "iiif
|
116
|
+
domain: "http://iiif.io/api/presentation/2#Manifest".freeze,
|
117
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
257
118
|
label: "hasSequences".freeze,
|
258
|
-
range: "rdf
|
259
|
-
type: "rdf
|
119
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
120
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
260
121
|
property :hasStartCanvas,
|
261
|
-
comment:
|
262
|
-
isDefinedBy: "iiif
|
122
|
+
comment: "A link from a Manifest or Sequence to the Canvas that the rendering agent should initialize their view with.".freeze,
|
123
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
263
124
|
label: "hasStartCanvas".freeze,
|
264
|
-
range: "iiif
|
265
|
-
type: "rdf
|
125
|
+
range: "http://iiif.io/api/presentation/2#Canvas".freeze,
|
126
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
266
127
|
property :metadataLabels,
|
267
|
-
comment:
|
268
|
-
isDefinedBy: "iiif
|
128
|
+
comment: "An rdf:List of label/value pairs providing descriptive metadata about the resource, intended for human audience".freeze,
|
129
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
269
130
|
label: "metadataLabels".freeze,
|
270
|
-
range: "rdf
|
271
|
-
type: "rdf
|
131
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
132
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
272
133
|
property :viewingDirection,
|
273
|
-
comment:
|
274
|
-
isDefinedBy: "iiif
|
134
|
+
comment: "References the sc:ViewingDirection that defines the direction that the resource should be viewed in".freeze,
|
135
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
275
136
|
label: "viewingDirection".freeze,
|
276
|
-
range: "iiif
|
277
|
-
type: "rdf
|
137
|
+
range: "http://iiif.io/api/presentation/2#ViewingDirection".freeze,
|
138
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
278
139
|
property :viewingHint,
|
279
|
-
comment:
|
280
|
-
isDefinedBy: "iiif
|
140
|
+
comment: "A hint to a user agent as to how to render the resource".freeze,
|
141
|
+
isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
|
281
142
|
label: "viewingHint".freeze,
|
282
|
-
range: "iiif
|
283
|
-
type: "rdf
|
143
|
+
range: "http://iiif.io/api/presentation/2#ViewingHint".freeze,
|
144
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
284
145
|
|
285
146
|
# Extra definitions
|
286
147
|
term :bottomToTopDirection,
|
287
|
-
comment:
|
288
|
-
type: "iiif
|
148
|
+
comment: "Bottom-to-Top Viewing Direction".freeze,
|
149
|
+
type: "http://iiif.io/api/presentation/2#ViewingDirection".freeze
|
289
150
|
term :continuousHint,
|
290
|
-
comment:
|
291
|
-
type: "iiif
|
151
|
+
comment: "Each canvas represents a segment of a continuous object such as a long scroll".freeze,
|
152
|
+
type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
|
292
153
|
term :facingPagesHint,
|
293
|
-
comment:
|
294
|
-
type: "iiif
|
154
|
+
comment: "Canvases with this hint depict both parts of an opening.".freeze,
|
155
|
+
type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
|
295
156
|
term :individualsHint,
|
296
|
-
comment:
|
297
|
-
type: "iiif
|
157
|
+
comment: "Each canvas represents a separate individual object, and should not have transitions".freeze,
|
158
|
+
type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
|
298
159
|
term :leftToRightDirection,
|
299
|
-
comment:
|
300
|
-
type: "iiif
|
160
|
+
comment: "Left-to-Right Viewing Direction".freeze,
|
161
|
+
type: "http://iiif.io/api/presentation/2#ViewingDirection".freeze
|
301
162
|
term :multiPartHint,
|
302
|
-
comment:
|
303
|
-
type: "iiif
|
163
|
+
comment: "Collections with this hint consist of multiple manifests that each form part of a logical whole.".freeze,
|
164
|
+
type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
|
304
165
|
term :nonPagedHint,
|
305
|
-
comment:
|
306
|
-
type: "iiif
|
166
|
+
comment: "Viewing Hint that the Canvas MUST NOT be presented in a page turner".freeze,
|
167
|
+
type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
|
307
168
|
term :pagedHint,
|
308
|
-
comment:
|
309
|
-
type: "iiif
|
169
|
+
comment: "Viewing Hint that object has canvases that represent pages that can be turned".freeze,
|
170
|
+
type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
|
310
171
|
term :painting,
|
311
|
-
type: "oa
|
172
|
+
type: "http://www.w3.org/ns/oa#Motivation".freeze
|
312
173
|
term :rightToLeftDirection,
|
313
|
-
comment:
|
314
|
-
type: "iiif
|
174
|
+
comment: "Right-to-Left Viewing Direction".freeze,
|
175
|
+
type: "http://iiif.io/api/presentation/2#ViewingDirection".freeze
|
315
176
|
term :topHint,
|
316
|
-
comment:
|
317
|
-
type: "iiif
|
177
|
+
comment: "The topmost range in a nested hierarchy, such as a table of contents".freeze,
|
178
|
+
type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
|
318
179
|
term :topToBottomDirection,
|
319
|
-
comment:
|
320
|
-
type: "iiif
|
180
|
+
comment: "Top-to-Bottom Viewing Direction".freeze,
|
181
|
+
type: "http://iiif.io/api/presentation/2#ViewingDirection".freeze
|
321
182
|
end
|
322
183
|
end
|
data/lib/rdf/vocab/jsonld.rb
CHANGED
@@ -3,411 +3,251 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/json-ld#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/ns/json-ld#>
|
8
|
-
# #
|
9
|
-
# # The JSON-LD Vocabulary
|
10
|
-
# #
|
11
|
-
# # This is a vocabulary document and is used to achieve certain features of the JSON-LD language.
|
12
|
-
# # @version https://github.com/w3c/json-ld-wg/commit/dfd1827c95a66bc36c01368e10b6e4f4bbb5c8b3
|
13
|
-
# # @see http://www.w3.org/TR/json-ld11
|
14
|
-
# class JSONLD < RDF::StrictVocabulary
|
15
|
-
# # Defines term definitions and other aspects of a JSON-LD `Context`. A [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) MUST be a map whose keys MUST be either _terms_, _compact IRIs_, _IRIs_, or one of the keywords `@base`, `@import`, `@language`, `@propagate`, `@protected`, `@type`, `@version`, or `@vocab`.
|
16
|
-
# # @return [RDF::Vocabulary::Term]
|
17
|
-
# attr_reader :Context
|
18
|
-
#
|
19
|
-
# # A string ([simple term definition](http://www.w3.org/TR/json-ld11/#dfn-simple-term-definitions)), expanding to an IRI.
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :PrefixDefinition
|
22
|
-
#
|
23
|
-
# # A [term definition](http://www.w3.org/TR/json-ld11/#dfn-term-definitions) is an entry in a [context](#Context), where the key defines a term which may be used within a dictionary as a key, type, or elsewhere that a string is interpreted as a vocabulary item. Its value is an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions). An [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definition) MUST be a map composed of zero or more keys from `@id`, `@reverse`, `@type`, `@language`, `@container`, `@context`, `@prefix`, `@propagate`, or `@protected`. An expanded term definition SHOULD NOT contain any other keys.
|
24
|
-
# # @return [RDF::Vocabulary::Term]
|
25
|
-
# attr_reader :TermDefinition
|
26
|
-
#
|
27
|
-
# # If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) has an `@base` key, its value MUST be an _IRI reference_, or `null`.
|
28
|
-
# # @return [RDF::Vocabulary::Term]
|
29
|
-
# attr_reader :base
|
30
|
-
#
|
31
|
-
# # The associated `@container` value in an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions). If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an array containing exactly any one of those keywords, or a combination of `@set` and any of `@index`, `@id`, `@graph`, `@type`, `@language` in any order. `@container` may also be an array containing `@graph` along with either `@id` or `@index` and also optionally including `@set`. If the value is `@language`, when the term is used outside of the `@context`, the associated value MUST be a language map. If the value is `@index`, when the term is used outside of the `@context`, the associated value MUST be an index map.
|
32
|
-
# # @return [RDF::Vocabulary::Term]
|
33
|
-
# attr_reader :container
|
34
|
-
#
|
35
|
-
# # As an IRI, this link relation is used to associate a JSON-LD context with a JSON document so that it can be interpreted as JSON-LD. In an HTTP request header, specifies the location of a context to use for compaction. As a Context, defines an inline `context definition`.
|
36
|
-
# # @return [RDF::Vocabulary::Term]
|
37
|
-
# attr_reader :context
|
38
|
-
#
|
39
|
-
# # Term definition(s) associated with this context.
|
40
|
-
# # @return [RDF::Vocabulary::Term]
|
41
|
-
# attr_reader :definition
|
42
|
-
#
|
43
|
-
# # If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) has an `@direction` key, its value MUST be one of `"ltr"` or `"rtl"`, or be `null`.
|
44
|
-
# # @return [RDF::Vocabulary::Term]
|
45
|
-
# attr_reader :direction
|
46
|
-
#
|
47
|
-
# # The `@id` mapping of a [term definition](#TermDefinition).
|
48
|
-
# # @return [RDF::Vocabulary::Term]
|
49
|
-
# attr_reader :id
|
50
|
-
#
|
51
|
-
# # If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@import` keyword, its value MUST be an _IRI reference_. When used as a reference from an `@import`, the referenced context definition MUST NOT include an `@import` key, itself.
|
52
|
-
# # @return [RDF::Vocabulary::Term]
|
53
|
-
# attr_reader :import
|
54
|
-
#
|
55
|
-
# # The [default language](https://www.w3.org/TR/json-ld11/#dfn-default-language) is set in the context using the `@language` key whose value MUST be a string representing a [BCP47](https://tools.ietf.org/html/bcp47) language code or null.
|
56
|
-
# # @return [RDF::Vocabulary::Term]
|
57
|
-
# attr_reader :language
|
58
|
-
#
|
59
|
-
# # If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@nest` keyword, its value MUST be either `@nest`, or a _term_ which expands to `@nest`.
|
60
|
-
# # @return [RDF::Vocabulary::Term]
|
61
|
-
# attr_reader :nest
|
62
|
-
#
|
63
|
-
# # With the value `true`, allows this term to be used to construct a compact IRI when compacting.
|
64
|
-
# # @return [RDF::Vocabulary::Term]
|
65
|
-
# attr_reader :prefix
|
66
|
-
#
|
67
|
-
# # If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@propagate` keyword, its value MUST be `true` or `false`.
|
68
|
-
# # @return [RDF::Vocabulary::Term]
|
69
|
-
# attr_reader :propagate
|
70
|
-
#
|
71
|
-
# # If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@protected` keyword, its value MUST be `true` or `false`.
|
72
|
-
# # @return [RDF::Vocabulary::Term]
|
73
|
-
# attr_reader :protected
|
74
|
-
#
|
75
|
-
# # The `@reverse` mapping of an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).
|
76
|
-
# # @return [RDF::Vocabulary::Term]
|
77
|
-
# attr_reader :reverse
|
78
|
-
#
|
79
|
-
# # The term associated with a [term definition](#TermDefinition).
|
80
|
-
# # @return [RDF::Vocabulary::Term]
|
81
|
-
# attr_reader :term
|
82
|
-
#
|
83
|
-
# # If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@type` keyword, its value MUST be a map with only the entry `@container` set to `@set`, and optionally an entry `@protected`. If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@type` keyword, its value MUST be an _IRI reference_, a _term_, `null`, or one of the keywords `@id`, `@json`, `@none`, or `@vocab`.
|
84
|
-
# # @return [RDF::Vocabulary::Term]
|
85
|
-
# attr_reader :type
|
86
|
-
#
|
87
|
-
# # The [processing mode](https://www.w3.org/TR/json-ld11/#dfn-processing-mode) defines how a JSON-LD document is processed. By default, all documents are assumed to be conformant with [JSON-LD 1.1`](http://www.w3.org/TR/json-ld11). By defining a different version via explicit API option, other processing modes can be accessed. This specification defines extensions for the `json-ld-1.1` processing mode.
|
88
|
-
# # @return [RDF::Vocabulary::Term]
|
89
|
-
# attr_reader :version
|
90
|
-
#
|
91
|
-
# # Used to expand properties and values in `@type` with a common prefix IRI.
|
92
|
-
# # @return [RDF::Vocabulary::Term]
|
93
|
-
# attr_reader :vocab
|
94
|
-
#
|
95
|
-
# # This profile IRI is used to request or specify compacted JSON-LD document form.
|
96
|
-
# # @return [RDF::Vocabulary::Term]
|
97
|
-
# attr_reader :compacted
|
98
|
-
#
|
99
|
-
# # This profile URI is used to request or specify expanded JSON-LD document form.
|
100
|
-
# # @return [RDF::Vocabulary::Term]
|
101
|
-
# attr_reader :expanded
|
102
|
-
#
|
103
|
-
# # This profile URI is used to request or specify flattened JSON-LD document form.
|
104
|
-
# # @return [RDF::Vocabulary::Term]
|
105
|
-
# attr_reader :flattened
|
106
|
-
#
|
107
|
-
# # As an IRI, this link relation is used to associate a JSON-LD frame with a JSON-LD document. In an HTTP request header, specifies the location of a frame to use for framing.
|
108
|
-
# # @return [RDF::Vocabulary::Term]
|
109
|
-
# attr_reader :frame
|
110
|
-
#
|
111
|
-
# # This profile URI is used to request or specify framed JSON-LD document form.
|
112
|
-
# # @return [RDF::Vocabulary::Term]
|
113
|
-
# attr_reader :framed
|
114
|
-
#
|
115
|
-
# # If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.
|
116
|
-
# # @return [RDF::Vocabulary::Term]
|
117
|
-
# attr_reader :graphContainerType
|
118
|
-
#
|
119
|
-
# # If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.
|
120
|
-
# # @return [RDF::Vocabulary::Term]
|
121
|
-
# attr_reader :idContainerType
|
122
|
-
#
|
123
|
-
# # If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.
|
124
|
-
# # @return [RDF::Vocabulary::Term]
|
125
|
-
# attr_reader :indexContainerType
|
126
|
-
#
|
127
|
-
# # If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.
|
128
|
-
# # @return [RDF::Vocabulary::Term]
|
129
|
-
# attr_reader :languageContainerType
|
130
|
-
#
|
131
|
-
# # If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.
|
132
|
-
# # @return [RDF::Vocabulary::Term]
|
133
|
-
# attr_reader :listContainerType
|
134
|
-
#
|
135
|
-
# # If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.
|
136
|
-
# # @return [RDF::Vocabulary::Term]
|
137
|
-
# attr_reader :setContainerType
|
138
|
-
#
|
139
|
-
# # This profile URI is used to request or specify streaming JSON-LD document form.
|
140
|
-
# # @return [RDF::Vocabulary::Term]
|
141
|
-
# attr_reader :streaming
|
142
|
-
#
|
143
|
-
# # If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.
|
144
|
-
# # @return [RDF::Vocabulary::Term]
|
145
|
-
# attr_reader :typeContainerType
|
146
|
-
#
|
147
|
-
# end
|
148
6
|
JSONLD = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/json-ld#")) do
|
149
7
|
|
150
8
|
# Ontology definition
|
151
9
|
ontology :"http://www.w3.org/ns/json-ld#",
|
152
|
-
"dc
|
153
|
-
"dc
|
154
|
-
"dc
|
155
|
-
"
|
156
|
-
"
|
157
|
-
type: "owl
|
10
|
+
"http://purl.org/dc/terms/date": "2020-03-30".freeze,
|
11
|
+
"http://purl.org/dc/terms/description": "This is a vocabulary document and is used to achieve certain features of the JSON-LD language.".freeze,
|
12
|
+
"http://purl.org/dc/terms/title": "The JSON-LD Vocabulary".freeze,
|
13
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/json-ld11".freeze,
|
14
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "https://github.com/w3c/json-ld-wg/commit/dfd1827c95a66bc36c01368e10b6e4f4bbb5c8b3".freeze,
|
15
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
158
16
|
|
159
17
|
# Class definitions
|
160
18
|
term :Context,
|
161
|
-
comment:
|
162
|
-
|
163
|
-
|
164
|
-
isDefinedBy: "jsonld:".freeze,
|
19
|
+
comment: "Defines term definitions and other aspects of a JSON-LD `Context`.\n\nA [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) MUST be a map whose keys MUST be either _terms_, _compact IRIs_, _IRIs_, or one of the keywords `@base`, `@import`, `@language`, `@propagate`, `@protected`, `@type`, `@version`, or `@vocab`.".freeze,
|
20
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
21
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
165
22
|
label: "Context".freeze,
|
166
|
-
|
167
|
-
type: "rdfs:Class".freeze
|
23
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
168
24
|
term :PrefixDefinition,
|
169
|
-
comment:
|
170
|
-
|
25
|
+
comment: "A string ([simple term definition](http://www.w3.org/TR/json-ld11/#dfn-simple-term-definitions)), expanding to an IRI.".freeze,
|
26
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definition".freeze,
|
27
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
171
28
|
label: "Prefix Definition".freeze,
|
172
|
-
|
173
|
-
type: "rdfs:Class".freeze
|
29
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
174
30
|
term :TermDefinition,
|
175
|
-
comment:
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
An [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definition\) MUST be a map composed of zero or more keys from `@id`, `@reverse`, `@type`, `@language`, `@container`, `@context`, `@prefix`, `@propagate`, or `@protected`. An expanded term definition SHOULD NOT contain any other keys.).freeze,
|
180
|
-
isDefinedBy: "jsonld:".freeze,
|
31
|
+
comment: "A [term definition](http://www.w3.org/TR/json-ld11/#dfn-term-definitions) is an entry in a [context](#Context), where the key defines a term which may be used within a dictionary as a key, type, or elsewhere that a string is interpreted as a vocabulary item. Its value is an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).\n\n\n\nAn [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definition) MUST be a map composed of zero or more keys from `@id`, `@reverse`, `@type`, `@language`, `@container`, `@context`, `@prefix`, `@propagate`, or `@protected`. An expanded term definition SHOULD NOT contain any other keys.".freeze,
|
32
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definition".freeze,
|
33
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
181
34
|
label: "Term Definition".freeze,
|
182
|
-
|
183
|
-
type: "rdfs:Class".freeze
|
35
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
184
36
|
|
185
37
|
# Property definitions
|
186
38
|
property :base,
|
187
|
-
comment:
|
188
|
-
domainIncludes: "
|
189
|
-
|
39
|
+
comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) has an `@base` key, its value MUST be an _IRI reference_, or `null`.".freeze,
|
40
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
|
41
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
42
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
190
43
|
label: "base".freeze,
|
191
|
-
rangeIncludes: "
|
192
|
-
|
193
|
-
type: "rdf:Property".freeze
|
44
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
|
45
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
194
46
|
property :container,
|
195
|
-
comment:
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
`@container` may also be an array containing `@graph` along with either `@id` or `@index` and also optionally including `@set`.
|
200
|
-
|
201
|
-
If the value is `@language`, when the term is used outside of the `@context`, the associated value MUST be a language map.
|
202
|
-
|
203
|
-
If the value is `@index`, when the term is used outside of the `@context`, the associated value MUST be an index map.).freeze,
|
204
|
-
domainIncludes: "jsonld:TermDefinition".freeze,
|
205
|
-
isDefinedBy: "jsonld:".freeze,
|
47
|
+
comment: "The associated `@container` value in an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).\n\nIf the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an array containing exactly any one of those keywords, or a combination of `@set` and any of `@index`, `@id`, `@graph`, `@type`, `@language` in any order.\n\n`@container` may also be an array containing `@graph` along with either `@id` or `@index` and also optionally including `@set`.\n\nIf the value is `@language`, when the term is used outside of the `@context`, the associated value MUST be a language map.\n\nIf the value is `@index`, when the term is used outside of the `@context`, the associated value MUST be an index map.".freeze,
|
48
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition".freeze,
|
49
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
|
50
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
206
51
|
label: "container".freeze,
|
207
|
-
rangeIncludes: "
|
208
|
-
|
209
|
-
type: "rdf:Property".freeze
|
52
|
+
rangeIncludes: "http://www.w3.org/ns/json-ld#ContainerType".freeze,
|
53
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
210
54
|
property :context,
|
211
|
-
comment:
|
212
|
-
|
55
|
+
comment: "As an IRI, this link relation is used to associate a JSON-LD context with a JSON document so that it can be interpreted as JSON-LD. In an HTTP request header, specifies the location of a context to use for compaction. As a Context, defines an inline `context definition`.".freeze,
|
56
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#interpreting-json-as-json-ld".freeze,
|
57
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
213
58
|
label: "context".freeze,
|
214
|
-
rangeIncludes: ["
|
215
|
-
|
216
|
-
type: "rdf:Property".freeze
|
59
|
+
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#anyUri".freeze, "http://www.w3.org/ns/json-ld#Context".freeze],
|
60
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
217
61
|
property :definition,
|
218
|
-
comment:
|
219
|
-
domainIncludes: "
|
220
|
-
isDefinedBy: "
|
62
|
+
comment: "Term definition(s) associated with this context.".freeze,
|
63
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
|
64
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
221
65
|
label: "definition".freeze,
|
222
|
-
rangeIncludes: ["
|
223
|
-
type: "rdf
|
66
|
+
rangeIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
|
67
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
224
68
|
property :direction,
|
225
|
-
comment:
|
226
|
-
domainIncludes: ["
|
227
|
-
|
69
|
+
comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) has an `@direction` key, its value MUST be one of `\"ltr\"` or `\"rtl\"`, or be `null`.".freeze,
|
70
|
+
domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
|
71
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
72
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
228
73
|
label: "direction".freeze,
|
229
|
-
rangeIncludes: "
|
230
|
-
|
231
|
-
type: "rdf:Property".freeze
|
74
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
75
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
232
76
|
property :id,
|
233
|
-
comment:
|
234
|
-
domainIncludes: ["
|
235
|
-
|
77
|
+
comment: "The `@id` mapping of a [term definition](#TermDefinition).".freeze,
|
78
|
+
domainIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
|
79
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
|
80
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
236
81
|
label: "id".freeze,
|
237
|
-
rangeIncludes: "
|
238
|
-
|
239
|
-
type: "rdf:Property".freeze
|
82
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
|
83
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
240
84
|
property :import,
|
241
|
-
comment:
|
242
|
-
domainIncludes: "
|
243
|
-
|
85
|
+
comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@import` keyword, its value MUST be an _IRI reference_. When used as a reference from an `@import`, the referenced context definition MUST NOT include an `@import` key, itself.".freeze,
|
86
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
|
87
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
88
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
244
89
|
label: "import".freeze,
|
245
|
-
rangeIncludes: "
|
246
|
-
|
247
|
-
type: "rdf:Property".freeze
|
90
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
|
91
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
248
92
|
property :language,
|
249
|
-
comment:
|
250
|
-
domainIncludes: ["
|
251
|
-
|
93
|
+
comment: "The [default language](https://www.w3.org/TR/json-ld11/#dfn-default-language) is set in the context using the `@language` key whose value MUST be a string representing a [BCP47](https://tools.ietf.org/html/bcp47) language code or null.".freeze,
|
94
|
+
domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
|
95
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-default-language".freeze,
|
96
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
252
97
|
label: "language".freeze,
|
253
|
-
rangeIncludes: "
|
254
|
-
|
255
|
-
type: "rdf:Property".freeze
|
98
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
99
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
256
100
|
property :nest,
|
257
|
-
comment:
|
258
|
-
domainIncludes: "
|
259
|
-
|
101
|
+
comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@nest` keyword, its value MUST be either `@nest`, or a _term_ which expands to `@nest`.".freeze,
|
102
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition".freeze,
|
103
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
|
104
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
260
105
|
label: "nest".freeze,
|
261
|
-
rangeIncludes: "
|
262
|
-
|
263
|
-
type: "rdf:Property".freeze
|
106
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
107
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
264
108
|
property :prefix,
|
265
|
-
comment:
|
266
|
-
domainIncludes: "
|
267
|
-
|
109
|
+
comment: "With the value `true`, allows this term to be used to construct a compact IRI when compacting.".freeze,
|
110
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition".freeze,
|
111
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
|
112
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
268
113
|
label: "prefix".freeze,
|
269
|
-
rangeIncludes: "
|
270
|
-
|
271
|
-
type: "rdf:Property".freeze
|
114
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
|
115
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
272
116
|
property :propagate,
|
273
|
-
comment:
|
274
|
-
domainIncludes: ["
|
275
|
-
|
117
|
+
comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@propagate` keyword, its value MUST be `true` or `false`.".freeze,
|
118
|
+
domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
|
119
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
120
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
276
121
|
label: "propagate".freeze,
|
277
|
-
rangeIncludes: "
|
278
|
-
|
279
|
-
type: "rdf:Property".freeze
|
122
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
|
123
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
280
124
|
property :protected,
|
281
|
-
comment:
|
282
|
-
domainIncludes: ["
|
283
|
-
|
125
|
+
comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@protected` keyword, its value MUST be `true` or `false`.".freeze,
|
126
|
+
domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
|
127
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
128
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
284
129
|
label: "protected".freeze,
|
285
|
-
rangeIncludes: "
|
286
|
-
|
287
|
-
type: "rdf:Property".freeze
|
130
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
|
131
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
288
132
|
property :reverse,
|
289
|
-
comment:
|
290
|
-
domainIncludes: "
|
291
|
-
|
133
|
+
comment: "The `@reverse` mapping of an [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions).".freeze,
|
134
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#TermDefinition".freeze,
|
135
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#expanded-term-definition".freeze,
|
136
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
292
137
|
label: "reverse".freeze,
|
293
|
-
rangeIncludes: "
|
294
|
-
|
295
|
-
type: "rdf:Property".freeze
|
138
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
|
139
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
296
140
|
property :term,
|
297
|
-
comment:
|
298
|
-
domainIncludes: ["
|
299
|
-
|
141
|
+
comment: "The term associated with a [term definition](#TermDefinition).".freeze,
|
142
|
+
domainIncludes: ["http://www.w3.org/ns/json-ld#PrefixDefinition".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
|
143
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term".freeze,
|
144
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
300
145
|
label: "term".freeze,
|
301
|
-
rangeIncludes: "
|
302
|
-
|
303
|
-
type: "rdf:Property".freeze
|
146
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
147
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
304
148
|
property :type,
|
305
|
-
comment:
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@type` keyword, its value MUST be an _IRI reference_, a _term_, `null`, or one of the keywords `@id`, `@json`, `@none`, or `@vocab`.).freeze,
|
310
|
-
domainIncludes: ["jsonld:Context".freeze, "jsonld:TermDefinition".freeze],
|
311
|
-
isDefinedBy: "jsonld:".freeze,
|
149
|
+
comment: "If the [context definition](https://www.w3.org/TR/json-ld11/#dfn-context-definition) contains the `@type` keyword, its value MUST be a map with only the entry `@container` set to `@set`, and optionally an entry `@protected`.\n\n\n\nIf the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@type` keyword, its value MUST be an _IRI reference_, a _term_, `null`, or one of the keywords `@id`, `@json`, `@none`, or `@vocab`.".freeze,
|
150
|
+
domainIncludes: ["http://www.w3.org/ns/json-ld#Context".freeze, "http://www.w3.org/ns/json-ld#TermDefinition".freeze],
|
151
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
152
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
312
153
|
label: "type".freeze,
|
313
|
-
rangeIncludes: ["
|
314
|
-
|
315
|
-
type: "rdf:Property".freeze
|
154
|
+
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#anyUri".freeze, "http://www.w3.org/2001/XMLSchema#string".freeze],
|
155
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
316
156
|
property :version,
|
317
|
-
comment:
|
318
|
-
domainIncludes: "
|
319
|
-
|
157
|
+
comment: "The [processing mode](https://www.w3.org/TR/json-ld11/#dfn-processing-mode) defines how a JSON-LD document is processed. By default, all documents are assumed to be conformant with [JSON-LD 1.1`](http://www.w3.org/TR/json-ld11). By defining a different version via explicit API option, other processing modes can be accessed. This specification defines extensions for the `json-ld-1.1` processing mode.".freeze,
|
158
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
|
159
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-processing-mode".freeze,
|
160
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
320
161
|
label: "version".freeze,
|
321
|
-
rangeIncludes: "
|
322
|
-
|
323
|
-
type: "rdf:Property".freeze
|
162
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
163
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
324
164
|
property :vocab,
|
325
|
-
comment:
|
326
|
-
domainIncludes: "
|
327
|
-
|
165
|
+
comment: "Used to expand properties and values in `@type` with a common prefix IRI.".freeze,
|
166
|
+
domainIncludes: "http://www.w3.org/ns/json-ld#Context".freeze,
|
167
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#default-vocabulary".freeze,
|
168
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
328
169
|
label: "vocab".freeze,
|
329
|
-
rangeIncludes: "
|
330
|
-
|
331
|
-
type: "rdf:Property".freeze
|
170
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyUri".freeze,
|
171
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
332
172
|
|
333
173
|
# Extra definitions
|
334
174
|
term :compacted,
|
335
|
-
comment:
|
336
|
-
|
175
|
+
comment: "This profile IRI is used to request or specify compacted JSON-LD document form.".freeze,
|
176
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
|
177
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
337
178
|
label: "compacted".freeze,
|
338
|
-
|
339
|
-
type: "owl:NamedIndividual".freeze
|
179
|
+
type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
|
340
180
|
term :expanded,
|
341
|
-
comment:
|
342
|
-
|
181
|
+
comment: "This profile URI is used to request or specify expanded JSON-LD document form.".freeze,
|
182
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
|
183
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
343
184
|
label: "expanded".freeze,
|
344
|
-
|
345
|
-
type: "owl:NamedIndividual".freeze
|
185
|
+
type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
|
346
186
|
term :flattened,
|
347
|
-
comment:
|
348
|
-
|
187
|
+
comment: "This profile URI is used to request or specify flattened JSON-LD document form.".freeze,
|
188
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
|
189
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
349
190
|
label: "flattened".freeze,
|
350
|
-
|
351
|
-
type: "owl:NamedIndividual".freeze
|
191
|
+
type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
|
352
192
|
term :frame,
|
353
|
-
comment:
|
354
|
-
|
193
|
+
comment: "As an IRI, this link relation is used to associate a JSON-LD frame with a JSON-LD document. In an HTTP request header, specifies the location of a frame to use for framing.".freeze,
|
194
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
|
195
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
355
196
|
label: "frame".freeze,
|
356
|
-
|
357
|
-
type: "owl:NamedIndividual".freeze
|
197
|
+
type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
|
358
198
|
term :framed,
|
359
|
-
comment:
|
360
|
-
|
199
|
+
comment: "This profile URI is used to request or specify framed JSON-LD document form.".freeze,
|
200
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
|
201
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
361
202
|
label: "framed".freeze,
|
362
|
-
|
363
|
-
type: "owl:NamedIndividual".freeze
|
203
|
+
type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
|
364
204
|
term :graphContainerType,
|
365
|
-
comment:
|
366
|
-
|
205
|
+
comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
|
206
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
207
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
367
208
|
label: "@graph".freeze,
|
368
|
-
"rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
369
209
|
type: "http://www.w3.org/ns/ContainerType".freeze
|
370
210
|
term :idContainerType,
|
371
|
-
comment:
|
372
|
-
|
211
|
+
comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
|
212
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
213
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
373
214
|
label: "@id".freeze,
|
374
|
-
"rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
375
215
|
type: "http://www.w3.org/ns/ContainerType".freeze
|
376
216
|
term :indexContainerType,
|
377
|
-
comment:
|
378
|
-
|
217
|
+
comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
|
218
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
219
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
379
220
|
label: "@index".freeze,
|
380
|
-
"rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
381
221
|
type: "http://www.w3.org/ns/ContainerType".freeze
|
382
222
|
term :languageContainerType,
|
383
|
-
comment:
|
384
|
-
|
223
|
+
comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
|
224
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
225
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
385
226
|
label: "@language".freeze,
|
386
|
-
"rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
387
227
|
type: "http://www.w3.org/ns/ContainerType".freeze
|
388
228
|
term :listContainerType,
|
389
|
-
comment:
|
390
|
-
|
229
|
+
comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
|
230
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
231
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
391
232
|
label: "@list".freeze,
|
392
|
-
"rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
393
233
|
type: "http://www.w3.org/ns/ContainerType".freeze
|
394
234
|
term :setContainerType,
|
395
|
-
comment:
|
396
|
-
|
235
|
+
comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
|
236
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
237
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
397
238
|
label: "@set".freeze,
|
398
|
-
"rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
399
239
|
type: "http://www.w3.org/ns/ContainerType".freeze
|
400
240
|
term :streaming,
|
401
|
-
comment:
|
402
|
-
|
241
|
+
comment: "This profile URI is used to request or specify streaming JSON-LD document form.".freeze,
|
242
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11-streaming/#streaming-profile".freeze,
|
243
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
403
244
|
label: "streaming".freeze,
|
404
|
-
|
405
|
-
type: "owl:NamedIndividual".freeze
|
245
|
+
type: "http://www.w3.org/2002/07/owl#NamedIndividual".freeze
|
406
246
|
term :typeContainerType,
|
407
|
-
comment:
|
408
|
-
|
247
|
+
comment: "If the [expanded term definition](https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.".freeze,
|
248
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
249
|
+
isDefinedBy: "http://www.w3.org/ns/json-ld#".freeze,
|
409
250
|
label: "@type".freeze,
|
410
|
-
"rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
|
411
251
|
type: "http://www.w3.org/ns/ContainerType".freeze
|
412
252
|
end
|
413
253
|
end
|