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
@@ -403,105 +403,105 @@ module RDF::Vocab
403
403
 
404
404
  # Class definitions
405
405
  term :Agent,
406
- comment: %(A resource that acts or has the power to act.).freeze,
406
+ comment: "A resource that acts or has the power to act.".freeze,
407
407
  "dc:issued": "2008-01-14".freeze,
408
408
  isDefinedBy: "dc:".freeze,
409
409
  label: "Agent".freeze,
410
410
  type: ["dc:AgentClass".freeze, "rdfs:Class".freeze]
411
411
  term :AgentClass,
412
- comment: %(A group of agents.).freeze,
412
+ comment: "A group of agents.".freeze,
413
413
  "dc:issued": "2008-01-14".freeze,
414
414
  isDefinedBy: "dc:".freeze,
415
415
  label: "Agent Class".freeze,
416
416
  subClassOf: "rdfs:Class".freeze,
417
417
  type: "rdfs:Class".freeze
418
418
  term :BibliographicResource,
419
- comment: %(A book, article, or other documentary resource.).freeze,
419
+ comment: "A book, article, or other documentary resource.".freeze,
420
420
  "dc:issued": "2008-01-14".freeze,
421
421
  isDefinedBy: "dc:".freeze,
422
422
  label: "Bibliographic Resource".freeze,
423
423
  type: "rdfs:Class".freeze
424
424
  term :FileFormat,
425
- comment: %(A digital resource format.).freeze,
425
+ comment: "A digital resource format.".freeze,
426
426
  "dc:issued": "2008-01-14".freeze,
427
427
  isDefinedBy: "dc:".freeze,
428
428
  label: "File Format".freeze,
429
429
  subClassOf: "dc:MediaType".freeze,
430
430
  type: "rdfs:Class".freeze
431
431
  term :Frequency,
432
- comment: %(A rate at which something recurs.).freeze,
432
+ comment: "A rate at which something recurs.".freeze,
433
433
  "dc:issued": "2008-01-14".freeze,
434
434
  isDefinedBy: "dc:".freeze,
435
435
  label: "Frequency".freeze,
436
436
  type: "rdfs:Class".freeze
437
437
  term :Jurisdiction,
438
- comment: %(The extent or range of judicial, law enforcement, or other authority.).freeze,
438
+ comment: "The extent or range of judicial, law enforcement, or other authority.".freeze,
439
439
  "dc:issued": "2008-01-14".freeze,
440
440
  isDefinedBy: "dc:".freeze,
441
441
  label: "Jurisdiction".freeze,
442
442
  subClassOf: "dc:LocationPeriodOrJurisdiction".freeze,
443
443
  type: "rdfs:Class".freeze
444
444
  term :LicenseDocument,
445
- comment: %(A legal document giving official permission to do something with a resource.).freeze,
445
+ comment: "A legal document giving official permission to do something with a resource.".freeze,
446
446
  "dc:issued": "2008-01-14".freeze,
447
447
  isDefinedBy: "dc:".freeze,
448
448
  label: "License Document".freeze,
449
449
  subClassOf: "dc:RightsStatement".freeze,
450
450
  type: "rdfs:Class".freeze
451
451
  term :LinguisticSystem,
452
- comment: %(A system of signs, symbols, sounds, gestures, or rules used in communication.).freeze,
452
+ comment: "A system of signs, symbols, sounds, gestures, or rules used in communication.".freeze,
453
453
  "dc:description": "Written, spoken, sign, and computer languages are linguistic systems.".freeze,
454
454
  "dc:issued": "2008-01-14".freeze,
455
455
  isDefinedBy: "dc:".freeze,
456
456
  label: "Linguistic System".freeze,
457
457
  type: "rdfs:Class".freeze
458
458
  term :Location,
459
- comment: %(A spatial region or named place.).freeze,
459
+ comment: "A spatial region or named place.".freeze,
460
460
  "dc:issued": "2008-01-14".freeze,
461
461
  isDefinedBy: "dc:".freeze,
462
462
  label: "Location".freeze,
463
463
  subClassOf: "dc:LocationPeriodOrJurisdiction".freeze,
464
464
  type: "rdfs:Class".freeze
465
465
  term :LocationPeriodOrJurisdiction,
466
- comment: %(A location, period of time, or jurisdiction.).freeze,
466
+ comment: "A location, period of time, or jurisdiction.".freeze,
467
467
  "dc:issued": "2008-01-14".freeze,
468
468
  isDefinedBy: "dc:".freeze,
469
469
  label: "Location, Period, or Jurisdiction".freeze,
470
470
  type: "rdfs:Class".freeze
471
471
  term :MediaType,
472
- comment: %(A file format or physical medium.).freeze,
472
+ comment: "A file format or physical medium.".freeze,
473
473
  "dc:issued": "2008-01-14".freeze,
474
474
  isDefinedBy: "dc:".freeze,
475
475
  label: "Media Type".freeze,
476
476
  subClassOf: "dc:MediaTypeOrExtent".freeze,
477
477
  type: "rdfs:Class".freeze
478
478
  term :MediaTypeOrExtent,
479
- comment: %(A media type or extent.).freeze,
479
+ comment: "A media type or extent.".freeze,
480
480
  "dc:issued": "2008-01-14".freeze,
481
481
  isDefinedBy: "dc:".freeze,
482
482
  label: "Media Type or Extent".freeze,
483
483
  type: "rdfs:Class".freeze
484
484
  term :MethodOfAccrual,
485
- comment: %(A method by which resources are added to a collection.).freeze,
485
+ comment: "A method by which resources are added to a collection.".freeze,
486
486
  "dc:issued": "2008-01-14".freeze,
487
487
  isDefinedBy: "dc:".freeze,
488
488
  label: "Method of Accrual".freeze,
489
489
  type: "rdfs:Class".freeze
490
490
  term :MethodOfInstruction,
491
- comment: %(A process that is used to engender knowledge, attitudes, and skills.).freeze,
491
+ comment: "A process that is used to engender knowledge, attitudes, and skills.".freeze,
492
492
  "dc:issued": "2008-01-14".freeze,
493
493
  isDefinedBy: "dc:".freeze,
494
494
  label: "Method of Instruction".freeze,
495
495
  type: "rdfs:Class".freeze
496
496
  term :PeriodOfTime,
497
- comment: %(An interval of time that is named or defined by its start and end dates.).freeze,
497
+ comment: "An interval of time that is named or defined by its start and end dates.".freeze,
498
498
  "dc:issued": "2008-01-14".freeze,
499
499
  isDefinedBy: "dc:".freeze,
500
500
  label: "Period of Time".freeze,
501
501
  subClassOf: "dc:LocationPeriodOrJurisdiction".freeze,
502
502
  type: "rdfs:Class".freeze
503
503
  term :PhysicalMedium,
504
- comment: %(A physical material or carrier.).freeze,
504
+ comment: "A physical material or carrier.".freeze,
505
505
  "dc:description": "Examples include paper, canvas, or DVD.".freeze,
506
506
  "dc:issued": "2008-01-14".freeze,
507
507
  isDefinedBy: "dc:".freeze,
@@ -509,31 +509,31 @@ module RDF::Vocab
509
509
  subClassOf: "dc:MediaType".freeze,
510
510
  type: "rdfs:Class".freeze
511
511
  term :PhysicalResource,
512
- comment: %(A material thing.).freeze,
512
+ comment: "A material thing.".freeze,
513
513
  "dc:issued": "2008-01-14".freeze,
514
514
  isDefinedBy: "dc:".freeze,
515
515
  label: "Physical Resource".freeze,
516
516
  type: "rdfs:Class".freeze
517
517
  term :Policy,
518
- comment: %(A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.).freeze,
518
+ comment: "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.".freeze,
519
519
  "dc:issued": "2008-01-14".freeze,
520
520
  isDefinedBy: "dc:".freeze,
521
521
  label: "Policy".freeze,
522
522
  type: "rdfs:Class".freeze
523
523
  term :ProvenanceStatement,
524
- comment: %(Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.).freeze,
524
+ comment: "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.".freeze,
525
525
  "dc:issued": "2008-01-14".freeze,
526
526
  isDefinedBy: "dc:".freeze,
527
527
  label: "Provenance Statement".freeze,
528
528
  type: "rdfs:Class".freeze
529
529
  term :RightsStatement,
530
- comment: %(A statement about the intellectual property rights \(IPR\) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights.).freeze,
530
+ comment: "A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights.".freeze,
531
531
  "dc:issued": "2008-01-14".freeze,
532
532
  isDefinedBy: "dc:".freeze,
533
533
  label: "Rights Statement".freeze,
534
534
  type: "rdfs:Class".freeze
535
535
  term :SizeOrDuration,
536
- comment: %(A dimension or extent, or a time taken to play or execute.).freeze,
536
+ comment: "A dimension or extent, or a time taken to play or execute.".freeze,
537
537
  "dc:description": "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds.".freeze,
538
538
  "dc:issued": "2008-01-14".freeze,
539
539
  isDefinedBy: "dc:".freeze,
@@ -541,7 +541,7 @@ module RDF::Vocab
541
541
  subClassOf: "dc:MediaTypeOrExtent".freeze,
542
542
  type: "rdfs:Class".freeze
543
543
  term :Standard,
544
- comment: %(A reference point against which other things can be evaluated or compared.).freeze,
544
+ comment: "A reference point against which other things can be evaluated or compared.".freeze,
545
545
  "dc:issued": "2008-01-14".freeze,
546
546
  isDefinedBy: "dc:".freeze,
547
547
  label: "Standard".freeze,
@@ -549,13 +549,13 @@ module RDF::Vocab
549
549
 
550
550
  # Property definitions
551
551
  property :abstract,
552
- comment: %(A summary of the resource.).freeze,
552
+ comment: "A summary of the resource.".freeze,
553
553
  "dc:issued": "2000-07-11".freeze,
554
554
  isDefinedBy: "dc:".freeze,
555
555
  label: "Abstract".freeze,
556
556
  type: "rdf:Property".freeze
557
557
  property :accessRights,
558
- comment: %(Information about who access the resource or an indication of its security status.).freeze,
558
+ comment: "Information about who access the resource or an indication of its security status.".freeze,
559
559
  "dc:description": "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.".freeze,
560
560
  "dc:issued": "2003-02-15".freeze,
561
561
  "http://purl.org/dc/dcam/rangeIncludes": "dc:RightsStatement".freeze,
@@ -563,7 +563,7 @@ module RDF::Vocab
563
563
  label: "Access Rights".freeze,
564
564
  type: "rdf:Property".freeze
565
565
  property :accrualMethod,
566
- comment: %(The method by which items are added to a collection.).freeze,
566
+ comment: "The method by which items are added to a collection.".freeze,
567
567
  "dc:description": "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)].".freeze,
568
568
  "dc:issued": "2005-06-13".freeze,
569
569
  domain: "dcmitype:Collection".freeze,
@@ -572,7 +572,7 @@ module RDF::Vocab
572
572
  label: "Accrual Method".freeze,
573
573
  type: "rdf:Property".freeze
574
574
  property :accrualPeriodicity,
575
- comment: %(The frequency with which items are added to a collection.).freeze,
575
+ comment: "The frequency with which items are added to a collection.".freeze,
576
576
  "dc:description": "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)].".freeze,
577
577
  "dc:issued": "2005-06-13".freeze,
578
578
  domain: "dcmitype:Collection".freeze,
@@ -581,7 +581,7 @@ module RDF::Vocab
581
581
  label: "Accrual Periodicity".freeze,
582
582
  type: "rdf:Property".freeze
583
583
  property :accrualPolicy,
584
- comment: %(The policy governing the addition of items to a collection.).freeze,
584
+ comment: "The policy governing the addition of items to a collection.".freeze,
585
585
  "dc:description": "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)].".freeze,
586
586
  "dc:issued": "2005-06-13".freeze,
587
587
  domain: "dcmitype:Collection".freeze,
@@ -590,7 +590,7 @@ module RDF::Vocab
590
590
  label: "Accrual Policy".freeze,
591
591
  type: "rdf:Property".freeze
592
592
  property :alternative,
593
- comment: %(An alternative name for the resource.).freeze,
593
+ comment: "An alternative name for the resource.".freeze,
594
594
  "dc:description": "The distinction between titles and alternative titles is application-specific.".freeze,
595
595
  "dc:issued": "2000-07-11".freeze,
596
596
  isDefinedBy: "dc:".freeze,
@@ -598,7 +598,7 @@ module RDF::Vocab
598
598
  range: "rdfs:Literal".freeze,
599
599
  type: "rdf:Property".freeze
600
600
  property :audience,
601
- comment: %(A class of agents for whom the resource is intended or useful.).freeze,
601
+ comment: "A class of agents for whom the resource is intended or useful.".freeze,
602
602
  "dc:description": "Recommended practice is to use this property with non-literal values from a vocabulary of audience types.".freeze,
603
603
  "dc:issued": "2001-05-21".freeze,
604
604
  "http://purl.org/dc/dcam/rangeIncludes": "dc:AgentClass".freeze,
@@ -606,7 +606,7 @@ module RDF::Vocab
606
606
  label: "Audience".freeze,
607
607
  type: "rdf:Property".freeze
608
608
  property :available,
609
- comment: %(Date that the resource became or will become available.).freeze,
609
+ comment: "Date that the resource became or will become available.".freeze,
610
610
  "dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
611
611
  "dc:issued": "2000-07-11".freeze,
612
612
  isDefinedBy: "dc:".freeze,
@@ -614,7 +614,7 @@ module RDF::Vocab
614
614
  range: "rdfs:Literal".freeze,
615
615
  type: "rdf:Property".freeze
616
616
  property :bibliographicCitation,
617
- comment: %(A bibliographic reference for the resource.).freeze,
617
+ comment: "A bibliographic reference for the resource.".freeze,
618
618
  "dc:description": "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.".freeze,
619
619
  "dc:issued": "2003-02-15".freeze,
620
620
  isDefinedBy: "dc:".freeze,
@@ -622,14 +622,14 @@ module RDF::Vocab
622
622
  range: "rdfs:Literal".freeze,
623
623
  type: "rdf:Property".freeze
624
624
  property :conformsTo,
625
- comment: %(An established standard to which the described resource conforms.).freeze,
625
+ comment: "An established standard to which the described resource conforms.".freeze,
626
626
  "dc:issued": "2001-05-21".freeze,
627
627
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Standard".freeze,
628
628
  isDefinedBy: "dc:".freeze,
629
629
  label: "Conforms To".freeze,
630
630
  type: "rdf:Property".freeze
631
631
  property :contributor,
632
- comment: %(An entity responsible for making contributions to the resource.).freeze,
632
+ comment: "An entity responsible for making contributions to the resource.".freeze,
633
633
  "dc:description": "The guidelines for using names of persons or organizations as creators apply to contributors.".freeze,
634
634
  "dc:issued": "2008-01-14".freeze,
635
635
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
@@ -637,7 +637,7 @@ module RDF::Vocab
637
637
  label: "Contributor".freeze,
638
638
  type: "rdf:Property".freeze
639
639
  property :coverage,
640
- comment: %(The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.).freeze,
640
+ comment: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.".freeze,
641
641
  "dc:description": "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage.".freeze,
642
642
  "dc:issued": "2008-01-14".freeze,
643
643
  "http://purl.org/dc/dcam/rangeIncludes": ["dc:Jurisdiction".freeze, "dc:Location".freeze, "dc:Period".freeze],
@@ -645,7 +645,7 @@ module RDF::Vocab
645
645
  label: "Coverage".freeze,
646
646
  type: "rdf:Property".freeze
647
647
  property :created,
648
- comment: %(Date of creation of the resource.).freeze,
648
+ comment: "Date of creation of the resource.".freeze,
649
649
  "dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
650
650
  "dc:issued": "2000-07-11".freeze,
651
651
  isDefinedBy: "dc:".freeze,
@@ -653,7 +653,7 @@ module RDF::Vocab
653
653
  range: "rdfs:Literal".freeze,
654
654
  type: "rdf:Property".freeze
655
655
  property :creator,
656
- comment: %(An entity responsible for making the resource.).freeze,
656
+ comment: "An entity responsible for making the resource.".freeze,
657
657
  "dc:description": "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided.".freeze,
658
658
  "dc:issued": "2008-01-14".freeze,
659
659
  equivalentProperty: "foaf:maker".freeze,
@@ -662,7 +662,7 @@ module RDF::Vocab
662
662
  label: "Creator".freeze,
663
663
  type: "rdf:Property".freeze
664
664
  property :date,
665
- comment: %(A point or period of time associated with an event in the lifecycle of the resource.).freeze,
665
+ comment: "A point or period of time associated with an event in the lifecycle of the resource.".freeze,
666
666
  "dc:description": "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing.".freeze,
667
667
  "dc:issued": "2008-01-14".freeze,
668
668
  isDefinedBy: "dc:".freeze,
@@ -670,7 +670,7 @@ module RDF::Vocab
670
670
  range: "rdfs:Literal".freeze,
671
671
  type: "rdf:Property".freeze
672
672
  property :dateAccepted,
673
- comment: %(Date of acceptance of the resource.).freeze,
673
+ comment: "Date of acceptance of the resource.".freeze,
674
674
  "dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal).".freeze,
675
675
  "dc:issued": "2002-07-13".freeze,
676
676
  isDefinedBy: "dc:".freeze,
@@ -678,7 +678,7 @@ module RDF::Vocab
678
678
  range: "rdfs:Literal".freeze,
679
679
  type: "rdf:Property".freeze
680
680
  property :dateCopyrighted,
681
- comment: %(Date of copyright of the resource.).freeze,
681
+ comment: "Date of copyright of the resource.".freeze,
682
682
  "dc:description": "Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
683
683
  "dc:issued": "2002-07-13".freeze,
684
684
  isDefinedBy: "dc:".freeze,
@@ -686,7 +686,7 @@ module RDF::Vocab
686
686
  range: "rdfs:Literal".freeze,
687
687
  type: "rdf:Property".freeze
688
688
  property :dateSubmitted,
689
- comment: %(Date of submission of the resource.).freeze,
689
+ comment: "Date of submission of the resource.".freeze,
690
690
  "dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal).".freeze,
691
691
  "dc:issued": "2002-07-13".freeze,
692
692
  isDefinedBy: "dc:".freeze,
@@ -694,21 +694,21 @@ module RDF::Vocab
694
694
  range: "rdfs:Literal".freeze,
695
695
  type: "rdf:Property".freeze
696
696
  property :description,
697
- comment: %(An account of the resource.).freeze,
697
+ comment: "An account of the resource.".freeze,
698
698
  "dc:description": "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.".freeze,
699
699
  "dc:issued": "2008-01-14".freeze,
700
700
  isDefinedBy: "dc:".freeze,
701
701
  label: "Description".freeze,
702
702
  type: "rdf:Property".freeze
703
703
  property :educationLevel,
704
- comment: %(A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended.).freeze,
704
+ comment: "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended.".freeze,
705
705
  "dc:issued": "2002-07-13".freeze,
706
706
  "http://purl.org/dc/dcam/rangeIncludes": "dc:AgentClass".freeze,
707
707
  isDefinedBy: "dc:".freeze,
708
708
  label: "Audience Education Level".freeze,
709
709
  type: "rdf:Property".freeze
710
710
  property :extent,
711
- comment: %(The size or duration of the resource.).freeze,
711
+ comment: "The size or duration of the resource.".freeze,
712
712
  "dc:description": "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format.".freeze,
713
713
  "dc:issued": "2000-07-11".freeze,
714
714
  "http://purl.org/dc/dcam/rangeIncludes": "dc:SizeOrDuration".freeze,
@@ -716,7 +716,7 @@ module RDF::Vocab
716
716
  label: "Extent".freeze,
717
717
  type: "rdf:Property".freeze
718
718
  property :format,
719
- comment: %(The file format, physical medium, or dimensions of the resource.).freeze,
719
+ comment: "The file format, physical medium, or dimensions of the resource.".freeze,
720
720
  "dc:description": "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)]. Examples of dimensions include size and duration.".freeze,
721
721
  "dc:issued": "2008-01-14".freeze,
722
722
  "http://purl.org/dc/dcam/rangeIncludes": ["dc:Extent".freeze, "dc:MediaType".freeze],
@@ -724,28 +724,28 @@ module RDF::Vocab
724
724
  label: "Format".freeze,
725
725
  type: "rdf:Property".freeze
726
726
  property :hasFormat,
727
- comment: %(A related resource that is substantially the same as the pre-existing described resource, but in another format.).freeze,
727
+ comment: "A related resource that is substantially the same as the pre-existing described resource, but in another format.".freeze,
728
728
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of.".freeze,
729
729
  "dc:issued": "2000-07-11".freeze,
730
730
  isDefinedBy: "dc:".freeze,
731
731
  label: "Has Format".freeze,
732
732
  type: "rdf:Property".freeze
733
733
  property :hasPart,
734
- comment: %(A related resource that is included either physically or logically in the described resource.).freeze,
734
+ comment: "A related resource that is included either physically or logically in the described resource.".freeze,
735
735
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of.".freeze,
736
736
  "dc:issued": "2000-07-11".freeze,
737
737
  isDefinedBy: "dc:".freeze,
738
738
  label: "Has Part".freeze,
739
739
  type: "rdf:Property".freeze
740
740
  property :hasVersion,
741
- comment: %(A related resource that is a version, edition, or adaptation of the described resource.).freeze,
741
+ comment: "A related resource that is a version, edition, or adaptation of the described resource.".freeze,
742
742
  "dc:description": "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of.".freeze,
743
743
  "dc:issued": "2000-07-11".freeze,
744
744
  isDefinedBy: "dc:".freeze,
745
745
  label: "Has Version".freeze,
746
746
  type: "rdf:Property".freeze
747
747
  property :identifier,
748
- comment: %(An unambiguous reference to the resource within a given context.).freeze,
748
+ comment: "An unambiguous reference to the resource within a given context.".freeze,
749
749
  "dc:description": "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs.".freeze,
750
750
  "dc:issued": "2008-01-14".freeze,
751
751
  isDefinedBy: "dc:".freeze,
@@ -753,7 +753,7 @@ module RDF::Vocab
753
753
  range: "rdfs:Literal".freeze,
754
754
  type: "rdf:Property".freeze
755
755
  property :instructionalMethod,
756
- comment: %(A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.).freeze,
756
+ comment: "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.".freeze,
757
757
  "dc:description": "Instructional Method typically includes ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback.".freeze,
758
758
  "dc:issued": "2005-06-13".freeze,
759
759
  "http://purl.org/dc/dcam/rangeIncludes": "dc:MethodOfInstruction".freeze,
@@ -761,49 +761,49 @@ module RDF::Vocab
761
761
  label: "Instructional Method".freeze,
762
762
  type: "rdf:Property".freeze
763
763
  property :isFormatOf,
764
- comment: %(A pre-existing related resource that is substantially the same as the described resource, but in another format.).freeze,
764
+ comment: "A pre-existing related resource that is substantially the same as the described resource, but in another format.".freeze,
765
765
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Has Format.".freeze,
766
766
  "dc:issued": "2000-07-11".freeze,
767
767
  isDefinedBy: "dc:".freeze,
768
768
  label: "Is Format Of".freeze,
769
769
  type: "rdf:Property".freeze
770
770
  property :isPartOf,
771
- comment: %(A related resource in which the described resource is physically or logically included.).freeze,
771
+ comment: "A related resource in which the described resource is physically or logically included.".freeze,
772
772
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Has Part.".freeze,
773
773
  "dc:issued": "2000-07-11".freeze,
774
774
  isDefinedBy: "dc:".freeze,
775
775
  label: "Is Part Of".freeze,
776
776
  type: "rdf:Property".freeze
777
777
  property :isReferencedBy,
778
- comment: %(A related resource that references, cites, or otherwise points to the described resource.).freeze,
778
+ comment: "A related resource that references, cites, or otherwise points to the described resource.".freeze,
779
779
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of References.".freeze,
780
780
  "dc:issued": "2000-07-11".freeze,
781
781
  isDefinedBy: "dc:".freeze,
782
782
  label: "Is Referenced By".freeze,
783
783
  type: "rdf:Property".freeze
784
784
  property :isReplacedBy,
785
- comment: %(A related resource that supplants, displaces, or supersedes the described resource.).freeze,
785
+ comment: "A related resource that supplants, displaces, or supersedes the described resource.".freeze,
786
786
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Replaces.".freeze,
787
787
  "dc:issued": "2000-07-11".freeze,
788
788
  isDefinedBy: "dc:".freeze,
789
789
  label: "Is Replaced By".freeze,
790
790
  type: "rdf:Property".freeze
791
791
  property :isRequiredBy,
792
- comment: %(A related resource that requires the described resource to support its function, delivery, or coherence.).freeze,
792
+ comment: "A related resource that requires the described resource to support its function, delivery, or coherence.".freeze,
793
793
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Requires.".freeze,
794
794
  "dc:issued": "2000-07-11".freeze,
795
795
  isDefinedBy: "dc:".freeze,
796
796
  label: "Is Required By".freeze,
797
797
  type: "rdf:Property".freeze
798
798
  property :isVersionOf,
799
- comment: %(A related resource of which the described resource is a version, edition, or adaptation.).freeze,
799
+ comment: "A related resource of which the described resource is a version, edition, or adaptation.".freeze,
800
800
  "dc:description": "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version.".freeze,
801
801
  "dc:issued": "2000-07-11".freeze,
802
802
  isDefinedBy: "dc:".freeze,
803
803
  label: "Is Version Of".freeze,
804
804
  type: "rdf:Property".freeze
805
805
  property :issued,
806
- comment: %(Date of formal issuance of the resource.).freeze,
806
+ comment: "Date of formal issuance of the resource.".freeze,
807
807
  "dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
808
808
  "dc:issued": "2000-07-11".freeze,
809
809
  isDefinedBy: "dc:".freeze,
@@ -811,7 +811,7 @@ module RDF::Vocab
811
811
  range: "rdfs:Literal".freeze,
812
812
  type: "rdf:Property".freeze
813
813
  property :language,
814
- comment: %(A language of the resource.).freeze,
814
+ comment: "A language of the resource.".freeze,
815
815
  "dc:description": "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag.".freeze,
816
816
  "dc:issued": "2008-01-14".freeze,
817
817
  "http://purl.org/dc/dcam/rangeIncludes": "dc:LinguisticSystem".freeze,
@@ -819,7 +819,7 @@ module RDF::Vocab
819
819
  label: "Language".freeze,
820
820
  type: "rdf:Property".freeze
821
821
  property :license,
822
- comment: %(A legal document giving official permission to do something with the resource.).freeze,
822
+ comment: "A legal document giving official permission to do something with the resource.".freeze,
823
823
  "dc:description": "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided.".freeze,
824
824
  "dc:issued": "2004-06-14".freeze,
825
825
  "http://purl.org/dc/dcam/rangeIncludes": "dc:LicenseDocument".freeze,
@@ -827,7 +827,7 @@ module RDF::Vocab
827
827
  label: "License".freeze,
828
828
  type: "rdf:Property".freeze
829
829
  property :mediator,
830
- comment: %(An entity that mediates access to the resource.).freeze,
830
+ comment: "An entity that mediates access to the resource.".freeze,
831
831
  "dc:description": "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver.".freeze,
832
832
  "dc:issued": "2001-05-21".freeze,
833
833
  "http://purl.org/dc/dcam/rangeIncludes": "dc:AgentClass".freeze,
@@ -835,7 +835,7 @@ module RDF::Vocab
835
835
  label: "Mediator".freeze,
836
836
  type: "rdf:Property".freeze
837
837
  property :medium,
838
- comment: %(The material or physical carrier of the resource.).freeze,
838
+ comment: "The material or physical carrier of the resource.".freeze,
839
839
  "dc:issued": "2000-07-11".freeze,
840
840
  "http://purl.org/dc/dcam/domainIncludes": "dc:PhysicalResource".freeze,
841
841
  "http://purl.org/dc/dcam/rangeIncludes": "dc:PhysicalMedium".freeze,
@@ -843,7 +843,7 @@ module RDF::Vocab
843
843
  label: "Medium".freeze,
844
844
  type: "rdf:Property".freeze
845
845
  property :modified,
846
- comment: %(Date on which the resource was changed.).freeze,
846
+ comment: "Date on which the resource was changed.".freeze,
847
847
  "dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
848
848
  "dc:issued": "2000-07-11".freeze,
849
849
  isDefinedBy: "dc:".freeze,
@@ -851,7 +851,7 @@ module RDF::Vocab
851
851
  range: "rdfs:Literal".freeze,
852
852
  type: "rdf:Property".freeze
853
853
  property :provenance,
854
- comment: %(A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.).freeze,
854
+ comment: "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.".freeze,
855
855
  "dc:description": "The statement may include a description of any changes successive custodians made to the resource.".freeze,
856
856
  "dc:issued": "2004-09-20".freeze,
857
857
  "http://purl.org/dc/dcam/rangeIncludes": "dc:ProvenanceStatement".freeze,
@@ -859,42 +859,42 @@ module RDF::Vocab
859
859
  label: "Provenance".freeze,
860
860
  type: "rdf:Property".freeze
861
861
  property :publisher,
862
- comment: %(An entity responsible for making the resource available.).freeze,
862
+ comment: "An entity responsible for making the resource available.".freeze,
863
863
  "dc:issued": "2008-01-14".freeze,
864
864
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
865
865
  isDefinedBy: "dc:".freeze,
866
866
  label: "Publisher".freeze,
867
867
  type: "rdf:Property".freeze
868
868
  property :references,
869
- comment: %(A related resource that is referenced, cited, or otherwise pointed to by the described resource.).freeze,
869
+ comment: "A related resource that is referenced, cited, or otherwise pointed to by the described resource.".freeze,
870
870
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By.".freeze,
871
871
  "dc:issued": "2000-07-11".freeze,
872
872
  isDefinedBy: "dc:".freeze,
873
873
  label: "References".freeze,
874
874
  type: "rdf:Property".freeze
875
875
  property :relation,
876
- comment: %(A related resource.).freeze,
876
+ comment: "A related resource.".freeze,
877
877
  "dc:description": "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided.".freeze,
878
878
  "dc:issued": "2008-01-14".freeze,
879
879
  isDefinedBy: "dc:".freeze,
880
880
  label: "Relation".freeze,
881
881
  type: "rdf:Property".freeze
882
882
  property :replaces,
883
- comment: %(A related resource that is supplanted, displaced, or superseded by the described resource.).freeze,
883
+ comment: "A related resource that is supplanted, displaced, or superseded by the described resource.".freeze,
884
884
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By.".freeze,
885
885
  "dc:issued": "2000-07-11".freeze,
886
886
  isDefinedBy: "dc:".freeze,
887
887
  label: "Replaces".freeze,
888
888
  type: "rdf:Property".freeze
889
889
  property :requires,
890
- comment: %(A related resource that is required by the described resource to support its function, delivery, or coherence.).freeze,
890
+ comment: "A related resource that is required by the described resource to support its function, delivery, or coherence.".freeze,
891
891
  "dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By.".freeze,
892
892
  "dc:issued": "2000-07-11".freeze,
893
893
  isDefinedBy: "dc:".freeze,
894
894
  label: "Requires".freeze,
895
895
  type: "rdf:Property".freeze
896
896
  property :rights,
897
- comment: %(Information about rights held in and over the resource.).freeze,
897
+ comment: "Information about rights held in and over the resource.".freeze,
898
898
  "dc:description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.".freeze,
899
899
  "dc:issued": "2008-01-14".freeze,
900
900
  "http://purl.org/dc/dcam/rangeIncludes": "dc:RightsStatement".freeze,
@@ -902,7 +902,7 @@ module RDF::Vocab
902
902
  label: "Rights".freeze,
903
903
  type: "rdf:Property".freeze
904
904
  property :rightsHolder,
905
- comment: %(A person or organization owning or managing rights over the resource.).freeze,
905
+ comment: "A person or organization owning or managing rights over the resource.".freeze,
906
906
  "dc:description": "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided.".freeze,
907
907
  "dc:issued": "2004-06-14".freeze,
908
908
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
@@ -910,55 +910,55 @@ module RDF::Vocab
910
910
  label: "Rights Holder".freeze,
911
911
  type: "rdf:Property".freeze
912
912
  property :source,
913
- comment: %(A related resource from which the described resource is derived.).freeze,
913
+ comment: "A related resource from which the described resource is derived.".freeze,
914
914
  "dc:description": "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system.".freeze,
915
915
  "dc:issued": "2008-01-14".freeze,
916
916
  isDefinedBy: "dc:".freeze,
917
917
  label: "Source".freeze,
918
918
  type: "rdf:Property".freeze
919
919
  property :spatial,
920
- comment: %(Spatial characteristics of the resource.).freeze,
920
+ comment: "Spatial characteristics of the resource.".freeze,
921
921
  "dc:issued": "2000-07-11".freeze,
922
922
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Location".freeze,
923
923
  isDefinedBy: "dc:".freeze,
924
924
  label: "Spatial Coverage".freeze,
925
925
  type: "rdf:Property".freeze
926
926
  property :subject,
927
- comment: %(A topic of the resource.).freeze,
927
+ comment: "A topic of the resource.".freeze,
928
928
  "dc:description": "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary.".freeze,
929
929
  "dc:issued": "2008-01-14".freeze,
930
930
  isDefinedBy: "dc:".freeze,
931
931
  label: "Subject".freeze,
932
932
  type: "rdf:Property".freeze
933
933
  property :tableOfContents,
934
- comment: %(A list of subunits of the resource.).freeze,
934
+ comment: "A list of subunits of the resource.".freeze,
935
935
  "dc:issued": "2000-07-11".freeze,
936
936
  isDefinedBy: "dc:".freeze,
937
937
  label: "Table Of Contents".freeze,
938
938
  type: "rdf:Property".freeze
939
939
  property :temporal,
940
- comment: %(Temporal characteristics of the resource.).freeze,
940
+ comment: "Temporal characteristics of the resource.".freeze,
941
941
  "dc:issued": "2000-07-11".freeze,
942
942
  "http://purl.org/dc/dcam/rangeIncludes": "dc:PeriodOfTime".freeze,
943
943
  isDefinedBy: "dc:".freeze,
944
944
  label: "Temporal Coverage".freeze,
945
945
  type: "rdf:Property".freeze
946
946
  property :title,
947
- comment: %(A name given to the resource.).freeze,
947
+ comment: "A name given to the resource.".freeze,
948
948
  "dc:issued": "2008-01-14".freeze,
949
949
  isDefinedBy: "dc:".freeze,
950
950
  label: "Title".freeze,
951
951
  range: "rdfs:Literal".freeze,
952
952
  type: "rdf:Property".freeze
953
953
  property :type,
954
- comment: %(The nature or genre of the resource.).freeze,
954
+ comment: "The nature or genre of the resource.".freeze,
955
955
  "dc:description": "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format.".freeze,
956
956
  "dc:issued": "2008-01-14".freeze,
957
957
  isDefinedBy: "dc:".freeze,
958
958
  label: "Type".freeze,
959
959
  type: "rdf:Property".freeze
960
960
  property :valid,
961
- comment: %(Date \(often a range\) of validity of a resource.).freeze,
961
+ comment: "Date (often a range) of validity of a resource.".freeze,
962
962
  "dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
963
963
  "dc:issued": "2000-07-11".freeze,
964
964
  isDefinedBy: "dc:".freeze,
@@ -968,56 +968,56 @@ module RDF::Vocab
968
968
 
969
969
  # Datatype definitions
970
970
  term :Box,
971
- comment: %(The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.).freeze,
971
+ comment: "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.".freeze,
972
972
  "dc:issued": "2000-07-11".freeze,
973
973
  isDefinedBy: "dc:".freeze,
974
974
  label: "DCMI Box".freeze,
975
975
  "rdfs:seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-box/".freeze,
976
976
  type: "rdfs:Datatype".freeze
977
977
  term :ISO3166,
978
- comment: %(The set of codes listed in ISO 3166-1 for the representation of names of countries.).freeze,
978
+ comment: "The set of codes listed in ISO 3166-1 for the representation of names of countries.".freeze,
979
979
  "dc:issued": "2000-07-11".freeze,
980
980
  isDefinedBy: "dc:".freeze,
981
981
  label: "ISO 3166".freeze,
982
982
  "rdfs:seeAlso": "http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html".freeze,
983
983
  type: "rdfs:Datatype".freeze
984
984
  term :"ISO639-2",
985
- comment: %(The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages.).freeze,
985
+ comment: "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages.".freeze,
986
986
  "dc:issued": "2000-07-11".freeze,
987
987
  isDefinedBy: "dc:".freeze,
988
988
  label: "ISO 639-2".freeze,
989
989
  "rdfs:seeAlso": "http://lcweb.loc.gov/standards/iso639-2/langhome.html".freeze,
990
990
  type: "rdfs:Datatype".freeze
991
991
  term :"ISO639-3",
992
- comment: %(The set of three-letter codes listed in ISO 639-3 for the representation of names of languages.).freeze,
992
+ comment: "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages.".freeze,
993
993
  "dc:issued": "2008-01-14".freeze,
994
994
  isDefinedBy: "dc:".freeze,
995
995
  label: "ISO 639-3".freeze,
996
996
  "rdfs:seeAlso": "http://www.sil.org/iso639-3/".freeze,
997
997
  type: "rdfs:Datatype".freeze
998
998
  term :Period,
999
- comment: %(The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.).freeze,
999
+ comment: "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.".freeze,
1000
1000
  "dc:issued": "2000-07-11".freeze,
1001
1001
  isDefinedBy: "dc:".freeze,
1002
1002
  label: "DCMI Period".freeze,
1003
1003
  "rdfs:seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-period/".freeze,
1004
1004
  type: "rdfs:Datatype".freeze
1005
1005
  term :Point,
1006
- comment: %(The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.).freeze,
1006
+ comment: "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.".freeze,
1007
1007
  "dc:issued": "2000-07-11".freeze,
1008
1008
  isDefinedBy: "dc:".freeze,
1009
1009
  label: "DCMI Point".freeze,
1010
1010
  "rdfs:seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-point/".freeze,
1011
1011
  type: "rdfs:Datatype".freeze
1012
1012
  term :RFC1766,
1013
- comment: %(The set of tags, constructed according to RFC 1766, for the identification of languages.).freeze,
1013
+ comment: "The set of tags, constructed according to RFC 1766, for the identification of languages.".freeze,
1014
1014
  "dc:issued": "2000-07-11".freeze,
1015
1015
  isDefinedBy: "dc:".freeze,
1016
1016
  label: "RFC 1766".freeze,
1017
1017
  "rdfs:seeAlso": "http://www.ietf.org/rfc/rfc1766.txt".freeze,
1018
1018
  type: "rdfs:Datatype".freeze
1019
1019
  term :RFC3066,
1020
- comment: %(The set of tags constructed according to RFC 3066 for the identification of languages.).freeze,
1020
+ comment: "The set of tags constructed according to RFC 3066 for the identification of languages.".freeze,
1021
1021
  "dc:description": "RFC 3066 has been obsoleted by RFC 4646.".freeze,
1022
1022
  "dc:issued": "2002-07-13".freeze,
1023
1023
  isDefinedBy: "dc:".freeze,
@@ -1025,7 +1025,7 @@ module RDF::Vocab
1025
1025
  "rdfs:seeAlso": "http://www.ietf.org/rfc/rfc3066.txt".freeze,
1026
1026
  type: "rdfs:Datatype".freeze
1027
1027
  term :RFC4646,
1028
- comment: %(The set of tags constructed according to RFC 4646 for the identification of languages.).freeze,
1028
+ comment: "The set of tags constructed according to RFC 4646 for the identification of languages.".freeze,
1029
1029
  "dc:description": "RFC 4646 obsoletes RFC 3066.".freeze,
1030
1030
  "dc:issued": "2008-01-14".freeze,
1031
1031
  isDefinedBy: "dc:".freeze,
@@ -1033,7 +1033,7 @@ module RDF::Vocab
1033
1033
  "rdfs:seeAlso": "http://www.ietf.org/rfc/rfc4646.txt".freeze,
1034
1034
  type: "rdfs:Datatype".freeze
1035
1035
  term :RFC5646,
1036
- comment: %(The set of tags constructed according to RFC 5646 for the identification of languages.).freeze,
1036
+ comment: "The set of tags constructed according to RFC 5646 for the identification of languages.".freeze,
1037
1037
  "dc:description": "RFC 5646 obsoletes RFC 4646.".freeze,
1038
1038
  "dc:issued": "2010-10-11".freeze,
1039
1039
  isDefinedBy: "dc:".freeze,
@@ -1041,14 +1041,14 @@ module RDF::Vocab
1041
1041
  "rdfs:seeAlso": "http://www.ietf.org/rfc/rfc5646.txt".freeze,
1042
1042
  type: "rdfs:Datatype".freeze
1043
1043
  term :URI,
1044
- comment: %(The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.).freeze,
1044
+ comment: "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.".freeze,
1045
1045
  "dc:issued": "2000-07-11".freeze,
1046
1046
  isDefinedBy: "dc:".freeze,
1047
1047
  label: "URI".freeze,
1048
1048
  "rdfs:seeAlso": "http://www.ietf.org/rfc/rfc3986.txt".freeze,
1049
1049
  type: "rdfs:Datatype".freeze
1050
1050
  term :W3CDTF,
1051
- comment: %(The set of dates and times constructed according to the W3C Date and Time Formats Specification.).freeze,
1051
+ comment: "The set of dates and times constructed according to the W3C Date and Time Formats Specification.".freeze,
1052
1052
  "dc:issued": "2000-07-11".freeze,
1053
1053
  isDefinedBy: "dc:".freeze,
1054
1054
  label: "W3C-DTF".freeze,
@@ -1057,62 +1057,62 @@ module RDF::Vocab
1057
1057
 
1058
1058
  # Extra definitions
1059
1059
  term :DCMIType,
1060
- comment: %(The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.).freeze,
1060
+ comment: "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.".freeze,
1061
1061
  "dc:issued": "2000-07-11".freeze,
1062
1062
  isDefinedBy: "dc:".freeze,
1063
1063
  label: "DCMI Type Vocabulary".freeze,
1064
1064
  "rdfs:seeAlso": "dcmitype:".freeze,
1065
1065
  type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
1066
1066
  term :DDC,
1067
- comment: %(The set of conceptual resources specified by the Dewey Decimal Classification.).freeze,
1067
+ comment: "The set of conceptual resources specified by the Dewey Decimal Classification.".freeze,
1068
1068
  "dc:issued": "2000-07-11".freeze,
1069
1069
  isDefinedBy: "dc:".freeze,
1070
1070
  label: "DDC".freeze,
1071
1071
  "rdfs:seeAlso": "http://www.oclc.org/dewey/".freeze,
1072
1072
  type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
1073
1073
  term :IMT,
1074
- comment: %(The set of media types specified by the Internet Assigned Numbers Authority.).freeze,
1074
+ comment: "The set of media types specified by the Internet Assigned Numbers Authority.".freeze,
1075
1075
  "dc:issued": "2000-07-11".freeze,
1076
1076
  isDefinedBy: "dc:".freeze,
1077
1077
  label: "IMT".freeze,
1078
1078
  "rdfs:seeAlso": "http://www.iana.org/assignments/media-types/".freeze,
1079
1079
  type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
1080
1080
  term :LCC,
1081
- comment: %(The set of conceptual resources specified by the Library of Congress Classification.).freeze,
1081
+ comment: "The set of conceptual resources specified by the Library of Congress Classification.".freeze,
1082
1082
  "dc:issued": "2000-07-11".freeze,
1083
1083
  isDefinedBy: "dc:".freeze,
1084
1084
  label: "LCC".freeze,
1085
1085
  "rdfs:seeAlso": "http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html".freeze,
1086
1086
  type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
1087
1087
  term :LCSH,
1088
- comment: %(The set of labeled concepts specified by the Library of Congress Subject Headings.).freeze,
1088
+ comment: "The set of labeled concepts specified by the Library of Congress Subject Headings.".freeze,
1089
1089
  "dc:issued": "2000-07-11".freeze,
1090
1090
  isDefinedBy: "dc:".freeze,
1091
1091
  label: "LCSH".freeze,
1092
1092
  type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
1093
1093
  term :MESH,
1094
- comment: %(The set of labeled concepts specified by the Medical Subject Headings.).freeze,
1094
+ comment: "The set of labeled concepts specified by the Medical Subject Headings.".freeze,
1095
1095
  "dc:issued": "2000-07-11".freeze,
1096
1096
  isDefinedBy: "dc:".freeze,
1097
1097
  label: "MeSH".freeze,
1098
1098
  "rdfs:seeAlso": "http://www.nlm.nih.gov/mesh/meshhome.html".freeze,
1099
1099
  type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
1100
1100
  term :NLM,
1101
- comment: %(The set of conceptual resources specified by the National Library of Medicine Classification.).freeze,
1101
+ comment: "The set of conceptual resources specified by the National Library of Medicine Classification.".freeze,
1102
1102
  "dc:issued": "2005-06-13".freeze,
1103
1103
  isDefinedBy: "dc:".freeze,
1104
1104
  label: "NLM".freeze,
1105
1105
  "rdfs:seeAlso": "http://wwwcf.nlm.nih.gov/class/".freeze,
1106
1106
  type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
1107
1107
  term :TGN,
1108
- comment: %(The set of places specified by the Getty Thesaurus of Geographic Names.).freeze,
1108
+ comment: "The set of places specified by the Getty Thesaurus of Geographic Names.".freeze,
1109
1109
  "dc:issued": "2000-07-11".freeze,
1110
1110
  isDefinedBy: "dc:".freeze,
1111
1111
  label: "TGN".freeze,
1112
1112
  "rdfs:seeAlso": "http://www.getty.edu/research/tools/vocabulary/tgn/index.html".freeze,
1113
1113
  type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
1114
1114
  term :UDC,
1115
- comment: %(The set of conceptual resources specified by the Universal Decimal Classification.).freeze,
1115
+ comment: "The set of conceptual resources specified by the Universal Decimal Classification.".freeze,
1116
1116
  "dc:issued": "2000-07-11".freeze,
1117
1117
  isDefinedBy: "dc:".freeze,
1118
1118
  label: "UDC".freeze,