rdf-vocab 3.1.9 → 3.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +6 -5
- data/lib/rdf/vocab/bf2.rb +14 -14
- data/lib/rdf/vocab/bibframe.rb +3456 -1706
- data/lib/rdf/vocab/cert.rb +19 -126
- data/lib/rdf/vocab/cnt.rb +19 -19
- data/lib/rdf/vocab/dbo.rb +1 -6
- data/lib/rdf/vocab/dcat.rb +12 -11
- data/lib/rdf/vocab/doap.rb +53 -55
- data/lib/rdf/vocab/earl.rb +2 -2
- data/lib/rdf/vocab/ebucore.rb +295 -295
- data/lib/rdf/vocab/exif.rb +161 -162
- data/lib/rdf/vocab/gs1.rb +956 -956
- data/lib/rdf/vocab/ical.rb +39 -39
- data/lib/rdf/vocab/ldp.rb +33 -33
- data/lib/rdf/vocab/mods.rb +2 -2
- data/lib/rdf/vocab/og.rb +38 -38
- data/lib/rdf/vocab/premis.rb +201 -201
- data/lib/rdf/vocab/prov.rb +14 -14
- data/lib/rdf/vocab/rdau.rb +10511 -0
- data/lib/rdf/vocab/rsa.rb +7 -26
- data/lib/rdf/vocab/skos.rb +4 -4
- data/lib/rdf/vocab/skosxl.rb +2 -2
- data/lib/rdf/vocab/xkos.rb +4 -4
- data/spec/spec_helper.rb +13 -0
- metadata +37 -10
data/lib/rdf/vocab/doap.rb
CHANGED
@@ -200,229 +200,228 @@ module RDF::Vocab
|
|
200
200
|
|
201
201
|
# Class definitions
|
202
202
|
term :ArchRepository,
|
203
|
-
comment:
|
203
|
+
comment: "GNU Arch source code repository.".freeze,
|
204
204
|
isDefinedBy: "doap:".freeze,
|
205
205
|
label: "GNU Arch repository".freeze,
|
206
206
|
subClassOf: "doap:Repository".freeze,
|
207
207
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
208
208
|
term :BKRepository,
|
209
|
-
comment:
|
209
|
+
comment: "BitKeeper source code repository.".freeze,
|
210
210
|
isDefinedBy: "doap:".freeze,
|
211
211
|
label: "BitKeeper Repository".freeze,
|
212
212
|
subClassOf: "doap:Repository".freeze,
|
213
213
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
214
214
|
term :BazaarBranch,
|
215
|
-
comment:
|
215
|
+
comment: "Bazaar source code branch.".freeze,
|
216
216
|
isDefinedBy: "doap:".freeze,
|
217
217
|
label: "Bazaar Branch".freeze,
|
218
218
|
subClassOf: "doap:Repository".freeze,
|
219
219
|
type: "rdfs:Class".freeze
|
220
220
|
term :CVSRepository,
|
221
|
-
comment:
|
221
|
+
comment: "CVS source code repository.".freeze,
|
222
222
|
isDefinedBy: "doap:".freeze,
|
223
223
|
label: "CVS Repository".freeze,
|
224
224
|
subClassOf: "doap:Repository".freeze,
|
225
225
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
226
226
|
term :DarcsRepository,
|
227
|
-
comment:
|
227
|
+
comment: "darcs source code repository.".freeze,
|
228
228
|
isDefinedBy: "doap:".freeze,
|
229
229
|
label: "darcs Repository".freeze,
|
230
230
|
subClassOf: "doap:Repository".freeze,
|
231
231
|
type: "rdfs:Class".freeze
|
232
232
|
term :GitBranch,
|
233
|
-
comment:
|
233
|
+
comment: "Git source code branch.".freeze,
|
234
234
|
isDefinedBy: "doap:".freeze,
|
235
235
|
label: "Git Branch".freeze,
|
236
236
|
subClassOf: "doap:Repository".freeze,
|
237
237
|
type: "rdfs:Class".freeze
|
238
238
|
term :GitRepository,
|
239
|
-
comment:
|
239
|
+
comment: "Git source code repository.".freeze,
|
240
240
|
isDefinedBy: "doap:".freeze,
|
241
241
|
label: "Git Repository".freeze,
|
242
242
|
subClassOf: "doap:Repository".freeze,
|
243
243
|
type: "rdfs:Class".freeze
|
244
244
|
term :HgRepository,
|
245
|
-
comment:
|
245
|
+
comment: "Mercurial source code repository.".freeze,
|
246
246
|
isDefinedBy: "doap:".freeze,
|
247
247
|
label: "Mercurial Repository".freeze,
|
248
248
|
subClassOf: "doap:Repository".freeze,
|
249
249
|
type: "rdfs:Class".freeze
|
250
250
|
term :Project,
|
251
|
-
comment:
|
251
|
+
comment: "A project.".freeze,
|
252
252
|
isDefinedBy: "doap:".freeze,
|
253
253
|
label: "Project".freeze,
|
254
254
|
subClassOf: ["foaf:Project".freeze, "http://xmlns.com/wordnet/1.6/Project".freeze],
|
255
255
|
type: "rdfs:Class".freeze
|
256
256
|
term :Repository,
|
257
|
-
comment:
|
257
|
+
comment: "Source code repository.".freeze,
|
258
258
|
isDefinedBy: "doap:".freeze,
|
259
259
|
label: "Repository".freeze,
|
260
260
|
type: "rdfs:Class".freeze
|
261
261
|
term :SVNRepository,
|
262
|
-
comment:
|
262
|
+
comment: "Subversion source code repository.".freeze,
|
263
263
|
isDefinedBy: "doap:".freeze,
|
264
264
|
label: "Subversion Repository".freeze,
|
265
265
|
subClassOf: "doap:Repository".freeze,
|
266
266
|
type: "rdfs:Class".freeze
|
267
267
|
term :Specification,
|
268
|
-
comment:
|
268
|
+
comment: "A specification of a system's aspects, technical or otherwise.".freeze,
|
269
269
|
isDefinedBy: "doap:".freeze,
|
270
270
|
label: "Specification".freeze,
|
271
271
|
subClassOf: "rdfs:Resource".freeze,
|
272
272
|
type: "rdfs:Class".freeze
|
273
273
|
term :Version,
|
274
|
-
comment:
|
274
|
+
comment: "Version information of a project release.".freeze,
|
275
275
|
isDefinedBy: "doap:".freeze,
|
276
276
|
label: "Version".freeze,
|
277
277
|
type: "rdfs:Class".freeze
|
278
278
|
|
279
279
|
# Property definitions
|
280
280
|
property :"anon-root",
|
281
|
-
comment:
|
281
|
+
comment: "Repository for anonymous access.".freeze,
|
282
282
|
domain: "doap:Repository".freeze,
|
283
283
|
isDefinedBy: "doap:".freeze,
|
284
284
|
label: "anonymous root".freeze,
|
285
285
|
range: "rdfs:Literal".freeze,
|
286
286
|
type: "rdf:Property".freeze
|
287
287
|
property :audience,
|
288
|
-
comment:
|
288
|
+
comment: "Description of target user base".freeze,
|
289
289
|
domain: "doap:Project".freeze,
|
290
290
|
isDefinedBy: "doap:".freeze,
|
291
291
|
label: "audience".freeze,
|
292
292
|
range: "rdfs:Literal".freeze,
|
293
293
|
type: "rdf:Property".freeze
|
294
294
|
property :blog,
|
295
|
-
comment:
|
295
|
+
comment: "URI of a blog related to a project".freeze,
|
296
296
|
domain: "doap:Project".freeze,
|
297
297
|
isDefinedBy: "doap:".freeze,
|
298
298
|
label: "blog".freeze,
|
299
299
|
range: ["rdfs:Resource".freeze, "sioctypes:Weblog".freeze],
|
300
300
|
type: "rdf:Property".freeze
|
301
301
|
property :browse,
|
302
|
-
comment:
|
302
|
+
comment: "Web browser interface to repository.".freeze,
|
303
303
|
domain: "doap:Repository".freeze,
|
304
304
|
isDefinedBy: "doap:".freeze,
|
305
305
|
label: "browse".freeze,
|
306
306
|
type: "rdf:Property".freeze
|
307
307
|
property :"bug-database",
|
308
|
-
comment:
|
308
|
+
comment: "Bug tracker for a project.".freeze,
|
309
309
|
domain: "doap:Project".freeze,
|
310
310
|
isDefinedBy: "doap:".freeze,
|
311
311
|
label: "bug database".freeze,
|
312
312
|
type: "rdf:Property".freeze
|
313
313
|
property :category,
|
314
|
-
comment:
|
314
|
+
comment: "A category of project.".freeze,
|
315
315
|
domain: "doap:Project".freeze,
|
316
316
|
isDefinedBy: "doap:".freeze,
|
317
317
|
label: "category".freeze,
|
318
318
|
type: "rdf:Property".freeze
|
319
319
|
property :created,
|
320
|
-
comment:
|
320
|
+
comment: "Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05".freeze,
|
321
321
|
isDefinedBy: "doap:".freeze,
|
322
322
|
label: "created".freeze,
|
323
323
|
range: "rdfs:Literal".freeze,
|
324
324
|
type: "rdf:Property".freeze
|
325
325
|
property :description,
|
326
|
-
comment:
|
326
|
+
comment: "Plain text description of a project, of 2-4 sentences in length.".freeze,
|
327
327
|
isDefinedBy: "doap:".freeze,
|
328
328
|
label: "description".freeze,
|
329
329
|
range: "rdfs:Literal".freeze,
|
330
330
|
type: "rdf:Property".freeze
|
331
331
|
property :developer,
|
332
|
-
comment:
|
332
|
+
comment: "Developer of software for the project.".freeze,
|
333
333
|
domain: "doap:Project".freeze,
|
334
334
|
isDefinedBy: "doap:".freeze,
|
335
335
|
label: "developer".freeze,
|
336
336
|
range: "foaf:Person".freeze,
|
337
337
|
type: "rdf:Property".freeze
|
338
338
|
property :"developer-forum",
|
339
|
-
comment:
|
339
|
+
comment: "A forum or community for developers of this project.".freeze,
|
340
340
|
domain: "doap:Project".freeze,
|
341
341
|
isDefinedBy: "doap:".freeze,
|
342
342
|
label: "developer forum".freeze,
|
343
343
|
range: "sioc:Container".freeze,
|
344
344
|
type: "rdf:Property".freeze
|
345
345
|
property :documenter,
|
346
|
-
comment:
|
346
|
+
comment: "Contributor of documentation to the project.".freeze,
|
347
347
|
domain: "doap:Project".freeze,
|
348
348
|
isDefinedBy: "doap:".freeze,
|
349
349
|
label: "documenter".freeze,
|
350
350
|
range: "foaf:Person".freeze,
|
351
351
|
type: "rdf:Property".freeze
|
352
352
|
property :"download-mirror",
|
353
|
-
comment:
|
353
|
+
comment: "Mirror of software download web page.".freeze,
|
354
354
|
domain: "doap:Project".freeze,
|
355
355
|
isDefinedBy: "doap:".freeze,
|
356
356
|
label: "download mirror".freeze,
|
357
357
|
type: "rdf:Property".freeze
|
358
358
|
property :"download-page",
|
359
|
-
comment:
|
359
|
+
comment: "Web page from which the project software can be downloaded.".freeze,
|
360
360
|
domain: "doap:Project".freeze,
|
361
361
|
isDefinedBy: "doap:".freeze,
|
362
362
|
label: "download page".freeze,
|
363
363
|
type: "rdf:Property".freeze
|
364
364
|
property :"file-release",
|
365
|
-
comment:
|
365
|
+
comment: "URI of download associated with this release.".freeze,
|
366
366
|
domain: "doap:Version".freeze,
|
367
367
|
isDefinedBy: "doap:".freeze,
|
368
368
|
label: "file-release".freeze,
|
369
369
|
type: "rdf:Property".freeze
|
370
370
|
property :helper,
|
371
|
-
comment:
|
371
|
+
comment: "Project contributor.".freeze,
|
372
372
|
domain: "doap:Project".freeze,
|
373
373
|
isDefinedBy: "doap:".freeze,
|
374
374
|
label: "helper".freeze,
|
375
375
|
range: "foaf:Person".freeze,
|
376
376
|
type: "rdf:Property".freeze
|
377
377
|
property :homepage,
|
378
|
-
comment:
|
379
|
-
associated with exactly one project.).freeze,
|
378
|
+
comment: "URL of a project's homepage,\n\t\tassociated with exactly one project.".freeze,
|
380
379
|
domain: "doap:Project".freeze,
|
381
380
|
isDefinedBy: "doap:".freeze,
|
382
381
|
label: "homepage".freeze,
|
383
382
|
subPropertyOf: "foaf:homepage".freeze,
|
384
383
|
type: ["owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze]
|
385
384
|
property :implements,
|
386
|
-
comment:
|
385
|
+
comment: "A specification that a project implements. Could be a standard, API or legally defined level of conformance.".freeze,
|
387
386
|
domain: "doap:Project".freeze,
|
388
387
|
isDefinedBy: "doap:".freeze,
|
389
388
|
label: "Implements specification".freeze,
|
390
389
|
range: "doap:Specification".freeze,
|
391
390
|
type: "rdf:Property".freeze
|
392
391
|
property :language,
|
393
|
-
comment:
|
392
|
+
comment: "ISO language code a project has been translated into".freeze,
|
394
393
|
domain: "doap:Project".freeze,
|
395
394
|
isDefinedBy: "doap:".freeze,
|
396
395
|
label: "language".freeze,
|
397
396
|
range: "rdfs:Literal".freeze,
|
398
397
|
type: "rdf:Property".freeze
|
399
398
|
property :license,
|
400
|
-
comment:
|
399
|
+
comment: "The URI of an RDF description of the license the software is distributed under. E.g. a SPDX reference".freeze,
|
401
400
|
isDefinedBy: "doap:".freeze,
|
402
401
|
label: "license".freeze,
|
403
402
|
type: "rdf:Property".freeze
|
404
403
|
property :location,
|
405
|
-
comment:
|
404
|
+
comment: "Location of a repository.".freeze,
|
406
405
|
domain: "doap:Repository".freeze,
|
407
406
|
isDefinedBy: "doap:".freeze,
|
408
407
|
label: "repository location".freeze,
|
409
408
|
type: "rdf:Property".freeze
|
410
409
|
property :"mailing-list",
|
411
|
-
comment:
|
410
|
+
comment: "Mailing list home page or email address.".freeze,
|
412
411
|
domain: "doap:Project".freeze,
|
413
412
|
isDefinedBy: "doap:".freeze,
|
414
413
|
label: "mailing list".freeze,
|
415
414
|
range: "sioctypes:MailingList".freeze,
|
416
415
|
type: "rdf:Property".freeze
|
417
416
|
property :maintainer,
|
418
|
-
comment:
|
417
|
+
comment: "Maintainer of a project, a project leader.".freeze,
|
419
418
|
domain: "doap:Project".freeze,
|
420
419
|
isDefinedBy: "doap:".freeze,
|
421
420
|
label: "maintainer".freeze,
|
422
421
|
range: "foaf:Person".freeze,
|
423
422
|
type: "rdf:Property".freeze
|
424
423
|
property :module,
|
425
|
-
comment:
|
424
|
+
comment: "Module name of a Subversion, CVS, BitKeeper or Arch repository.".freeze,
|
426
425
|
domain: term(
|
427
426
|
type: "owl:Class".freeze,
|
428
427
|
unionOf: list("doap:CVSRepository".freeze, "doap:ArchRepository".freeze, "doap:BKRepository".freeze)
|
@@ -431,50 +430,49 @@ module RDF::Vocab
|
|
431
430
|
label: "module".freeze,
|
432
431
|
type: "rdf:Property".freeze
|
433
432
|
property :name,
|
434
|
-
comment:
|
433
|
+
comment: "A name of something.".freeze,
|
435
434
|
isDefinedBy: "doap:".freeze,
|
436
435
|
label: "name".freeze,
|
437
436
|
range: "rdfs:Literal".freeze,
|
438
437
|
subPropertyOf: "rdfs:label".freeze,
|
439
438
|
type: "rdf:Property".freeze
|
440
439
|
property :"old-homepage",
|
441
|
-
comment:
|
442
|
-
associated with exactly one project.).freeze,
|
440
|
+
comment: "URL of a project's past homepage,\n\t\tassociated with exactly one project.".freeze,
|
443
441
|
domain: "doap:Project".freeze,
|
444
442
|
isDefinedBy: "doap:".freeze,
|
445
443
|
label: "old homepage".freeze,
|
446
444
|
subPropertyOf: "foaf:homepage".freeze,
|
447
445
|
type: ["owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze]
|
448
446
|
property :os,
|
449
|
-
comment: [
|
447
|
+
comment: ["Operating system that a project is limited to. Omit this property if the project is not OS-specific.".freeze, "Sistema operativo a que o projeto está limitado. Omita esta propriedade se o projeto não é condicionado pelo SO usado.".freeze],
|
450
448
|
domain: ["doap:Project".freeze, "doap:Version".freeze],
|
451
449
|
isDefinedBy: "doap:".freeze,
|
452
450
|
label: "operating system".freeze,
|
453
451
|
range: "rdfs:Literal".freeze,
|
454
452
|
type: "rdf:Property".freeze
|
455
453
|
property :platform,
|
456
|
-
comment:
|
454
|
+
comment: "Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR".freeze,
|
457
455
|
domain: ["doap:Project".freeze, "doap:Version".freeze],
|
458
456
|
isDefinedBy: "doap:".freeze,
|
459
457
|
label: "platform".freeze,
|
460
458
|
range: "rdfs:Literal".freeze,
|
461
459
|
type: "rdf:Property".freeze
|
462
460
|
property :"programming-language",
|
463
|
-
comment:
|
461
|
+
comment: "Programming language a project is implemented in or intended for use with.".freeze,
|
464
462
|
domain: "doap:Project".freeze,
|
465
463
|
isDefinedBy: "doap:".freeze,
|
466
464
|
label: "programming language".freeze,
|
467
465
|
range: "rdfs:Literal".freeze,
|
468
466
|
type: "rdf:Property".freeze
|
469
467
|
property :release,
|
470
|
-
comment:
|
468
|
+
comment: "A project release.".freeze,
|
471
469
|
domain: "doap:Project".freeze,
|
472
470
|
isDefinedBy: "doap:".freeze,
|
473
471
|
label: "release".freeze,
|
474
472
|
range: "doap:Version".freeze,
|
475
473
|
type: "rdf:Property".freeze
|
476
474
|
property :repository,
|
477
|
-
comment:
|
475
|
+
comment: "Source code repository.".freeze,
|
478
476
|
domain: "doap:Project".freeze,
|
479
477
|
inverseOf: "doap:repositoryOf".freeze,
|
480
478
|
isDefinedBy: "doap:".freeze,
|
@@ -482,7 +480,7 @@ module RDF::Vocab
|
|
482
480
|
range: "doap:Repository".freeze,
|
483
481
|
type: "rdf:Property".freeze
|
484
482
|
property :repositoryOf,
|
485
|
-
comment:
|
483
|
+
comment: "The project that uses a repository.".freeze,
|
486
484
|
domain: "doap:Repository".freeze,
|
487
485
|
inverseOf: "doap:repository".freeze,
|
488
486
|
isDefinedBy: "doap:".freeze,
|
@@ -490,61 +488,61 @@ module RDF::Vocab
|
|
490
488
|
range: "doap:Project".freeze,
|
491
489
|
type: "rdf:Property".freeze
|
492
490
|
property :revision,
|
493
|
-
comment:
|
491
|
+
comment: "Revision identifier of a software release.".freeze,
|
494
492
|
domain: "doap:Version".freeze,
|
495
493
|
isDefinedBy: "doap:".freeze,
|
496
494
|
label: "revision".freeze,
|
497
495
|
range: "rdfs:Literal".freeze,
|
498
496
|
type: "rdf:Property".freeze
|
499
497
|
property :screenshots,
|
500
|
-
comment:
|
498
|
+
comment: "Web page with screenshots of project.".freeze,
|
501
499
|
domain: "doap:Project".freeze,
|
502
500
|
isDefinedBy: "doap:".freeze,
|
503
501
|
label: "screenshots".freeze,
|
504
502
|
type: "rdf:Property".freeze
|
505
503
|
property :"service-endpoint",
|
506
|
-
comment:
|
504
|
+
comment: "The URI of a web service endpoint where software as a service may be accessed".freeze,
|
507
505
|
domain: "doap:Project".freeze,
|
508
506
|
isDefinedBy: "doap:".freeze,
|
509
507
|
label: "service endpoint".freeze,
|
510
508
|
range: "rdfs:Resource".freeze,
|
511
509
|
type: "rdf:Property".freeze
|
512
510
|
property :shortdesc,
|
513
|
-
comment:
|
511
|
+
comment: "Short (8 or 9 words) plain text description of a project.".freeze,
|
514
512
|
isDefinedBy: "doap:".freeze,
|
515
513
|
label: "short description".freeze,
|
516
514
|
range: "rdfs:Literal".freeze,
|
517
515
|
type: "rdf:Property".freeze
|
518
516
|
property :"support-forum",
|
519
|
-
comment:
|
517
|
+
comment: "A forum or community that supports this project.".freeze,
|
520
518
|
domain: "doap:Project".freeze,
|
521
519
|
isDefinedBy: "doap:".freeze,
|
522
520
|
label: "supporting forum".freeze,
|
523
521
|
range: "sioc:Container".freeze,
|
524
522
|
type: "rdf:Property".freeze
|
525
523
|
property :tester,
|
526
|
-
comment:
|
524
|
+
comment: "A tester or other quality control contributor.".freeze,
|
527
525
|
domain: "doap:Project".freeze,
|
528
526
|
isDefinedBy: "doap:".freeze,
|
529
527
|
label: "tester".freeze,
|
530
528
|
range: "foaf:Person".freeze,
|
531
529
|
type: "rdf:Property".freeze
|
532
530
|
property :translator,
|
533
|
-
comment:
|
531
|
+
comment: "Contributor of translations to the project.".freeze,
|
534
532
|
domain: "doap:Project".freeze,
|
535
533
|
isDefinedBy: "doap:".freeze,
|
536
534
|
label: "translator".freeze,
|
537
535
|
range: "foaf:Person".freeze,
|
538
536
|
type: "rdf:Property".freeze
|
539
537
|
property :vendor,
|
540
|
-
comment:
|
538
|
+
comment: "Vendor organization: commercial, free or otherwise".freeze,
|
541
539
|
domain: "doap:Project".freeze,
|
542
540
|
isDefinedBy: "doap:".freeze,
|
543
541
|
label: "vendor".freeze,
|
544
542
|
range: "foaf:Organization".freeze,
|
545
543
|
type: "rdf:Property".freeze
|
546
544
|
property :wiki,
|
547
|
-
comment:
|
545
|
+
comment: "URL of Wiki for collaborative discussion of project.".freeze,
|
548
546
|
domain: "doap:Project".freeze,
|
549
547
|
isDefinedBy: "doap:".freeze,
|
550
548
|
label: "wiki".freeze,
|
data/lib/rdf/vocab/earl.rb
CHANGED
@@ -9,10 +9,10 @@ module RDF::Vocab
|
|
9
9
|
# # Evaluation and Report Language (EARL) 1.0 Schema
|
10
10
|
# #
|
11
11
|
# # Formal schema of the Evaluation and Report Language (EARL) 1.0
|
12
|
-
# # @see http://www.w3.org/WAI/intro/earl
|
13
12
|
# # @see http://www.w3.org/TR/HTTP-in-RDF/
|
14
|
-
# # @see http://www.w3.org/TR/Pointers-in-RDF/
|
15
13
|
# # @see http://www.w3.org/TR/Content-in-RDF/
|
14
|
+
# # @see http://www.w3.org/WAI/intro/earl
|
15
|
+
# # @see http://www.w3.org/TR/Pointers-in-RDF/
|
16
16
|
# class EARL < RDF::StrictVocabulary
|
17
17
|
# # a statement that embodies the results of a test
|
18
18
|
# # @return [RDF::Vocabulary::Term]
|
data/lib/rdf/vocab/ebucore.rb
CHANGED
@@ -8,45 +8,45 @@ module RDF::Vocab
|
|
8
8
|
# #
|
9
9
|
# # EBUCore - the Dublin Core for media
|
10
10
|
# #
|
11
|
-
# #
|
11
|
+
# # The development of the EBUCore ontology is a joint effort of the EBUCore and PBCore communities.
|
12
12
|
# #
|
13
|
-
# #
|
13
|
+
# # Guidelines: for the purpose of flexibility and interoperability with a wider range of implementations, some properties purposefully do not have a range and accept either a resource or a literal. When a resource is used, it is recommended to reuse objects defined in the model (e.g. pair hasEvent/Event or hasRole/Role). Example 1: x hasRole 'actor'. Example 2: x hasRole _:Role_1 (a reference to the Concept identifier from a SKOS Role vocabulary defined in the ontology).
|
14
14
|
# #
|
15
15
|
# # Note to implementers: The EBUCore ontology is used by a variety of users with different needs. Several EBUCore properties have no range to allow different implementations using entities or literals. As an implementer, it is your choice to go for one or the other for each property to have consistent expectations when parsing individuals. EBUCore also provides different classes defined as subclasses of skos:Concept. You can use these classes as entities in range of several properties currently left without range. EBUCore is expressed in RDF in order to facilitate such modelling and flexibility. As a consequence, propoerties appear in the documentation as annotation properties.
|
16
16
|
# #
|
17
|
-
# # The
|
18
|
-
# # @version Delete hasAssociatedRights has already covered by isCoveredBy.
|
19
|
-
# # @version Delete roleDefinition and use skos:definition instead as Role is a subclass of Concept.
|
20
|
-
# # @version Correct misstyped owl:Classes into rdfs:Classes.
|
21
|
-
# # @version Add formatId to Format.
|
22
|
-
# # @version Delete formatName and use skos:prefLabel and skos:definition.
|
23
|
-
# # @version Create property Asset / hasCopyright with range string or Copyright. Same correction for all Rights subclasses e.g. AccessConditions
|
24
|
-
# # @version Alignment of Concepts and Types with original EBU and new Dwerft SKOS vocabularies
|
25
|
-
# # @version Add isScheduledOn to associate a PublicationEvent directly with an EditorialObject.
|
26
|
-
# # @version Correct property actionType into hasActionType of rnage string or ActionType subclass of Concept.
|
27
|
-
# # @version Add property dateProduced and property hasProducer.
|
28
|
-
# # @version Changed subclasses to dc: with owl:equivalentClass or owl:equivalentProperty.
|
29
|
-
# # @version Add reverse property isTimelineTrackPartOf.
|
30
|
-
# # @version Change identifier into hasIdentifier.
|
31
|
-
# # @version Add ContentEditorialFormat as subclass of Type + hasContentEditorialFormat property as subpropertyof hastype.
|
17
|
+
# # The EBUCore has been designed to make users benefit from the flexibility of RDF to adapt the names of Classes and properties to their respective needs. This means users are welcome to add their own subclasses (e.g. to define the most appropriate BusinessObjects or Resources or Agents) and subproperties.
|
32
18
|
# # @version Add Concept TargetPlatform and property hasTargetPlatform as a subproperty of Type.
|
19
|
+
# # @version Delete formatName and use skos:prefLabel and skos:definition.
|
20
|
+
# # @version Add productionSynopsis as subproperty of description.
|
33
21
|
# # @version Change hierarchy between Resource and MediaResource and provide hasRelatedResource and hasRelatedMediaResource and similar properties.
|
34
|
-
# # @version
|
22
|
+
# # @version Add missing Concepts and propose default types.
|
23
|
+
# # @version Add Concept Theme and define property hasTheme as subproperty of hasSubject.
|
35
24
|
# # @version Harmonise multi-range definition of properties, when applicable.
|
36
|
-
# # @version
|
37
|
-
# # @version Add
|
38
|
-
# # @version
|
39
|
-
# # @version Add
|
40
|
-
# # @version
|
25
|
+
# # @version Correct target of end and start as MediaResource.
|
26
|
+
# # @version Add formatId to Format.
|
27
|
+
# # @version Alignment of Concepts and Types with original EBU and new Dwerft SKOS vocabularies
|
28
|
+
# # @version Add lead as subproperty of description.
|
29
|
+
# # @version Delete roleDefinition and use skos:definition instead as Role is a subclass of Concept.
|
41
30
|
# # @version Version 1.10
|
42
|
-
# # @version Add
|
31
|
+
# # @version Add property dateProduced and property hasProducer.
|
32
|
+
# # @version Add hasRatingProvider equivalent to hasRatingSource in specific environments
|
43
33
|
# # @version Add roleType to define a type of Role.
|
44
|
-
# # @version Add
|
34
|
+
# # @version Add hasRelationType with domain Relation.
|
35
|
+
# # @version Add isScheduledOn to associate a PublicationEvent directly with an EditorialObject.
|
36
|
+
# # @version Correct property actionType into hasActionType of rnage string or ActionType subclass of Concept.
|
45
37
|
# # @version Separate mutli-domains and multi-ranges to avoid owl:unionOf statements.
|
46
38
|
# # @version Add abstract as subpropertyOf description.
|
47
|
-
# # @version Add
|
39
|
+
# # @version Add reverse property isTimelineTrackPartOf.
|
40
|
+
# # @version Add roleId to identify a Role.
|
41
|
+
# # @version Change identifier into hasIdentifier.
|
42
|
+
# # @version Move generic properties from BusinessObject/EditorialObject, Resource and MediaResource at Asset level (e.g. title, etc.).
|
43
|
+
# # @version Delete hasAssociatedRights has already covered by isCoveredBy.
|
48
44
|
# # @version Had Review and hasReview.
|
49
|
-
# # @version Add
|
45
|
+
# # @version Add missing multiple range definitions.
|
46
|
+
# # @version Create property Asset / hasCopyright with range string or Copyright. Same correction for all Rights subclasses e.g. AccessConditions
|
47
|
+
# # @version Correct misstyped owl:Classes into rdfs:Classes.
|
48
|
+
# # @version Add ContentEditorialFormat as subclass of Type + hasContentEditorialFormat property as subpropertyof hastype.
|
49
|
+
# # @version Changed subclasses to dc: with owl:equivalentClass or owl:equivalentProperty.
|
50
50
|
# class EBUCore < RDF::StrictVocabulary
|
51
51
|
# # The conditions under which content can be accessed.
|
52
52
|
# # @return [RDF::Vocabulary::Term]
|
@@ -120,9 +120,9 @@ module RDF::Vocab
|
|
120
120
|
# # @return [RDF::Vocabulary::Term]
|
121
121
|
# attr_reader :Atmosphere
|
122
122
|
#
|
123
|
-
# # The target audience (target region, target audience category but also parental guidance recommendation) for which the media resource is intended.
|
124
|
-
# #
|
125
123
|
# # This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.
|
124
|
+
# #
|
125
|
+
# # The target audience (target region, target audience category but also parental guidance recommendation) for which the media resource is intended.
|
126
126
|
# # @return [RDF::Vocabulary::Term]
|
127
127
|
# attr_reader :AudienceLevel
|
128
128
|
#
|
@@ -182,11 +182,11 @@ module RDF::Vocab
|
|
182
182
|
# # @return [RDF::Vocabulary::Term]
|
183
183
|
# attr_reader :AudioStream
|
184
184
|
#
|
185
|
+
# # Represents a physical container or carrier to hold an audio stream. This should be usually defined by many attributes such as ID, format (e.g. 48 kHz/24 bits), linkage information (e.g. odd/even)…
|
186
|
+
# #
|
185
187
|
# # An audioTrack is the basic audio data container of a medium. Attribute is an unambiguous reference to this container in a given medium.
|
186
188
|
# #
|
187
189
|
# # An audioTrack object defines a component of an audioStream. A single set of samples or data in the storage medium.
|
188
|
-
# #
|
189
|
-
# # Represents a physical container or carrier to hold an audio stream. This should be usually defined by many attributes such as ID, format (e.g. 48 kHz/24 bits), linkage information (e.g. odd/even)…
|
190
190
|
# # @return [RDF::Vocabulary::Term]
|
191
191
|
# attr_reader :AudioTrack
|
192
192
|
#
|
@@ -418,9 +418,9 @@ module RDF::Vocab
|
|
418
418
|
# # @return [RDF::Vocabulary::Term]
|
419
419
|
# attr_reader :Essence
|
420
420
|
#
|
421
|
-
# # Additional types of event shall be defined as new sub-classes of event.
|
422
|
-
# #
|
423
421
|
# # An event related to the media resource, e.g. depicted in the resource (possibly fictional), etc.
|
422
|
+
# #
|
423
|
+
# # Additional types of event shall be defined as new sub-classes of event.
|
424
424
|
# # @return [RDF::Vocabulary::Term]
|
425
425
|
# attr_reader :Event
|
426
426
|
#
|
@@ -1014,9 +1014,9 @@ module RDF::Vocab
|
|
1014
1014
|
# # @return [RDF::Vocabulary::Term]
|
1015
1015
|
# attr_reader :actionTimestampTimecodeDropFrame
|
1016
1016
|
#
|
1017
|
-
# # Range: Action_type or string
|
1018
|
-
# #
|
1019
1017
|
# # A type of Action.
|
1018
|
+
# #
|
1019
|
+
# # Range: Action_type or string
|
1020
1020
|
# # @return [RDF::Vocabulary::Term]
|
1021
1021
|
# attr_reader :actionType
|
1022
1022
|
#
|
@@ -1066,9 +1066,9 @@ module RDF::Vocab
|
|
1066
1066
|
# # @return [RDF::Vocabulary::Term]
|
1067
1067
|
# attr_reader :agentFlickr
|
1068
1068
|
#
|
1069
|
-
# # An identifier attributed to an Agent.
|
1070
|
-
# #
|
1071
1069
|
# # Range: an Identifier or anyURI or string.
|
1070
|
+
# #
|
1071
|
+
# # An identifier attributed to an Agent.
|
1072
1072
|
# # @return [RDF::Vocabulary::Term]
|
1073
1073
|
# attr_reader :agentId
|
1074
1074
|
#
|
@@ -1127,9 +1127,9 @@ module RDF::Vocab
|
|
1127
1127
|
# # @return [RDF::Vocabulary::Term]
|
1128
1128
|
# attr_reader :agentTwitter
|
1129
1129
|
#
|
1130
|
-
# # To define a type of Agent.
|
1131
|
-
# #
|
1132
1130
|
# # Range: string or anyURI or Concept.
|
1131
|
+
# #
|
1132
|
+
# # To define a type of Agent.
|
1133
1133
|
# # @return [RDF::Vocabulary::Term]
|
1134
1134
|
# attr_reader :agentType
|
1135
1135
|
#
|
@@ -1204,15 +1204,15 @@ module RDF::Vocab
|
|
1204
1204
|
# # @return [RDF::Vocabulary::Term]
|
1205
1205
|
# attr_reader :annotationSaliency
|
1206
1206
|
#
|
1207
|
-
# # To define a type of Annotation.
|
1208
|
-
# #
|
1209
1207
|
# # Range: string, anyURI or Concept.
|
1208
|
+
# #
|
1209
|
+
# # To define a type of Annotation.
|
1210
1210
|
# # @return [RDF::Vocabulary::Term]
|
1211
1211
|
# attr_reader :annotationType
|
1212
1212
|
#
|
1213
|
-
# # Range: string or CountryCode.
|
1214
|
-
# #
|
1215
1213
|
# # To define the Location (e.g. country, region) to which Rating and TargetAudience do NOT apply.
|
1214
|
+
# #
|
1215
|
+
# # Range: string or CountryCode.
|
1216
1216
|
# # @return [RDF::Vocabulary::Term]
|
1217
1217
|
# attr_reader :appliesOutOf
|
1218
1218
|
#
|
@@ -1224,9 +1224,9 @@ module RDF::Vocab
|
|
1224
1224
|
# # @return [RDF::Vocabulary::Term]
|
1225
1225
|
# attr_reader :applyTo
|
1226
1226
|
#
|
1227
|
-
# # To identify the Agent who approved the EditorialObject.
|
1228
|
-
# #
|
1229
1227
|
# # Range: Agent or string
|
1228
|
+
# #
|
1229
|
+
# # To identify the Agent who approved the EditorialObject.
|
1230
1230
|
# # @return [RDF::Vocabulary::Term]
|
1231
1231
|
# attr_reader :approvedBy
|
1232
1232
|
#
|
@@ -1304,9 +1304,9 @@ module RDF::Vocab
|
|
1304
1304
|
# # @return [RDF::Vocabulary::Term]
|
1305
1305
|
# attr_reader :artefactStyle
|
1306
1306
|
#
|
1307
|
-
# # Range: string or Artefact_type.
|
1308
|
-
# #
|
1309
1307
|
# # To specify the type of an Artefact.
|
1308
|
+
# #
|
1309
|
+
# # Range: string or Artefact_type.
|
1310
1310
|
# # @return [RDF::Vocabulary::Term]
|
1311
1311
|
# attr_reader :artefactType
|
1312
1312
|
#
|
@@ -1336,9 +1336,9 @@ module RDF::Vocab
|
|
1336
1336
|
# # @return [RDF::Vocabulary::Term]
|
1337
1337
|
# attr_reader :assetName
|
1338
1338
|
#
|
1339
|
-
# # To define a type of an Asset.
|
1340
|
-
# #
|
1341
1339
|
# # Range: string or anyURI or Concept.
|
1340
|
+
# #
|
1341
|
+
# # To define a type of an Asset.
|
1342
1342
|
# # @return [RDF::Vocabulary::Term]
|
1343
1343
|
# attr_reader :assetType
|
1344
1344
|
#
|
@@ -1386,9 +1386,9 @@ module RDF::Vocab
|
|
1386
1386
|
# # @return [RDF::Vocabulary::Term]
|
1387
1387
|
# attr_reader :awardDescription
|
1388
1388
|
#
|
1389
|
-
# # Range: string or Identifier
|
1390
|
-
# #
|
1391
1389
|
# # To identify an Award.
|
1390
|
+
# #
|
1391
|
+
# # Range: string or Identifier
|
1392
1392
|
# # @return [RDF::Vocabulary::Term]
|
1393
1393
|
# attr_reader :awardId
|
1394
1394
|
#
|
@@ -1396,9 +1396,9 @@ module RDF::Vocab
|
|
1396
1396
|
# # @return [RDF::Vocabulary::Term]
|
1397
1397
|
# attr_reader :awardName
|
1398
1398
|
#
|
1399
|
-
# # To define a type of Award.
|
1400
|
-
# #
|
1401
1399
|
# # Range: string or Award_Type
|
1400
|
+
# #
|
1401
|
+
# # To define a type of Award.
|
1402
1402
|
# # @return [RDF::Vocabulary::Term]
|
1403
1403
|
# attr_reader :awardType
|
1404
1404
|
#
|
@@ -1440,9 +1440,9 @@ module RDF::Vocab
|
|
1440
1440
|
# # @return [RDF::Vocabulary::Term]
|
1441
1441
|
# attr_reader :businessObjectName
|
1442
1442
|
#
|
1443
|
-
# # A type attributed to a BusinessObject.
|
1444
|
-
# #
|
1445
1443
|
# # Range: string or BusinessObjectType
|
1444
|
+
# #
|
1445
|
+
# # A type attributed to a BusinessObject.
|
1446
1446
|
# # @return [RDF::Vocabulary::Term]
|
1447
1447
|
# attr_reader :businessObjectType
|
1448
1448
|
#
|
@@ -1496,9 +1496,9 @@ module RDF::Vocab
|
|
1496
1496
|
# # @return [RDF::Vocabulary::Term]
|
1497
1497
|
# attr_reader :costumeSizeInformation
|
1498
1498
|
#
|
1499
|
-
# # Range: a string or a Concept code from a vocabulary, e.g. Getty
|
1500
|
-
# #
|
1501
1499
|
# # To define the texture of a Costume.
|
1500
|
+
# #
|
1501
|
+
# # Range: a string or a Concept code from a vocabulary, e.g. Getty
|
1502
1502
|
# # @return [RDF::Vocabulary::Term]
|
1503
1503
|
# attr_reader :costumeTexture
|
1504
1504
|
#
|
@@ -1618,9 +1618,9 @@ module RDF::Vocab
|
|
1618
1618
|
# # @return [RDF::Vocabulary::Term]
|
1619
1619
|
# attr_reader :displayOrder
|
1620
1620
|
#
|
1621
|
-
# # the Language into which MediaResource is dubbed.
|
1622
|
-
# #
|
1623
1621
|
# # Range: string or Language.
|
1622
|
+
# #
|
1623
|
+
# # the Language into which MediaResource is dubbed.
|
1624
1624
|
# # @return [RDF::Vocabulary::Term]
|
1625
1625
|
# attr_reader :dubbedTo
|
1626
1626
|
#
|
@@ -1714,9 +1714,9 @@ module RDF::Vocab
|
|
1714
1714
|
# # @return [RDF::Vocabulary::Term]
|
1715
1715
|
# attr_reader :emotionTimestamp
|
1716
1716
|
#
|
1717
|
-
# # Range: anyURI or string or Emotion_Type
|
1718
|
-
# #
|
1719
1717
|
# # A type of Emotion.
|
1718
|
+
# #
|
1719
|
+
# # Range: anyURI or string or Emotion_Type
|
1720
1720
|
# # @return [RDF::Vocabulary::Term]
|
1721
1721
|
# attr_reader :emotionType
|
1722
1722
|
#
|
@@ -1796,9 +1796,9 @@ module RDF::Vocab
|
|
1796
1796
|
# # @return [RDF::Vocabulary::Term]
|
1797
1797
|
# attr_reader :eventEndTime
|
1798
1798
|
#
|
1799
|
-
# # An identifier attributed to an Event.
|
1800
|
-
# #
|
1801
1799
|
# # Range: identifier or string or anyURI.
|
1800
|
+
# #
|
1801
|
+
# # An identifier attributed to an Event.
|
1802
1802
|
# # @return [RDF::Vocabulary::Term]
|
1803
1803
|
# attr_reader :eventId
|
1804
1804
|
#
|
@@ -1864,15 +1864,15 @@ module RDF::Vocab
|
|
1864
1864
|
# # @return [RDF::Vocabulary::Term]
|
1865
1865
|
# attr_reader :foodIngredient
|
1866
1866
|
#
|
1867
|
-
# # Range: string or anyURI or Identifier.
|
1868
|
-
# #
|
1869
1867
|
# # A version identifier attributed to a Format.
|
1868
|
+
# #
|
1869
|
+
# # Range: string or anyURI or Identifier.
|
1870
1870
|
# # @return [RDF::Vocabulary::Term]
|
1871
1871
|
# attr_reader :formatId
|
1872
1872
|
#
|
1873
|
-
# # Range: string or anyURI or identifier.
|
1874
|
-
# #
|
1875
1873
|
# # A version identifier attributed to a Format.
|
1874
|
+
# #
|
1875
|
+
# # Range: string or anyURI or identifier.
|
1876
1876
|
# # @return [RDF::Vocabulary::Term]
|
1877
1877
|
# attr_reader :formatVersionId
|
1878
1878
|
#
|
@@ -1930,9 +1930,9 @@ module RDF::Vocab
|
|
1930
1930
|
# # @return [RDF::Vocabulary::Term]
|
1931
1931
|
# attr_reader :groupName
|
1932
1932
|
#
|
1933
|
-
# # A type attributed to a Group.
|
1934
|
-
# #
|
1935
1933
|
# # Range: Concept or string or anyURI.
|
1934
|
+
# #
|
1935
|
+
# # A type attributed to a Group.
|
1936
1936
|
# # @return [RDF::Vocabulary::Term]
|
1937
1937
|
# attr_reader :groupType
|
1938
1938
|
#
|
@@ -1948,15 +1948,15 @@ module RDF::Vocab
|
|
1948
1948
|
# # @return [RDF::Vocabulary::Term]
|
1949
1949
|
# attr_reader :hasActionRelatedAgent
|
1950
1950
|
#
|
1951
|
-
# # Range: string or Scene.
|
1952
|
-
# #
|
1953
1951
|
# # To associate an Action with a Scene.
|
1952
|
+
# #
|
1953
|
+
# # Range: string or Scene.
|
1954
1954
|
# # @return [RDF::Vocabulary::Term]
|
1955
1955
|
# attr_reader :hasActionRelatedScene
|
1956
1956
|
#
|
1957
|
-
# # A property to establish the relation between a Contact/Person and an Organisation.
|
1958
|
-
# #
|
1959
1957
|
# # Range: Affiliation or string
|
1958
|
+
# #
|
1959
|
+
# # A property to establish the relation between a Contact/Person and an Organisation.
|
1960
1960
|
# # @return [RDF::Vocabulary::Term]
|
1961
1961
|
# attr_reader :hasAffiliation
|
1962
1962
|
#
|
@@ -1966,33 +1966,33 @@ module RDF::Vocab
|
|
1966
1966
|
# # @return [RDF::Vocabulary::Term]
|
1967
1967
|
# attr_reader :hasAgentBiography
|
1968
1968
|
#
|
1969
|
-
# # To indicate the place of residence of an Agent.
|
1970
|
-
# #
|
1971
1969
|
# # Range: string or CountryCode
|
1970
|
+
# #
|
1971
|
+
# # To indicate the place of residence of an Agent.
|
1972
1972
|
# # @return [RDF::Vocabulary::Term]
|
1973
1973
|
# attr_reader :hasAgentCountryOfResidence
|
1974
1974
|
#
|
1975
|
-
# # Range: a string or Language.
|
1976
|
-
# #
|
1977
1975
|
# # To provide the language(s) of a Contact/person.
|
1976
|
+
# #
|
1977
|
+
# # Range: a string or Language.
|
1978
1978
|
# # @return [RDF::Vocabulary::Term]
|
1979
1979
|
# attr_reader :hasAgentLanguage
|
1980
1980
|
#
|
1981
|
-
# # Range: string or Agent.
|
1982
|
-
# #
|
1983
1981
|
# # To associate an Agent to another Agent e.g. a Team.
|
1982
|
+
# #
|
1983
|
+
# # Range: string or Agent.
|
1984
1984
|
# # @return [RDF::Vocabulary::Term]
|
1985
1985
|
# attr_reader :hasAgentMember
|
1986
1986
|
#
|
1987
|
-
# # Range: a string or CountryCode.
|
1988
|
-
# #
|
1989
1987
|
# # To provide the nationality of an Agent.
|
1988
|
+
# #
|
1989
|
+
# # Range: a string or CountryCode.
|
1990
1990
|
# # @return [RDF::Vocabulary::Term]
|
1991
1991
|
# attr_reader :hasAgentNationality
|
1992
1992
|
#
|
1993
|
-
# # To indicate the place of residence of an Agent.
|
1994
|
-
# #
|
1995
1993
|
# # Range: string or Location
|
1994
|
+
# #
|
1995
|
+
# # To indicate the place of residence of an Agent.
|
1996
1996
|
# # @return [RDF::Vocabulary::Term]
|
1997
1997
|
# attr_reader :hasAgentPlaceOfResidence
|
1998
1998
|
#
|
@@ -2055,9 +2055,9 @@ module RDF::Vocab
|
|
2055
2055
|
# # @return [RDF::Vocabulary::Term]
|
2056
2056
|
# attr_reader :hasArtefactBuyer
|
2057
2057
|
#
|
2058
|
-
# # Range: string or Agent
|
2059
|
-
# #
|
2060
2058
|
# # To identify the creator of an Artefact.
|
2059
|
+
# #
|
2060
|
+
# # Range: string or Agent
|
2061
2061
|
# # @return [RDF::Vocabulary::Term]
|
2062
2062
|
# attr_reader :hasArtefactCreator
|
2063
2063
|
#
|
@@ -2067,9 +2067,9 @@ module RDF::Vocab
|
|
2067
2067
|
# # @return [RDF::Vocabulary::Term]
|
2068
2068
|
# attr_reader :hasArtefactLocation
|
2069
2069
|
#
|
2070
|
-
# # Range: string or Agent
|
2071
|
-
# #
|
2072
2070
|
# # To identify the owner of an Artefact.
|
2071
|
+
# #
|
2072
|
+
# # Range: string or Agent
|
2073
2073
|
# # @return [RDF::Vocabulary::Term]
|
2074
2074
|
# attr_reader :hasArtefactOwner
|
2075
2075
|
#
|
@@ -2079,9 +2079,9 @@ module RDF::Vocab
|
|
2079
2079
|
# # @return [RDF::Vocabulary::Term]
|
2080
2080
|
# attr_reader :hasArtefactPriceCurrency
|
2081
2081
|
#
|
2082
|
-
# # Range: string or Agent
|
2083
|
-
# #
|
2084
2082
|
# # To associate an Artefact/Prop or else with an Agent.
|
2083
|
+
# #
|
2084
|
+
# # Range: string or Agent
|
2085
2085
|
# # @return [RDF::Vocabulary::Term]
|
2086
2086
|
# attr_reader :hasArtefactRelatedAgent
|
2087
2087
|
#
|
@@ -2091,15 +2091,15 @@ module RDF::Vocab
|
|
2091
2091
|
# # @return [RDF::Vocabulary::Term]
|
2092
2092
|
# attr_reader :hasArtefactRelatedEditorialObject
|
2093
2093
|
#
|
2094
|
-
# # To associate an Artefact/Prop or else with a Location.
|
2095
|
-
# #
|
2096
2094
|
# # Range: string or Location
|
2095
|
+
# #
|
2096
|
+
# # To associate an Artefact/Prop or else with a Location.
|
2097
2097
|
# # @return [RDF::Vocabulary::Term]
|
2098
2098
|
# attr_reader :hasArtefactRelatedLocation
|
2099
2099
|
#
|
2100
|
-
# # To associate an Artefact/Prop or else with a physical resource.
|
2101
|
-
# #
|
2102
2100
|
# # Range: string or PhysicalResource
|
2101
|
+
# #
|
2102
|
+
# # To associate an Artefact/Prop or else with a physical resource.
|
2103
2103
|
# # @return [RDF::Vocabulary::Term]
|
2104
2104
|
# attr_reader :hasArtefactRelatedPhysicalResource
|
2105
2105
|
#
|
@@ -2109,15 +2109,15 @@ module RDF::Vocab
|
|
2109
2109
|
# # @return [RDF::Vocabulary::Term]
|
2110
2110
|
# attr_reader :hasArtefactRelatedResource
|
2111
2111
|
#
|
2112
|
-
# # Range: string or Agent
|
2113
|
-
# #
|
2114
2112
|
# # To identify the retailer of an Artefact.
|
2113
|
+
# #
|
2114
|
+
# # Range: string or Agent
|
2115
2115
|
# # @return [RDF::Vocabulary::Term]
|
2116
2116
|
# attr_reader :hasArtefactRetailer
|
2117
2117
|
#
|
2118
|
-
# # Range: string or Agent
|
2119
|
-
# #
|
2120
2118
|
# # To identify a supplier of an Artefact.
|
2119
|
+
# #
|
2120
|
+
# # Range: string or Agent
|
2121
2121
|
# # @return [RDF::Vocabulary::Term]
|
2122
2122
|
# attr_reader :hasArtefactSupplier
|
2123
2123
|
#
|
@@ -2154,15 +2154,15 @@ module RDF::Vocab
|
|
2154
2154
|
# # @return [RDF::Vocabulary::Term]
|
2155
2155
|
# attr_reader :hasAudienceScoreRecordingTechnique
|
2156
2156
|
#
|
2157
|
-
# # Range:string or AudioCodec
|
2158
|
-
# #
|
2159
2157
|
# # To identify the audio Codec
|
2158
|
+
# #
|
2159
|
+
# # Range:string or AudioCodec
|
2160
2160
|
# # @return [RDF::Vocabulary::Term]
|
2161
2161
|
# attr_reader :hasAudioCodec
|
2162
2162
|
#
|
2163
|
-
# # To define a type of AudioContent.
|
2164
|
-
# #
|
2165
2163
|
# # Range:string or AudioContent_Type.
|
2164
|
+
# #
|
2165
|
+
# # To define a type of AudioContent.
|
2166
2166
|
# # @return [RDF::Vocabulary::Term]
|
2167
2167
|
# attr_reader :hasAudioContentType
|
2168
2168
|
#
|
@@ -2186,9 +2186,9 @@ module RDF::Vocab
|
|
2186
2186
|
# # @return [RDF::Vocabulary::Term]
|
2187
2187
|
# attr_reader :hasAudioTrack
|
2188
2188
|
#
|
2189
|
-
# # Range: string or Agent.
|
2190
|
-
# #
|
2191
2189
|
# # To link an Agent to an Award.
|
2190
|
+
# #
|
2191
|
+
# # Range: string or Agent.
|
2192
2192
|
# # @return [RDF::Vocabulary::Term]
|
2193
2193
|
# attr_reader :hasAwardRelatedAgent
|
2194
2194
|
#
|
@@ -2200,9 +2200,9 @@ module RDF::Vocab
|
|
2200
2200
|
# # @return [RDF::Vocabulary::Term]
|
2201
2201
|
# attr_reader :hasAwardRelatedEvent
|
2202
2202
|
#
|
2203
|
-
# # Range: a string or an Award.
|
2204
|
-
# #
|
2205
2203
|
# # The Award gievn to an Agent
|
2204
|
+
# #
|
2205
|
+
# # Range: a string or an Award.
|
2206
2206
|
# # @return [RDF::Vocabulary::Term]
|
2207
2207
|
# attr_reader :hasBeenAwarded
|
2208
2208
|
#
|
@@ -2210,21 +2210,21 @@ module RDF::Vocab
|
|
2210
2210
|
# # @return [RDF::Vocabulary::Term]
|
2211
2211
|
# attr_reader :hasCaptioning
|
2212
2212
|
#
|
2213
|
-
# # Range: string or CaptioningFormat
|
2214
|
-
# #
|
2215
2213
|
# # The format of Captioning.
|
2214
|
+
# #
|
2215
|
+
# # Range: string or CaptioningFormat
|
2216
2216
|
# # @return [RDF::Vocabulary::Term]
|
2217
2217
|
# attr_reader :hasCaptioningFormat
|
2218
2218
|
#
|
2219
|
-
# # Range: string or Agent
|
2220
|
-
# #
|
2221
2219
|
# # To provide information on the source of Captioning.
|
2220
|
+
# #
|
2221
|
+
# # Range: string or Agent
|
2222
2222
|
# # @return [RDF::Vocabulary::Term]
|
2223
2223
|
# attr_reader :hasCaptioningSource
|
2224
2224
|
#
|
2225
|
-
# # A member of the cast.
|
2226
|
-
# #
|
2227
2225
|
# # Range: a string or a Cast
|
2226
|
+
# #
|
2227
|
+
# # A member of the cast.
|
2228
2228
|
# # @return [RDF::Vocabulary::Term]
|
2229
2229
|
# attr_reader :hasCastMember
|
2230
2230
|
#
|
@@ -2254,39 +2254,39 @@ module RDF::Vocab
|
|
2254
2254
|
# # @return [RDF::Vocabulary::Term]
|
2255
2255
|
# attr_reader :hasCodec
|
2256
2256
|
#
|
2257
|
-
# # Range: string or Agent.
|
2258
|
-
# #
|
2259
2257
|
# # To provide a name for the vendor of the Codec.
|
2258
|
+
# #
|
2259
|
+
# # Range: string or Agent.
|
2260
2260
|
# # @return [RDF::Vocabulary::Term]
|
2261
2261
|
# attr_reader :hasCodecVendor
|
2262
2262
|
#
|
2263
|
-
# # Range: string or Concept
|
2264
|
-
# #
|
2265
2263
|
# # To describe the colour space.
|
2264
|
+
# #
|
2265
|
+
# # Range: string or Concept
|
2266
2266
|
# # @return [RDF::Vocabulary::Term]
|
2267
2267
|
# attr_reader :hasColourSpace
|
2268
2268
|
#
|
2269
|
-
# # Range: a link to a Contact or a string.
|
2270
|
-
# #
|
2271
2269
|
# # To provide information on a Contact for an Organisation or a physical person (e.g. the agent of an actor).
|
2270
|
+
# #
|
2271
|
+
# # Range: a link to a Contact or a string.
|
2272
2272
|
# # @return [RDF::Vocabulary::Term]
|
2273
2273
|
# attr_reader :hasContact
|
2274
2274
|
#
|
2275
|
-
# # Range: string or ContainerCodec
|
2276
|
-
# #
|
2277
2275
|
# # To identify a container codec.
|
2276
|
+
# #
|
2277
|
+
# # Range: string or ContainerCodec
|
2278
2278
|
# # @return [RDF::Vocabulary::Term]
|
2279
2279
|
# attr_reader :hasContainerCodec
|
2280
2280
|
#
|
2281
|
-
# # To describe the container encoding format.
|
2282
|
-
# #
|
2283
2281
|
# # Range: string or ContainerEncodingFormat
|
2282
|
+
# #
|
2283
|
+
# # To describe the container encoding format.
|
2284
2284
|
# # @return [RDF::Vocabulary::Term]
|
2285
2285
|
# attr_reader :hasContainerEncodingFormat
|
2286
2286
|
#
|
2287
|
-
# # Range: string or MimeType
|
2288
|
-
# #
|
2289
2287
|
# # To provide the Mime type of the Resource.
|
2288
|
+
# #
|
2289
|
+
# # Range: string or MimeType
|
2290
2290
|
# # @return [RDF::Vocabulary::Term]
|
2291
2291
|
# attr_reader :hasContainerMimeType
|
2292
2292
|
#
|
@@ -2296,9 +2296,9 @@ module RDF::Vocab
|
|
2296
2296
|
# # @return [RDF::Vocabulary::Term]
|
2297
2297
|
# attr_reader :hasContentEditorialFormat
|
2298
2298
|
#
|
2299
|
-
# # Range: string or Agent
|
2300
|
-
# #
|
2301
2299
|
# # To identify a contributor to a Resource, a Business Object, an Event...
|
2300
|
+
# #
|
2301
|
+
# # Range: string or Agent
|
2302
2302
|
# # @return [RDF::Vocabulary::Term]
|
2303
2303
|
# attr_reader :hasContributor
|
2304
2304
|
#
|
@@ -2314,27 +2314,27 @@ module RDF::Vocab
|
|
2314
2314
|
# # @return [RDF::Vocabulary::Term]
|
2315
2315
|
# attr_reader :hasCostumeType
|
2316
2316
|
#
|
2317
|
-
# # Range: string or CountryCode
|
2318
|
-
# #
|
2319
2317
|
# # The country where a person is born.
|
2318
|
+
# #
|
2319
|
+
# # Range: string or CountryCode
|
2320
2320
|
# # @return [RDF::Vocabulary::Term]
|
2321
2321
|
# attr_reader :hasCountryOfBirth
|
2322
2322
|
#
|
2323
|
-
# # Range: string or CountryCode
|
2324
|
-
# #
|
2325
2323
|
# # The country where a person is dead.
|
2324
|
+
# #
|
2325
|
+
# # Range: string or CountryCode
|
2326
2326
|
# # @return [RDF::Vocabulary::Term]
|
2327
2327
|
# attr_reader :hasCountryOfDeath
|
2328
2328
|
#
|
2329
|
-
# # Range: string or Event or Location
|
2330
|
-
# #
|
2331
2329
|
# # To provide coverage information.
|
2330
|
+
# #
|
2331
|
+
# # Range: string or Event or Location
|
2332
2332
|
# # @return [RDF::Vocabulary::Term]
|
2333
2333
|
# attr_reader :hasCoverage
|
2334
2334
|
#
|
2335
|
-
# # Range: string or CoverageRestrictions.
|
2336
|
-
# #
|
2337
2335
|
# # To express coverage restrictions.
|
2336
|
+
# #
|
2337
|
+
# # Range: string or CoverageRestrictions.
|
2338
2338
|
# # @return [RDF::Vocabulary::Term]
|
2339
2339
|
# attr_reader :hasCoverageRestrictions
|
2340
2340
|
#
|
@@ -2350,15 +2350,15 @@ module RDF::Vocab
|
|
2350
2350
|
# # @return [RDF::Vocabulary::Term]
|
2351
2351
|
# attr_reader :hasCreativeCommons
|
2352
2352
|
#
|
2353
|
-
# # Range: string or Agent.
|
2354
|
-
# #
|
2355
2353
|
# # To identify an Agent involved in the creation of the Resource or BusinessObject.
|
2354
|
+
# #
|
2355
|
+
# # Range: string or Agent.
|
2356
2356
|
# # @return [RDF::Vocabulary::Term]
|
2357
2357
|
# attr_reader :hasCreator
|
2358
2358
|
#
|
2359
|
-
# # Range: a string or a Crew
|
2360
|
-
# #
|
2361
2359
|
# # A member of the crew.
|
2360
|
+
# #
|
2361
|
+
# # Range: a string or a Crew
|
2362
2362
|
# # @return [RDF::Vocabulary::Term]
|
2363
2363
|
# attr_reader :hasCrewMember
|
2364
2364
|
#
|
@@ -2374,15 +2374,15 @@ module RDF::Vocab
|
|
2374
2374
|
# # @return [RDF::Vocabulary::Term]
|
2375
2375
|
# attr_reader :hasCuisineOrigin
|
2376
2376
|
#
|
2377
|
-
# # Range: a string or CuisineStyle
|
2378
|
-
# #
|
2379
2377
|
# # The style of the cuisine
|
2378
|
+
# #
|
2379
|
+
# # Range: a string or CuisineStyle
|
2380
2380
|
# # @return [RDF::Vocabulary::Term]
|
2381
2381
|
# attr_reader :hasCuisineStyle
|
2382
2382
|
#
|
2383
|
-
# # To describe the format of data carried in a resource.
|
2384
|
-
# #
|
2385
2383
|
# # Range: string or DataFormat
|
2384
|
+
# #
|
2385
|
+
# # To describe the format of data carried in a resource.
|
2386
2386
|
# # @return [RDF::Vocabulary::Term]
|
2387
2387
|
# attr_reader :hasDataFormat
|
2388
2388
|
#
|
@@ -2402,9 +2402,9 @@ module RDF::Vocab
|
|
2402
2402
|
# # @return [RDF::Vocabulary::Term]
|
2403
2403
|
# attr_reader :hasDisclaimer
|
2404
2404
|
#
|
2405
|
-
# # To describe the format of a Document.
|
2406
|
-
# #
|
2407
2405
|
# # Range: string or Document format
|
2406
|
+
# #
|
2407
|
+
# # To describe the format of a Document.
|
2408
2408
|
# # @return [RDF::Vocabulary::Term]
|
2409
2409
|
# attr_reader :hasDocumentFormat
|
2410
2410
|
#
|
@@ -2414,15 +2414,15 @@ module RDF::Vocab
|
|
2414
2414
|
# # @return [RDF::Vocabulary::Term]
|
2415
2415
|
# attr_reader :hasDopesheet
|
2416
2416
|
#
|
2417
|
-
# # To identify available dubbed languages.
|
2418
|
-
# #
|
2419
2417
|
# # Range: string or Language.
|
2418
|
+
# #
|
2419
|
+
# # To identify available dubbed languages.
|
2420
2420
|
# # @return [RDF::Vocabulary::Term]
|
2421
2421
|
# attr_reader :hasDubbedLanguage
|
2422
2422
|
#
|
2423
|
-
# # To associate an EIDR Identifier with an Asset.
|
2424
|
-
# #
|
2425
2423
|
# # Range: string or Identifier.
|
2424
|
+
# #
|
2425
|
+
# # To associate an EIDR Identifier with an Asset.
|
2426
2426
|
# # @return [RDF::Vocabulary::Term]
|
2427
2427
|
# attr_reader :hasEidrIdentifier
|
2428
2428
|
#
|
@@ -2450,9 +2450,9 @@ module RDF::Vocab
|
|
2450
2450
|
# # @return [RDF::Vocabulary::Term]
|
2451
2451
|
# attr_reader :hasEpisode
|
2452
2452
|
#
|
2453
|
-
# # Range: string or Agent
|
2454
|
-
# #
|
2455
2453
|
# # An Agent relates to an Event.
|
2454
|
+
# #
|
2455
|
+
# # Range: string or Agent
|
2456
2456
|
# # @return [RDF::Vocabulary::Term]
|
2457
2457
|
# attr_reader :hasEventRelatedAgent
|
2458
2458
|
#
|
@@ -2466,15 +2466,15 @@ module RDF::Vocab
|
|
2466
2466
|
# # @return [RDF::Vocabulary::Term]
|
2467
2467
|
# attr_reader :hasEventRelatedBusinessObject
|
2468
2468
|
#
|
2469
|
-
# # An Event relates to an Event.
|
2470
|
-
# #
|
2471
2469
|
# # Range: string or Event
|
2470
|
+
# #
|
2471
|
+
# # An Event relates to an Event.
|
2472
2472
|
# # @return [RDF::Vocabulary::Term]
|
2473
2473
|
# attr_reader :hasEventRelatedEvent
|
2474
2474
|
#
|
2475
|
-
# # To associate a Location with an Event.
|
2476
|
-
# #
|
2477
2475
|
# # Range: a Location or a string
|
2476
|
+
# #
|
2477
|
+
# # To associate a Location with an Event.
|
2478
2478
|
# # @return [RDF::Vocabulary::Term]
|
2479
2479
|
# attr_reader :hasEventRelatedLocation
|
2480
2480
|
#
|
@@ -2482,9 +2482,9 @@ module RDF::Vocab
|
|
2482
2482
|
# # @return [RDF::Vocabulary::Term]
|
2483
2483
|
# attr_reader :hasEventRelatedResource
|
2484
2484
|
#
|
2485
|
-
# # Range: string or EventType
|
2486
|
-
# #
|
2487
2485
|
# # To define a type of Event.
|
2486
|
+
# #
|
2487
|
+
# # Range: string or EventType
|
2488
2488
|
# # @return [RDF::Vocabulary::Term]
|
2489
2489
|
# attr_reader :hasEventType
|
2490
2490
|
#
|
@@ -2494,15 +2494,15 @@ module RDF::Vocab
|
|
2494
2494
|
# # @return [RDF::Vocabulary::Term]
|
2495
2495
|
# attr_reader :hasExploitationIssues
|
2496
2496
|
#
|
2497
|
-
# # The format of a file.
|
2498
|
-
# #
|
2499
2497
|
# # Range: string or FileFormat.
|
2498
|
+
# #
|
2499
|
+
# # The format of a file.
|
2500
2500
|
# # @return [RDF::Vocabulary::Term]
|
2501
2501
|
# attr_reader :hasFileFormat
|
2502
2502
|
#
|
2503
|
-
# # Range: string or FoodStyle.
|
2504
|
-
# #
|
2505
2503
|
# # The style of Food.
|
2504
|
+
# #
|
2505
|
+
# # Range: string or FoodStyle.
|
2506
2506
|
# # @return [RDF::Vocabulary::Term]
|
2507
2507
|
# attr_reader :hasFoodStyle
|
2508
2508
|
#
|
@@ -2522,9 +2522,9 @@ module RDF::Vocab
|
|
2522
2522
|
# # @return [RDF::Vocabulary::Term]
|
2523
2523
|
# attr_reader :hasGeneration
|
2524
2524
|
#
|
2525
|
-
# # To define a Genre/category associated to the BusinesssObject.
|
2526
|
-
# #
|
2527
2525
|
# # range: string or Genre.
|
2526
|
+
# #
|
2527
|
+
# # To define a Genre/category associated to the BusinesssObject.
|
2528
2528
|
# # @return [RDF::Vocabulary::Term]
|
2529
2529
|
# attr_reader :hasGenre
|
2530
2530
|
#
|
@@ -2534,15 +2534,15 @@ module RDF::Vocab
|
|
2534
2534
|
# # @return [RDF::Vocabulary::Term]
|
2535
2535
|
# attr_reader :hasIMediaIdentifier
|
2536
2536
|
#
|
2537
|
-
# # Range: string or IPR Restrictions.
|
2538
|
-
# #
|
2539
2537
|
# # To express IPR Restrictions.
|
2538
|
+
# #
|
2539
|
+
# # Range: string or IPR Restrictions.
|
2540
2540
|
# # @return [RDF::Vocabulary::Term]
|
2541
2541
|
# attr_reader :hasIPRRestrictions
|
2542
2542
|
#
|
2543
|
-
# # A locator / URI or a Picture.
|
2544
|
-
# #
|
2545
2543
|
# # To provide a link to an identification picture.
|
2544
|
+
# #
|
2545
|
+
# # A locator / URI or a Picture.
|
2546
2546
|
# # @return [RDF::Vocabulary::Term]
|
2547
2547
|
# attr_reader :hasIdPicture
|
2548
2548
|
#
|
@@ -2552,9 +2552,9 @@ module RDF::Vocab
|
|
2552
2552
|
# # @return [RDF::Vocabulary::Term]
|
2553
2553
|
# attr_reader :hasIdentifier
|
2554
2554
|
#
|
2555
|
-
# # Range: Concept or string
|
2556
|
-
# #
|
2557
2555
|
# # To define a type of Identifer (e.g. UUID, ISAN, EIDR, in-house production Id).
|
2556
|
+
# #
|
2557
|
+
# # Range: Concept or string
|
2558
2558
|
# # @return [RDF::Vocabulary::Term]
|
2559
2559
|
# attr_reader :hasIdentifierType
|
2560
2560
|
#
|
@@ -2564,9 +2564,9 @@ module RDF::Vocab
|
|
2564
2564
|
# # @return [RDF::Vocabulary::Term]
|
2565
2565
|
# attr_reader :hasImageCodec
|
2566
2566
|
#
|
2567
|
-
# # To specify the format of an Image.
|
2568
|
-
# #
|
2569
2567
|
# # Range: string or ImageFormat
|
2568
|
+
# #
|
2569
|
+
# # To specify the format of an Image.
|
2570
2570
|
# # @return [RDF::Vocabulary::Term]
|
2571
2571
|
# attr_reader :hasImageFormat
|
2572
2572
|
#
|
@@ -2576,9 +2576,9 @@ module RDF::Vocab
|
|
2576
2576
|
# # @return [RDF::Vocabulary::Term]
|
2577
2577
|
# attr_reader :hasIsanIdentifier
|
2578
2578
|
#
|
2579
|
-
# # To identify the key career events of a Person.
|
2580
|
-
# #
|
2581
2579
|
# # Range: string or KeyCareerEvent
|
2580
|
+
# #
|
2581
|
+
# # To identify the key career events of a Person.
|
2582
2582
|
# # @return [RDF::Vocabulary::Term]
|
2583
2583
|
# attr_reader :hasKeyCareerEvent
|
2584
2584
|
#
|
@@ -2588,21 +2588,21 @@ module RDF::Vocab
|
|
2588
2588
|
# # @return [RDF::Vocabulary::Term]
|
2589
2589
|
# attr_reader :hasKeyPersonalEvent
|
2590
2590
|
#
|
2591
|
-
# # Range: Keyword or string or any URI from a controlled vocabulary
|
2592
|
-
# #
|
2593
2591
|
# # To associate a concept, descriptive phrase or Keyword that specifies the topic of the EditorialObject.
|
2592
|
+
# #
|
2593
|
+
# # Range: Keyword or string or any URI from a controlled vocabulary
|
2594
2594
|
# # @return [RDF::Vocabulary::Term]
|
2595
2595
|
# attr_reader :hasKeyword
|
2596
2596
|
#
|
2597
|
-
# # Range: string or Language.
|
2598
|
-
# #
|
2599
2597
|
# # To associate a Language to an Asset. A controlled vocabulary based on BCP 47 is recommended. This property can also be used to identify the presence of sign language (RFC 5646). By inheritance, the hasLanguage property applies indifferently at the MediaResource / Fragment / Track levels at which the usage is being defined. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a MediaResource including at Fragment and Track levels.
|
2598
|
+
# #
|
2599
|
+
# # Range: string or Language.
|
2600
2600
|
# # @return [RDF::Vocabulary::Term]
|
2601
2601
|
# attr_reader :hasLanguage
|
2602
2602
|
#
|
2603
|
-
# # To express Licensing.
|
2604
|
-
# #
|
2605
2603
|
# # Range: string or Licensing.
|
2604
|
+
# #
|
2605
|
+
# # To express Licensing.
|
2606
2606
|
# # @return [RDF::Vocabulary::Term]
|
2607
2607
|
# attr_reader :hasLicensing
|
2608
2608
|
#
|
@@ -2678,15 +2678,15 @@ module RDF::Vocab
|
|
2678
2678
|
# # @return [RDF::Vocabulary::Term]
|
2679
2679
|
# attr_reader :hasMetadataTrack
|
2680
2680
|
#
|
2681
|
-
# # Range: string or MimeType
|
2682
|
-
# #
|
2683
2681
|
# # To specify the Mime type of a Resource.
|
2682
|
+
# #
|
2683
|
+
# # Range: string or MimeType
|
2684
2684
|
# # @return [RDF::Vocabulary::Term]
|
2685
2685
|
# attr_reader :hasMimeType
|
2686
2686
|
#
|
2687
|
-
# # To define an ObjectType for the BusinessObject (e.g. book, report, programme, clip) if not defined as a subClass of BusinessObject.
|
2688
|
-
# #
|
2689
2687
|
# # Range: string or ObjectType.
|
2688
|
+
# #
|
2689
|
+
# # To define an ObjectType for the BusinessObject (e.g. book, report, programme, clip) if not defined as a subClass of BusinessObject.
|
2690
2690
|
# # @return [RDF::Vocabulary::Term]
|
2691
2691
|
# attr_reader :hasObjectType
|
2692
2692
|
#
|
@@ -2744,21 +2744,21 @@ module RDF::Vocab
|
|
2744
2744
|
# # @return [RDF::Vocabulary::Term]
|
2745
2745
|
# attr_reader :hasPlaceOfDeath
|
2746
2746
|
#
|
2747
|
-
# # Range: string or Agent.
|
2748
|
-
# #
|
2749
2747
|
# # To identify an Agent involved in the production of the Resource or BusinessObject.
|
2748
|
+
# #
|
2749
|
+
# # Range: string or Agent.
|
2750
2750
|
# # @return [RDF::Vocabulary::Term]
|
2751
2751
|
# attr_reader :hasProducer
|
2752
2752
|
#
|
2753
|
-
# # To identify the Location of a production
|
2754
|
-
# #
|
2755
2753
|
# # Range: a Location or string
|
2754
|
+
# #
|
2755
|
+
# # To identify the Location of a production
|
2756
2756
|
# # @return [RDF::Vocabulary::Term]
|
2757
2757
|
# attr_reader :hasProductionLocation
|
2758
2758
|
#
|
2759
|
-
# # To associate information on Provenance to an EBUCore class.
|
2760
|
-
# #
|
2761
2759
|
# # Range: string, anyURI or Concept.
|
2760
|
+
# #
|
2761
|
+
# # To associate information on Provenance to an EBUCore class.
|
2762
2762
|
# # @return [RDF::Vocabulary::Term]
|
2763
2763
|
# attr_reader :hasProvenance
|
2764
2764
|
#
|
@@ -2800,21 +2800,21 @@ module RDF::Vocab
|
|
2800
2800
|
# # @return [RDF::Vocabulary::Term]
|
2801
2801
|
# attr_reader :hasPublisher
|
2802
2802
|
#
|
2803
|
-
# # To identify the presence of Rating attributed to a Resource or BusinessObject.
|
2804
|
-
# #
|
2805
2803
|
# # Range: a string or a Rating.
|
2804
|
+
# #
|
2805
|
+
# # To identify the presence of Rating attributed to a Resource or BusinessObject.
|
2806
2806
|
# # @return [RDF::Vocabulary::Term]
|
2807
2807
|
# attr_reader :hasRating
|
2808
2808
|
#
|
2809
|
-
# # Range: string or Agent.
|
2810
|
-
# #
|
2811
2809
|
# # To identify an Agent who has provided a Rating.
|
2810
|
+
# #
|
2811
|
+
# # Range: string or Agent.
|
2812
2812
|
# # @return [RDF::Vocabulary::Term]
|
2813
2813
|
# attr_reader :hasRatingProvider
|
2814
2814
|
#
|
2815
|
-
# # Range: string or Agent.
|
2816
|
-
# #
|
2817
2815
|
# # To identify an Agent who has provided a Rating.
|
2816
|
+
# #
|
2817
|
+
# # Range: string or Agent.
|
2818
2818
|
# # @return [RDF::Vocabulary::Term]
|
2819
2819
|
# attr_reader :hasRatingSource
|
2820
2820
|
#
|
@@ -2822,9 +2822,9 @@ module RDF::Vocab
|
|
2822
2822
|
# # @return [RDF::Vocabulary::Term]
|
2823
2823
|
# attr_reader :hasRelatedAnimal
|
2824
2824
|
#
|
2825
|
-
# # Range: string or Artefact.
|
2826
|
-
# #
|
2827
2825
|
# # To identify and Artefact related to EditorialObject or a resource.
|
2826
|
+
# #
|
2827
|
+
# # Range: string or Artefact.
|
2828
2828
|
# # @return [RDF::Vocabulary::Term]
|
2829
2829
|
# attr_reader :hasRelatedArtefact
|
2830
2830
|
#
|
@@ -2862,9 +2862,9 @@ module RDF::Vocab
|
|
2862
2862
|
# # @return [RDF::Vocabulary::Term]
|
2863
2863
|
# attr_reader :hasRelatedEssence
|
2864
2864
|
#
|
2865
|
-
# # Range: Sting or Event
|
2866
|
-
# #
|
2867
2865
|
# # A property to identify the Events, all real or fictional, covered by the EditorialObject.
|
2866
|
+
# #
|
2867
|
+
# # Range: Sting or Event
|
2868
2868
|
# # @return [RDF::Vocabulary::Term]
|
2869
2869
|
# attr_reader :hasRelatedEvent
|
2870
2870
|
#
|
@@ -2890,9 +2890,9 @@ module RDF::Vocab
|
|
2890
2890
|
# # @return [RDF::Vocabulary::Term]
|
2891
2891
|
# attr_reader :hasRelatedPicture
|
2892
2892
|
#
|
2893
|
-
# # Range: string or PublicationChannel
|
2894
|
-
# #
|
2895
2893
|
# # To identify a Publication Channel
|
2894
|
+
# #
|
2895
|
+
# # Range: string or PublicationChannel
|
2896
2896
|
# # @return [RDF::Vocabulary::Term]
|
2897
2897
|
# attr_reader :hasRelatedPublicationChannel
|
2898
2898
|
#
|
@@ -2900,9 +2900,9 @@ module RDF::Vocab
|
|
2900
2900
|
# # @return [RDF::Vocabulary::Term]
|
2901
2901
|
# attr_reader :hasRelatedPublicationEvent
|
2902
2902
|
#
|
2903
|
-
# # To associate a Record with an Asset.
|
2904
|
-
# #
|
2905
2903
|
# # Range, a string a URI or a Record.
|
2904
|
+
# #
|
2905
|
+
# # To associate a Record with an Asset.
|
2906
2906
|
# # @return [RDF::Vocabulary::Term]
|
2907
2907
|
# attr_reader :hasRelatedRecord
|
2908
2908
|
#
|
@@ -2922,9 +2922,9 @@ module RDF::Vocab
|
|
2922
2922
|
# # @return [RDF::Vocabulary::Term]
|
2923
2923
|
# attr_reader :hasRelatedTextLine
|
2924
2924
|
#
|
2925
|
-
# # Range: string or Agent.
|
2926
|
-
# #
|
2927
2925
|
# # To define source of a Relation.
|
2926
|
+
# #
|
2927
|
+
# # Range: string or Agent.
|
2928
2928
|
# # @return [RDF::Vocabulary::Term]
|
2929
2929
|
# attr_reader :hasRelationSource
|
2930
2930
|
#
|
@@ -2978,9 +2978,9 @@ module RDF::Vocab
|
|
2978
2978
|
# # @return [RDF::Vocabulary::Term]
|
2979
2979
|
# attr_reader :hasServiceLogo
|
2980
2980
|
#
|
2981
|
-
# # Range: Location or string
|
2982
|
-
# #
|
2983
2981
|
# # The Location where content has been captured.
|
2982
|
+
# #
|
2983
|
+
# # Range: Location or string
|
2984
2984
|
# # @return [RDF::Vocabulary::Term]
|
2985
2985
|
# attr_reader :hasShootingLocation
|
2986
2986
|
#
|
@@ -2990,15 +2990,15 @@ module RDF::Vocab
|
|
2990
2990
|
# # @return [RDF::Vocabulary::Term]
|
2991
2991
|
# attr_reader :hasSigning
|
2992
2992
|
#
|
2993
|
-
# # To specify the format used for signing.
|
2994
|
-
# #
|
2995
2993
|
# # Range: string or SigningFormat.
|
2994
|
+
# #
|
2995
|
+
# # To specify the format used for signing.
|
2996
2996
|
# # @return [RDF::Vocabulary::Term]
|
2997
2997
|
# attr_reader :hasSigningFormat
|
2998
2998
|
#
|
2999
|
-
# # Range: string or Agent.
|
3000
|
-
# #
|
3001
2999
|
# # To specify the source of signing.
|
3000
|
+
# #
|
3001
|
+
# # Range: string or Agent.
|
3002
3002
|
# # @return [RDF::Vocabulary::Term]
|
3003
3003
|
# attr_reader :hasSigningSource
|
3004
3004
|
#
|
@@ -3006,9 +3006,9 @@ module RDF::Vocab
|
|
3006
3006
|
# # @return [RDF::Vocabulary::Term]
|
3007
3007
|
# attr_reader :hasSource
|
3008
3008
|
#
|
3009
|
-
# # To identify members of staff in an organisation.
|
3010
|
-
# #
|
3011
3009
|
# # Range: string or Staff.
|
3010
|
+
# #
|
3011
|
+
# # To identify members of staff in an organisation.
|
3012
3012
|
# # @return [RDF::Vocabulary::Term]
|
3013
3013
|
# attr_reader :hasStaffMember
|
3014
3014
|
#
|
@@ -3024,21 +3024,21 @@ module RDF::Vocab
|
|
3024
3024
|
# # @return [RDF::Vocabulary::Term]
|
3025
3025
|
# attr_reader :hasStakeholder
|
3026
3026
|
#
|
3027
|
-
# # Range: string or Standard
|
3028
|
-
# #
|
3029
3027
|
# # Identifies the technical video standard of a MediaResource, i.e. NTSC or PAL.
|
3028
|
+
# #
|
3029
|
+
# # Range: string or Standard
|
3030
3030
|
# # @return [RDF::Vocabulary::Term]
|
3031
3031
|
# attr_reader :hasStandard
|
3032
3032
|
#
|
3033
|
-
# # To identify storage associated with a locator from which a Resource can be accessed or can be retrieved.
|
3034
|
-
# #
|
3035
3033
|
# # Range: Identifier, anyURI, string
|
3034
|
+
# #
|
3035
|
+
# # To identify storage associated with a locator from which a Resource can be accessed or can be retrieved.
|
3036
3036
|
# # @return [RDF::Vocabulary::Term]
|
3037
3037
|
# attr_reader :hasStorageId
|
3038
3038
|
#
|
3039
|
-
# # Range:; string or Storage_Type
|
3040
|
-
# #
|
3041
3039
|
# # To define a type of storage associated with a locator from which a Resource can be accessed or can be retrieved.
|
3040
|
+
# #
|
3041
|
+
# # Range:; string or Storage_Type
|
3042
3042
|
# # @return [RDF::Vocabulary::Term]
|
3043
3043
|
# attr_reader :hasStorageType
|
3044
3044
|
#
|
@@ -3048,9 +3048,9 @@ module RDF::Vocab
|
|
3048
3048
|
# # @return [RDF::Vocabulary::Term]
|
3049
3049
|
# attr_reader :hasSubject
|
3050
3050
|
#
|
3051
|
-
# # Range: string or Subtitling
|
3052
|
-
# #
|
3053
3051
|
# # To identify existing subtitling.
|
3052
|
+
# #
|
3053
|
+
# # Range: string or Subtitling
|
3054
3054
|
# # @return [RDF::Vocabulary::Term]
|
3055
3055
|
# attr_reader :hasSubtitling
|
3056
3056
|
#
|
@@ -3060,9 +3060,9 @@ module RDF::Vocab
|
|
3060
3060
|
# # @return [RDF::Vocabulary::Term]
|
3061
3061
|
# attr_reader :hasSubtitlingFormat
|
3062
3062
|
#
|
3063
|
-
# # Range: a string or an Agent.
|
3064
|
-
# #
|
3065
3063
|
# # To identify the source of the Subtitling resource.
|
3064
|
+
# #
|
3065
|
+
# # Range: a string or an Agent.
|
3066
3066
|
# # @return [RDF::Vocabulary::Term]
|
3067
3067
|
# attr_reader :hasSubtitlingSource
|
3068
3068
|
#
|
@@ -3072,45 +3072,45 @@ module RDF::Vocab
|
|
3072
3072
|
# # @return [RDF::Vocabulary::Term]
|
3073
3073
|
# attr_reader :hasTargetAudience
|
3074
3074
|
#
|
3075
|
-
# # To specify a target platform.
|
3076
|
-
# #
|
3077
3075
|
# # Range: string or TargetPlatform.
|
3076
|
+
# #
|
3077
|
+
# # To specify a target platform.
|
3078
3078
|
# # @return [RDF::Vocabulary::Term]
|
3079
3079
|
# attr_reader :hasTargetPlatform
|
3080
3080
|
#
|
3081
|
-
# # To identify the members of a Team
|
3082
|
-
# #
|
3083
3081
|
# # Range: a Person or a string
|
3082
|
+
# #
|
3083
|
+
# # To identify the members of a Team
|
3084
3084
|
# # @return [RDF::Vocabulary::Term]
|
3085
3085
|
# attr_reader :hasTeamMember
|
3086
3086
|
#
|
3087
|
-
# # Range: string or Identifier.
|
3088
|
-
# #
|
3089
3087
|
# # To attribute an identifier to a text line.
|
3088
|
+
# #
|
3089
|
+
# # Range: string or Identifier.
|
3090
3090
|
# # @return [RDF::Vocabulary::Term]
|
3091
3091
|
# attr_reader :hasTextLineId
|
3092
3092
|
#
|
3093
|
-
# # Range: string or Agent.
|
3094
|
-
# #
|
3095
3093
|
# # To identify an Agent/Person/Character related to a TextLine.
|
3094
|
+
# #
|
3095
|
+
# # Range: string or Agent.
|
3096
3096
|
# # @return [RDF::Vocabulary::Term]
|
3097
3097
|
# attr_reader :hasTextLineRelatedAgent
|
3098
3098
|
#
|
3099
|
-
# # Range: string or Character.
|
3100
|
-
# #
|
3101
3099
|
# # To identify a Character related to a TextLine.
|
3100
|
+
# #
|
3101
|
+
# # Range: string or Character.
|
3102
3102
|
# # @return [RDF::Vocabulary::Term]
|
3103
3103
|
# attr_reader :hasTextLineRelatedCharacter
|
3104
3104
|
#
|
3105
|
-
# # To identify an scene related to a text line.
|
3106
|
-
# #
|
3107
3105
|
# # Range: string or Scene.
|
3106
|
+
# #
|
3107
|
+
# # To identify an scene related to a text line.
|
3108
3108
|
# # @return [RDF::Vocabulary::Term]
|
3109
3109
|
# attr_reader :hasTextLineRelatedScene
|
3110
3110
|
#
|
3111
|
-
# # Range: string or Agent.
|
3112
|
-
# #
|
3113
3111
|
# # To identify the source of a TextLine.
|
3112
|
+
# #
|
3113
|
+
# # Range: string or Agent.
|
3114
3114
|
# # @return [RDF::Vocabulary::Term]
|
3115
3115
|
# attr_reader :hasTextLineSource
|
3116
3116
|
#
|
@@ -3170,15 +3170,15 @@ module RDF::Vocab
|
|
3170
3170
|
# # @return [RDF::Vocabulary::Term]
|
3171
3171
|
# attr_reader :hasType
|
3172
3172
|
#
|
3173
|
-
# # To express usage restrictions.
|
3174
|
-
# #
|
3175
3173
|
# # Range: string or UsageRestrictions.
|
3174
|
+
# #
|
3175
|
+
# # To express usage restrictions.
|
3176
3176
|
# # @return [RDF::Vocabulary::Term]
|
3177
3177
|
# attr_reader :hasUsageRestrictions
|
3178
3178
|
#
|
3179
|
-
# # Range: string or UsageRights.
|
3180
|
-
# #
|
3181
3179
|
# # To express usage rights.
|
3180
|
+
# #
|
3181
|
+
# # Range: string or UsageRights.
|
3182
3182
|
# # @return [RDF::Vocabulary::Term]
|
3183
3183
|
# attr_reader :hasUsageRights
|
3184
3184
|
#
|
@@ -3192,9 +3192,9 @@ module RDF::Vocab
|
|
3192
3192
|
# # @return [RDF::Vocabulary::Term]
|
3193
3193
|
# attr_reader :hasVideoCodec
|
3194
3194
|
#
|
3195
|
-
# # Range: string or VideoEncodingFormat
|
3196
|
-
# #
|
3197
3195
|
# # To specify the video encoding format.
|
3196
|
+
# #
|
3197
|
+
# # Range: string or VideoEncodingFormat
|
3198
3198
|
# # @return [RDF::Vocabulary::Term]
|
3199
3199
|
# attr_reader :hasVideoEncodingFormat
|
3200
3200
|
#
|
@@ -3250,9 +3250,9 @@ module RDF::Vocab
|
|
3250
3250
|
# # @return [RDF::Vocabulary::Term]
|
3251
3251
|
# attr_reader :instantiates
|
3252
3252
|
#
|
3253
|
-
# # Range: string or Agent.
|
3254
|
-
# #
|
3255
3253
|
# # To identify a related Agent.
|
3254
|
+
# #
|
3255
|
+
# # Range: string or Agent.
|
3256
3256
|
# # @return [RDF::Vocabulary::Term]
|
3257
3257
|
# attr_reader :isAgent
|
3258
3258
|
#
|
@@ -3276,15 +3276,15 @@ module RDF::Vocab
|
|
3276
3276
|
# # @return [RDF::Vocabulary::Term]
|
3277
3277
|
# attr_reader :isAttributedTo
|
3278
3278
|
#
|
3279
|
-
# # Range: a string or Brand
|
3280
|
-
# #
|
3281
3279
|
# # To identify a Brand.
|
3280
|
+
# #
|
3281
|
+
# # Range: a string or Brand
|
3282
3282
|
# # @return [RDF::Vocabulary::Term]
|
3283
3283
|
# attr_reader :isBrand
|
3284
3284
|
#
|
3285
|
-
# # Range: string or Agent.
|
3286
|
-
# #
|
3287
3285
|
# # To identify a character.
|
3286
|
+
# #
|
3287
|
+
# # Range: string or Agent.
|
3288
3288
|
# # @return [RDF::Vocabulary::Term]
|
3289
3289
|
# attr_reader :isCharacter
|
3290
3290
|
#
|
@@ -3324,21 +3324,21 @@ module RDF::Vocab
|
|
3324
3324
|
# # @return [RDF::Vocabulary::Term]
|
3325
3325
|
# attr_reader :isEditorialFormatOf
|
3326
3326
|
#
|
3327
|
-
# # Range: Series or string.
|
3328
|
-
# #
|
3329
3327
|
# # The Episode of a Series or a Season.
|
3328
|
+
# #
|
3329
|
+
# # Range: Series or string.
|
3330
3330
|
# # @return [RDF::Vocabulary::Term]
|
3331
3331
|
# attr_reader :isEpisodeOf
|
3332
3332
|
#
|
3333
|
-
# # The Episode of a Series or a Season.
|
3334
|
-
# #
|
3335
3333
|
# # Range: string or Season.
|
3334
|
+
# #
|
3335
|
+
# # The Episode of a Series or a Season.
|
3336
3336
|
# # @return [RDF::Vocabulary::Term]
|
3337
3337
|
# attr_reader :isEpisodeOfSeason
|
3338
3338
|
#
|
3339
|
-
# # The Episode of a Series or a Season.
|
3340
|
-
# #
|
3341
3339
|
# # Range: string or Series.
|
3340
|
+
# #
|
3341
|
+
# # The Episode of a Series or a Season.
|
3342
3342
|
# # @return [RDF::Vocabulary::Term]
|
3343
3343
|
# attr_reader :isEpisodeOfSeries
|
3344
3344
|
#
|
@@ -3366,9 +3366,9 @@ module RDF::Vocab
|
|
3366
3366
|
# # @return [RDF::Vocabulary::Term]
|
3367
3367
|
# attr_reader :isMediaFragmentOf
|
3368
3368
|
#
|
3369
|
-
# # To identify a Group to which an EditorialObject is a member of.
|
3370
|
-
# #
|
3371
3369
|
# # Range: string or Group.
|
3370
|
+
# #
|
3371
|
+
# # To identify a Group to which an EditorialObject is a member of.
|
3372
3372
|
# # @return [RDF::Vocabulary::Term]
|
3373
3373
|
# attr_reader :isMemberOf
|
3374
3374
|
#
|
@@ -3380,15 +3380,15 @@ module RDF::Vocab
|
|
3380
3380
|
# # @return [RDF::Vocabulary::Term]
|
3381
3381
|
# attr_reader :isNextInSequence
|
3382
3382
|
#
|
3383
|
-
# # Range: string or Service.
|
3384
|
-
# #
|
3385
3383
|
# # To identify the Service that operates the PublicationChannel.
|
3384
|
+
# #
|
3385
|
+
# # Range: string or Service.
|
3386
3386
|
# # @return [RDF::Vocabulary::Term]
|
3387
3387
|
# attr_reader :isOperatedBy
|
3388
3388
|
#
|
3389
|
-
# # Range: string or Agent.
|
3390
|
-
# #
|
3391
3389
|
# # To identify the Agent (Contact/person or Organisation) who owns a Service operating a PublicationChannel.
|
3390
|
+
# #
|
3391
|
+
# # Range: string or Agent.
|
3392
3392
|
# # @return [RDF::Vocabulary::Term]
|
3393
3393
|
# attr_reader :isOwnedBy
|
3394
3394
|
#
|
@@ -3400,9 +3400,9 @@ module RDF::Vocab
|
|
3400
3400
|
# # @return [RDF::Vocabulary::Term]
|
3401
3401
|
# attr_reader :isPartOf
|
3402
3402
|
#
|
3403
|
-
# # The location from where a Person identification picture can be accessed.
|
3404
|
-
# #
|
3405
3403
|
# # Range: e.g. a string, URL or Locator.
|
3404
|
+
# #
|
3405
|
+
# # The location from where a Person identification picture can be accessed.
|
3406
3406
|
# # @return [RDF::Vocabulary::Term]
|
3407
3407
|
# attr_reader :isPictureIdLocator
|
3408
3408
|
#
|
@@ -3418,9 +3418,9 @@ module RDF::Vocab
|
|
3418
3418
|
# # @return [RDF::Vocabulary::Term]
|
3419
3419
|
# attr_reader :isReferencedBy
|
3420
3420
|
#
|
3421
|
-
# # To identify a Service assocoated to a PublicationEvent.
|
3422
|
-
# #
|
3423
3421
|
# # Range: Service or string
|
3422
|
+
# #
|
3423
|
+
# # To identify a Service assocoated to a PublicationEvent.
|
3424
3424
|
# # @return [RDF::Vocabulary::Term]
|
3425
3425
|
# attr_reader :isReleasedBy
|
3426
3426
|
#
|
@@ -3524,9 +3524,9 @@ module RDF::Vocab
|
|
3524
3524
|
# # @return [RDF::Vocabulary::Term]
|
3525
3525
|
# attr_reader :locationDescription
|
3526
3526
|
#
|
3527
|
-
# # Range: Identifier, anyURI or string
|
3528
|
-
# #
|
3529
3527
|
# # An identifier attributed to a Location.
|
3528
|
+
# #
|
3529
|
+
# # Range: Identifier, anyURI or string
|
3530
3530
|
# # @return [RDF::Vocabulary::Term]
|
3531
3531
|
# attr_reader :locationId
|
3532
3532
|
#
|
@@ -3614,9 +3614,9 @@ module RDF::Vocab
|
|
3614
3614
|
# # @return [RDF::Vocabulary::Term]
|
3615
3615
|
# attr_reader :mediaResourceId
|
3616
3616
|
#
|
3617
|
-
# # To identify a type of MediaResource, e.g. a template'.
|
3618
|
-
# #
|
3619
3617
|
# # Range: MediaResource_Type or string
|
3618
|
+
# #
|
3619
|
+
# # To identify a type of MediaResource, e.g. a template'.
|
3620
3620
|
# # @return [RDF::Vocabulary::Term]
|
3621
3621
|
# attr_reader :mediaResourceType
|
3622
3622
|
#
|
@@ -3680,9 +3680,9 @@ module RDF::Vocab
|
|
3680
3680
|
# # @return [RDF::Vocabulary::Term]
|
3681
3681
|
# attr_reader :organisationDescription
|
3682
3682
|
#
|
3683
|
-
# # Range: string or Identifier
|
3684
|
-
# #
|
3685
3683
|
# # The identifier attributed to an Organisation
|
3684
|
+
# #
|
3685
|
+
# # Range: string or Identifier
|
3686
3686
|
# # @return [RDF::Vocabulary::Term]
|
3687
3687
|
# attr_reader :organisationId
|
3688
3688
|
#
|
@@ -3746,9 +3746,9 @@ module RDF::Vocab
|
|
3746
3746
|
# # @return [RDF::Vocabulary::Term]
|
3747
3747
|
# attr_reader :personHeight
|
3748
3748
|
#
|
3749
|
-
# # Range: an Identifier or anyURI or string.
|
3750
|
-
# #
|
3751
3749
|
# # An identifier attributed to a Person.
|
3750
|
+
# #
|
3751
|
+
# # Range: an Identifier or anyURI or string.
|
3752
3752
|
# # @return [RDF::Vocabulary::Term]
|
3753
3753
|
# attr_reader :personId
|
3754
3754
|
#
|
@@ -3850,9 +3850,9 @@ module RDF::Vocab
|
|
3850
3850
|
# # @return [RDF::Vocabulary::Term]
|
3851
3851
|
# attr_reader :publicationChannelName
|
3852
3852
|
#
|
3853
|
-
# # To define a type of PublicationChannel.
|
3854
|
-
# #
|
3855
3853
|
# # Range: string or PublicationChannel_Type.
|
3854
|
+
# #
|
3855
|
+
# # To define a type of PublicationChannel.
|
3856
3856
|
# # @return [RDF::Vocabulary::Term]
|
3857
3857
|
# attr_reader :publicationChannelType
|
3858
3858
|
#
|
@@ -3872,9 +3872,9 @@ module RDF::Vocab
|
|
3872
3872
|
# # @return [RDF::Vocabulary::Term]
|
3873
3873
|
# attr_reader :publicationEventDescription
|
3874
3874
|
#
|
3875
|
-
# # An identifier attributed to a PublicationEvent.
|
3876
|
-
# #
|
3877
3875
|
# # Range: Identifier, anyURI, string
|
3876
|
+
# #
|
3877
|
+
# # An identifier attributed to a PublicationEvent.
|
3878
3878
|
# # @return [RDF::Vocabulary::Term]
|
3879
3879
|
# attr_reader :publicationEventId
|
3880
3880
|
#
|
@@ -3900,9 +3900,9 @@ module RDF::Vocab
|
|
3900
3900
|
# # @return [RDF::Vocabulary::Term]
|
3901
3901
|
# attr_reader :publicationPlanEndDate
|
3902
3902
|
#
|
3903
|
-
# # Range: Identifier, anyURI, string
|
3904
|
-
# #
|
3905
3903
|
# # An identifier attributed to a PublicationPlan.
|
3904
|
+
# #
|
3905
|
+
# # Range: Identifier, anyURI, string
|
3906
3906
|
# # @return [RDF::Vocabulary::Term]
|
3907
3907
|
# attr_reader :publicationPlanId
|
3908
3908
|
#
|
@@ -3972,9 +3972,9 @@ module RDF::Vocab
|
|
3972
3972
|
# # @return [RDF::Vocabulary::Term]
|
3973
3973
|
# attr_reader :ratingSystemName
|
3974
3974
|
#
|
3975
|
-
# # Range: string or anyURI or Concept.
|
3976
|
-
# #
|
3977
3975
|
# # To define a type of Rating.
|
3976
|
+
# #
|
3977
|
+
# # Range: string or anyURI or Concept.
|
3978
3978
|
# # @return [RDF::Vocabulary::Term]
|
3979
3979
|
# attr_reader :ratingType
|
3980
3980
|
#
|
@@ -4028,9 +4028,9 @@ module RDF::Vocab
|
|
4028
4028
|
# # @return [RDF::Vocabulary::Term]
|
4029
4029
|
# attr_reader :relationTotalNumberOfGroupMembers
|
4030
4030
|
#
|
4031
|
-
# # Range: string or Relation_Type.
|
4032
|
-
# #
|
4033
4031
|
# # To define a type of Relation.
|
4032
|
+
# #
|
4033
|
+
# # Range: string or Relation_Type.
|
4034
4034
|
# # @return [RDF::Vocabulary::Term]
|
4035
4035
|
# attr_reader :relationType
|
4036
4036
|
#
|
@@ -4062,9 +4062,9 @@ module RDF::Vocab
|
|
4062
4062
|
# # @return [RDF::Vocabulary::Term]
|
4063
4063
|
# attr_reader :resourceFilename
|
4064
4064
|
#
|
4065
|
-
# # An identifier associated to a Resource.
|
4066
|
-
# #
|
4067
4065
|
# # Range: Identifier or anyURI or string
|
4066
|
+
# #
|
4067
|
+
# # An identifier associated to a Resource.
|
4068
4068
|
# # @return [RDF::Vocabulary::Term]
|
4069
4069
|
# attr_reader :resourceId
|
4070
4070
|
#
|
@@ -4132,15 +4132,15 @@ module RDF::Vocab
|
|
4132
4132
|
# # @return [RDF::Vocabulary::Term]
|
4133
4133
|
# attr_reader :rightsStartDateTime
|
4134
4134
|
#
|
4135
|
-
# # Range: string or CountryCode.
|
4136
|
-
# #
|
4137
4135
|
# # A list of country or region codes to which Rights do not apply.
|
4136
|
+
# #
|
4137
|
+
# # Range: string or CountryCode.
|
4138
4138
|
# # @return [RDF::Vocabulary::Term]
|
4139
4139
|
# attr_reader :rightsTerritoryExcludes
|
4140
4140
|
#
|
4141
|
-
# # Range: string or CountryCode.
|
4142
|
-
# #
|
4143
4141
|
# # A list of country or region codes to which Rights apply.
|
4142
|
+
# #
|
4143
|
+
# # Range: string or CountryCode.
|
4144
4144
|
# # @return [RDF::Vocabulary::Term]
|
4145
4145
|
# attr_reader :rightsTerritoryIncludes
|
4146
4146
|
#
|
@@ -4150,9 +4150,9 @@ module RDF::Vocab
|
|
4150
4150
|
# # @return [RDF::Vocabulary::Term]
|
4151
4151
|
# attr_reader :rightsType
|
4152
4152
|
#
|
4153
|
-
# # To identify a Role.
|
4154
|
-
# #
|
4155
4153
|
# # Range: string or anyURI.
|
4154
|
+
# #
|
4155
|
+
# # To identify a Role.
|
4156
4156
|
# # @return [RDF::Vocabulary::Term]
|
4157
4157
|
# attr_reader :roleId
|
4158
4158
|
#
|
@@ -4192,9 +4192,9 @@ module RDF::Vocab
|
|
4192
4192
|
# # @return [RDF::Vocabulary::Term]
|
4193
4193
|
# attr_reader :serviceDescription
|
4194
4194
|
#
|
4195
|
-
# # Range: string or Identifier.
|
4196
|
-
# #
|
4197
4195
|
# # To attribute an identifiier to a Service.
|
4196
|
+
# #
|
4197
|
+
# # Range: string or Identifier.
|
4198
4198
|
# # @return [RDF::Vocabulary::Term]
|
4199
4199
|
# attr_reader :serviceId
|
4200
4200
|
#
|
@@ -4202,9 +4202,9 @@ module RDF::Vocab
|
|
4202
4202
|
# # @return [RDF::Vocabulary::Term]
|
4203
4203
|
# attr_reader :serviceName
|
4204
4204
|
#
|
4205
|
-
# # The type of a Service.
|
4206
|
-
# #
|
4207
4205
|
# # Range: string or Service_type
|
4206
|
+
# #
|
4207
|
+
# # The type of a Service.
|
4208
4208
|
# # @return [RDF::Vocabulary::Term]
|
4209
4209
|
# attr_reader :serviceType
|
4210
4210
|
#
|
@@ -4392,9 +4392,9 @@ module RDF::Vocab
|
|
4392
4392
|
# # @return [RDF::Vocabulary::Term]
|
4393
4393
|
# attr_reader :trackName
|
4394
4394
|
#
|
4395
|
-
# # Range: string or Track_Type
|
4396
|
-
# #
|
4397
4395
|
# # The type attributed to a Track.
|
4396
|
+
# #
|
4397
|
+
# # Range: string or Track_Type
|
4398
4398
|
# # @return [RDF::Vocabulary::Term]
|
4399
4399
|
# attr_reader :trackType
|
4400
4400
|
#
|