rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,133 +3,135 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://purl.org/dc/elements/1.1/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://purl.org/dc/elements/1.1/>
7
+ # @!visibility private
6
8
  DC11 = Class.new(RDF::StrictVocabulary("http://purl.org/dc/elements/1.1/")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://purl.org/dc/elements/1.1/",
10
- "http://purl.org/dc/terms/modified": "2012-06-14".freeze,
11
- "http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI".freeze,
12
- "http://purl.org/dc/terms/title": "Dublin Core Metadata Element Set, Version 1.1".freeze
12
+ "http://purl.org/dc/terms/modified": "2012-06-14",
13
+ "http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI",
14
+ "http://purl.org/dc/terms/title": {en: "Dublin Core Metadata Element Set, Version 1.1"}
13
15
 
14
16
  # Property definitions
15
17
  property :contributor,
16
- comment: "An entity responsible for making contributions to the resource.".freeze,
17
- "http://purl.org/dc/terms/description": "The guidelines for using names of persons or organizations as creators also apply to contributors. Typically, the name of a Contributor should be used to indicate the entity.".freeze,
18
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
19
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
20
- label: "Contributor".freeze,
21
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/contributor) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
22
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
18
+ comment: {en: "An entity responsible for making contributions to the resource."},
19
+ "http://purl.org/dc/terms/description": {en: "The guidelines for using names of persons or organizations as creators also apply to contributors. Typically, the name of a Contributor should be used to indicate the entity."},
20
+ "http://purl.org/dc/terms/issued": "1999-07-02",
21
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
22
+ label: {en: "Contributor"},
23
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/contributor) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
24
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
23
25
  property :coverage,
24
- comment: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.".freeze,
25
- "http://purl.org/dc/terms/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.".freeze,
26
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
27
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
28
- label: "Coverage".freeze,
29
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/coverage) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
30
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
26
+ comment: {en: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."},
27
+ "http://purl.org/dc/terms/description": {en: "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."},
28
+ "http://purl.org/dc/terms/issued": "1999-07-02",
29
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
30
+ label: {en: "Coverage"},
31
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/coverage) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
32
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
31
33
  property :creator,
32
- comment: "An entity primarily responsible for making the resource.".freeze,
33
- "http://purl.org/dc/terms/description": "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.".freeze,
34
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
35
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
36
- label: "Creator".freeze,
37
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/creator) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
38
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
34
+ comment: {en: "An entity primarily responsible for making the resource."},
35
+ "http://purl.org/dc/terms/description": {en: "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."},
36
+ "http://purl.org/dc/terms/issued": "1999-07-02",
37
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
38
+ label: {en: "Creator"},
39
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/creator) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
40
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
39
41
  property :date,
40
- comment: "A point or period of time associated with an event in the lifecycle of the resource.".freeze,
41
- "http://purl.org/dc/terms/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,
42
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
43
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
44
- label: "Date".freeze,
45
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/date) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
46
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
42
+ comment: {en: "A point or period of time associated with an event in the lifecycle of the resource."},
43
+ "http://purl.org/dc/terms/description": {en: "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."},
44
+ "http://purl.org/dc/terms/issued": "1999-07-02",
45
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
46
+ label: {en: "Date"},
47
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/date) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
48
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
47
49
  property :description,
48
- comment: "An account of the resource.".freeze,
49
- "http://purl.org/dc/terms/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,
50
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
51
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
52
- label: "Description".freeze,
53
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
54
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
50
+ comment: {en: "An account of the resource."},
51
+ "http://purl.org/dc/terms/description": {en: "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."},
52
+ "http://purl.org/dc/terms/issued": "1999-07-02",
53
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
54
+ label: {en: "Description"},
55
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
56
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
55
57
  property :format,
56
- comment: "The file format, physical medium, or dimensions of the resource.".freeze,
57
- "http://purl.org/dc/terms/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)].".freeze,
58
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
59
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
60
- label: "Format".freeze,
61
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/format) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
62
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
58
+ comment: {en: "The file format, physical medium, or dimensions of the resource."},
59
+ "http://purl.org/dc/terms/description": {en: "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)]."},
60
+ "http://purl.org/dc/terms/issued": "1999-07-02",
61
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
62
+ label: {en: "Format"},
63
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/format) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
64
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
63
65
  property :identifier,
64
- comment: "An unambiguous reference to the resource within a given context.".freeze,
65
- "http://purl.org/dc/terms/description": "Recommended practice is to identify the resource by means of a string conforming to an identification system.".freeze,
66
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
67
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
68
- label: "Identifier".freeze,
69
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/identifier) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
70
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
66
+ comment: {en: "An unambiguous reference to the resource within a given context."},
67
+ "http://purl.org/dc/terms/description": {en: "Recommended practice is to identify the resource by means of a string conforming to an identification system."},
68
+ "http://purl.org/dc/terms/issued": "1999-07-02",
69
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
70
+ label: {en: "Identifier"},
71
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/identifier) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
72
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
71
73
  property :language,
72
- comment: "A language of the resource.".freeze,
73
- "http://purl.org/dc/terms/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,
74
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
75
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
76
- label: "Language".freeze,
77
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/language) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
78
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
74
+ comment: {en: "A language of the resource."},
75
+ "http://purl.org/dc/terms/description": {en: "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."},
76
+ "http://purl.org/dc/terms/issued": "1999-07-02",
77
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
78
+ label: {en: "Language"},
79
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/language) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
80
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
79
81
  property :publisher,
80
- comment: "An entity responsible for making the resource available.".freeze,
81
- "http://purl.org/dc/terms/description": "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.".freeze,
82
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
83
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
84
- label: "Publisher".freeze,
85
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/publisher) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
86
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
82
+ comment: {en: "An entity responsible for making the resource available."},
83
+ "http://purl.org/dc/terms/description": {en: "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."},
84
+ "http://purl.org/dc/terms/issued": "1999-07-02",
85
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
86
+ label: {en: "Publisher"},
87
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/publisher) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
88
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
87
89
  property :relation,
88
- comment: "A related resource.".freeze,
89
- "http://purl.org/dc/terms/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,
90
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
91
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
92
- label: "Relation".freeze,
93
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/relation) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
94
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
90
+ comment: {en: "A related resource."},
91
+ "http://purl.org/dc/terms/description": {en: "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."},
92
+ "http://purl.org/dc/terms/issued": "1999-07-02",
93
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
94
+ label: {en: "Relation"},
95
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/relation) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
96
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
95
97
  property :rights,
96
- comment: "Information about rights held in and over the resource.".freeze,
97
- "http://purl.org/dc/terms/description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.".freeze,
98
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
99
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
100
- label: "Rights".freeze,
101
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/rights) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
102
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
98
+ comment: {en: "Information about rights held in and over the resource."},
99
+ "http://purl.org/dc/terms/description": {en: "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."},
100
+ "http://purl.org/dc/terms/issued": "1999-07-02",
101
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
102
+ label: {en: "Rights"},
103
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/rights) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
104
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
103
105
  property :source,
104
- comment: "A related resource from which the described resource is derived.".freeze,
105
- "http://purl.org/dc/terms/description": "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.".freeze,
106
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
107
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
108
- label: "Source".freeze,
109
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/source) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
110
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
106
+ comment: {en: "A related resource from which the described resource is derived."},
107
+ "http://purl.org/dc/terms/description": {en: "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."},
108
+ "http://purl.org/dc/terms/issued": "1999-07-02",
109
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
110
+ label: {en: "Source"},
111
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/source) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
112
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
111
113
  property :subject,
112
- comment: "The topic of the resource.".freeze,
113
- "http://purl.org/dc/terms/description": "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.".freeze,
114
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
115
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
116
- label: "Subject".freeze,
117
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/subject) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
118
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
114
+ comment: {en: "The topic of the resource."},
115
+ "http://purl.org/dc/terms/description": {en: "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary."},
116
+ "http://purl.org/dc/terms/issued": "1999-07-02",
117
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
118
+ label: {en: "Subject"},
119
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/subject) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
120
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
119
121
  property :title,
120
- comment: "A name given to the resource.".freeze,
121
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
122
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
123
- label: "Title".freeze,
124
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/title) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
125
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
122
+ comment: {en: "A name given to the resource."},
123
+ "http://purl.org/dc/terms/issued": "1999-07-02",
124
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
125
+ label: {en: "Title"},
126
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/title) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
127
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
126
128
  property :type,
127
- comment: "The nature or genre of the resource.".freeze,
128
- "http://purl.org/dc/terms/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 Format element.".freeze,
129
- "http://purl.org/dc/terms/issued": "1999-07-02".freeze,
130
- isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
131
- label: "Type".freeze,
132
- note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/type) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
133
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
129
+ comment: {en: "The nature or genre of the resource."},
130
+ "http://purl.org/dc/terms/description": {en: "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 Format element."},
131
+ "http://purl.org/dc/terms/issued": "1999-07-02",
132
+ isDefinedBy: "http://purl.org/dc/elements/1.1/",
133
+ label: {en: "Type"},
134
+ note: {en: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/type) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."},
135
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
134
136
  end
135
137
  end