rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -5,9 +5,158 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.europeana.eu/schemas/edm/>
8
+ # #
9
+ # # Europeana Data Model (EDM) vocabulary
10
+ # #
11
+ # # The Europeana Data Model (EDM) is aimed at being an integration medium for collecting, connecting and enriching the descriptions provided by Europeana data providers. The RDF vocabulary for http://www.europeana.eu/schemas/edm/ defines the elements introduced by EDM (as opposed to the ones EDM re-uses from other namespaces).
12
+ # # @version 5.2.4
8
13
  # class EDM < RDF::StrictVocabulary
14
+ # # @return [RDF::Vocabulary::Term]
15
+ # attr_reader :Agent
16
+ #
17
+ # # @return [RDF::Vocabulary::Term]
18
+ # attr_reader :EuropeanaAggregation
19
+ #
20
+ # # @return [RDF::Vocabulary::Term]
21
+ # attr_reader :EuropeanaObject
22
+ #
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :Event
25
+ #
26
+ # # @return [RDF::Vocabulary::Term]
27
+ # attr_reader :InformationResource
28
+ #
29
+ # # @return [RDF::Vocabulary::Term]
30
+ # attr_reader :NonInformationResource
31
+ #
32
+ # # @return [RDF::Vocabulary::Term]
33
+ # attr_reader :PhysicalThing
34
+ #
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :Place
37
+ #
38
+ # # @return [RDF::Vocabulary::Term]
39
+ # attr_reader :ProvidedCHO
40
+ #
41
+ # # @return [RDF::Vocabulary::Term]
42
+ # attr_reader :TimeSpan
43
+ #
44
+ # # @return [RDF::Vocabulary::Term]
45
+ # attr_reader :WebResource
46
+ #
47
+ # # @return [RDF::Vocabulary::Term]
48
+ # attr_reader :aggregatedCHO
49
+ #
50
+ # # @return [RDF::Vocabulary::Term]
51
+ # attr_reader :begin
52
+ #
53
+ # # @return [RDF::Vocabulary::Term]
54
+ # attr_reader :collectionName
55
+ #
56
+ # # @return [RDF::Vocabulary::Term]
57
+ # attr_reader :country
58
+ #
59
+ # # @return [RDF::Vocabulary::Term]
60
+ # attr_reader :currentLocation
61
+ #
62
+ # # @return [RDF::Vocabulary::Term]
63
+ # attr_reader :dataProvider
64
+ #
65
+ # # @return [RDF::Vocabulary::Term]
66
+ # attr_reader :end
67
+ #
68
+ # # @return [RDF::Vocabulary::Term]
69
+ # attr_reader :europeanaProxy
70
+ #
71
+ # # @return [RDF::Vocabulary::Term]
72
+ # attr_reader :happenedAt
73
+ #
74
+ # # @return [RDF::Vocabulary::Term]
75
+ # attr_reader :hasMet
76
+ #
77
+ # # @return [RDF::Vocabulary::Term]
78
+ # attr_reader :hasType
79
+ #
80
+ # # @return [RDF::Vocabulary::Term]
81
+ # attr_reader :hasView
82
+ #
83
+ # # @return [RDF::Vocabulary::Term]
84
+ # attr_reader :incorporates
85
+ #
86
+ # # @return [RDF::Vocabulary::Term]
87
+ # attr_reader :isAnnotationOf
88
+ #
89
+ # # @return [RDF::Vocabulary::Term]
90
+ # attr_reader :isDerivativeOf
91
+ #
92
+ # # @return [RDF::Vocabulary::Term]
93
+ # attr_reader :isNextInSequence
94
+ #
95
+ # # @return [RDF::Vocabulary::Term]
96
+ # attr_reader :isRelatedTo
97
+ #
98
+ # # @return [RDF::Vocabulary::Term]
99
+ # attr_reader :isRepresentationOf
100
+ #
101
+ # # @return [RDF::Vocabulary::Term]
102
+ # attr_reader :isShownAt
103
+ #
104
+ # # @return [RDF::Vocabulary::Term]
105
+ # attr_reader :isShownBy
106
+ #
107
+ # # @return [RDF::Vocabulary::Term]
108
+ # attr_reader :isSimilarTo
109
+ #
110
+ # # @return [RDF::Vocabulary::Term]
111
+ # attr_reader :isSuccessorOf
112
+ #
113
+ # # @return [RDF::Vocabulary::Term]
114
+ # attr_reader :landingPage
115
+ #
116
+ # # @return [RDF::Vocabulary::Term]
117
+ # attr_reader :language
118
+ #
119
+ # # @return [RDF::Vocabulary::Term]
120
+ # attr_reader :object
121
+ #
122
+ # # @return [RDF::Vocabulary::Term]
123
+ # attr_reader :occurredAt
124
+ #
125
+ # # @return [RDF::Vocabulary::Term]
126
+ # attr_reader :preview
127
+ #
128
+ # # @return [RDF::Vocabulary::Term]
129
+ # attr_reader :provider
130
+ #
131
+ # # @return [RDF::Vocabulary::Term]
132
+ # attr_reader :realizes
133
+ #
134
+ # # @return [RDF::Vocabulary::Term]
135
+ # attr_reader :rights
136
+ #
137
+ # # @return [RDF::Vocabulary::Term]
138
+ # attr_reader :type
139
+ #
140
+ # # @return [RDF::Vocabulary::Term]
141
+ # attr_reader :ugc
142
+ #
143
+ # # @return [RDF::Vocabulary::Term]
144
+ # attr_reader :unstored
145
+ #
146
+ # # @return [RDF::Vocabulary::Term]
147
+ # attr_reader :uri
148
+ #
149
+ # # @return [RDF::Vocabulary::Term]
150
+ # attr_reader :userTag
151
+ #
152
+ # # @return [RDF::Vocabulary::Term]
153
+ # attr_reader :wasPresentAt
154
+ #
155
+ # # @return [RDF::Vocabulary::Term]
156
+ # attr_reader :year
157
+ #
9
158
  # end
10
- class EDM < RDF::StrictVocabulary("http://www.europeana.eu/schemas/edm/")
159
+ EDM = Class.new(RDF::StrictVocabulary("http://www.europeana.eu/schemas/edm/")) do
11
160
 
12
161
  # Ontology definition
13
162
  ontology :"http://www.europeana.eu/schemas/edm/",
@@ -37,8 +186,7 @@ module RDF::Vocab
37
186
 
38
187
  # Class definitions
39
188
  term :Agent,
40
- definition: %(This class comprises people, either individually or in groups, who have the
41
- potential to perform intentional actions for which they can be held responsible.).freeze,
189
+ definition: "This class comprises people, either individually or in groups, who have the\npotential to perform intentional actions for which they can be held responsible.".freeze,
42
190
  equivalentClass: "http://www.cidoc-crm.org/rdfs/cidoc-crm#E39_Actor".freeze,
43
191
  label: "Agent".freeze,
44
192
  "skos:example": "Leonardo da Vinci, the British Museum, W3C".freeze,
@@ -46,35 +194,30 @@ potential to perform intentional actions for which they can be held responsible.
46
194
  subClassOf: "edm:NonInformationResource".freeze,
47
195
  type: "owl:Class".freeze
48
196
  term :EuropeanaAggregation,
49
- definition: %(The set of resources related to a single Cultural Heritage Object that
50
- collectively represent that object in Europeana. Such set consists of: all
51
- descriptions about the object that Europeana collects from \(possibly different\) content providers, including thumbnails and other forms of abstractions, as well as of the description of the object Europeana builds.).freeze,
197
+ definition: "The set of resources related to a single Cultural Heritage Object that\ncollectively represent that object in Europeana. Such set consists of: all\ndescriptions about the object that Europeana collects from (possibly different) content providers, including thumbnails and other forms of abstractions, as well as of the description of the object Europeana builds.".freeze,
52
198
  equivalentClass: term(
53
199
  cardinality: "1".freeze,
54
200
  onProperty: "edm:aggregatedCHO".freeze,
55
201
  type: "owl:Restriction".freeze
56
202
  ),
57
203
  label: "Europeana Aggregation".freeze,
58
- note: %(An instance of EuropeanaAggregation is created at ingestion time for each different Cultural Heritage Object recognized by Europeana. Such instance is associated to the Cultural Heritage Object that it is about, by the property edm:aggregatedCHO).freeze,
204
+ note: "An instance of EuropeanaAggregation is created at ingestion time for each different Cultural Heritage Object recognized by Europeana. Such instance is associated to the Cultural Heritage Object that it is about, by the property edm:aggregatedCHO".freeze,
59
205
  "skos:example": ["The 56th issue of \"Le Temps\" is a (different) Cultural Heritage Object represented in Europeana by another EuropeanaAggregation instance".freeze, "The journal \"Le Temps\" is a Cultural Heritage Object represented in Europeana by one EuropeanaAggregation instance".freeze, "The painting Mona Lisa is a Cultural Heritage Object represented in Europeana by one EuropeanaAggregation instance".freeze],
60
206
  "skos:scopeNote": ["Obligation and Occurence: The relation between the Cultural Heritage Objects represented in Europeana and the instances of the class EuropeanaAggregation is one-to-one, in the data maintained by Europeana: every Cultural Heritage Object is represented by an instance of EuropeanaAggregation, and every instance of EuropeanaAggregation represent a Cultural Heritage Object.".freeze, "Rationale: This class is used in Europeana to gather in a single conceptual unit all the information about a Cultural Heritage Object, necessary for all operations on these objects.".freeze],
61
207
  subClassOf: ["edm:EuropeanaObject".freeze, "ore:Aggregation".freeze],
62
208
  type: "owl:Class".freeze
63
209
  term :EuropeanaObject,
64
- definition: %(Any object that is the result of Europeana’s activities).freeze,
210
+ definition: "Any object that is the result of Europeana’s activities".freeze,
65
211
  label: "Europeana Object".freeze,
66
212
  "skos:example": ["An annotation created by a user through the Europeana portal".freeze, "Any content created by the users through the service made available by Europeana for that purpose".freeze, "Any instance of the class EuropeanaAggregation".freeze],
67
213
  "skos:scopeNote": "Rationale: This class is used to tag objects that are the result of activity of Europeana, and, as such, objects on which Europeana holds rights".freeze,
68
214
  subClassOf: "edm:WebResource".freeze,
69
215
  type: "owl:Class".freeze
70
216
  term :Event,
71
- definition: %(An event is a change "of states in cultural, social or physical systems,
72
- regardless of scale, brought about by a series or group of coherent physical,
73
- cultural, technological or legal phenomena" \(E5 Event in CIDOC CRM\) or a "set of coherent phenomena or cultural manifestations bounded in time and space" \(E4 Period in CIDOC CRM\)
74
- ).freeze,
217
+ definition: "An event is a change \"of states in cultural, social or physical systems,\n regardless of scale, brought about by a series or group of coherent physical,\ncultural, technological or legal phenomena\" (E5 Event in CIDOC CRM) or a \"set of coherent phenomena or cultural manifestations bounded in time and space\" (E4 Period in CIDOC CRM)\n".freeze,
75
218
  equivalentClass: ["http://iflastandards.info/ns/fr/frbr/frbroo/F8_Event".freeze, "http://metadata.net/harmony/abc#Temporality".freeze, "http://purl.org/vocab/frbr/core#Event".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#E4_Period".freeze],
76
219
  label: "Event".freeze,
77
- note: %(Events are identified either by the content provider or by Europeana enrichment at ingestion time).freeze,
220
+ note: "Events are identified either by the content provider or by Europeana enrichment at ingestion time".freeze,
78
221
  "skos:example": ["the 2nd World War".freeze, "the act of painting Mona Lisa".freeze, "the change of custody of Mona Lisa".freeze],
79
222
  "skos:scopeNote": "Rationale:This class is a domain of edm:happenedAt and the domain of edm:occurredAt".freeze,
80
223
  subClassOf: ["edm:NonInformationResource".freeze, term(
@@ -84,7 +227,7 @@ cultural, technological or legal phenomena" \(E5 Event in CIDOC CRM\) or a "set
84
227
  )],
85
228
  type: "owl:Class".freeze
86
229
  term :InformationResource,
87
- definition: %(An information resource is a resource whose essential characteristics can be conveyed in a single message. It can be associated with a URI, it can have a representation, for example: a text is an InformationResource.).freeze,
230
+ definition: "An information resource is a resource whose essential characteristics can be conveyed in a single message. It can be associated with a URI, it can have a representation, for example: a text is an InformationResource.".freeze,
88
231
  equivalentClass: ["http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object".freeze, term(
89
232
  type: "owl:Class".freeze,
90
233
  unionOf: list("http://iflastandards.info/ns/fr/frbr/frbroo/F1_Work".freeze, "http://iflastandards.info/ns/fr/frbr/frbroo/F2_Expression".freeze, "http://iflastandards.info/ns/fr/frbr/frbroo/F3_Manifestation_Product_Type".freeze, "http://iflastandards.info/ns/fr/frbr/frbroo/F4_Manifestation_Singleton".freeze)
@@ -95,27 +238,26 @@ cultural, technological or legal phenomena" \(E5 Event in CIDOC CRM\) or a "set
95
238
  label: "Information Resource".freeze,
96
239
  type: "owl:Class".freeze
97
240
  term :NonInformationResource,
98
- definition: %(All resources that are not information resources.).freeze,
241
+ definition: "All resources that are not information resources.".freeze,
99
242
  label: "Non-Information Resource".freeze,
100
243
  "owl:complementOf": "edm:InformationResource".freeze,
101
244
  type: "owl:Class".freeze
102
245
  term :PhysicalThing,
103
- definition: %(A persistent physical item such as a painting, a building, a book or a stone.
104
- Persons are not items. This class represents Cultural Heritage Objects known to Europeana to be physical things \(such as Mona Lisa\) as well as all physical things Europeana refers to in the descriptions of Cultural Heritage Objects \(such as the Rosetta Stone\).).freeze,
246
+ definition: "A persistent physical item such as a painting, a building, a book or a stone.\nPersons are not items. This class represents Cultural Heritage Objects known to Europeana to be physical things (such as Mona Lisa) as well as all physical things Europeana refers to in the descriptions of Cultural Heritage Objects (such as the Rosetta Stone).".freeze,
105
247
  equivalentClass: "http://www.cidoc-crm.org/rdfs/cidoc-crm#E18_Physical_Thing".freeze,
106
248
  label: "Physical Thing".freeze,
107
249
  subClassOf: "edm:NonInformationResource".freeze,
108
250
  type: "owl:Class".freeze
109
251
  term :Place,
110
- definition: %(An "extent in space, in particular on the surface of the earth, in the pure sense of physics: independent from temporal phenomena and matter" \(CIDOC CRM\)).freeze,
252
+ definition: "An \"extent in space, in particular on the surface of the earth, in the pure sense of physics: independent from temporal phenomena and matter\" (CIDOC CRM)".freeze,
111
253
  equivalentClass: ["http://iflastandards.info/ns/fr/frbr/frbroo/F9_Place".freeze, "http://metadata.net/harmony/abc#Place".freeze, "http://purl.org/vocab/frbr/core#Place".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#E53_Place".freeze, "http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#space-region".freeze],
112
254
  label: "Place".freeze,
113
255
  subClassOf: "edm:NonInformationResource".freeze,
114
256
  type: "owl:Class".freeze
115
257
  term :ProvidedCHO,
116
- definition: %(This class comprises the Cultural Heritage objects that Europeana collects descriptions about.).freeze,
258
+ definition: "This class comprises the Cultural Heritage objects that Europeana collects descriptions about.".freeze,
117
259
  label: "Provided CHO".freeze,
118
- note: %(This class has been mostly motivated by the need to assign a type to the “central node” in the EDM pattern, during the ingestion process, related to the XML expression of EDM at that stage. It was especially intended to fit the cases where edm:PhysicalThing cannot be used as the type of the resource standing for the real-world object \(independently of any specific data contributor perspective\).).freeze,
260
+ note: "This class has been mostly motivated by the need to assign a type to the “central node” in the EDM pattern, during the ingestion process, related to the XML expression of EDM at that stage. It was especially intended to fit the cases where edm:PhysicalThing cannot be used as the type of the resource standing for the real-world object (independently of any specific data contributor perspective).".freeze,
119
261
  "skos:example": "Mona Lisa, Winged Victory of Samothrace".freeze,
120
262
  "skos:scopeNote": "Rationale: This class is the range of edm:aggregatedCHO. A resource of type ProvidedCHO can be the subject of statements using edm:isRelatedTo or any more specific property.".freeze,
121
263
  subClassOf: term(
@@ -128,29 +270,27 @@ Persons are not items. This class represents Cultural Heritage Objects known to
128
270
  ),
129
271
  type: "owl:Class".freeze
130
272
  term :TimeSpan,
131
- definition: %(The class of "abstract temporal extents, in the sense of Galilean physics,
132
- having a beginning, an end and a duration" \(CIDOC CRM\)).freeze,
273
+ definition: "The class of \"abstract temporal extents, in the sense of Galilean physics,\n having a beginning, an end and a duration\" (CIDOC CRM)".freeze,
133
274
  equivalentClass: ["http://metadata.net/harmony/abc#Time".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#E52_Time-Span".freeze, "http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval".freeze],
134
275
  label: "Time Span".freeze,
135
276
  subClassOf: ["dc:PeriodOfTime".freeze, "edm:NonInformationResource".freeze],
136
277
  type: "owl:Class".freeze
137
278
  term :WebResource,
138
- definition: %(Information Resources that have at least one Web Representation and at least
139
- a URI.).freeze,
279
+ definition: "Information Resources that have at least one Web Representation and at least\na URI.".freeze,
140
280
  label: "Web Resource".freeze,
141
281
  subClassOf: "edm:InformationResource".freeze,
142
282
  type: "owl:Class".freeze
143
283
 
144
284
  # Property definitions
145
285
  property :aggregatedCHO,
146
- definition: %(This property associates an ORE aggregation with the cultural heritage object\(s\) \(CHO for short\) it is about.).freeze,
286
+ definition: "This property associates an ORE aggregation with the cultural heritage object(s) (CHO for short) it is about.".freeze,
147
287
  domain: "ore:Aggregation".freeze,
148
288
  label: "Aggregated Cultural Heritage Object".freeze,
149
289
  range: "edm:ProvidedCHO".freeze,
150
290
  subPropertyOf: ["dc11:subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P129_is_about".freeze, "ore:aggregates".freeze],
151
291
  type: "owl:ObjectProperty".freeze
152
292
  property :begin,
153
- definition: %(This property denotes the start date of a period of time.).freeze,
293
+ definition: "This property denotes the start date of a period of time.".freeze,
154
294
  domain: term(
155
295
  type: "owl:Class".freeze,
156
296
  unionOf: list("edm:Agent".freeze, "edm:TimeSpan".freeze)
@@ -159,16 +299,16 @@ a URI.).freeze,
159
299
  subPropertyOf: "edm:isRelatedTo".freeze,
160
300
  type: "owl:DatatypeProperty".freeze
161
301
  property :collectionName,
162
- definition: %(This property holds the collection identifier given to the dataset in Europeana.).freeze,
302
+ definition: "This property holds the collection identifier given to the dataset in Europeana.".freeze,
163
303
  label: "Collection Name".freeze,
164
- note: %(The value of this property is provided by Europeana as part of the ingestion process.).freeze,
304
+ note: "The value of this property is provided by Europeana as part of the ingestion process.".freeze,
165
305
  type: "owl:ObjectProperty".freeze
166
306
  property :country,
167
307
  label: "Country".freeze,
168
308
  subPropertyOf: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P12_occurred_in_the_presence_of".freeze,
169
309
  type: "rdf:Property".freeze
170
310
  property :currentLocation,
171
- definition: %(The geographic location and/or name of the repository, building, site, or other entity whose boundaries presently include the resource.).freeze,
311
+ definition: "The geographic location and/or name of the repository, building, site, or other entity whose boundaries presently include the resource.".freeze,
172
312
  domain: term(
173
313
  type: "owl:Class".freeze,
174
314
  unionOf: list("edm:ProvidedCHO".freeze, term(
@@ -188,14 +328,14 @@ a URI.).freeze,
188
328
  subPropertyOf: "dc:spatial".freeze,
189
329
  type: "owl:ObjectProperty".freeze
190
330
  property :dataProvider,
191
- definition: %(The name or identifier of the organisation who contributes data indirectly to an aggregation service \(e.g. Europeana\).).freeze,
331
+ definition: "The name or identifier of the organisation who contributes data indirectly to an aggregation service (e.g. Europeana).".freeze,
192
332
  domain: "ore:Aggregation".freeze,
193
333
  label: "Data Provider".freeze,
194
334
  range: "edm:Agent".freeze,
195
335
  subPropertyOf: "dc:provenance".freeze,
196
336
  type: "rdf:Property".freeze
197
337
  property :end,
198
- definition: %(This property denotes the end date of a period of time.).freeze,
338
+ definition: "This property denotes the end date of a period of time.".freeze,
199
339
  domain: term(
200
340
  type: "owl:Class".freeze,
201
341
  unionOf: list("edm:Agent".freeze, "edm:TimeSpan".freeze)
@@ -204,13 +344,12 @@ a URI.).freeze,
204
344
  subPropertyOf: "edm:isRelatedTo".freeze,
205
345
  type: "owl:DatatypeProperty".freeze
206
346
  property :europeanaProxy,
207
- definition: %(This property serves only as a flag to indicate that a proxy is a Europeana proxy \(as opposed to a provider proxy\). It is for internal use only.).freeze,
347
+ definition: "This property serves only as a flag to indicate that a proxy is a Europeana proxy (as opposed to a provider proxy). It is for internal use only.".freeze,
208
348
  label: "Europeana Proxy".freeze,
209
- note: %(By default, any proxy without this flag can be interpreted as having the value false and is a provider proxy.).freeze,
349
+ note: "By default, any proxy without this flag can be interpreted as having the value false and is a provider proxy.".freeze,
210
350
  type: "owl:ObjectProperty".freeze
211
351
  property :happenedAt,
212
- definition: %(This property associates an event with the place at which the event
213
- happened.).freeze,
352
+ definition: "This property associates an event with the place at which the event\nhappened.".freeze,
214
353
  domain: "edm:Event".freeze,
215
354
  equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P7_took_place_at".freeze,
216
355
  label: "Happened At".freeze,
@@ -218,13 +357,12 @@ happened.).freeze,
218
357
  subPropertyOf: "dc11:relation".freeze,
219
358
  type: "owl:ObjectProperty".freeze
220
359
  property :hasMet,
221
- definition: %(edm:hasMet relates a resource with the objects or phenomena that have happened to or have happened together with the resource under consideration. We can abstractly think of history and the present as a series of “meetings” between people and other things in space-time. Therefore we name this relationship as the things the object “has met” in the course of its existence. These meetings are events in the proper sense, in which other people and things participate in any role.).freeze,
360
+ definition: "edm:hasMet relates a resource with the objects or phenomena that have happened to or have happened together with the resource under consideration. We can abstractly think of history and the present as a series of “meetings” between people and other things in space-time. Therefore we name this relationship as the things the object “has met” in the course of its existence. These meetings are events in the proper sense, in which other people and things participate in any role.".freeze,
222
361
  label: "Has Met".freeze,
223
362
  subPropertyOf: "dc11:relation".freeze,
224
363
  type: "rdf:Property".freeze
225
364
  property :hasType,
226
- definition: %(This property relates a resource with the concepts it belongs to in a suitable
227
- type system such as MIME or any thesaurus that captures categories of objects in a given field \(e.g., the “Objects” facet in Getty’s Art and Architecture Thesaurus\). It does not capture aboutness.).freeze,
365
+ definition: "This property relates a resource with the concepts it belongs to in a suitable\ntype system such as MIME or any thesaurus that captures categories of objects in a given field (e.g., the “Objects” facet in Getty’s Art and Architecture Thesaurus). It does not capture aboutness.".freeze,
228
366
  domain: term(
229
367
  type: "owl:Class".freeze,
230
368
  unionOf: list("edm:ProvidedCHO".freeze, term(
@@ -244,25 +382,20 @@ type system such as MIME or any thesaurus that captures categories of objects in
244
382
  subPropertyOf: "edm:isRelatedTo".freeze,
245
383
  type: "owl:ObjectProperty".freeze
246
384
  property :hasView,
247
- definition: %(This property relates a ORE aggregation about a CHO with a web resource
248
- providing a view of that CHO. Examples of view are: a thumbnail, a textual
249
- abstract and a table of contents. The ORE aggregation may be a Europeana
250
- Aggregation, in which case the view is an object owned by Europeana \(i.e., an instance of edm:EuropeanaObject\) or an aggregation contributed by a content provider. In order to capture both these cases, the domain of edm:hasView is ore:Aggregation and its range is edm:WebResource).freeze,
385
+ definition: "This property relates a ORE aggregation about a CHO with a web resource\nproviding a view of that CHO. Examples of view are: a thumbnail, a textual\nabstract and a table of contents. The ORE aggregation may be a Europeana\nAggregation, in which case the view is an object owned by Europeana (i.e., an instance of edm:EuropeanaObject) or an aggregation contributed by a content provider. In order to capture both these cases, the domain of edm:hasView is ore:Aggregation and its range is edm:WebResource".freeze,
251
386
  domain: "ore:Aggregation".freeze,
252
387
  label: "Has View".freeze,
253
388
  range: "edm:WebResource".freeze,
254
389
  subPropertyOf: "ore:aggregates".freeze,
255
390
  type: "owl:ObjectProperty".freeze
256
391
  property :incorporates,
257
- definition: %(This property captures the use of some resource to add value to another
258
- resource. Such resources may be nested, such as performing a theater play text, and then recording the performance, or creating an artful edition of a collection of poems or just aggregating various poems in an anthology. There may be no single part that contains ultimately the incorporated object, which may be dispersed in the presentation. Therefore, incorporated resources do in general not form proper parts. Incorporated resources are not part of the same resource, but are taken from other resources, and have an independent history. Therefore edm:incorporates is not a sub-property of dcterm:hasPart.).freeze,
392
+ definition: "This property captures the use of some resource to add value to another\nresource. Such resources may be nested, such as performing a theater play text, and then recording the performance, or creating an artful edition of a collection of poems or just aggregating various poems in an anthology. There may be no single part that contains ultimately the incorporated object, which may be dispersed in the presentation. Therefore, incorporated resources do in general not form proper parts. Incorporated resources are not part of the same resource, but are taken from other resources, and have an independent history. Therefore edm:incorporates is not a sub-property of dcterm:hasPart.".freeze,
259
393
  equivalentProperty: "http://iflastandards.info/ns/fr/frbr/frbroo/R14_incorporates".freeze,
260
394
  label: "Incorporates".freeze,
261
395
  subPropertyOf: "edm:isSimilarTo".freeze,
262
396
  type: "owl:ObjectProperty".freeze
263
397
  property :isAnnotationOf,
264
- definition: %(This property relates an annotation \(a Europeana object\) with the resource
265
- that it annotates.).freeze,
398
+ definition: "This property relates an annotation (a Europeana object) with the resource\nthat it annotates.".freeze,
266
399
  domain: "edm:EuropeanaObject".freeze,
267
400
  label: "Is Annotation Of".freeze,
268
401
  range: term(
@@ -281,19 +414,18 @@ that it annotates.).freeze,
281
414
  subPropertyOf: ["dc11:subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P67_refers_to".freeze],
282
415
  type: "owl:ObjectProperty".freeze
283
416
  property :isDerivativeOf,
284
- definition: %(This property captures a narrower notion of derivation than edm:isSimilarTo, in the sense that it relates a resource to another one, obtained by reworking, reducing, expanding, parts or the whole contents of the former, and possibly adding some minor parts. Versions have an even narrower meaning, in that it requires common identity between the related resources. Translations, summaries, abstractions etc. do not qualify as versions, but do qualify as derivatives.).freeze,
417
+ definition: "This property captures a narrower notion of derivation than edm:isSimilarTo, in the sense that it relates a resource to another one, obtained by reworking, reducing, expanding, parts or the whole contents of the former, and possibly adding some minor parts. Versions have an even narrower meaning, in that it requires common identity between the related resources. Translations, summaries, abstractions etc. do not qualify as versions, but do qualify as derivatives.".freeze,
285
418
  equivalentProperty: "http://iflastandards.info/ns/fr/frbr/frbroo/R2_is_derivative_of".freeze,
286
419
  label: "Is Derivative Of".freeze,
287
420
  subPropertyOf: "edm:isSimilarTo".freeze,
288
421
  type: "rdf:Property".freeze
289
422
  property :isNextInSequence,
290
- definition: %(edm:isNextInSequence relates two resources S and R that are ordered parts of the same resource A, and such that S comes immediately after R in the order created by their being parts of A.).freeze,
423
+ definition: "edm:isNextInSequence relates two resources S and R that are ordered parts of the same resource A, and such that S comes immediately after R in the order created by their being parts of A.".freeze,
291
424
  label: "Is Next In Sequence Of".freeze,
292
425
  subPropertyOf: "dc11:relation".freeze,
293
426
  type: "owl:ObjectProperty".freeze
294
427
  property :isRelatedTo,
295
- definition: %(edm:isRelatedTo is the most general contextual property in EDM. Contextual
296
- properties have typically to do either with the things that have happened to or together with the object under consideration, or what the object refers to by its shape, form or features in a figural or encoded form. For sake of simplicity, we include in the contextual relationships also the scholarly classification, which may have either to do with the role and cultural connections of the object in the past, or its kind of structure, substance or contents as it can be verified at present.).freeze,
428
+ definition: "edm:isRelatedTo is the most general contextual property in EDM. Contextual\nproperties have typically to do either with the things that have happened to or together with the object under consideration, or what the object refers to by its shape, form or features in a figural or encoded form. For sake of simplicity, we include in the contextual relationships also the scholarly classification, which may have either to do with the role and cultural connections of the object in the past, or its kind of structure, substance or contents as it can be verified at present.".freeze,
297
429
  domain: term(
298
430
  type: "owl:Class".freeze,
299
431
  unionOf: list("edm:ProvidedCHO".freeze, term(
@@ -310,55 +442,52 @@ properties have typically to do either with the things that have happened to or
310
442
  label: "Is Related To".freeze,
311
443
  type: "rdf:Property".freeze
312
444
  property :isRepresentationOf,
313
- definition: %(This property associates an information resource to the resource \(if any\) that it represents).freeze,
445
+ definition: "This property associates an information resource to the resource (if any) that it represents".freeze,
314
446
  domain: "edm:InformationResource".freeze,
315
447
  label: "Is Representation Of".freeze,
316
448
  subPropertyOf: ["dc11:subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P138_represents".freeze],
317
449
  type: "owl:ObjectProperty".freeze
318
450
  property :isShownAt,
319
- definition: %(An unambiguous URL reference to the digital object on the provider’s web site in its full information context.).freeze,
451
+ definition: "An unambiguous URL reference to the digital object on the provider’s web site in its full information context.".freeze,
320
452
  label: "Is Shown At".freeze,
321
453
  range: "edm:WebResource".freeze,
322
454
  subPropertyOf: "edm:hasView".freeze,
323
455
  type: "owl:ObjectProperty".freeze
324
456
  property :isShownBy,
325
- definition: %(An unambiguous URL reference to the digital object on the provider’s web site in the best available resolution/quality.).freeze,
457
+ definition: "An unambiguous URL reference to the digital object on the provider’s web site in the best available resolution/quality.".freeze,
326
458
  label: "Is Shown By".freeze,
327
459
  range: "edm:WebResource".freeze,
328
460
  subPropertyOf: "edm:hasView".freeze,
329
461
  type: "owl:ObjectProperty".freeze
330
462
  property :isSimilarTo,
331
- definition: %(The most generic derivation property, covering also the case of questionable derivation. Is Similar To asserts that parts of the contents of one resource exhibit common features with respect to ideas, shapes, structures, colors, words, plots, topics with the contents of the related resource. Those common features may be attributed to a common origin or influence \(in particular for derivation\), but also to more generic cultural or psychological factors.).freeze,
463
+ definition: "The most generic derivation property, covering also the case of questionable derivation. Is Similar To asserts that parts of the contents of one resource exhibit common features with respect to ideas, shapes, structures, colors, words, plots, topics with the contents of the related resource. Those common features may be attributed to a common origin or influence (in particular for derivation), but also to more generic cultural or psychological factors.".freeze,
332
464
  equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P130_shows_features_of".freeze,
333
465
  label: "Is Similar To".freeze,
334
466
  subPropertyOf: "dc11:relation".freeze,
335
467
  type: "rdf:Property".freeze
336
468
  property :isSuccessorOf,
337
- definition: %(This property captures the relation between the continuation of a resource and that resource. This applies to a story, a serial, a journal etc. No content of the successor resource is identical or has a similar form with that of the precursor. The similarity is only in the context, subjects and figures of a plot. Successors typically form part of a common whole – such as a trilogy, a journal, etc.).freeze,
469
+ definition: "This property captures the relation between the continuation of a resource and that resource. This applies to a story, a serial, a journal etc. No content of the successor resource is identical or has a similar form with that of the precursor. The similarity is only in the context, subjects and figures of a plot. Successors typically form part of a common whole – such as a trilogy, a journal, etc.".freeze,
338
470
  label: "Is Successor Of".freeze,
339
471
  subPropertyOf: "edm:isSimilarTo".freeze,
340
472
  type: "owl:ObjectProperty".freeze
341
473
  property :landingPage,
342
- definition: %(This property captures the relation between a Europeana aggregation representing a cultural heritage object and a \(reference\) Web resource giving access to that object. Europeana provides the value for this property.).freeze,
474
+ definition: "This property captures the relation between a Europeana aggregation representing a cultural heritage object and a (reference) Web resource giving access to that object. Europeana provides the value for this property.".freeze,
343
475
  label: "Landing Page".freeze,
344
476
  range: "edm:WebResource".freeze,
345
477
  subPropertyOf: "ore:aggregates".freeze,
346
478
  type: "owl:ObjectProperty".freeze
347
479
  property :language,
348
- definition: %(The value for this element is added by the Data Ingestion Team as part of the ingestion process, based on the language of the data provider.).freeze,
480
+ definition: "The value for this element is added by the Data Ingestion Team as part of the ingestion process, based on the language of the data provider.".freeze,
349
481
  label: "Europeana Language".freeze,
350
482
  type: "rdf:Property".freeze
351
483
  property :object,
352
- definition: %(The URL of a thumbnail representing the digital object or, if there is no such
353
- thumbnail, the URL of the digital object in the best resolution available on the
354
- web site of the data provider from which a thumbnail could be generated. This will often be the same URL as given in edm:isShownBy.).freeze,
484
+ definition: "The URL of a thumbnail representing the digital object or, if there is no such\nthumbnail, the URL of the digital object in the best resolution available on the\nweb site of the data provider from which a thumbnail could be generated. This will often be the same URL as given in edm:isShownBy.".freeze,
355
485
  label: "Object".freeze,
356
486
  range: "edm:WebResource".freeze,
357
487
  subPropertyOf: "edm:hasView".freeze,
358
488
  type: "owl:ObjectProperty".freeze
359
489
  property :occurredAt,
360
- definition: %(This property associates an event to the smallest known time span that
361
- overlaps with the occurrence of that event).freeze,
490
+ definition: "This property associates an event to the smallest known time span that\noverlaps with the occurrence of that event".freeze,
362
491
  domain: "edm:Event".freeze,
363
492
  equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P4_has_time-span".freeze,
364
493
  label: "Occured At".freeze,
@@ -366,19 +495,19 @@ overlaps with the occurrence of that event).freeze,
366
495
  subPropertyOf: "dc11:relation".freeze,
367
496
  type: "owl:ObjectProperty".freeze
368
497
  property :preview,
369
- definition: %(The URL of a thumbnail representing the digital object, generated by Europeana.).freeze,
498
+ definition: "The URL of a thumbnail representing the digital object, generated by Europeana.".freeze,
370
499
  label: "Preview".freeze,
371
500
  range: "edm:WebResource".freeze,
372
501
  subPropertyOf: "edm:hasView".freeze,
373
502
  type: "owl:ObjectProperty".freeze
374
503
  property :provider,
375
- definition: %(The name or identifier of the organization who delivers data directly to an aggregation service \(e.g. Europeana\)).freeze,
504
+ definition: "The name or identifier of the organization who delivers data directly to an aggregation service (e.g. Europeana)".freeze,
376
505
  label: "Provider".freeze,
377
506
  range: "edm:Agent".freeze,
378
507
  subPropertyOf: "edm:hasMet".freeze,
379
508
  type: "rdf:Property".freeze
380
509
  property :realizes,
381
- definition: %(This property describes a relation between a physical thing and the information resource that is contained in it, visible at it or otherwise carried by it, if applicable.).freeze,
510
+ definition: "This property describes a relation between a physical thing and the information resource that is contained in it, visible at it or otherwise carried by it, if applicable.".freeze,
382
511
  domain: "edm:PhysicalThing".freeze,
383
512
  equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P128_carries".freeze,
384
513
  label: "Realizes".freeze,
@@ -386,12 +515,11 @@ overlaps with the occurrence of that event).freeze,
386
515
  subPropertyOf: "edm:isRelatedTo".freeze,
387
516
  type: "owl:ObjectProperty".freeze
388
517
  property :rights,
389
- definition: %(Information about copyright of the digital object as specified by isShownBy
390
- and isShownAt).freeze,
518
+ definition: "Information about copyright of the digital object as specified by isShownBy\nand isShownAt".freeze,
391
519
  label: "Europeana Rights".freeze,
392
520
  type: "owl:ObjectProperty".freeze
393
521
  property :type,
394
- definition: %(The Europeana material type of the resource).freeze,
522
+ definition: "The Europeana material type of the resource".freeze,
395
523
  label: "Europeana Type".freeze,
396
524
  range: term(
397
525
  "owl:oneOf": list("TEXT".freeze, "IMAGE".freeze, "SOUND".freeze, "VIDEO".freeze, "3D".freeze),
@@ -400,7 +528,7 @@ and isShownAt).freeze,
400
528
  subPropertyOf: "dc11:type".freeze,
401
529
  type: "owl:DatatypeProperty".freeze
402
530
  property :ugc,
403
- definition: %(This element is used to identify user generated content \(also called user created content\). It should be applied to all digitised or born digital content contributed by the general public and collected by Europeana through a crowdsourcing initiative or project.).freeze,
531
+ definition: "This element is used to identify user generated content (also called user created content). It should be applied to all digitised or born digital content contributed by the general public and collected by Europeana through a crowdsourcing initiative or project.".freeze,
404
532
  label: "UGC".freeze,
405
533
  range: term(
406
534
  "owl:oneOf": list("TRUE".freeze),
@@ -408,21 +536,20 @@ and isShownAt).freeze,
408
536
  ),
409
537
  type: "owl:DatatypeProperty".freeze
410
538
  property :unstored,
411
- definition: %(This is a container element which includes all relevant information that
412
- otherwise cannot be mapped to another element in the ESE.).freeze,
539
+ definition: "This is a container element which includes all relevant information that\notherwise cannot be mapped to another element in the ESE.".freeze,
413
540
  label: "Unstored".freeze,
414
541
  type: "rdf:Property".freeze
415
542
  property :uri,
416
- definition: %(This is a tag created by a user through the Europeana interface.).freeze,
543
+ definition: "This is a tag created by a user through the Europeana interface.".freeze,
417
544
  label: "Europeana URI".freeze,
418
545
  type: "owl:ObjectProperty".freeze
419
546
  property :userTag,
420
- definition: %(This is a tag created by a user through the Europeana interface.).freeze,
547
+ definition: "This is a tag created by a user through the Europeana interface.".freeze,
421
548
  label: "User Tag".freeze,
422
549
  subPropertyOf: "dc11:description".freeze,
423
550
  type: "rdf:Property".freeze
424
551
  property :wasPresentAt,
425
- definition: %(This property associates the people, things or information resources with an event at which they were present).freeze,
552
+ definition: "This property associates the people, things or information resources with an event at which they were present".freeze,
426
553
  domain: term(
427
554
  type: "owl:Class".freeze,
428
555
  unionOf: list("edm:Agent".freeze, "edm:InformationResource".freeze, "edm:PhysicalThing".freeze)
@@ -433,8 +560,7 @@ otherwise cannot be mapped to another element in the ESE.).freeze,
433
560
  subPropertyOf: "dc11:relation".freeze,
434
561
  type: "owl:ObjectProperty".freeze
435
562
  property :year,
436
- definition: %(A point of time associated with an event in the life of the original analog or
437
- born digital object.).freeze,
563
+ definition: "A point of time associated with an event in the life of the original analog or\nborn digital object.".freeze,
438
564
  label: "Europeana Year".freeze,
439
565
  subPropertyOf: "dc:temporal".freeze,
440
566
  type: "rdf:Property".freeze