rdf-sak 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,827 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using rdf vocabulary format from https://privatealpha.com/ontology/content-inventory/1#
4
+ require 'rdf'
5
+ module RDF::SAK
6
+ # @!parse
7
+ # # Vocabulary for <https://privatealpha.com/ontology/content-inventory/1#>
8
+ # #
9
+ # # A Content Inventory Vocabulary
10
+ # #
11
+ # # This vocabulary defines a number of concepts peculiar to content strategy which are not accounted for by other vocabularies.
12
+ # # @version 0.14
13
+ # class CI < RDF::StrictVocabulary
14
+ # # An action, as its name implies, is meant to represent something a person or other agent ought to do to a document.
15
+ # # @return [RDF::Vocabulary::Term]
16
+ # attr_reader :Action
17
+ #
18
+ # # In general there is no programmatic way to tell whether a resource is an advertisement, since advertisements on the Web look (to a machine) like any other resource. This is intended to be a decorator class to indicate that the subject is an advertisement. It can therefore be combined with other classes such as foaf:Image, or bibo:AudioVisualDocument.
19
+ # # @return [RDF::Vocabulary::Term]
20
+ # attr_reader :Advertisement
21
+ #
22
+ # # An audience represents the set of people who are the intended recipients of the resource. This class is at once an agent class as well as a conceptual entity, capable of being mixed into a SKOS concept scheme.
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :Audience
25
+ #
26
+ # # In order to merge a document, we must define the target to which it ought to be merged. This class is identical to an Action, save for such a property.
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :Merge
29
+ #
30
+ # # Relates a document to an action to take.
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :action
33
+ #
34
+ # # Denotes an alternate URI for the subject resource. It extends owl:sameAs insofar as asserting that the object is somehow less canonical than the subject.
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :alias
37
+ #
38
+ # # The document assumes the audience is familiar with this concept, and may not mention it explicitly.
39
+ # # @return [RDF::Vocabulary::Term]
40
+ # attr_reader :assumes
41
+ #
42
+ # # A block count is conceptually similar to a word or section count, though it counts the total of elements in the document considered to be text blocks, such as paragraphs, tables, lists and figures. It is suited for document types that have no concept of (semantic) sections, such as HTML. The purpose of this measurement is to provide a sort of ratio to the word count, to glean how well-proportioned the document is.
43
+ # # @return [RDF::Vocabulary::Term]
44
+ # attr_reader :blocks
45
+ #
46
+ # # Asserts the canonical URI of the subject resource, i.e., the one you always want to publish in content or redirect Web requests to.
47
+ # # @return [RDF::Vocabulary::Term]
48
+ # attr_reader :canonical
49
+ #
50
+ # # This indicates the number of characters in a document, with punctuation and the XPath normalize-space function applied. Note this is characters, not bytes.
51
+ # # @return [RDF::Vocabulary::Term]
52
+ # attr_reader :characters
53
+ #
54
+ # # The document explicitly depicts this concept (or other entity).
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :depicts
57
+ #
58
+ # # Document Reference
59
+ # # @return [RDF::Vocabulary::Term]
60
+ # attr_reader :document
61
+ #
62
+ # # This property specifies an embedded resource, such as an image, which is visible on the document's canvas.
63
+ # # @return [RDF::Vocabulary::Term]
64
+ # attr_reader :embed
65
+ #
66
+ # # The number of embeds in the document.
67
+ # # @return [RDF::Vocabulary::Term]
68
+ # attr_reader :embeds
69
+ #
70
+ # # This property relates an Audience to a SKOS concept that members of the audience are known to actively avoid or regard with contempt. This relation is intended to represent the complement of values.
71
+ # # @return [RDF::Vocabulary::Term]
72
+ # attr_reader :eschews
73
+ #
74
+ # # The document evokes the given concept without mentioning it explicitly.
75
+ # # @return [RDF::Vocabulary::Term]
76
+ # attr_reader :evokes
77
+ #
78
+ # # This property specifies form target, which may or may not be visible to the user.
79
+ # # @return [RDF::Vocabulary::Term]
80
+ # attr_reader :form
81
+ #
82
+ # # The number of forms in the document.
83
+ # # @return [RDF::Vocabulary::Term]
84
+ # attr_reader :forms
85
+ #
86
+ # # This indicates the number of images in the document.
87
+ # # @return [RDF::Vocabulary::Term]
88
+ # attr_reader :images
89
+ #
90
+ # # This property specifies a related resource which is not directly visible to the user.
91
+ # # @return [RDF::Vocabulary::Term]
92
+ # attr_reader :include
93
+ #
94
+ # # The number of links pointing at the specified resource.
95
+ # # @return [RDF::Vocabulary::Term]
96
+ # attr_reader :indegree
97
+ #
98
+ # # This is a boolean value to indicate whether or not a resource ought to be indexed. It does not necessarily ascribe a policy: an absence of an explicit true value does not necessarily imply the resource ought not be indexed, but the presence of a false value probably should.
99
+ # # @return [RDF::Vocabulary::Term]
100
+ # attr_reader :indexed
101
+ #
102
+ # # The document defines, describes, or otherwise introduces the audience to this concept.
103
+ # # @return [RDF::Vocabulary::Term]
104
+ # attr_reader :introduces
105
+ #
106
+ # # This property specifies an ordinary hyperlink, which is visible on the document's canvas.
107
+ # # @return [RDF::Vocabulary::Term]
108
+ # attr_reader :link
109
+ #
110
+ # # The number of lists in the document.
111
+ # # @return [RDF::Vocabulary::Term]
112
+ # attr_reader :lists
113
+ #
114
+ # # Maximum
115
+ # # @return [RDF::Vocabulary::Term]
116
+ # attr_reader :max
117
+ #
118
+ # # Mean
119
+ # # @return [RDF::Vocabulary::Term]
120
+ # attr_reader :mean
121
+ #
122
+ # # The median of a population
123
+ # # @return [RDF::Vocabulary::Term]
124
+ # attr_reader :median
125
+ #
126
+ # # The document explicitly mentions this concept.
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :mentions
129
+ #
130
+ # # The smallest observation in the sample.
131
+ # # @return [RDF::Vocabulary::Term]
132
+ # attr_reader :min
133
+ #
134
+ # # The number of links emanating from the specified resource.
135
+ # # @return [RDF::Vocabulary::Term]
136
+ # attr_reader :outdegree
137
+ #
138
+ # # Denotes the primary variant that concretely represents the resource.
139
+ # # @return [RDF::Vocabulary::Term]
140
+ # attr_reader :primary
141
+ #
142
+ # # Denotes a resource that is a concrete representation of the subject, which assumed to be more abstract.
143
+ # # @return [RDF::Vocabulary::Term]
144
+ # attr_reader :representation
145
+ #
146
+ # # The number of scripts in the document.
147
+ # # @return [RDF::Vocabulary::Term]
148
+ # attr_reader :scripts
149
+ #
150
+ # # Standard Deviation
151
+ # # @return [RDF::Vocabulary::Term]
152
+ # attr_reader :sd
153
+ #
154
+ # # For document types that have a concrete representation of sections, this property may be used to capture their sum.
155
+ # # @return [RDF::Vocabulary::Term]
156
+ # attr_reader :sections
157
+ #
158
+ # # The slug is a text token which represents either the full path or terminal path segment of an HTTP(S) URL by which a resource can be located. This property is mainly for the purpose of archiving old or alternative URL paths in a content inventory, for such tasks as generating URL rewriting maps.
159
+ # # @return [RDF::Vocabulary::Term]
160
+ # attr_reader :slug
161
+ #
162
+ # # The number of stylesheets in the document.
163
+ # # @return [RDF::Vocabulary::Term]
164
+ # attr_reader :stylesheets
165
+ #
166
+ # # The number of tables in the document.
167
+ # # @return [RDF::Vocabulary::Term]
168
+ # attr_reader :tables
169
+ #
170
+ # # Specify the URI of the target resource into which this document should be merged.
171
+ # # @return [RDF::Vocabulary::Term]
172
+ # attr_reader :target
173
+ #
174
+ # # This property relates an Audience to a SKOS concept that members of the audience are known to comprehend, and thereby do not need any additional explanation.
175
+ # # @return [RDF::Vocabulary::Term]
176
+ # attr_reader :understands
177
+ #
178
+ # # This property relates an Audience to a SKOS concept that members of the audience are known to value, that is, to find meaningful in an axiological sense.
179
+ # # @return [RDF::Vocabulary::Term]
180
+ # attr_reader :values
181
+ #
182
+ # # Denotes a resource that is a variant of a concrete representation of the subject, which assumed to be more abstract.
183
+ # # @return [RDF::Vocabulary::Term]
184
+ # attr_reader :variant
185
+ #
186
+ # # The number of videos in the document.
187
+ # # @return [RDF::Vocabulary::Term]
188
+ # attr_reader :videos
189
+ #
190
+ # # This indicates the number of words in a document, similar to the familiar function in a word processor. The exact method of counting words may vary by document type, language etc., and is thus out of scope from this document.
191
+ # # @return [RDF::Vocabulary::Term]
192
+ # attr_reader :words
193
+ #
194
+ # # The document is available for select people to see, but not published in the strict literal sense.
195
+ # # @return [RDF::Vocabulary::Term]
196
+ # attr_reader :circulated
197
+ #
198
+ # # The document is confidential and not for publication.
199
+ # # @return [RDF::Vocabulary::Term]
200
+ # attr_reader :confidential
201
+ #
202
+ # # The document contains no content.
203
+ # # @return [RDF::Vocabulary::Term]
204
+ # attr_reader :empty
205
+ #
206
+ # # The document has been started, but is clearly not finished.
207
+ # # @return [RDF::Vocabulary::Term]
208
+ # attr_reader :incomplete
209
+ #
210
+ # # The content of this document is factually wrong.
211
+ # # @return [RDF::Vocabulary::Term]
212
+ # attr_reader :incorrect
213
+ #
214
+ # # Keep this document to which this is associated; make no changes to it at this time.
215
+ # # @return [RDF::Vocabulary::Term]
216
+ # attr_reader :keep
217
+ #
218
+ # # The resource is a landing page from some other medium (e.g. e-mail, television, billboard). This status is a hint to automated systems which would otherwise orphan or retire a landing page with no inbound links.
219
+ # # @return [RDF::Vocabulary::Term]
220
+ # attr_reader :landing
221
+ #
222
+ # # The content of this document was correct and relevant at one point, but external circumstances have caused it to lapse in relevance or factual accuracy.
223
+ # # @return [RDF::Vocabulary::Term]
224
+ # attr_reader :obsolete
225
+ #
226
+ # # The resource is not explicitly pending or removed from publication, however it has managed to be disconnected from the rest of the site: There is no path to it from a landing page, and it is not a landing page on its own. That is to say that the resource either has no inbound links, or if it does, those links are from other resources that are in the same situation. Documents which are only linked from retired documents are also considered orphans.
227
+ # # @return [RDF::Vocabulary::Term]
228
+ # attr_reader :orphan
229
+ #
230
+ # # Proofread this document.
231
+ # # @return [RDF::Vocabulary::Term]
232
+ # attr_reader :proofread
233
+ #
234
+ # # Remove all references to this document and consign it to the archive.
235
+ # # @return [RDF::Vocabulary::Term]
236
+ # attr_reader :retire
237
+ #
238
+ # # The document has been explicitly retired by an editor or curator, but still exists in the archive.
239
+ # # @return [RDF::Vocabulary::Term]
240
+ # attr_reader :retired
241
+ #
242
+ # # Revise or restructure this document.
243
+ # # @return [RDF::Vocabulary::Term]
244
+ # attr_reader :revise
245
+ #
246
+ # # Rewrite this document from scratch.
247
+ # # @return [RDF::Vocabulary::Term]
248
+ # attr_reader :rewrite
249
+ #
250
+ # # Split this document into multiple pieces.
251
+ # # @return [RDF::Vocabulary::Term]
252
+ # attr_reader :split
253
+ #
254
+ # # The resource at the subject address is unavailable for reasons other than explicit retirement, e.g. HTTP 404 or 403, or going out of print.
255
+ # # @return [RDF::Vocabulary::Term]
256
+ # attr_reader :unavailable
257
+ #
258
+ # end
259
+ CI = Class.new(RDF::StrictVocabulary("https://privatealpha.com/ontology/content-inventory/1#")) do
260
+
261
+ # Ontology definition
262
+ ontology :"https://privatealpha.com/ontology/content-inventory/1#",
263
+ "bibo:uri": "ci:".freeze,
264
+ comment: %(This vocabulary defines a number of concepts peculiar to content strategy which are not accounted for by other vocabularies.).freeze,
265
+ "dc:created": "2012-01-23T11:52:00-08:00".freeze,
266
+ "dc:creator": "https://doriantaylor.com/person/dorian-taylor#me".freeze,
267
+ "dc:modified": ["2012-12-11T22:22:00-08:00".freeze, "2014-02-06T14:10:00-08:00".freeze, "2015-02-03T14:39:00-08:00".freeze, "2017-04-06T15:24:00-07:00".freeze, "2018-10-06T16:23:52Z".freeze, "2019-03-05T23:38:59Z".freeze, "2019-04-07T16:36:10Z".freeze, "2019-04-18T01:01:09Z".freeze, "2019-07-07T22:10:55Z".freeze, "2019-07-10T22:28:06Z".freeze, "2019-07-21T23:05:32Z".freeze, "2019-09-04T20:27:32Z".freeze, "2020-01-26T05:02:30Z".freeze, "2020-04-24T23:16:20Z".freeze, "2020-04-30T01:05:51Z".freeze, "2020-06-29T02:24:58Z".freeze, "2020-07-04T01:24:22Z".freeze],
268
+ "dc:references": ["http://en.wikipedia.org/wiki/Content_strategy".freeze, "http://en.wikipedia.org/wiki/Five-number_summary".freeze, "http://en.wikipedia.org/wiki/Mean".freeze, "http://en.wikipedia.org/wiki/Standard_deviation".freeze, "http://vocab.org/frbr/core".freeze, "http://vocab.org/frbr/extended".freeze, "http://www.w3.org/TR/vocab-data-cube/".freeze, "http://www.w3.org/TR/vocab-data-cube/#ref_qb_DataSet".freeze, "https://www.w3.org/TR/prov-o/".freeze, "https://www.w3.org/TR/vocab-data-cube/#ref_qb_DataStructureDefinition".freeze, "https://www.w3.org/TR/vocab-data-cube/#ref_qb_DimensionProperty".freeze, "https://www.w3.org/TR/vocab-data-cube/#ref_qb_MeasureProperty".freeze, "https://www.w3.org/TR/vocab-data-cube/#ref_qb_Observation".freeze],
269
+ "dc:subject": "ci:".freeze,
270
+ "dc:title": "A Content Inventory Vocabulary".freeze,
271
+ "foaf:primaryTopic": "ci:".freeze,
272
+ "http://purl.org/vocab/vann/preferredNamespacePrefix": "ci".freeze,
273
+ isDefinedBy: "ci:".freeze,
274
+ "owl:imports": ["bibo:".freeze, "dc:".freeze, "foaf:".freeze, "http://purl.org/NET/c4dm/event.owl#".freeze, "http://purl.org/linked-data/cube#".freeze, "owl:".freeze, "skos:".freeze, "xsd:".freeze],
275
+ "owl:versionInfo": "0.14".freeze,
276
+ type: ["bibo:Webpage".freeze, "owl:Ontology".freeze],
277
+ "xhv:license": "http://creativecommons.org/licenses/by/2.5/ca/".freeze
278
+
279
+ # Class definitions
280
+ term :Action,
281
+ comment: %(An action, as its name implies, is meant to represent something a person or other agent ought to do to a document.).freeze,
282
+ isDefinedBy: "ci:".freeze,
283
+ label: "Action".freeze,
284
+ "skos:usageNote": "Being a subclass of an event, a ci:Action can have agents, factors, products, places and times ascribed to it.".freeze,
285
+ subClassOf: "http://purl.org/NET/c4dm/event.owl#Event".freeze,
286
+ type: "owl:Class".freeze
287
+ term :Advertisement,
288
+ comment: %(In general there is no programmatic way to tell whether a resource is an advertisement, since advertisements on the Web look \(to a machine\) like any other resource. This is intended to be a decorator class to indicate that the subject is an advertisement. It can therefore be combined with other classes such as foaf:Image, or bibo:AudioVisualDocument.).freeze,
289
+ isDefinedBy: "ci:".freeze,
290
+ label: "Advertisement".freeze,
291
+ "skos:example": "@prefix bibo: <http://purl.org/ontology/bibo/> .\n@prefix dct: <http://purl.org/dc/terms/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix ci: <https://privatealpha.com/ontology/content-inventory/1#> .\n\n<https://example.club/17-mindblowing-ways-to-write-listicles> a bibo:Article ;\n dct:title \"17 Mindblowing Ways to Write Listicles!\"@en ;\n dct:hasPart <https://adtech.biz/assets/punch-the-monkey> .\n\n<https://adtech.biz/assets/punch-the-monkey> a foaf:Image, ci:Advertisement ;\n dct:title \"Punch The Monkey And WIN!\#@$!%%^!\"@en .\n ".freeze,
292
+ subClassOf: "foaf:Document".freeze,
293
+ type: "owl:Class".freeze
294
+ term :Audience,
295
+ comment: %(An audience represents the set of people who are the intended recipients of the resource. This class is at once an agent class as well as a conceptual entity, capable of being mixed into a SKOS concept scheme.).freeze,
296
+ isDefinedBy: "ci:".freeze,
297
+ label: "Audience".freeze,
298
+ "rdfs:seeAlso": ["dc:audience".freeze, "org:Role".freeze],
299
+ subClassOf: ["dc:AgentClass".freeze, "skos:Concept".freeze],
300
+ type: "owl:Class".freeze
301
+ term :Merge,
302
+ comment: %(In order to merge a document, we must define the target to which it ought to be merged. This class is identical to an Action, save for such a property.).freeze,
303
+ isDefinedBy: "ci:".freeze,
304
+ label: "Merge".freeze,
305
+ subClassOf: "ci:Action".freeze,
306
+ type: "owl:Class".freeze
307
+
308
+ # Property definitions
309
+ property :action,
310
+ comment: %(Relates a document to an action to take.).freeze,
311
+ domain: "foaf:Document".freeze,
312
+ isDefinedBy: "ci:".freeze,
313
+ label: "action".freeze,
314
+ range: "ci:Action".freeze,
315
+ subPropertyOf: "http://purl.org/NET/c4dm/event.owl#factor_of".freeze,
316
+ type: "owl:ObjectProperty".freeze
317
+ property :alias,
318
+ comment: %(Denotes an alternate URI for the subject resource. It extends owl:sameAs insofar as asserting that the object is somehow less canonical than the subject.).freeze,
319
+ inverseOf: "ci:alias-for".freeze,
320
+ isDefinedBy: "ci:".freeze,
321
+ label: "alias".freeze,
322
+ subPropertyOf: "owl:sameAs".freeze,
323
+ type: "owl:ObjectProperty".freeze
324
+ property :"alias-for",
325
+ comment: %(Denotes that the subject is the alias URI, and the object is more canonical \(though not necessarily the most canonical\).).freeze,
326
+ inverseOf: "ci:alias".freeze,
327
+ isDefinedBy: "ci:".freeze,
328
+ label: "alias-for".freeze,
329
+ "rdfs:seeAlso": "ci:canonical".freeze,
330
+ subPropertyOf: "owl:sameAs".freeze,
331
+ type: "owl:ObjectProperty".freeze
332
+ property :assumes,
333
+ comment: %(The document assumes the audience is familiar with this concept, and may not mention it explicitly.).freeze,
334
+ domain: "foaf:Document".freeze,
335
+ isDefinedBy: "ci:".freeze,
336
+ label: "assumes".freeze,
337
+ range: "skos:Concept".freeze,
338
+ "rdfs:seeAlso": "dc:educationLevel".freeze,
339
+ subPropertyOf: "dc:references".freeze,
340
+ type: "owl:ObjectProperty".freeze
341
+ property :"aware-of",
342
+ comment: %(This property relates an Audience to a SKOS concept that is likely to be in the orbit of the audience's members: they are aware that the concept exists, although they may not necessarily understand it.).freeze,
343
+ domain: "ci:Audience".freeze,
344
+ isDefinedBy: "ci:".freeze,
345
+ label: "aware-of".freeze,
346
+ range: "skos:Concept".freeze,
347
+ subPropertyOf: "skos:related".freeze,
348
+ type: "owl:ObjectProperty".freeze
349
+ property :blocks,
350
+ comment: %(A block count is conceptually similar to a word or section count, though it counts the total of elements in the document considered to be text blocks, such as paragraphs, tables, lists and figures. It is suited for document types that have no concept of \(semantic\) sections, such as HTML. The purpose of this measurement is to provide a sort of ratio to the word count, to glean how well-proportioned the document is.).freeze,
351
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
352
+ isDefinedBy: "ci:".freeze,
353
+ label: "blocks".freeze,
354
+ range: "xsd:nonNegativeInteger".freeze,
355
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
356
+ property :canonical,
357
+ comment: %(Asserts the canonical URI of the subject resource, i.e., the one you always want to publish in content or redirect Web requests to.).freeze,
358
+ isDefinedBy: "ci:".freeze,
359
+ label: "canonical".freeze,
360
+ subPropertyOf: "ci:alias-for".freeze,
361
+ type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
362
+ property :"canonical-slug",
363
+ comment: %(This is the canonical slug associated with the resource, and should be populated with the slug which is actually in use.).freeze,
364
+ isDefinedBy: "ci:".freeze,
365
+ label: "canonical-slug".freeze,
366
+ range: "xsd:string".freeze,
367
+ subPropertyOf: "ci:slug".freeze,
368
+ type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
369
+ property :characters,
370
+ comment: %(This indicates the number of characters in a document, with punctuation and the XPath normalize-space function applied. Note this is characters, not bytes.).freeze,
371
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
372
+ isDefinedBy: "ci:".freeze,
373
+ label: "characters".freeze,
374
+ range: "xsd:nonNegativeInteger".freeze,
375
+ "rdfs:seeAlso": "http://www.w3.org/TR/xpath/#function-normalize-space".freeze,
376
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
377
+ property :depicts,
378
+ comment: %(The document explicitly depicts this concept \(or other entity\).).freeze,
379
+ domain: "foaf:Document".freeze,
380
+ isDefinedBy: "ci:".freeze,
381
+ label: "depicts".freeze,
382
+ note: %(This term is identical in meaning to foaf:depicts except that the latter constrains its domain to images only, whereas this can relate any kind of document. The range of this property is also left open, to accommodate any kind of resource being depicted.).freeze,
383
+ "rdfs:seeAlso": "foaf:depicts".freeze,
384
+ subPropertyOf: "dc:references".freeze,
385
+ type: "owl:ObjectProperty".freeze
386
+ property :"desired-outcome",
387
+ comment: %(This property is intended to indicate what the document is supposed to do—what material effect it is supposed to produce. It is intentionally open-ended, and as such can point to something like a skos:Concept, another document, or a literal string of text describing the outcome.).freeze,
388
+ domain: "foaf:Document".freeze,
389
+ isDefinedBy: "ci:".freeze,
390
+ label: "desired-outcome".freeze,
391
+ "skos:example": "@prefix bibo: <http://purl.org/ontology/bibo/> .\n@prefix dct: <http://purl.org/dc/terms/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix ci: <https://privatealpha.com/ontology/content-inventory/1#> .\n@prefix eg: <https://backoffice.example.club/concepts/> .\n\n# we can extend our article metadata the following way:\n\n<https://example.club/17-mindblowing-ways-to-write-listicles> a bibo:Article ;\n dct:title \"17 Mindblowing Ways to Write Listicles!\"@en ;\n ci:desired-outcome eg:maximize-clicks .\n\n# and create a corresponding resource to unambiguously identify the goal:\n\neg:maximize-clicks a skos:Concept ;\n skos:prefLabel \"Maximize Clicks\"@en ;\n skos:description \"Moar clicks means moar monies.\"@en .\n ".freeze,
392
+ subPropertyOf: "dc:type".freeze,
393
+ type: "owl:ObjectProperty".freeze
394
+ property :document,
395
+ comment: %(Document Reference).freeze,
396
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
397
+ isDefinedBy: "ci:".freeze,
398
+ label: "document".freeze,
399
+ range: "foaf:Document".freeze,
400
+ type: "http://purl.org/linked-data/cube#DimensionProperty".freeze
401
+ property :embed,
402
+ comment: %(This property specifies an embedded resource, such as an image, which is visible on the document's canvas.).freeze,
403
+ domain: "foaf:Document".freeze,
404
+ isDefinedBy: "ci:".freeze,
405
+ label: "embed".freeze,
406
+ subPropertyOf: "dc:hasPart".freeze,
407
+ type: "owl:ObjectProperty".freeze
408
+ property :embeds,
409
+ comment: %(The number of embeds in the document.).freeze,
410
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
411
+ isDefinedBy: "ci:".freeze,
412
+ label: "embeds".freeze,
413
+ range: "xsd:nonNegativeInteger".freeze,
414
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
415
+ property :eschews,
416
+ comment: %(This property relates an Audience to a SKOS concept that members of the audience are known to actively avoid or regard with contempt. This relation is intended to represent the complement of values.).freeze,
417
+ domain: "ci:Audience".freeze,
418
+ isDefinedBy: "ci:".freeze,
419
+ label: "eschews".freeze,
420
+ range: "skos:Concept".freeze,
421
+ "rdfs:seeAlso": "ci:values".freeze,
422
+ subPropertyOf: "skos:related".freeze,
423
+ type: "owl:ObjectProperty".freeze
424
+ property :evokes,
425
+ comment: %(The document evokes the given concept without mentioning it explicitly.).freeze,
426
+ domain: "foaf:Document".freeze,
427
+ isDefinedBy: "ci:".freeze,
428
+ label: "evokes".freeze,
429
+ range: "skos:Concept".freeze,
430
+ subPropertyOf: "ci:assumes".freeze,
431
+ type: "owl:ObjectProperty".freeze
432
+ property :form,
433
+ comment: %(This property specifies form target, which may or may not be visible to the user.).freeze,
434
+ domain: "foaf:Document".freeze,
435
+ isDefinedBy: "ci:".freeze,
436
+ label: "form".freeze,
437
+ subPropertyOf: "ci:link".freeze,
438
+ type: "owl:ObjectProperty".freeze
439
+ property :forms,
440
+ comment: %(The number of forms in the document.).freeze,
441
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
442
+ isDefinedBy: "ci:".freeze,
443
+ label: "forms".freeze,
444
+ range: "xsd:nonNegativeInteger".freeze,
445
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
446
+ property :"high-quartile",
447
+ comment: %(Third Quartile).freeze,
448
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
449
+ isDefinedBy: "ci:".freeze,
450
+ label: "high-quartile".freeze,
451
+ range: "xsd:number".freeze,
452
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Quartile".freeze,
453
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
454
+ property :images,
455
+ comment: %(This indicates the number of images in the document.).freeze,
456
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
457
+ isDefinedBy: "ci:".freeze,
458
+ label: "images".freeze,
459
+ range: "xsd:nonNegativeInteger".freeze,
460
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
461
+ property :include,
462
+ comment: %(This property specifies a related resource which is not directly visible to the user.).freeze,
463
+ domain: "foaf:Document".freeze,
464
+ isDefinedBy: "ci:".freeze,
465
+ label: "include".freeze,
466
+ subPropertyOf: "dc:requires".freeze,
467
+ type: "owl:ObjectProperty".freeze
468
+ property :indegree,
469
+ comment: %(The number of links pointing at the specified resource.).freeze,
470
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
471
+ isDefinedBy: "ci:".freeze,
472
+ label: "indegree".freeze,
473
+ range: "xsd:number".freeze,
474
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Directed_graph#Indegree_and_outdegree".freeze,
475
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
476
+ property :indexed,
477
+ comment: %(This is a boolean value to indicate whether or not a resource ought to be indexed. It does not necessarily ascribe a policy: an absence of an explicit true value does not necessarily imply the resource ought not be indexed, but the presence of a false value probably should.).freeze,
478
+ isDefinedBy: "ci:".freeze,
479
+ label: "indexed".freeze,
480
+ range: "xsd:boolean".freeze,
481
+ type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze]
482
+ property :introduces,
483
+ comment: %(The document defines, describes, or otherwise introduces the audience to this concept.).freeze,
484
+ domain: "foaf:Document".freeze,
485
+ isDefinedBy: "ci:".freeze,
486
+ label: "introduces".freeze,
487
+ range: "skos:Concept".freeze,
488
+ subPropertyOf: "ci:mentions".freeze,
489
+ type: "owl:ObjectProperty".freeze
490
+ property :link,
491
+ comment: %(This property specifies an ordinary hyperlink, which is visible on the document's canvas.).freeze,
492
+ domain: "foaf:Document".freeze,
493
+ isDefinedBy: "ci:".freeze,
494
+ label: "link".freeze,
495
+ subPropertyOf: "dc:references".freeze,
496
+ type: "owl:ObjectProperty".freeze
497
+ property :lists,
498
+ comment: %(The number of lists in the document.).freeze,
499
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
500
+ isDefinedBy: "ci:".freeze,
501
+ label: "lists".freeze,
502
+ range: "xsd:nonNegativeInteger".freeze,
503
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
504
+ property :"low-quartile",
505
+ comment: %(Equivalent to the bottom quarter, or 25th percentile, of the observed data.).freeze,
506
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
507
+ isDefinedBy: "ci:".freeze,
508
+ label: "low-quartile".freeze,
509
+ range: "xsd:number".freeze,
510
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Quartile".freeze,
511
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
512
+ property :max,
513
+ comment: %(Maximum).freeze,
514
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
515
+ isDefinedBy: "ci:".freeze,
516
+ label: "max".freeze,
517
+ range: "xsd:number".freeze,
518
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Sample_maximum".freeze,
519
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
520
+ property :mean,
521
+ comment: %(Mean).freeze,
522
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
523
+ isDefinedBy: "ci:".freeze,
524
+ label: "mean".freeze,
525
+ range: "xsd:number".freeze,
526
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Mean".freeze,
527
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
528
+ property :median,
529
+ comment: %(The median of a population ).freeze,
530
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
531
+ isDefinedBy: "ci:".freeze,
532
+ label: "median".freeze,
533
+ range: "xsd:number".freeze,
534
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Median".freeze,
535
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
536
+ property :mentions,
537
+ comment: %(The document explicitly mentions this concept.).freeze,
538
+ domain: "foaf:Document".freeze,
539
+ isDefinedBy: "ci:".freeze,
540
+ label: "mentions".freeze,
541
+ range: "skos:Concept".freeze,
542
+ subPropertyOf: "dc:references".freeze,
543
+ type: "owl:ObjectProperty".freeze
544
+ property :min,
545
+ comment: %(The smallest observation in the sample.).freeze,
546
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
547
+ isDefinedBy: "ci:".freeze,
548
+ label: "min".freeze,
549
+ range: "xsd:number".freeze,
550
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Sample_minimum".freeze,
551
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
552
+ property :"non-audience",
553
+ comment: %(This property complements dct:audience insofar as enabling the author or editor to designate a set of entities who are explicitly not the intended audience of the document.).freeze,
554
+ domain: "foaf:Document".freeze,
555
+ isDefinedBy: "ci:".freeze,
556
+ label: "non-audience".freeze,
557
+ range: "dc:AgentClass".freeze,
558
+ "rdfs:seeAlso": "dc:audience".freeze,
559
+ type: "owl:ObjectProperty".freeze
560
+ property :outdegree,
561
+ comment: %(The number of links emanating from the specified resource.).freeze,
562
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
563
+ isDefinedBy: "ci:".freeze,
564
+ label: "outdegree".freeze,
565
+ range: "xsd:number".freeze,
566
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Directed_graph#Indegree_and_outdegree".freeze,
567
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
568
+ property :primary,
569
+ comment: %(Denotes the primary variant that concretely represents the resource.).freeze,
570
+ isDefinedBy: "ci:".freeze,
571
+ label: "primary".freeze,
572
+ subPropertyOf: "ci:variant".freeze,
573
+ type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
574
+ property :representation,
575
+ comment: %(Denotes a resource that is a concrete representation of the subject, which assumed to be more abstract.).freeze,
576
+ isDefinedBy: "ci:".freeze,
577
+ label: "representation".freeze,
578
+ "owl:deprecated": "true".freeze,
579
+ subPropertyOf: "dc:hasFormat".freeze,
580
+ type: "owl:ObjectProperty".freeze
581
+ property :scripts,
582
+ comment: %(The number of scripts in the document.).freeze,
583
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
584
+ isDefinedBy: "ci:".freeze,
585
+ label: "scripts".freeze,
586
+ range: "xsd:nonNegativeInteger".freeze,
587
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
588
+ property :sd,
589
+ comment: %(Standard Deviation).freeze,
590
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
591
+ isDefinedBy: "ci:".freeze,
592
+ label: "sd".freeze,
593
+ range: "xsd:number".freeze,
594
+ "rdfs:seeAlso": "http://en.wikipedia.org/wiki/Standard_deviation".freeze,
595
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
596
+ property :sections,
597
+ comment: %(For document types that have a concrete representation of sections, this property may be used to capture their sum.).freeze,
598
+ domain: "foaf:Document".freeze,
599
+ isDefinedBy: "ci:".freeze,
600
+ label: "sections".freeze,
601
+ range: "xsd:nonNegativeInteger".freeze,
602
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
603
+ property :slug,
604
+ comment: %(The slug is a text token which represents either the full path or terminal path segment of an HTTP\(S\) URL by which a resource can be located. This property is mainly for the purpose of archiving old or alternative URL paths in a content inventory, for such tasks as generating URL rewriting maps.).freeze,
605
+ isDefinedBy: "ci:".freeze,
606
+ label: "slug".freeze,
607
+ range: "xsd:string".freeze,
608
+ type: "owl:DatatypeProperty".freeze
609
+ property :stylesheets,
610
+ comment: %(The number of stylesheets in the document.).freeze,
611
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
612
+ isDefinedBy: "ci:".freeze,
613
+ label: "stylesheets".freeze,
614
+ range: "xsd:nonNegativeInteger".freeze,
615
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
616
+ property :tables,
617
+ comment: %(The number of tables in the document.).freeze,
618
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
619
+ isDefinedBy: "ci:".freeze,
620
+ label: "tables".freeze,
621
+ range: "xsd:nonNegativeInteger".freeze,
622
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
623
+ property :target,
624
+ comment: %(Specify the URI of the target resource into which this document should be merged.).freeze,
625
+ domain: "ci:Merge".freeze,
626
+ isDefinedBy: "ci:".freeze,
627
+ label: "target".freeze,
628
+ range: "foaf:Document".freeze,
629
+ type: "owl:ObjectProperty".freeze
630
+ property :understands,
631
+ comment: %(This property relates an Audience to a SKOS concept that members of the audience are known to comprehend, and thereby do not need any additional explanation.).freeze,
632
+ domain: "ci:Audience".freeze,
633
+ isDefinedBy: "ci:".freeze,
634
+ label: "understands".freeze,
635
+ range: "skos:Concept".freeze,
636
+ "rdfs:seeAlso": "dc:educationLevel".freeze,
637
+ subPropertyOf: "ci:aware-of".freeze,
638
+ type: "owl:ObjectProperty".freeze
639
+ property :values,
640
+ comment: %(This property relates an Audience to a SKOS concept that members of the audience are known to value, that is, to find meaningful in an axiological sense.).freeze,
641
+ domain: "ci:Audience".freeze,
642
+ isDefinedBy: "ci:".freeze,
643
+ label: "values".freeze,
644
+ range: "skos:Concept".freeze,
645
+ "rdfs:seeAlso": "ci:eschews".freeze,
646
+ subPropertyOf: "skos:related".freeze,
647
+ type: "owl:ObjectProperty".freeze
648
+ property :variant,
649
+ comment: %(Denotes a resource that is a variant of a concrete representation of the subject, which assumed to be more abstract.).freeze,
650
+ equivalentProperty: "ci:representation".freeze,
651
+ isDefinedBy: "ci:".freeze,
652
+ label: "variant".freeze,
653
+ subPropertyOf: "dc:hasFormat".freeze,
654
+ type: "owl:ObjectProperty".freeze
655
+ property :videos,
656
+ comment: %(The number of videos in the document.).freeze,
657
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
658
+ isDefinedBy: "ci:".freeze,
659
+ label: "videos".freeze,
660
+ range: "xsd:nonNegativeInteger".freeze,
661
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
662
+ property :words,
663
+ comment: %(This indicates the number of words in a document, similar to the familiar function in a word processor. The exact method of counting words may vary by document type, language etc., and is thus out of scope from this document.).freeze,
664
+ domain: "http://purl.org/linked-data/cube#Observation".freeze,
665
+ isDefinedBy: "ci:".freeze,
666
+ label: "words".freeze,
667
+ range: "xsd:nonNegativeInteger".freeze,
668
+ type: "http://purl.org/linked-data/cube#MeasureProperty".freeze
669
+
670
+ # Extra definitions
671
+ term :circulated,
672
+ comment: %(The document is available for select people to see, but not published in the strict literal sense.).freeze,
673
+ isDefinedBy: "ci:".freeze,
674
+ label: "circulated".freeze,
675
+ type: "bibo:DocumentStatus".freeze
676
+ term :confidential,
677
+ comment: %(The document is confidential and not for publication.).freeze,
678
+ isDefinedBy: "ci:".freeze,
679
+ label: "confidential".freeze,
680
+ type: "bibo:DocumentStatus".freeze
681
+ term :empty,
682
+ comment: %(The document contains no content.).freeze,
683
+ isDefinedBy: "ci:".freeze,
684
+ label: "empty".freeze,
685
+ type: "bibo:DocumentStatus".freeze
686
+ term :incomplete,
687
+ comment: %(The document has been started, but is clearly not finished.).freeze,
688
+ isDefinedBy: "ci:".freeze,
689
+ label: "incomplete".freeze,
690
+ type: "bibo:DocumentStatus".freeze
691
+ term :incorrect,
692
+ comment: %(The content of this document is factually wrong.).freeze,
693
+ isDefinedBy: "ci:".freeze,
694
+ label: "incorrect".freeze,
695
+ type: "bibo:DocumentStatus".freeze
696
+ term :keep,
697
+ comment: %(Keep this document to which this is associated; make no changes to it at this time.).freeze,
698
+ isDefinedBy: "ci:".freeze,
699
+ label: "keep".freeze,
700
+ type: "ci:Action".freeze
701
+ term :landing,
702
+ comment: %(The resource is a landing page from some other medium \(e.g. e-mail, television, billboard\). This status is a hint to automated systems which would otherwise orphan or retire a landing page with no inbound links.).freeze,
703
+ isDefinedBy: "ci:".freeze,
704
+ label: "landing".freeze,
705
+ type: "bibo:DocumentStatus".freeze
706
+ term :obsolete,
707
+ comment: %(The content of this document was correct and relevant at one point, but external circumstances have caused it to lapse in relevance or factual accuracy.).freeze,
708
+ isDefinedBy: "ci:".freeze,
709
+ label: "obsolete".freeze,
710
+ type: "bibo:DocumentStatus".freeze
711
+ term :orphan,
712
+ comment: %(The resource is not explicitly pending or removed from publication, however it has managed to be disconnected from the rest of the site: There is no path to it from a landing page, and it is not a landing page on its own. That is to say that the resource either has no inbound links, or if it does, those links are from other resources that are in the same situation. Documents which are only linked from retired documents are also considered orphans.).freeze,
713
+ isDefinedBy: "ci:".freeze,
714
+ label: "orphan".freeze,
715
+ type: "bibo:DocumentStatus".freeze
716
+ term :proofread,
717
+ comment: %(Proofread this document.).freeze,
718
+ isDefinedBy: "ci:".freeze,
719
+ label: "proofread".freeze,
720
+ type: "ci:Action".freeze
721
+ term :retire,
722
+ comment: %(Remove all references to this document and consign it to the archive.).freeze,
723
+ isDefinedBy: "ci:".freeze,
724
+ label: "retire".freeze,
725
+ type: "ci:Action".freeze
726
+ term :retired,
727
+ comment: %(The document has been explicitly retired by an editor or curator, but still exists in the archive.).freeze,
728
+ isDefinedBy: "ci:".freeze,
729
+ label: "retired".freeze,
730
+ type: "bibo:DocumentStatus".freeze
731
+ term :revise,
732
+ comment: %(Revise or restructure this document.).freeze,
733
+ isDefinedBy: "ci:".freeze,
734
+ label: "revise".freeze,
735
+ type: "ci:Action".freeze
736
+ term :rewrite,
737
+ comment: %(Rewrite this document from scratch.).freeze,
738
+ isDefinedBy: "ci:".freeze,
739
+ label: "rewrite".freeze,
740
+ type: "ci:Action".freeze
741
+ term :split,
742
+ comment: %(Split this document into multiple pieces.).freeze,
743
+ isDefinedBy: "ci:".freeze,
744
+ label: "split".freeze,
745
+ type: "ci:Action".freeze
746
+ term :"tentative-merge",
747
+ comment: %(Merge this document into some other document, though unspecified at this time as to which.).freeze,
748
+ isDefinedBy: "ci:".freeze,
749
+ label: "tentative-merge".freeze,
750
+ type: ["ci:Action".freeze, "ci:Merge".freeze]
751
+ term :unavailable,
752
+ comment: %(The resource at the subject address is unavailable for reasons other than explicit retirement, e.g. HTTP 404 or 403, or going out of print.).freeze,
753
+ isDefinedBy: "ci:".freeze,
754
+ label: "unavailable".freeze,
755
+ type: "bibo:DocumentStatus".freeze
756
+ term :"update-metadata",
757
+ comment: %(Update the metadata of this document, such as keywords, audience, etc.).freeze,
758
+ isDefinedBy: "ci:".freeze,
759
+ label: "update-metadata".freeze,
760
+ type: "ci:Action".freeze
761
+ term :"words-and-blocks",
762
+ comment: %(A set of descriptive statistics pertaining to the number of words per block of text in a given document.).freeze,
763
+ "http://purl.org/linked-data/cube#component": [term(
764
+ "http://purl.org/linked-data/cube#dimension": "ci:document".freeze,
765
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
766
+ ), term(
767
+ "http://purl.org/linked-data/cube#measure": "ci:blocks".freeze,
768
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
769
+ ), term(
770
+ "http://purl.org/linked-data/cube#measure": "ci:characters".freeze,
771
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
772
+ ), term(
773
+ "http://purl.org/linked-data/cube#measure": "ci:embeds".freeze,
774
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
775
+ ), term(
776
+ "http://purl.org/linked-data/cube#measure": "ci:forms".freeze,
777
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
778
+ ), term(
779
+ "http://purl.org/linked-data/cube#measure": "ci:high-quartile".freeze,
780
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
781
+ ), term(
782
+ "http://purl.org/linked-data/cube#measure": "ci:images".freeze,
783
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
784
+ ), term(
785
+ "http://purl.org/linked-data/cube#measure": "ci:low-quartile".freeze,
786
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
787
+ ), term(
788
+ "http://purl.org/linked-data/cube#measure": "ci:max".freeze,
789
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
790
+ ), term(
791
+ "http://purl.org/linked-data/cube#measure": "ci:mean".freeze,
792
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
793
+ ), term(
794
+ "http://purl.org/linked-data/cube#measure": "ci:median".freeze,
795
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
796
+ ), term(
797
+ "http://purl.org/linked-data/cube#measure": "ci:min".freeze,
798
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
799
+ ), term(
800
+ "http://purl.org/linked-data/cube#measure": "ci:scripts".freeze,
801
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
802
+ ), term(
803
+ "http://purl.org/linked-data/cube#measure": "ci:sd".freeze,
804
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
805
+ ), term(
806
+ "http://purl.org/linked-data/cube#measure": "ci:sections".freeze,
807
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
808
+ ), term(
809
+ "http://purl.org/linked-data/cube#measure": "ci:stylesheets".freeze,
810
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
811
+ ), term(
812
+ "http://purl.org/linked-data/cube#measure": "ci:tables".freeze,
813
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
814
+ ), term(
815
+ "http://purl.org/linked-data/cube#measure": "ci:videos".freeze,
816
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
817
+ ), term(
818
+ "http://purl.org/linked-data/cube#measure": "ci:words".freeze,
819
+ type: "http://purl.org/linked-data/cube#ComponentSpecification".freeze
820
+ )],
821
+ label: "words-and-blocks".freeze,
822
+ type: "http://purl.org/linked-data/cube#DataStructureDefinition".freeze
823
+
824
+ RDF::Vocabulary.register :ci, self if
825
+ RDF::Vocabulary.respond_to? :register
826
+ end
827
+ end