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.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +5 -1
  4. data/lib/rdf/vocab/acl.rb +20 -60
  5. data/lib/rdf/vocab/as.rb +90 -90
  6. data/lib/rdf/vocab/bf2.rb +488 -488
  7. data/lib/rdf/vocab/bibo.rb +120 -123
  8. data/lib/rdf/vocab/cc.rb +18 -47
  9. data/lib/rdf/vocab/crm.rb +240 -775
  10. data/lib/rdf/vocab/dc.rb +98 -98
  11. data/lib/rdf/vocab/dc11.rb +30 -30
  12. data/lib/rdf/vocab/dcat.rb +85 -85
  13. data/lib/rdf/vocab/dcmitype.rb +12 -12
  14. data/lib/rdf/vocab/disco.rb +58 -58
  15. data/lib/rdf/vocab/dwc.rb +188 -188
  16. data/lib/rdf/vocab/earl.rb +27 -27
  17. data/lib/rdf/vocab/ebucore.rb +1232 -1522
  18. data/lib/rdf/vocab/edm.rb +52 -75
  19. data/lib/rdf/vocab/fcrepo4.rb +21 -21
  20. data/lib/rdf/vocab/foaf.rb +75 -75
  21. data/lib/rdf/vocab/geo.rb +8 -109
  22. data/lib/rdf/vocab/geojson.rb +16 -16
  23. data/lib/rdf/vocab/geonames.rb +1344 -1352
  24. data/lib/rdf/vocab/gr.rb +177 -564
  25. data/lib/rdf/vocab/ht.rb +40 -40
  26. data/lib/rdf/vocab/hydra.rb +99 -58
  27. data/lib/rdf/vocab/iana.rb +71 -113
  28. data/lib/rdf/vocab/ical.rb +123 -171
  29. data/lib/rdf/vocab/identifiers.rb +161 -662
  30. data/lib/rdf/vocab/iiif.rb +25 -25
  31. data/lib/rdf/vocab/jsonld.rb +33 -51
  32. data/lib/rdf/vocab/lrmi.rb +16 -16
  33. data/lib/rdf/vocab/ma.rb +79 -79
  34. data/lib/rdf/vocab/marcrelators.rb +4 -3
  35. data/lib/rdf/vocab/mo.rb +196 -539
  36. data/lib/rdf/vocab/mods.rb +119 -123
  37. data/lib/rdf/vocab/oa.rb +68 -72
  38. data/lib/rdf/vocab/ogc.rb +8 -8
  39. data/lib/rdf/vocab/ore.rb +13 -13
  40. data/lib/rdf/vocab/org.rb +46 -46
  41. data/lib/rdf/vocab/pcdm.rb +11 -33
  42. data/lib/rdf/vocab/pplan.rb +18 -196
  43. data/lib/rdf/vocab/premis.rb +321 -416
  44. data/lib/rdf/vocab/premiseventtype.rb +1 -1
  45. data/lib/rdf/vocab/prov.rb +90 -115
  46. data/lib/rdf/vocab/ptr.rb +34 -36
  47. data/lib/rdf/vocab/rightsstatements.rb +12 -12
  48. data/lib/rdf/vocab/rss.rb +10 -10
  49. data/lib/rdf/vocab/schema.rb +3131 -3445
  50. data/lib/rdf/vocab/schemas.rb +27066 -0
  51. data/lib/rdf/vocab/sd.rb +38 -38
  52. data/lib/rdf/vocab/sh.rb +183 -183
  53. data/lib/rdf/vocab/sioc.rb +97 -97
  54. data/lib/rdf/vocab/siocservices.rb +8 -8
  55. data/lib/rdf/vocab/sioctypes.rb +38 -38
  56. data/lib/rdf/vocab/skos.rb +45 -47
  57. data/lib/rdf/vocab/skosxl.rb +10 -10
  58. data/lib/rdf/vocab/v.rb +32 -36
  59. data/lib/rdf/vocab/vcard.rb +117 -118
  60. data/lib/rdf/vocab/vmd.rb +32 -36
  61. data/lib/rdf/vocab/void.rb +26 -26
  62. data/lib/rdf/vocab/vs.rb +4 -4
  63. data/lib/rdf/vocab/wdrs.rb +22 -22
  64. data/lib/rdf/vocab/wot.rb +18 -18
  65. data/lib/rdf/vocab/xhv.rb +84 -200
  66. data/lib/rdf/vocab/xkos.rb +10 -10
  67. metadata +6 -5
@@ -391,7 +391,7 @@ module RDF::Vocab
391
391
 
392
392
  # Ontology definition
393
393
  ontology :"http://www.w3.org/ns/ma-ont#",
394
- comment: [%(Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group.).freeze, %(THE CONTENT OF THIS MA-ONT.RDF AND DERIVED MA-ONT.TTL FILES PREVAIL OVER THE SPECIFICATION.).freeze],
394
+ comment: ["Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group.".freeze, "THE CONTENT OF THIS MA-ONT.RDF AND DERIVED MA-ONT.TTL FILES PREVAIL OVER THE SPECIFICATION.".freeze],
395
395
  "dc11:date": "2013-03-20".freeze,
396
396
  "owl:imports": "http://dublincore.org/2008/01/14/dcelements.rdf".freeze,
397
397
  "owl:versionInfo": "R36".freeze,
@@ -399,71 +399,71 @@ module RDF::Vocab
399
399
 
400
400
  # Class definitions
401
401
  term :Agent,
402
- comment: %(A person or organisation contributing to the media resource.).freeze,
402
+ comment: "A person or organisation contributing to the media resource.".freeze,
403
403
  "owl:disjointWith": ["ma:Collection".freeze, "ma:Location".freeze, "ma:MediaResource".freeze, "ma:Rating".freeze, "ma:TargetAudience".freeze],
404
404
  type: "owl:Class".freeze
405
405
  term :AudioTrack,
406
- comment: %(A specialisation of Track for Audio to provide a link to specific data properties such as sampleRate, etc. Specialisation is defined through object properties.).freeze,
406
+ comment: "A specialisation of Track for Audio to provide a link to specific data properties such as sampleRate, etc. Specialisation is defined through object properties.".freeze,
407
407
  "owl:disjointWith": ["ma:DataTrack".freeze, "ma:VideoTrack".freeze],
408
408
  subClassOf: "ma:Track".freeze,
409
409
  type: "owl:Class".freeze
410
410
  term :Collection,
411
- comment: %(Any group of media resource e.g. a series.).freeze,
411
+ comment: "Any group of media resource e.g. a series.".freeze,
412
412
  "owl:disjointWith": ["ma:Location".freeze, "ma:MediaResource".freeze, "ma:Rating".freeze, "ma:TargetAudience".freeze],
413
413
  type: "owl:Class".freeze
414
414
  term :DataTrack,
415
- comment: %(Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties.).freeze,
415
+ comment: "Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties.".freeze,
416
416
  "owl:disjointWith": "ma:VideoTrack".freeze,
417
417
  subClassOf: "ma:Track".freeze,
418
418
  type: "owl:Class".freeze
419
419
  term :Image,
420
- comment: %(A still image / thumbnail / key frame related to the media resource or being the media resource itself.).freeze,
420
+ comment: "A still image / thumbnail / key frame related to the media resource or being the media resource itself.".freeze,
421
421
  subClassOf: "ma:MediaResource".freeze,
422
422
  type: "owl:Class".freeze
423
423
  term :Location,
424
- comment: %(A location related to the media resource, e.g. depicted in the resource \(possibly fictional\) or where the resource was created \(shooting location\), etc.).freeze,
424
+ comment: "A location related to the media resource, e.g. depicted in the resource (possibly fictional) or where the resource was created (shooting location), etc.".freeze,
425
425
  "owl:disjointWith": ["ma:MediaResource".freeze, "ma:Rating".freeze, "ma:TargetAudience".freeze],
426
426
  type: "owl:Class".freeze
427
427
  term :MediaFragment,
428
- comment: %(A media fragment \(spatial, temporal, track...\) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'.).freeze,
428
+ comment: "A media fragment (spatial, temporal, track...) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'.".freeze,
429
429
  subClassOf: "ma:MediaResource".freeze,
430
430
  type: "owl:Class".freeze
431
431
  term :MediaResource,
432
- comment: %(An image or an audiovisual media resource, which can be composed of one or more fragment / track.).freeze,
432
+ comment: "An image or an audiovisual media resource, which can be composed of one or more fragment / track.".freeze,
433
433
  "owl:disjointWith": ["ma:Rating".freeze, "ma:TargetAudience".freeze],
434
434
  type: "owl:Class".freeze
435
435
  term :Organisation,
436
- comment: %(An organisation or moral agent.).freeze,
436
+ comment: "An organisation or moral agent.".freeze,
437
437
  "owl:disjointWith": "ma:Person".freeze,
438
438
  subClassOf: "ma:Agent".freeze,
439
439
  type: "owl:Class".freeze
440
440
  term :Person,
441
- comment: %(A physical person.).freeze,
441
+ comment: "A physical person.".freeze,
442
442
  subClassOf: "ma:Agent".freeze,
443
443
  type: "owl:Class".freeze
444
444
  term :Rating,
445
- comment: %(Information about the rating given to a media resource.).freeze,
445
+ comment: "Information about the rating given to a media resource.".freeze,
446
446
  "owl:disjointWith": "ma:TargetAudience".freeze,
447
447
  type: "owl:Class".freeze
448
448
  term :TargetAudience,
449
- comment: %(Information about The target audience \(target region, target audience category but also parental guidance recommendation\) for which a media resource is intended.).freeze,
449
+ comment: "Information about The target audience (target region, target audience category but also parental guidance recommendation) for which a media resource is intended.".freeze,
450
450
  type: "owl:Class".freeze
451
451
  term :Track,
452
- comment: %(A specialisation of MediaFragment for audiovisual content.).freeze,
452
+ comment: "A specialisation of MediaFragment for audiovisual content.".freeze,
453
453
  subClassOf: "ma:MediaFragment".freeze,
454
454
  type: "owl:Class".freeze
455
455
  term :VideoTrack,
456
- comment: %(A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specialisation is defined through object properties.).freeze,
456
+ comment: "A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specialisation is defined through object properties.".freeze,
457
457
  subClassOf: "ma:Track".freeze,
458
458
  type: "owl:Class".freeze
459
459
 
460
460
  # Property definitions
461
461
  property :alternativeTitle,
462
- comment: %(Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "alternative".).freeze,
462
+ comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"alternative\".".freeze,
463
463
  subPropertyOf: "ma:title".freeze,
464
464
  type: "owl:DatatypeProperty".freeze
465
465
  property :averageBitRate,
466
- comment: %(Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second.).freeze,
466
+ comment: "Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second.".freeze,
467
467
  domain: term(
468
468
  intersectionOf: list("ma:MediaResource".freeze, term(
469
469
  "owl:complementOf": "ma:Image".freeze,
@@ -474,37 +474,37 @@ module RDF::Vocab
474
474
  range: "xsd:decimal".freeze,
475
475
  type: "owl:DatatypeProperty".freeze
476
476
  property :collectionName,
477
- comment: %(The name by which a collection \(e.g. series\) is known.).freeze,
477
+ comment: "The name by which a collection (e.g. series) is known.".freeze,
478
478
  domain: "ma:Collection".freeze,
479
479
  type: "owl:DatatypeProperty".freeze
480
480
  property :copyright,
481
- comment: %(Corresponds to 'copyright.copyright' in the Ontology for Media Resources.).freeze,
481
+ comment: "Corresponds to 'copyright.copyright' in the Ontology for Media Resources.".freeze,
482
482
  domain: "ma:MediaResource".freeze,
483
483
  type: "owl:DatatypeProperty".freeze
484
484
  property :createdIn,
485
- comment: %(A subproperty of 'hasRelatedLocation" used to specify where material shooting took place.).freeze,
485
+ comment: "A subproperty of 'hasRelatedLocation\" used to specify where material shooting took place.".freeze,
486
486
  inverseOf: "ma:isCreationLocationOf".freeze,
487
487
  subPropertyOf: "ma:hasRelatedLocation".freeze,
488
488
  type: "owl:ObjectProperty".freeze
489
489
  property :creationDate,
490
- comment: %(Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "creationDate".).freeze,
490
+ comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"creationDate\".".freeze,
491
491
  subPropertyOf: "ma:date".freeze,
492
492
  type: "owl:DatatypeProperty".freeze
493
493
  property :date,
494
- comment: %(Corresponds to date.date in the ontology for Media Resources. Subproperties can be used to distinguish different values of 'date.type'. The recommended range is 'xsd:dateTime' \(for compliance with OWL2-QL and OWL2-RL\) but other time-related datatypes may be used \(e.g. 'xsd:gYear', 'xsd:date'...\).).freeze,
494
+ comment: "Corresponds to date.date in the ontology for Media Resources. Subproperties can be used to distinguish different values of 'date.type'. The recommended range is 'xsd:dateTime' (for compliance with OWL2-QL and OWL2-RL) but other time-related datatypes may be used (e.g. 'xsd:gYear', 'xsd:date'...).".freeze,
495
495
  domain: "ma:MediaResource".freeze,
496
496
  type: "owl:DatatypeProperty".freeze
497
497
  property :depictsFictionalLocation,
498
- comment: %(A subproperty of 'hasRelatedLocation' used to specify where the action depicted in the media is supposed to take place, as opposed to the location where shooting actually took place \(see 'createdIn'\).).freeze,
498
+ comment: "A subproperty of 'hasRelatedLocation' used to specify where the action depicted in the media is supposed to take place, as opposed to the location where shooting actually took place (see 'createdIn').".freeze,
499
499
  inverseOf: "ma:isFictionalLocationDepictedIn".freeze,
500
500
  subPropertyOf: "ma:hasRelatedLocation".freeze,
501
501
  type: "owl:ObjectProperty".freeze
502
502
  property :description,
503
- comment: %(Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'.).freeze,
503
+ comment: "Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'.".freeze,
504
504
  domain: "ma:MediaResource".freeze,
505
505
  type: "owl:DatatypeProperty".freeze
506
506
  property :duration,
507
- comment: %(Corresponds to 'duration' in the Ontology for Media Resources.).freeze,
507
+ comment: "Corresponds to 'duration' in the Ontology for Media Resources.".freeze,
508
508
  domain: term(
509
509
  intersectionOf: list("ma:MediaResource".freeze, term(
510
510
  "owl:complementOf": "ma:Image".freeze,
@@ -515,72 +515,72 @@ module RDF::Vocab
515
515
  range: "xsd:decimal".freeze,
516
516
  type: "owl:DatatypeProperty".freeze
517
517
  property :editDate,
518
- comment: %(Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "editDate".).freeze,
518
+ comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"editDate\".".freeze,
519
519
  subPropertyOf: "ma:date".freeze,
520
520
  type: "owl:DatatypeProperty".freeze
521
521
  property :features,
522
- comment: %(Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning "actor".).freeze,
522
+ comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning \"actor\".".freeze,
523
523
  inverseOf: "ma:playsIn".freeze,
524
524
  range: "ma:Person".freeze,
525
525
  subPropertyOf: "ma:hasContributor".freeze,
526
526
  type: "owl:ObjectProperty".freeze
527
527
  property :fragmentName,
528
- comment: %(Corresponds to 'namedFragment.label' in the Ontology for Media Resources.).freeze,
528
+ comment: "Corresponds to 'namedFragment.label' in the Ontology for Media Resources.".freeze,
529
529
  domain: "ma:MediaFragment".freeze,
530
530
  type: "owl:DatatypeProperty".freeze
531
531
  property :frameHeight,
532
- comment: %(Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit.).freeze,
532
+ comment: "Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit.".freeze,
533
533
  domain: "ma:MediaResource".freeze,
534
534
  range: "xsd:integer".freeze,
535
535
  type: "owl:DatatypeProperty".freeze
536
536
  property :frameRate,
537
- comment: %(Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second.).freeze,
537
+ comment: "Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second.".freeze,
538
538
  domain: "ma:MediaResource".freeze,
539
539
  range: "xsd:decimal".freeze,
540
540
  type: "owl:DatatypeProperty".freeze
541
541
  property :frameSizeUnit,
542
- comment: %(Corresponds to 'frameSize.unit' in the Ontology for Media Resources.).freeze,
542
+ comment: "Corresponds to 'frameSize.unit' in the Ontology for Media Resources.".freeze,
543
543
  domain: "ma:MediaResource".freeze,
544
544
  type: "owl:DatatypeProperty".freeze
545
545
  property :frameWidth,
546
- comment: %(Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit.).freeze,
546
+ comment: "Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit.".freeze,
547
547
  domain: "ma:MediaResource".freeze,
548
548
  range: "xsd:integer".freeze,
549
549
  type: "owl:DatatypeProperty".freeze
550
550
  property :hasAccessConditions,
551
- comment: %(Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' "access conditions".).freeze,
551
+ comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' \"access conditions\".".freeze,
552
552
  subPropertyOf: "ma:hasPolicy".freeze,
553
553
  type: "owl:ObjectProperty".freeze
554
554
  property :hasAudioDescription,
555
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "audio-description".).freeze,
555
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"audio-description\".".freeze,
556
556
  subPropertyOf: "ma:hasCaptioning".freeze,
557
557
  type: "owl:ObjectProperty".freeze
558
558
  property :hasCaptioning,
559
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "captioning". This property can for example point to a spatial fragment, a VideoTrack or a DataTrack. The language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.).freeze,
559
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"captioning\". This property can for example point to a spatial fragment, a VideoTrack or a DataTrack. The language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.".freeze,
560
560
  inverseOf: "ma:isCaptioningOf".freeze,
561
561
  subPropertyOf: "ma:hasFragment".freeze,
562
562
  type: "owl:ObjectProperty".freeze
563
563
  property :hasChapter,
564
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "chapter".).freeze,
564
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"chapter\".".freeze,
565
565
  inverseOf: "ma:isChapterOf".freeze,
566
566
  subPropertyOf: "ma:hasFragment".freeze,
567
567
  type: "owl:ObjectProperty".freeze
568
568
  property :hasClassification,
569
- comment: %(Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience.).freeze,
569
+ comment: "Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience.".freeze,
570
570
  domain: "ma:TargetAudience".freeze,
571
571
  type: "owl:ObjectProperty".freeze
572
572
  property :hasClassificationSystem,
573
- comment: %(Corresponds to 'targetAudience.identifier' in the Ontology for Media Resources. This is used to identify the reference sheme against which the target audience has been characterised.).freeze,
573
+ comment: "Corresponds to 'targetAudience.identifier' in the Ontology for Media Resources. This is used to identify the reference sheme against which the target audience has been characterised.".freeze,
574
574
  domain: "ma:TargetAudience".freeze,
575
575
  type: "owl:ObjectProperty".freeze
576
576
  property :hasCompression,
577
- comment: %(Corresponds to 'compression' in the Ontology for Media Resources.).freeze,
577
+ comment: "Corresponds to 'compression' in the Ontology for Media Resources.".freeze,
578
578
  domain: "ma:MediaResource".freeze,
579
579
  type: "owl:ObjectProperty".freeze
580
580
  property :hasContributedTo,
581
581
  type: "owl:ObjectProperty".freeze
582
582
  property :hasContributor,
583
- comment: %(Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'.).freeze,
583
+ comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'.".freeze,
584
584
  domain: "ma:MediaResource".freeze,
585
585
  inverseOf: "ma:hasContributedTo".freeze,
586
586
  range: "ma:Agent".freeze,
@@ -590,107 +590,107 @@ module RDF::Vocab
590
590
  property :hasCreated,
591
591
  type: "owl:ObjectProperty".freeze
592
592
  property :hasCreator,
593
- comment: %(Corresponds to 'creator.creator' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'creator.role'. Note that this property is semantically a subproperty of 'hasContributor'.).freeze,
593
+ comment: "Corresponds to 'creator.creator' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'creator.role'. Note that this property is semantically a subproperty of 'hasContributor'.".freeze,
594
594
  inverseOf: "ma:hasCreated".freeze,
595
595
  subPropertyOf: "ma:hasContributor".freeze,
596
596
  type: "owl:ObjectProperty".freeze
597
597
  property :hasFormat,
598
- comment: %(Corresponds to 'format' in the Ontology for Media Resources.).freeze,
598
+ comment: "Corresponds to 'format' in the Ontology for Media Resources.".freeze,
599
599
  domain: "ma:MediaResource".freeze,
600
600
  type: "owl:ObjectProperty".freeze
601
601
  property :hasFragment,
602
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'.).freeze,
602
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'.".freeze,
603
603
  domain: "ma:MediaResource".freeze,
604
604
  inverseOf: "ma:isFragmentOf".freeze,
605
605
  range: "ma:MediaFragment".freeze,
606
606
  type: "owl:ObjectProperty".freeze
607
607
  property :hasGenre,
608
- comment: %(Corresponds to 'genre' in the Ontology for Media Resources.).freeze,
608
+ comment: "Corresponds to 'genre' in the Ontology for Media Resources.".freeze,
609
609
  domain: "ma:MediaResource".freeze,
610
610
  type: "owl:ObjectProperty".freeze
611
611
  property :hasKeyword,
612
- comment: %(Corresponds to 'keyword' in the Ontology for Media Resources.).freeze,
612
+ comment: "Corresponds to 'keyword' in the Ontology for Media Resources.".freeze,
613
613
  domain: "ma:MediaResource".freeze,
614
614
  type: "owl:ObjectProperty".freeze
615
615
  property :hasLanguage,
616
- comment: %(Corresponds to 'language' in the Ontology for Media Resources. The language used in the resource. A controlled vocabulary such as defined in BCP 47 SHOULD be used. This property can also be used to identify the presence of sign language \(RFC 5646\). By inheritance, the hasLanguage property applies indifferently at the media resource / fragment / track levels. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a media resource including at fragment and track levels.).freeze,
616
+ comment: "Corresponds to 'language' in the Ontology for Media Resources. The language used in the resource. A controlled vocabulary such as defined in BCP 47 SHOULD be used. This property can also be used to identify the presence of sign language (RFC 5646). By inheritance, the hasLanguage property applies indifferently at the media resource / fragment / track levels. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a media resource including at fragment and track levels.".freeze,
617
617
  domain: "ma:MediaResource".freeze,
618
618
  type: "owl:ObjectProperty".freeze
619
619
  property :hasLocationCoordinateSystem,
620
- comment: %(Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources.).freeze,
620
+ comment: "Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources.".freeze,
621
621
  domain: "ma:Location".freeze,
622
622
  type: "owl:ObjectProperty".freeze
623
623
  property :hasMember,
624
624
  type: "owl:ObjectProperty".freeze
625
625
  property :hasNamedFragment,
626
- comment: %(Corresponds to 'namedFragment' in the Ontology for Media Resources.).freeze,
626
+ comment: "Corresponds to 'namedFragment' in the Ontology for Media Resources.".freeze,
627
627
  inverseOf: "ma:isNamedFragmentOf".freeze,
628
628
  subPropertyOf: "ma:hasFragment".freeze,
629
629
  type: "owl:ObjectProperty".freeze
630
630
  property :hasPermissions,
631
- comment: %(Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning "permissions".).freeze,
631
+ comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning \"permissions\".".freeze,
632
632
  subPropertyOf: "ma:hasPolicy".freeze,
633
633
  type: "owl:ObjectProperty".freeze
634
634
  property :hasPolicy,
635
- comment: %(Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'.).freeze,
635
+ comment: "Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'.".freeze,
636
636
  domain: "ma:MediaResource".freeze,
637
637
  type: "owl:ObjectProperty".freeze
638
638
  property :hasPublished,
639
639
  type: "owl:ObjectProperty".freeze
640
640
  property :hasPublisher,
641
- comment: %(Corresponds to 'publisher' in the Ontology for Media Resources.).freeze,
641
+ comment: "Corresponds to 'publisher' in the Ontology for Media Resources.".freeze,
642
642
  inverseOf: "ma:hasPublished".freeze,
643
643
  subPropertyOf: "ma:hasContributor".freeze,
644
644
  type: "owl:ObjectProperty".freeze
645
645
  property :hasRating,
646
- comment: %(Corresponds to 'rating' in the Ontology for Media Resources.).freeze,
646
+ comment: "Corresponds to 'rating' in the Ontology for Media Resources.".freeze,
647
647
  domain: "ma:MediaResource".freeze,
648
648
  inverseOf: "ma:isRatingOf".freeze,
649
649
  range: "ma:Rating".freeze,
650
650
  type: "owl:ObjectProperty".freeze
651
651
  property :hasRatingSystem,
652
- comment: %(Corresponds to 'rating.type' in the Ontology for Media Resources.).freeze,
652
+ comment: "Corresponds to 'rating.type' in the Ontology for Media Resources.".freeze,
653
653
  domain: "ma:Rating".freeze,
654
654
  type: "owl:ObjectProperty".freeze
655
655
  property :hasRelatedImage,
656
- comment: %(Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "related image".).freeze,
656
+ comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"related image\".".freeze,
657
657
  inverseOf: "ma:isImageRelatedTo".freeze,
658
658
  range: "ma:Image".freeze,
659
659
  subPropertyOf: "ma:hasRelatedResource".freeze,
660
660
  type: "owl:ObjectProperty".freeze
661
661
  property :hasRelatedLocation,
662
- comment: %(Corresponds to 'location' in the Ontology for Media Resources. Subproperties are provided to specify, when possible, the relation between the media resource and the location.).freeze,
662
+ comment: "Corresponds to 'location' in the Ontology for Media Resources. Subproperties are provided to specify, when possible, the relation between the media resource and the location.".freeze,
663
663
  domain: "ma:MediaResource".freeze,
664
664
  inverseOf: "ma:isLocationRelatedTo".freeze,
665
665
  range: "ma:Location".freeze,
666
666
  type: "owl:ObjectProperty".freeze
667
667
  property :hasRelatedResource,
668
- comment: %(Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'.).freeze,
668
+ comment: "Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'.".freeze,
669
669
  domain: "ma:MediaResource".freeze,
670
670
  inverseOf: "ma:isRelatedTo".freeze,
671
671
  type: "owl:ObjectProperty".freeze
672
672
  property :hasSigning,
673
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "signing". This property can for example point to a spatial fragment or a VideoTrack. The sign language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.).freeze,
673
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"signing\". This property can for example point to a spatial fragment or a VideoTrack. The sign language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.".freeze,
674
674
  inverseOf: "ma:isSigningOf".freeze,
675
675
  subPropertyOf: "ma:hasFragment".freeze,
676
676
  type: "owl:ObjectProperty".freeze
677
677
  property :hasSource,
678
- comment: %(Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "source".).freeze,
678
+ comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"source\".".freeze,
679
679
  inverseOf: "ma:isSourceOf".freeze,
680
680
  subPropertyOf: "ma:hasRelatedResource".freeze,
681
681
  type: "owl:ObjectProperty".freeze
682
682
  property :hasSubtitling,
683
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "subtitling".).freeze,
683
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"subtitling\".".freeze,
684
684
  subPropertyOf: "ma:hasCaptioning".freeze,
685
685
  type: "owl:ObjectProperty".freeze
686
686
  property :hasTargetAudience,
687
- comment: %(Corresponds to 'targetAudience' in the Ontology for Media Resources.).freeze,
687
+ comment: "Corresponds to 'targetAudience' in the Ontology for Media Resources.".freeze,
688
688
  domain: "ma:MediaResource".freeze,
689
689
  inverseOf: "ma:isTargetAudienceOf".freeze,
690
690
  range: "ma:TargetAudience".freeze,
691
691
  type: "owl:ObjectProperty".freeze
692
692
  property :hasTrack,
693
- comment: %(Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "track".).freeze,
693
+ comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"track\".".freeze,
694
694
  inverseOf: "ma:isTrackOf".freeze,
695
695
  range: "ma:Track".freeze,
696
696
  subPropertyOf: "ma:hasFragment".freeze,
@@ -700,7 +700,7 @@ module RDF::Vocab
700
700
  property :isChapterOf,
701
701
  type: "owl:ObjectProperty".freeze
702
702
  property :isCopyrightedBy,
703
- comment: %(Corresponds to 'copyright.identifier' in the Ontology for Media Resources.).freeze,
703
+ comment: "Corresponds to 'copyright.identifier' in the Ontology for Media Resources.".freeze,
704
704
  domain: "ma:MediaResource".freeze,
705
705
  inverseOf: "ma:hasCopyrightOver".freeze,
706
706
  range: "ma:Agent".freeze,
@@ -717,7 +717,7 @@ module RDF::Vocab
717
717
  property :isLocationRelatedTo,
718
718
  type: "owl:ObjectProperty".freeze
719
719
  property :isMemberOf,
720
- comment: %(Corresponds to 'collection' in the Ontology for Media Resources.).freeze,
720
+ comment: "Corresponds to 'collection' in the Ontology for Media Resources.".freeze,
721
721
  domain: "ma:MediaResource".freeze,
722
722
  inverseOf: "ma:hasMember".freeze,
723
723
  range: "ma:Collection".freeze,
@@ -725,7 +725,7 @@ module RDF::Vocab
725
725
  property :isNamedFragmentOf,
726
726
  type: "owl:ObjectProperty".freeze
727
727
  property :isProvidedBy,
728
- comment: %(Corresponds to 'rating.identifier' in the Ontology for Media Resources.).freeze,
728
+ comment: "Corresponds to 'rating.identifier' in the Ontology for Media Resources.".freeze,
729
729
  domain: "ma:Rating".freeze,
730
730
  inverseOf: "ma:provides".freeze,
731
731
  range: "ma:Agent".freeze,
@@ -743,35 +743,35 @@ module RDF::Vocab
743
743
  property :isTrackOf,
744
744
  type: "owl:ObjectProperty".freeze
745
745
  property :locationAltitude,
746
- comment: %(Corresponds to 'location.altitude' in the Ontology for Media Resources.).freeze,
746
+ comment: "Corresponds to 'location.altitude' in the Ontology for Media Resources.".freeze,
747
747
  domain: "ma:Location".freeze,
748
748
  range: "xsd:decimal".freeze,
749
749
  type: "owl:DatatypeProperty".freeze
750
750
  property :locationLatitude,
751
- comment: %(Corresponds to 'location.latitude' in the Ontology for Media Resources.).freeze,
751
+ comment: "Corresponds to 'location.latitude' in the Ontology for Media Resources.".freeze,
752
752
  domain: "ma:Location".freeze,
753
753
  range: "xsd:decimal".freeze,
754
754
  type: "owl:DatatypeProperty".freeze
755
755
  property :locationLongitude,
756
- comment: %(Corresponds to 'location.longitude' in the Ontology for Media Resources.).freeze,
756
+ comment: "Corresponds to 'location.longitude' in the Ontology for Media Resources.".freeze,
757
757
  domain: "ma:Location".freeze,
758
758
  range: "xsd:decimal".freeze,
759
759
  type: "owl:DatatypeProperty".freeze
760
760
  property :locationName,
761
- comment: %(Corresponds to 'location.name' in the Ontology for Media Resources.).freeze,
761
+ comment: "Corresponds to 'location.name' in the Ontology for Media Resources.".freeze,
762
762
  domain: "ma:Location".freeze,
763
763
  type: "owl:DatatypeProperty".freeze
764
764
  property :locator,
765
- comment: %(Corresponds to 'locator' in the Ontology for Media Resources.).freeze,
765
+ comment: "Corresponds to 'locator' in the Ontology for Media Resources.".freeze,
766
766
  domain: "ma:MediaResource".freeze,
767
767
  range: "xsd:anyURI".freeze,
768
768
  type: "owl:DatatypeProperty".freeze
769
769
  property :mainOriginalTitle,
770
- comment: %(Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "original".).freeze,
770
+ comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"original\".".freeze,
771
771
  subPropertyOf: "ma:title".freeze,
772
772
  type: "owl:DatatypeProperty".freeze
773
773
  property :numberOfTracks,
774
- comment: %(Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'.).freeze,
774
+ comment: "Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'.".freeze,
775
775
  domain: "ma:MediaResource".freeze,
776
776
  range: "xsd:integer".freeze,
777
777
  type: "owl:DatatypeProperty".freeze
@@ -780,39 +780,39 @@ module RDF::Vocab
780
780
  property :provides,
781
781
  type: "owl:ObjectProperty".freeze
782
782
  property :ratingScaleMax,
783
- comment: %(Corresponds to 'rating.max' in the Ontology for Media Resources.).freeze,
783
+ comment: "Corresponds to 'rating.max' in the Ontology for Media Resources.".freeze,
784
784
  domain: "ma:Rating".freeze,
785
785
  range: "xsd:decimal".freeze,
786
786
  type: "owl:DatatypeProperty".freeze
787
787
  property :ratingScaleMin,
788
- comment: %(Corresponds to 'rating.min' in the Ontology for Media Resources.).freeze,
788
+ comment: "Corresponds to 'rating.min' in the Ontology for Media Resources.".freeze,
789
789
  domain: "ma:Rating".freeze,
790
790
  range: "xsd:decimal".freeze,
791
791
  type: "owl:DatatypeProperty".freeze
792
792
  property :ratingValue,
793
- comment: %(Corresponds to 'rating.value' in the Ontology for Media Resources.).freeze,
793
+ comment: "Corresponds to 'rating.value' in the Ontology for Media Resources.".freeze,
794
794
  domain: "ma:Rating".freeze,
795
795
  range: "xsd:decimal".freeze,
796
796
  type: "owl:DatatypeProperty".freeze
797
797
  property :recordDate,
798
- comment: %(Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "recordDate".).freeze,
798
+ comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"recordDate\".".freeze,
799
799
  subPropertyOf: "ma:date".freeze,
800
800
  type: "owl:DatatypeProperty".freeze
801
801
  property :releaseDate,
802
- comment: %(Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "releaseDate".).freeze,
802
+ comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"releaseDate\".".freeze,
803
803
  subPropertyOf: "ma:date".freeze,
804
804
  type: "owl:DatatypeProperty".freeze
805
805
  property :samplingRate,
806
- comment: %(Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second.).freeze,
806
+ comment: "Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second.".freeze,
807
807
  domain: "ma:MediaResource".freeze,
808
808
  range: "xsd:decimal".freeze,
809
809
  type: "owl:DatatypeProperty".freeze
810
810
  property :title,
811
- comment: %(Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'.).freeze,
811
+ comment: "Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'.".freeze,
812
812
  domain: "ma:MediaResource".freeze,
813
813
  type: "owl:DatatypeProperty".freeze
814
814
  property :trackName,
815
- comment: %(Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments.).freeze,
815
+ comment: "Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments.".freeze,
816
816
  domain: "ma:Track".freeze,
817
817
  subPropertyOf: "ma:fragmentName".freeze,
818
818
  type: "owl:DatatypeProperty".freeze