rdf-vocab 3.1.7 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +5 -1
- data/lib/rdf/vocab/acl.rb +20 -60
- data/lib/rdf/vocab/as.rb +90 -90
- data/lib/rdf/vocab/bf2.rb +488 -488
- data/lib/rdf/vocab/bibo.rb +120 -123
- data/lib/rdf/vocab/cc.rb +18 -47
- data/lib/rdf/vocab/crm.rb +240 -775
- data/lib/rdf/vocab/dc.rb +98 -98
- data/lib/rdf/vocab/dc11.rb +30 -30
- data/lib/rdf/vocab/dcat.rb +85 -85
- data/lib/rdf/vocab/dcmitype.rb +12 -12
- data/lib/rdf/vocab/disco.rb +58 -58
- data/lib/rdf/vocab/dwc.rb +188 -188
- data/lib/rdf/vocab/earl.rb +27 -27
- data/lib/rdf/vocab/ebucore.rb +1232 -1522
- data/lib/rdf/vocab/edm.rb +52 -75
- data/lib/rdf/vocab/fcrepo4.rb +21 -21
- data/lib/rdf/vocab/foaf.rb +75 -75
- data/lib/rdf/vocab/geo.rb +8 -109
- data/lib/rdf/vocab/geojson.rb +16 -16
- data/lib/rdf/vocab/geonames.rb +1344 -1352
- data/lib/rdf/vocab/gr.rb +177 -564
- data/lib/rdf/vocab/ht.rb +40 -40
- data/lib/rdf/vocab/hydra.rb +99 -58
- data/lib/rdf/vocab/iana.rb +71 -113
- data/lib/rdf/vocab/ical.rb +123 -171
- data/lib/rdf/vocab/identifiers.rb +161 -662
- data/lib/rdf/vocab/iiif.rb +25 -25
- data/lib/rdf/vocab/jsonld.rb +33 -51
- data/lib/rdf/vocab/lrmi.rb +16 -16
- data/lib/rdf/vocab/ma.rb +79 -79
- data/lib/rdf/vocab/marcrelators.rb +4 -3
- data/lib/rdf/vocab/mo.rb +196 -539
- data/lib/rdf/vocab/mods.rb +119 -123
- data/lib/rdf/vocab/oa.rb +68 -72
- data/lib/rdf/vocab/ogc.rb +8 -8
- data/lib/rdf/vocab/ore.rb +13 -13
- data/lib/rdf/vocab/org.rb +46 -46
- data/lib/rdf/vocab/pcdm.rb +11 -33
- data/lib/rdf/vocab/pplan.rb +18 -196
- data/lib/rdf/vocab/premis.rb +321 -416
- data/lib/rdf/vocab/premiseventtype.rb +1 -1
- data/lib/rdf/vocab/prov.rb +90 -115
- data/lib/rdf/vocab/ptr.rb +34 -36
- data/lib/rdf/vocab/rightsstatements.rb +12 -12
- data/lib/rdf/vocab/rss.rb +10 -10
- data/lib/rdf/vocab/schema.rb +3131 -3445
- data/lib/rdf/vocab/schemas.rb +27066 -0
- data/lib/rdf/vocab/sd.rb +38 -38
- data/lib/rdf/vocab/sh.rb +183 -183
- data/lib/rdf/vocab/sioc.rb +97 -97
- data/lib/rdf/vocab/siocservices.rb +8 -8
- data/lib/rdf/vocab/sioctypes.rb +38 -38
- data/lib/rdf/vocab/skos.rb +45 -47
- data/lib/rdf/vocab/skosxl.rb +10 -10
- data/lib/rdf/vocab/v.rb +32 -36
- data/lib/rdf/vocab/vcard.rb +117 -118
- data/lib/rdf/vocab/vmd.rb +32 -36
- data/lib/rdf/vocab/void.rb +26 -26
- data/lib/rdf/vocab/vs.rb +4 -4
- data/lib/rdf/vocab/wdrs.rb +22 -22
- data/lib/rdf/vocab/wot.rb +18 -18
- data/lib/rdf/vocab/xhv.rb +84 -200
- data/lib/rdf/vocab/xkos.rb +10 -10
- metadata +6 -5
data/lib/rdf/vocab/vmd.rb
CHANGED
@@ -301,52 +301,50 @@ module RDF::Vocab
|
|
301
301
|
|
302
302
|
# Class definitions
|
303
303
|
term :Address,
|
304
|
-
comment:
|
304
|
+
comment: "Postal address for a Person or Organization.".freeze,
|
305
305
|
type: "rdfs:Class".freeze
|
306
306
|
term :Breadcrumb,
|
307
|
-
comment:
|
307
|
+
comment: "Represents a single Breadcrumb in a Breadcrumb trail.".freeze,
|
308
308
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
309
309
|
term :Instructions,
|
310
|
-
comment:
|
310
|
+
comment: "Represents the steps to make a dish.".freeze,
|
311
311
|
type: "rdfs:Class".freeze
|
312
312
|
term :Nutrition,
|
313
|
-
comment:
|
313
|
+
comment: "Represents the nutrition information about a recipe.".freeze,
|
314
314
|
type: "rdfs:Class".freeze
|
315
315
|
term :Offer,
|
316
|
-
comment:
|
316
|
+
comment: "Represents an offer to sell a product.".freeze,
|
317
317
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
318
318
|
term :OfferAggregate,
|
319
|
-
comment:
|
319
|
+
comment: "Represents a collection of offers to sell a product.".freeze,
|
320
320
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
321
321
|
term :Organization,
|
322
|
-
comment:
|
322
|
+
comment: "An Organization is a business, agency, school, etc.".freeze,
|
323
323
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
324
324
|
term :Person,
|
325
|
-
comment:
|
325
|
+
comment: "Represents a Person, living/dead/fictional.".freeze,
|
326
326
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
327
327
|
term :Product,
|
328
|
-
comment:
|
328
|
+
comment: "Represents a product or service in a Review or Review-aggregate.".freeze,
|
329
329
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
330
330
|
term :Rating,
|
331
|
-
comment:
|
331
|
+
comment: "Represents a rating in a Review or Review-aggregate.".freeze,
|
332
332
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
333
333
|
term :Recipe,
|
334
|
-
comment:
|
334
|
+
comment: "A single instance of a Recipe.".freeze,
|
335
335
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
336
336
|
term :RecipeIngredient,
|
337
|
-
comment:
|
337
|
+
comment: "Represents ingredients used in a recipe.".freeze,
|
338
338
|
type: "rdfs:Class".freeze
|
339
339
|
term :Review,
|
340
|
-
comment:
|
340
|
+
comment: "A single instance of a Review.".freeze,
|
341
341
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
342
342
|
term :"Review-aggregate",
|
343
|
-
comment:
|
344
|
-
Can be used whether or not there is instance-level Review data on the page.
|
345
|
-
).freeze,
|
343
|
+
comment: "Represents data from a collection of reviews.\n Can be used whether or not there is instance-level Review data on the page.\n ".freeze,
|
346
344
|
subClassOf: "vmd:Review".freeze,
|
347
345
|
type: "rdfs:Class".freeze
|
348
346
|
term :TimeRange,
|
349
|
-
comment:
|
347
|
+
comment: "Represents the length of time it takes to prepare a recipe.".freeze,
|
350
348
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
351
349
|
|
352
350
|
# Property definitions
|
@@ -361,7 +359,7 @@ module RDF::Vocab
|
|
361
359
|
range: "vmd:Address".freeze,
|
362
360
|
type: "rdf:Property".freeze
|
363
361
|
property :affiliation,
|
364
|
-
comment:
|
362
|
+
comment: "An affiliation can be specified by a string literal or an Organization instance.".freeze,
|
365
363
|
domain: "vmd:Person".freeze,
|
366
364
|
range: term(
|
367
365
|
type: "owl:Class".freeze,
|
@@ -372,7 +370,7 @@ module RDF::Vocab
|
|
372
370
|
domain: "vmd:RecipeIngredient".freeze,
|
373
371
|
type: "rdf:Property".freeze
|
374
372
|
property :author,
|
375
|
-
comment:
|
373
|
+
comment: "An author of the recipe can be specified by a string literal or a Person instance.".freeze,
|
376
374
|
domain: "vmd:Recipe".freeze,
|
377
375
|
range: term(
|
378
376
|
type: "owl:Class".freeze,
|
@@ -383,11 +381,11 @@ module RDF::Vocab
|
|
383
381
|
domain: "vmd:Offer".freeze,
|
384
382
|
type: "rdf:Property".freeze
|
385
383
|
property :average,
|
386
|
-
comment:
|
384
|
+
comment: "The average of an aggregate value.".freeze,
|
387
385
|
domain: "vmd:Rating".freeze,
|
388
386
|
type: "rdf:Property".freeze
|
389
387
|
property :best,
|
390
|
-
comment:
|
388
|
+
comment: "The best value of a rating scale (default 5).".freeze,
|
391
389
|
domain: "vmd:Rating".freeze,
|
392
390
|
type: "rdf:Property".freeze
|
393
391
|
property :brand,
|
@@ -431,7 +429,7 @@ module RDF::Vocab
|
|
431
429
|
),
|
432
430
|
type: "rdf:Property".freeze
|
433
431
|
property :count,
|
434
|
-
comment:
|
432
|
+
comment: "The total number of items used in an aggregate (e.g., number of reviews).".freeze,
|
435
433
|
domain: "vmd:Review-aggregate".freeze,
|
436
434
|
type: "rdf:Property".freeze
|
437
435
|
property :"country-name",
|
@@ -450,7 +448,7 @@ module RDF::Vocab
|
|
450
448
|
),
|
451
449
|
type: "rdf:Property".freeze
|
452
450
|
property :dtreviewed,
|
453
|
-
comment:
|
451
|
+
comment: "The date of the review.".freeze,
|
454
452
|
domain: "vmd:Review".freeze,
|
455
453
|
type: "rdf:Property".freeze
|
456
454
|
property :duration,
|
@@ -482,7 +480,7 @@ module RDF::Vocab
|
|
482
480
|
domain: "vmd:Product".freeze,
|
483
481
|
type: "rdf:Property".freeze
|
484
482
|
property :ingredient,
|
485
|
-
comment:
|
483
|
+
comment: "Represents ingredients used in a recipe.".freeze,
|
486
484
|
domain: "vmd:Recipe".freeze,
|
487
485
|
range: "vmd:RecipeIngredient".freeze,
|
488
486
|
type: "rdf:Property".freeze
|
@@ -490,7 +488,7 @@ module RDF::Vocab
|
|
490
488
|
domain: "vmd:Instructions".freeze,
|
491
489
|
type: "rdf:Property".freeze
|
492
490
|
property :instructions,
|
493
|
-
comment:
|
491
|
+
comment: "Represents the steps to make a dish.".freeze,
|
494
492
|
domain: "vmd:Recipe".freeze,
|
495
493
|
range: "vmd:Instructions".freeze,
|
496
494
|
type: "rdf:Property".freeze
|
@@ -510,14 +508,14 @@ module RDF::Vocab
|
|
510
508
|
domain: "vmd:OfferAggregate".freeze,
|
511
509
|
type: "rdf:Property".freeze
|
512
510
|
property :max,
|
513
|
-
comment:
|
511
|
+
comment: "The maximum value of an aggregated Rating.".freeze,
|
514
512
|
domain: term(
|
515
513
|
type: "owl:Class".freeze,
|
516
514
|
unionOf: list("vmd:Rating".freeze, "vmd:TimeRange".freeze)
|
517
515
|
),
|
518
516
|
type: "rdf:Property".freeze
|
519
517
|
property :min,
|
520
|
-
comment:
|
518
|
+
comment: "The minimum value of an aggregated Rating.".freeze,
|
521
519
|
domain: term(
|
522
520
|
type: "owl:Class".freeze,
|
523
521
|
unionOf: list("vmd:Rating".freeze, "vmd:TimeRange".freeze)
|
@@ -529,7 +527,7 @@ module RDF::Vocab
|
|
529
527
|
domain: "vmd:Person".freeze,
|
530
528
|
type: "rdf:Property".freeze
|
531
529
|
property :nutrition,
|
532
|
-
comment:
|
530
|
+
comment: "Represents the nutrition information about a recipe.".freeze,
|
533
531
|
domain: "vmd:Recipe".freeze,
|
534
532
|
range: "vmd:Nutrition".freeze,
|
535
533
|
type: "rdf:Property".freeze
|
@@ -561,9 +559,7 @@ module RDF::Vocab
|
|
561
559
|
domain: "vmd:Offer".freeze,
|
562
560
|
type: "rdf:Property".freeze
|
563
561
|
property :pricerange,
|
564
|
-
comment:
|
565
|
-
by a restaurant, business or other organization.
|
566
|
-
).freeze,
|
562
|
+
comment: "The price range of products and services offered\n by a restaurant, business or other organization.\n ".freeze,
|
567
563
|
domain: "vmd:Organization".freeze,
|
568
564
|
type: "rdf:Property".freeze
|
569
565
|
property :pricevaliduntil,
|
@@ -579,7 +575,7 @@ module RDF::Vocab
|
|
579
575
|
domain: "vmd:Offer".freeze,
|
580
576
|
type: "rdf:Property".freeze
|
581
577
|
property :rating,
|
582
|
-
comment:
|
578
|
+
comment: "A rating can be specified by a string literal or a Rating instance.".freeze,
|
583
579
|
domain: "vmd:Review".freeze,
|
584
580
|
range: term(
|
585
581
|
type: "owl:Class".freeze,
|
@@ -593,7 +589,7 @@ module RDF::Vocab
|
|
593
589
|
domain: "vmd:Address".freeze,
|
594
590
|
type: "rdf:Property".freeze
|
595
591
|
property :reviewer,
|
596
|
-
comment:
|
592
|
+
comment: "A reviewer can be specified by a string literal or a Person instance.".freeze,
|
597
593
|
domain: "vmd:Review".freeze,
|
598
594
|
range: term(
|
599
595
|
type: "owl:Class".freeze,
|
@@ -634,7 +630,7 @@ module RDF::Vocab
|
|
634
630
|
),
|
635
631
|
type: "rdf:Property".freeze
|
636
632
|
property :timeRange,
|
637
|
-
comment:
|
633
|
+
comment: "Represents the length of time it takes to prepare a recipe.".freeze,
|
638
634
|
domain: "vmd:Recipe".freeze,
|
639
635
|
range: "vmd:TimeRange".freeze,
|
640
636
|
type: "rdf:Property".freeze
|
@@ -661,11 +657,11 @@ module RDF::Vocab
|
|
661
657
|
),
|
662
658
|
type: "rdf:Property".freeze
|
663
659
|
property :value,
|
664
|
-
comment:
|
660
|
+
comment: "The value of a single Rating.".freeze,
|
665
661
|
domain: "vmd:Rating".freeze,
|
666
662
|
type: "rdf:Property".freeze
|
667
663
|
property :worst,
|
668
|
-
comment:
|
664
|
+
comment: "The poorest value of a rating scale (default 1).".freeze,
|
669
665
|
domain: "vmd:Rating".freeze,
|
670
666
|
type: "rdf:Property".freeze
|
671
667
|
property :yield,
|
data/lib/rdf/vocab/void.rb
CHANGED
@@ -131,70 +131,70 @@ module RDF::Vocab
|
|
131
131
|
|
132
132
|
# Class definitions
|
133
133
|
term :Dataset,
|
134
|
-
comment:
|
134
|
+
comment: "A set of RDF triples that are published, maintained or aggregated by a single provider.".freeze,
|
135
135
|
label: "dataset".freeze,
|
136
136
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
137
137
|
term :DatasetDescription,
|
138
|
-
comment:
|
138
|
+
comment: "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.".freeze,
|
139
139
|
label: "dataset description".freeze,
|
140
140
|
subClassOf: "foaf:Document".freeze,
|
141
141
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
142
142
|
term :Linkset,
|
143
|
-
comment:
|
143
|
+
comment: "A collection of RDF links between two void:Datasets.".freeze,
|
144
144
|
label: "linkset".freeze,
|
145
145
|
subClassOf: "void:Dataset".freeze,
|
146
146
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
147
147
|
term :TechnicalFeature,
|
148
|
-
comment:
|
148
|
+
comment: "A technical feature of a void:Dataset, such as a supported RDF serialization format.".freeze,
|
149
149
|
label: "technical feature".freeze,
|
150
150
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
151
151
|
|
152
152
|
# Property definitions
|
153
153
|
property :class,
|
154
|
-
comment:
|
154
|
+
comment: "The rdfs:Class that is the rdf:type of all entities in a class-based partition.".freeze,
|
155
155
|
domain: "void:Dataset".freeze,
|
156
156
|
label: "class".freeze,
|
157
157
|
range: "rdfs:Class".freeze,
|
158
158
|
type: ["owl:FunctionalProperty".freeze, "rdf:Property".freeze]
|
159
159
|
property :classPartition,
|
160
|
-
comment:
|
160
|
+
comment: "A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.".freeze,
|
161
161
|
domain: "void:Dataset".freeze,
|
162
162
|
label: "class partition".freeze,
|
163
163
|
range: "void:Dataset".freeze,
|
164
164
|
subPropertyOf: "void:subset".freeze,
|
165
165
|
type: "rdf:Property".freeze
|
166
166
|
property :classes,
|
167
|
-
comment:
|
167
|
+
comment: "The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset.".freeze,
|
168
168
|
domain: "void:Dataset".freeze,
|
169
169
|
label: "classes".freeze,
|
170
170
|
range: "xsd:integer".freeze,
|
171
171
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
172
172
|
property :dataDump,
|
173
|
-
comment:
|
173
|
+
comment: "An RDF dump, partial or complete, of a void:Dataset.".freeze,
|
174
174
|
domain: "void:Dataset".freeze,
|
175
175
|
label: "Data Dump".freeze,
|
176
176
|
range: "rdfs:Resource".freeze,
|
177
177
|
type: "rdf:Property".freeze
|
178
178
|
property :distinctObjects,
|
179
|
-
comment:
|
179
|
+
comment: "The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.".freeze,
|
180
180
|
domain: "void:Dataset".freeze,
|
181
181
|
label: "distinct objects".freeze,
|
182
182
|
range: "xsd:integer".freeze,
|
183
183
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
184
184
|
property :distinctSubjects,
|
185
|
-
comment:
|
185
|
+
comment: "The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset.".freeze,
|
186
186
|
domain: "void:Dataset".freeze,
|
187
187
|
label: "distinct subjects".freeze,
|
188
188
|
range: "xsd:integer".freeze,
|
189
189
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
190
190
|
property :documents,
|
191
|
-
comment:
|
191
|
+
comment: "The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical.".freeze,
|
192
192
|
domain: "void:Dataset".freeze,
|
193
193
|
label: "number of documents".freeze,
|
194
194
|
range: "xsd:integer".freeze,
|
195
195
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
196
196
|
property :entities,
|
197
|
-
comment:
|
197
|
+
comment: "The total number of entities that are described in a void:Dataset.".freeze,
|
198
198
|
domain: "void:Dataset".freeze,
|
199
199
|
label: "number of entities".freeze,
|
200
200
|
range: "xsd:integer".freeze,
|
@@ -210,7 +210,7 @@ module RDF::Vocab
|
|
210
210
|
range: "void:TechnicalFeature".freeze,
|
211
211
|
type: "rdf:Property".freeze
|
212
212
|
property :inDataset,
|
213
|
-
comment:
|
213
|
+
comment: "Points to the void:Dataset that a document is a part of.".freeze,
|
214
214
|
domain: "foaf:Document".freeze,
|
215
215
|
label: "in dataset".freeze,
|
216
216
|
range: "void:Dataset".freeze,
|
@@ -221,39 +221,39 @@ module RDF::Vocab
|
|
221
221
|
range: "rdf:Property".freeze,
|
222
222
|
type: "rdf:Property".freeze
|
223
223
|
property :objectsTarget,
|
224
|
-
comment:
|
224
|
+
comment: "The dataset describing the objects of the triples contained in the Linkset.".freeze,
|
225
225
|
domain: "void:Linkset".freeze,
|
226
226
|
label: "Objects Target".freeze,
|
227
227
|
range: "void:Dataset".freeze,
|
228
228
|
subPropertyOf: "void:target".freeze,
|
229
229
|
type: ["owl:FunctionalProperty".freeze, "rdf:Property".freeze]
|
230
230
|
property :openSearchDescription,
|
231
|
-
comment:
|
231
|
+
comment: "An OpenSearch description document for a free-text search service over a void:Dataset.".freeze,
|
232
232
|
domain: "void:Dataset".freeze,
|
233
233
|
label: "open search description".freeze,
|
234
234
|
range: "foaf:Document".freeze,
|
235
235
|
type: "rdf:Property".freeze
|
236
236
|
property :properties,
|
237
|
-
comment:
|
237
|
+
comment: "The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset.".freeze,
|
238
238
|
domain: "void:Dataset".freeze,
|
239
239
|
label: "number of properties".freeze,
|
240
240
|
range: "xsd:integer".freeze,
|
241
241
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
242
242
|
property :property,
|
243
|
-
comment:
|
243
|
+
comment: "The rdf:Property that is the predicate of all triples in a property-based partition.".freeze,
|
244
244
|
domain: "void:Dataset".freeze,
|
245
245
|
label: "property".freeze,
|
246
246
|
range: "rdf:Property".freeze,
|
247
247
|
type: ["owl:FunctionalProperty".freeze, "rdf:Property".freeze]
|
248
248
|
property :propertyPartition,
|
249
|
-
comment:
|
249
|
+
comment: "A subset of a void:Dataset that contains only the triples of a certain rdf:Property.".freeze,
|
250
250
|
domain: "void:Dataset".freeze,
|
251
251
|
label: "property partition".freeze,
|
252
252
|
range: "void:Dataset".freeze,
|
253
253
|
subPropertyOf: "void:subset".freeze,
|
254
254
|
type: "rdf:Property".freeze
|
255
255
|
property :rootResource,
|
256
|
-
comment:
|
256
|
+
comment: "A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps.".freeze,
|
257
257
|
domain: "void:Dataset".freeze,
|
258
258
|
label: "root resource".freeze,
|
259
259
|
type: "rdf:Property".freeze
|
@@ -262,7 +262,7 @@ module RDF::Vocab
|
|
262
262
|
label: "has a SPARQL endpoint at".freeze,
|
263
263
|
type: "rdf:Property".freeze
|
264
264
|
property :subjectsTarget,
|
265
|
-
comment:
|
265
|
+
comment: "The dataset describing the subjects of triples contained in the Linkset.".freeze,
|
266
266
|
domain: "void:Linkset".freeze,
|
267
267
|
label: "Subjects Target".freeze,
|
268
268
|
range: "void:Dataset".freeze,
|
@@ -274,35 +274,35 @@ module RDF::Vocab
|
|
274
274
|
range: "void:Dataset".freeze,
|
275
275
|
type: "rdf:Property".freeze
|
276
276
|
property :target,
|
277
|
-
comment:
|
277
|
+
comment: "One of the two datasets linked by the Linkset.".freeze,
|
278
278
|
domain: "void:Linkset".freeze,
|
279
279
|
label: "Target".freeze,
|
280
280
|
range: "void:Dataset".freeze,
|
281
281
|
type: "rdf:Property".freeze
|
282
282
|
property :triples,
|
283
|
-
comment:
|
283
|
+
comment: "The total number of triples contained in a void:Dataset.".freeze,
|
284
284
|
domain: "void:Dataset".freeze,
|
285
285
|
label: "number of triples".freeze,
|
286
286
|
range: "xsd:integer".freeze,
|
287
287
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
288
288
|
property :uriLookupEndpoint,
|
289
|
-
comment:
|
289
|
+
comment: "Defines a simple URI look-up protocol for accessing a dataset.".freeze,
|
290
290
|
domain: "void:Dataset".freeze,
|
291
291
|
label: "has an URI look-up endpoint at".freeze,
|
292
292
|
type: "rdf:Property".freeze
|
293
293
|
property :uriRegexPattern,
|
294
|
-
comment:
|
294
|
+
comment: "Defines a regular expression pattern matching URIs in the dataset.".freeze,
|
295
295
|
domain: "void:Dataset".freeze,
|
296
296
|
label: "has URI regular expression pattern".freeze,
|
297
297
|
type: "rdf:Property".freeze
|
298
298
|
property :uriSpace,
|
299
|
-
comment:
|
299
|
+
comment: "A URI that is a common string prefix of all the entity URIs in a void:Dataset.".freeze,
|
300
300
|
domain: "void:Dataset".freeze,
|
301
301
|
label: "URI space".freeze,
|
302
302
|
range: "rdfs:Literal".freeze,
|
303
303
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
304
304
|
property :vocabulary,
|
305
|
-
comment:
|
305
|
+
comment: "A vocabulary that is used in the dataset.".freeze,
|
306
306
|
domain: "void:Dataset".freeze,
|
307
307
|
label: "vocabulary".freeze,
|
308
308
|
type: "rdf:Property".freeze
|
data/lib/rdf/vocab/vs.rb
CHANGED
@@ -29,7 +29,7 @@ module RDF::Vocab
|
|
29
29
|
|
30
30
|
# Ontology definition
|
31
31
|
ontology :"http://www.w3.org/2003/06/sw-vocab-status/ns#",
|
32
|
-
comment:
|
32
|
+
comment: "This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels.".freeze,
|
33
33
|
"dc11:contributor": "Pierre-Yves Vandenbussche".freeze,
|
34
34
|
"dc11:creator": ["Dan Brickley".freeze, "Leigh Dodds".freeze, "Libby Miller".freeze],
|
35
35
|
"dc11:description": "An RDF vocabulary for relating SW vocabulary terms to their status.".freeze,
|
@@ -42,19 +42,19 @@ module RDF::Vocab
|
|
42
42
|
|
43
43
|
# Property definitions
|
44
44
|
property :moreinfo,
|
45
|
-
comment:
|
45
|
+
comment: "more information about the status etc of a term, typically human oriented".freeze,
|
46
46
|
isDefinedBy: "vs:".freeze,
|
47
47
|
label: "more info".freeze,
|
48
48
|
type: "rdf:Property".freeze,
|
49
49
|
"vs:term_status": "unstable".freeze
|
50
50
|
property :term_status,
|
51
|
-
comment:
|
51
|
+
comment: "the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'".freeze,
|
52
52
|
isDefinedBy: "vs:".freeze,
|
53
53
|
label: "term status".freeze,
|
54
54
|
type: "rdf:Property".freeze,
|
55
55
|
"vs:term_status": "unstable".freeze
|
56
56
|
property :userdocs,
|
57
|
-
comment:
|
57
|
+
comment: "human-oriented documentation, examples etc for use of this term".freeze,
|
58
58
|
isDefinedBy: "vs:".freeze,
|
59
59
|
label: "user docs".freeze,
|
60
60
|
type: "rdf:Property".freeze,
|
data/lib/rdf/vocab/wdrs.rb
CHANGED
@@ -100,7 +100,7 @@ module RDF::Vocab
|
|
100
100
|
|
101
101
|
# Ontology definition
|
102
102
|
ontology :"http://www.w3.org/2007/05/powder-s#",
|
103
|
-
comment:
|
103
|
+
comment: "This file specifies the set of classes and properties used in the RDF/OWL version of POWDER documents.".freeze,
|
104
104
|
"dc:issued": "2009-09-01".freeze,
|
105
105
|
"dc:modified": ["2010-11-08".freeze, "2017-06-02".freeze],
|
106
106
|
"http://purl.org/vocab/vann/preferredNamespacePrefix": "wdrs".freeze,
|
@@ -112,13 +112,13 @@ module RDF::Vocab
|
|
112
112
|
|
113
113
|
# Class definitions
|
114
114
|
term :Document,
|
115
|
-
comment:
|
115
|
+
comment: "A POWDER document.".freeze,
|
116
116
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#structure".freeze,
|
117
117
|
label: "POWDER document".freeze,
|
118
118
|
subClassOf: "owl:Ontology".freeze,
|
119
119
|
type: "rdfs:Class".freeze
|
120
120
|
term :Processor,
|
121
|
-
comment:
|
121
|
+
comment: "A software agent able to process POWDER documents.".freeze,
|
122
122
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor".freeze,
|
123
123
|
label: "POWDER processor".freeze,
|
124
124
|
subClassOf: "dc:Agent".freeze,
|
@@ -126,57 +126,57 @@ module RDF::Vocab
|
|
126
126
|
|
127
127
|
# Property definitions
|
128
128
|
property :authenticate,
|
129
|
-
comment:
|
129
|
+
comment: "A pointer to a document that describes how Description Resources created by a FOAF Agent or a DC Terms Agent may be authenticated".freeze,
|
130
130
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#discover".freeze,
|
131
131
|
label: "authenticate".freeze,
|
132
132
|
type: "rdf:Property".freeze
|
133
133
|
property :certified,
|
134
|
-
comment:
|
134
|
+
comment: "A property that takes a Boolean value to declare whether the author of the data certifies the described resource.".freeze,
|
135
135
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
136
136
|
label: "certified".freeze,
|
137
137
|
range: "xsd:boolean".freeze,
|
138
138
|
type: "rdf:Property".freeze
|
139
139
|
property :certifiedby,
|
140
|
-
comment:
|
140
|
+
comment: "A property that links a resource to a POWDER document that certifies it.".freeze,
|
141
141
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
142
142
|
label: "certified by".freeze,
|
143
143
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
144
144
|
property :data_error,
|
145
|
-
comment:
|
145
|
+
comment: "A property denoting a description of the specific error found in a given POWDER document.".freeze,
|
146
146
|
domain: "wdrs:Document".freeze,
|
147
147
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
|
148
148
|
label: "data error".freeze,
|
149
149
|
type: "rdf:Property".freeze
|
150
150
|
property :describedby,
|
151
|
-
comment:
|
151
|
+
comment: "An RDF property to exactly match the describedby relationship type introduced in http://www.w3.org/TR/powder-dr/#assoc-linking and formally defined in appendix D of the same document, i.e. the relationship A 'describedby' B asserts that resource B provides a description of resource A. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource.".freeze,
|
152
152
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#semlink".freeze,
|
153
153
|
label: "described by".freeze,
|
154
154
|
type: "rdf:Property".freeze
|
155
155
|
property :error_code,
|
156
|
-
comment:
|
156
|
+
comment: "A property denoting the code of any error encountered by the POWDER processor.".freeze,
|
157
157
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
|
158
158
|
label: "error code".freeze,
|
159
159
|
range: "xsd:nonNegativeInteger".freeze,
|
160
160
|
type: "rdf:Property".freeze
|
161
161
|
property :hasIRI,
|
162
|
-
comment:
|
162
|
+
comment: "This property is meant to be used in OWL2 instead of wdrs:matchesregex. It denotes the string data range corresponding to a set of IRIs.".freeze,
|
163
163
|
domain: "rdfs:Resource".freeze,
|
164
164
|
isDefinedBy: "http://www.w3.org/TR/powder-formal/#oxRegexSemantics".freeze,
|
165
165
|
label: "has IRI".freeze,
|
166
166
|
range: "xsd:anyURI".freeze,
|
167
167
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
168
168
|
property :issuedby,
|
169
|
-
comment:
|
169
|
+
comment: "This property denotes the author of a POWDER document.".freeze,
|
170
170
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line3".freeze,
|
171
171
|
label: "issued by".freeze,
|
172
172
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
173
173
|
property :logo,
|
174
|
-
comment:
|
174
|
+
comment: "Points to a graphic summary for the resources in a given class. Typically, it is a logo denoting conformance of a given (set of) resource(s) to a given set of criteria.".freeze,
|
175
175
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13".freeze,
|
176
176
|
label: "logo".freeze,
|
177
177
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
178
178
|
property :matchesregex,
|
179
|
-
comment:
|
179
|
+
comment: "This is the key 'include' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI.".freeze,
|
180
180
|
domain: "rdfs:Resource".freeze,
|
181
181
|
isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics".freeze,
|
182
182
|
label: "matches regular expression".freeze,
|
@@ -184,13 +184,13 @@ module RDF::Vocab
|
|
184
184
|
"rdfs:seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax".freeze,
|
185
185
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
186
186
|
property :notknownto,
|
187
|
-
comment:
|
187
|
+
comment: "Property used in results returned from a POWDER Processor that has no data about the candidate resource. The value is the IRI of the processor.".freeze,
|
188
188
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#powderprocessor".freeze,
|
189
189
|
label: "not known to".freeze,
|
190
190
|
range: "wdrs:Processor".freeze,
|
191
191
|
type: "rdf:Property".freeze
|
192
192
|
property :notmatchesregex,
|
193
|
-
comment:
|
193
|
+
comment: "This is the key 'exclude' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI.".freeze,
|
194
194
|
domain: "rdfs:Resource".freeze,
|
195
195
|
isDefinedBy: "http://www.w3.org/TR/powder-formal/#regexSemantics".freeze,
|
196
196
|
label: "matches regular expression".freeze,
|
@@ -198,40 +198,40 @@ module RDF::Vocab
|
|
198
198
|
"rdfs:seeAlso": "http://www.w3.org/TR/xpath-functions/#regex-syntax".freeze,
|
199
199
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
200
200
|
property :proc_error,
|
201
|
-
comment:
|
201
|
+
comment: "A property denoting a description of the specific software error.".freeze,
|
202
202
|
domain: "wdrs:Processor".freeze,
|
203
203
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#ppErrorhandling".freeze,
|
204
204
|
label: "processing error".freeze,
|
205
205
|
type: "rdf:Property".freeze
|
206
206
|
property :sha1sum,
|
207
|
-
comment:
|
207
|
+
comment: "Links to a Base64-encoded binary SHA-1 hash of the described resource. May be used by POWDER Processors when assessing trustworthiness of a DR.".freeze,
|
208
208
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
209
209
|
label: "SHA-1 sum".freeze,
|
210
210
|
range: "xsd:base64Binary".freeze,
|
211
211
|
type: "rdf:Property".freeze
|
212
212
|
property :supportedby,
|
213
|
-
comment:
|
213
|
+
comment: "A property that links a POWDER document to some other data source that supports the descriptions provided.".freeze,
|
214
214
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#supportedBy".freeze,
|
215
215
|
label: "supported by".freeze,
|
216
216
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
217
217
|
property :tag,
|
218
|
-
comment:
|
218
|
+
comment: "Property linking to a free-text tag which may include spaces.".freeze,
|
219
219
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#tags".freeze,
|
220
220
|
label: "tag".freeze,
|
221
221
|
range: "xsd:token".freeze,
|
222
222
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
223
223
|
property :text,
|
224
|
-
comment:
|
224
|
+
comment: "This property provides a summary of the descriptorset that it annotates, suitable for display to end users.".freeze,
|
225
225
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#line13".freeze,
|
226
226
|
label: "text that may be displayed".freeze,
|
227
227
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
228
228
|
property :validfrom,
|
229
|
-
comment:
|
229
|
+
comment: "Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document before the given date.".freeze,
|
230
230
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
231
231
|
label: "valid from".freeze,
|
232
232
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
233
233
|
property :validuntil,
|
234
|
-
comment:
|
234
|
+
comment: "Provides a timestamp that a POWDER Processor may use when assessing trustworthiness of a POWDER document. Informally, a POWDER Processor should normally ignore data in the document after the given date.".freeze,
|
235
235
|
isDefinedBy: "http://www.w3.org/TR/powder-dr/#certification".freeze,
|
236
236
|
label: "valid until".freeze,
|
237
237
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|