rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/edm.rb
CHANGED
@@ -3,566 +3,374 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.europeana.eu/schemas/edm/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
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
|
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
|
-
#
|
158
|
-
# end
|
159
6
|
EDM = Class.new(RDF::StrictVocabulary("http://www.europeana.eu/schemas/edm/")) do
|
160
7
|
|
161
8
|
# Ontology definition
|
162
9
|
ontology :"http://www.europeana.eu/schemas/edm/",
|
163
|
-
"
|
164
|
-
"foaf
|
165
|
-
type: "foaf
|
10
|
+
"http://purl.org/dc/elements/1.1/contributor": ["http://www.ibi.hu-berlin.de/institut/personen/iwanowa".freeze, "http://www.ics.forth.gr/isl/people/people_individual.jsp?Person_ID=2".freeze, "http://www.image.ece.ntua.gr/~ndroso/".freeze, "http://www.image.ntua.gr/~tzouvaras/".freeze, term(
|
11
|
+
"http://xmlns.com/foaf/0.1/name": "Hugo Manguinhas".freeze,
|
12
|
+
type: "http://xmlns.com/foaf/0.1/Person".freeze
|
166
13
|
), term(
|
167
|
-
"foaf
|
168
|
-
type: "foaf
|
14
|
+
"http://xmlns.com/foaf/0.1/name": "Participants of Europeana Version 1.0 Work Package on Further Specification of Functionality and Interoperability aspects of Europeana (WP3)".freeze,
|
15
|
+
type: "http://xmlns.com/foaf/0.1/Organization".freeze
|
169
16
|
)],
|
170
|
-
"
|
171
|
-
"
|
172
|
-
"
|
173
|
-
"
|
174
|
-
"
|
175
|
-
"dc
|
176
|
-
"foaf:homepage": "http://pro.europeana.eu/edm-documentation".freeze,
|
17
|
+
"http://purl.org/dc/elements/1.1/creator": "http://data.semanticweb.org/person/antoine-isaac".freeze,
|
18
|
+
"http://purl.org/dc/elements/1.1/description": "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).".freeze,
|
19
|
+
"http://purl.org/dc/elements/1.1/modified": "2013-05-20".freeze,
|
20
|
+
"http://purl.org/dc/elements/1.1/publisher": "http://europeana.eu".freeze,
|
21
|
+
"http://purl.org/dc/elements/1.1/title": "Europeana Data Model (EDM) vocabulary".freeze,
|
22
|
+
"http://purl.org/dc/terms/issued": "2010-03-25".freeze,
|
177
23
|
"http://purl.org/vocab/vann/changes": "\n=======\nChanges between ontology file EDM version 5.2.4 (edm, was once EDM-v524-120820)\nand ontology file EDM version 5.2.3 (EDM-v523-120123)\n=======\n1. edm:isShownAt made a sub-property of edm:hasView\n2. added edm:begin and edm:end and their mappings to CRM\n3. added owl:Class declarations added for compatibility with some OWL-DL reasoners (feedback from Pedro Szekely, ISI)\n4. added \"of\" at the end of the label for edm:isNextInSequence\n5. added vocabulary metadata to follow Linked Open Vocabularies (http://lov.okfn.org/) and ADMS (https://joinup.ec.europa.eu/asset/adms/release/100) guidelines\n6. removed a domain axiom on edm:hasMet\n7. added edm:collectionName and edm:europeanaProxy\n8. removed version number from file name\n9. generalisation of Country, DataProvider and Provider\n10. updated CRM namespace and CRM class and property identifiers\n11. added FRBRoo mappings\n ".freeze,
|
178
24
|
"http://purl.org/vocab/vann/example": ["http://data.europeana.eu".freeze, "http://pro.europeana.eu/case-studies-edm".freeze],
|
179
25
|
"http://purl.org/vocab/vann/preferredNamespacePrefix": "edm".freeze,
|
180
26
|
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.europeana.eu/schemas/edm/".freeze,
|
181
27
|
"http://purl.org/vocommons/voaf#toDoList": "\n=======\nRemaining TODOs for ontology file EDM version 5.2.4\n=======\n- finish and check FRBRoo mappings according to the recommendations of the EDM-FRBRoo task force. Also include implicit mappings and mappings for elements outside the EDM namespace?\n- try to capture formal cardinality constraints resulting from \"Obligation and Occurrence\" documentation, which should be attached to non-EDM constructs (esp. ore:Aggregation)\n- continue adding documentation values (skos:scopeNote, skos:example, etc, according to 1.), starting from edm:InformationResource. Add all Europeana examples and rationale notes for non-EDM constructs\n- use specific EDM-doc properties for \"rationale\" and \"obligation and occurrence\". Use skos:definition for \"Europeana definition\", skos:example for \"Example\", skos:note for \"Europeana note\"\n ".freeze,
|
28
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "5.2.4".freeze,
|
182
29
|
"http://www.w3.org/ns/adms#relatedWebPage": "http://europeanalabs.eu/wiki/EDMPrototypingTask11".freeze,
|
183
30
|
"http://www.w3.org/ns/radion#versionNotes": "The present specification is based on the document \"Definition of the Europeana Data Model elements\", originally edited by Carlo Meghini. It is aligned with the version 5.2.4 of these EDM Definitions.".freeze,
|
184
|
-
"
|
185
|
-
type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "owl
|
31
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://pro.europeana.eu/edm-documentation".freeze,
|
32
|
+
type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "http://www.w3.org/2002/07/owl#Ontology".freeze]
|
186
33
|
|
187
34
|
# Class definitions
|
188
35
|
term :Agent,
|
189
36
|
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,
|
190
37
|
equivalentClass: "http://www.cidoc-crm.org/rdfs/cidoc-crm#E39_Actor".freeze,
|
38
|
+
"http://www.w3.org/2004/02/skos/core#example": "Leonardo da Vinci, the British Museum, W3C".freeze,
|
39
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "Rationale: This class is a domain of edm:wasPresentAt".freeze,
|
191
40
|
label: "Agent".freeze,
|
192
|
-
|
193
|
-
|
194
|
-
subClassOf: "edm:NonInformationResource".freeze,
|
195
|
-
type: "owl:Class".freeze
|
41
|
+
subClassOf: "http://www.europeana.eu/schemas/edm/NonInformationResource".freeze,
|
42
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
196
43
|
term :EuropeanaAggregation,
|
197
44
|
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,
|
198
45
|
equivalentClass: term(
|
199
46
|
cardinality: "1".freeze,
|
200
|
-
onProperty: "edm
|
201
|
-
type: "owl
|
47
|
+
onProperty: "http://www.europeana.eu/schemas/edm/aggregatedCHO".freeze,
|
48
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
202
49
|
),
|
50
|
+
"http://www.w3.org/2004/02/skos/core#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],
|
51
|
+
"http://www.w3.org/2004/02/skos/core#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],
|
203
52
|
label: "Europeana Aggregation".freeze,
|
204
53
|
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,
|
205
|
-
|
206
|
-
|
207
|
-
subClassOf: ["edm:EuropeanaObject".freeze, "ore:Aggregation".freeze],
|
208
|
-
type: "owl:Class".freeze
|
54
|
+
subClassOf: ["http://www.europeana.eu/schemas/edm/EuropeanaObject".freeze, "http://www.openarchives.org/ore/terms/Aggregation".freeze],
|
55
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
209
56
|
term :EuropeanaObject,
|
210
57
|
definition: "Any object that is the result of Europeana’s activities".freeze,
|
58
|
+
"http://www.w3.org/2004/02/skos/core#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],
|
59
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
211
60
|
label: "Europeana Object".freeze,
|
212
|
-
|
213
|
-
|
214
|
-
subClassOf: "edm:WebResource".freeze,
|
215
|
-
type: "owl:Class".freeze
|
61
|
+
subClassOf: "http://www.europeana.eu/schemas/edm/WebResource".freeze,
|
62
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
216
63
|
term :Event,
|
217
64
|
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,
|
218
65
|
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],
|
66
|
+
"http://www.w3.org/2004/02/skos/core#example": ["the 2nd World War".freeze, "the act of painting Mona Lisa".freeze, "the change of custody of Mona Lisa".freeze],
|
67
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "Rationale:This class is a domain of edm:happenedAt and the domain of edm:occurredAt".freeze,
|
219
68
|
label: "Event".freeze,
|
220
69
|
note: "Events are identified either by the content provider or by Europeana enrichment at ingestion time".freeze,
|
221
|
-
|
222
|
-
"skos:scopeNote": "Rationale:This class is a domain of edm:happenedAt and the domain of edm:occurredAt".freeze,
|
223
|
-
subClassOf: ["edm:NonInformationResource".freeze, term(
|
70
|
+
subClassOf: ["http://www.europeana.eu/schemas/edm/NonInformationResource".freeze, term(
|
224
71
|
cardinality: "1".freeze,
|
225
|
-
onProperty: "edm
|
226
|
-
type: "owl
|
72
|
+
onProperty: "http://www.europeana.eu/schemas/edm/happenedAt".freeze,
|
73
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
227
74
|
)],
|
228
|
-
type: "owl
|
75
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
229
76
|
term :InformationResource,
|
230
77
|
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,
|
231
78
|
equivalentClass: ["http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object".freeze, term(
|
232
|
-
type: "owl
|
79
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
233
80
|
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)
|
234
81
|
), term(
|
235
|
-
type: "owl
|
82
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
236
83
|
unionOf: list("http://purl.org/vocab/frbr/core#Work".freeze, "http://purl.org/vocab/frbr/core#Expression".freeze, "http://purl.org/vocab/frbr/core#Manifestation".freeze)
|
237
84
|
)],
|
238
85
|
label: "Information Resource".freeze,
|
239
|
-
type: "owl
|
86
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
240
87
|
term :NonInformationResource,
|
241
88
|
definition: "All resources that are not information resources.".freeze,
|
89
|
+
"http://www.w3.org/2002/07/owl#complementOf": "http://www.europeana.eu/schemas/edm/InformationResource".freeze,
|
242
90
|
label: "Non-Information Resource".freeze,
|
243
|
-
|
244
|
-
type: "owl:Class".freeze
|
91
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
245
92
|
term :PhysicalThing,
|
246
93
|
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,
|
247
94
|
equivalentClass: "http://www.cidoc-crm.org/rdfs/cidoc-crm#E18_Physical_Thing".freeze,
|
248
95
|
label: "Physical Thing".freeze,
|
249
|
-
subClassOf: "edm
|
250
|
-
type: "owl
|
96
|
+
subClassOf: "http://www.europeana.eu/schemas/edm/NonInformationResource".freeze,
|
97
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
251
98
|
term :Place,
|
252
99
|
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,
|
253
100
|
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],
|
254
101
|
label: "Place".freeze,
|
255
|
-
subClassOf: "edm
|
256
|
-
type: "owl
|
102
|
+
subClassOf: "http://www.europeana.eu/schemas/edm/NonInformationResource".freeze,
|
103
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
257
104
|
term :ProvidedCHO,
|
258
105
|
definition: "This class comprises the Cultural Heritage objects that Europeana collects descriptions about.".freeze,
|
106
|
+
"http://www.w3.org/2004/02/skos/core#example": "Mona Lisa, Winged Victory of Samothrace".freeze,
|
107
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
259
108
|
label: "Provided CHO".freeze,
|
260
109
|
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,
|
261
|
-
"skos:example": "Mona Lisa, Winged Victory of Samothrace".freeze,
|
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,
|
263
110
|
subClassOf: term(
|
264
111
|
cardinality: "1".freeze,
|
265
|
-
onProperty:
|
266
|
-
|
267
|
-
type: "rdf:Property".freeze
|
268
|
-
),
|
269
|
-
type: "owl:Restriction".freeze
|
112
|
+
onProperty: "_:g11900".freeze,
|
113
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
270
114
|
),
|
271
|
-
type: "owl
|
115
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
272
116
|
term :TimeSpan,
|
273
117
|
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,
|
274
118
|
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],
|
275
119
|
label: "Time Span".freeze,
|
276
|
-
subClassOf: ["dc
|
277
|
-
type: "owl
|
120
|
+
subClassOf: ["http://purl.org/dc/terms/PeriodOfTime".freeze, "http://www.europeana.eu/schemas/edm/NonInformationResource".freeze],
|
121
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
278
122
|
term :WebResource,
|
279
123
|
definition: "Information Resources that have at least one Web Representation and at least\na URI.".freeze,
|
280
124
|
label: "Web Resource".freeze,
|
281
|
-
subClassOf: "edm
|
282
|
-
type: "owl
|
125
|
+
subClassOf: "http://www.europeana.eu/schemas/edm/InformationResource".freeze,
|
126
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
283
127
|
|
284
128
|
# Property definitions
|
285
129
|
property :aggregatedCHO,
|
286
130
|
definition: "This property associates an ORE aggregation with the cultural heritage object(s) (CHO for short) it is about.".freeze,
|
287
|
-
domain: "ore
|
131
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
288
132
|
label: "Aggregated Cultural Heritage Object".freeze,
|
289
|
-
range: "edm
|
290
|
-
subPropertyOf: ["
|
291
|
-
type: "owl
|
133
|
+
range: "http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze,
|
134
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P129_is_about".freeze, "http://www.openarchives.org/ore/terms/aggregates".freeze],
|
135
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
292
136
|
property :begin,
|
293
137
|
definition: "This property denotes the start date of a period of time.".freeze,
|
294
138
|
domain: term(
|
295
|
-
type: "owl
|
296
|
-
unionOf: list("edm
|
139
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
140
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/Agent".freeze, "http://www.europeana.eu/schemas/edm/TimeSpan".freeze)
|
297
141
|
),
|
298
142
|
label: "Begin".freeze,
|
299
|
-
subPropertyOf: "edm
|
300
|
-
type: "owl
|
143
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isRelatedTo".freeze,
|
144
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
301
145
|
property :collectionName,
|
302
146
|
definition: "This property holds the collection identifier given to the dataset in Europeana.".freeze,
|
303
147
|
label: "Collection Name".freeze,
|
304
148
|
note: "The value of this property is provided by Europeana as part of the ingestion process.".freeze,
|
305
|
-
type: "owl
|
149
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
306
150
|
property :country,
|
307
151
|
label: "Country".freeze,
|
308
152
|
subPropertyOf: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P12_occurred_in_the_presence_of".freeze,
|
309
|
-
type: "rdf
|
153
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
310
154
|
property :currentLocation,
|
311
155
|
definition: "The geographic location and/or name of the repository, building, site, or other entity whose boundaries presently include the resource.".freeze,
|
312
156
|
domain: term(
|
313
|
-
type: "owl
|
314
|
-
unionOf: list("edm
|
315
|
-
intersectionOf: list(term(
|
316
|
-
type: "owl:Class".freeze
|
317
|
-
), term(
|
318
|
-
onProperty: "ore:proxyFor".freeze,
|
319
|
-
someValuesFrom: "edm:ProvidedCHO".freeze,
|
320
|
-
type: "owl:Restriction".freeze
|
321
|
-
)),
|
322
|
-
type: "owl:Class".freeze
|
323
|
-
))
|
157
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
158
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze, "_:g12720".freeze)
|
324
159
|
),
|
325
|
-
equivalentProperty: ["
|
160
|
+
equivalentProperty: ["http://www.cidoc-crm.org/rdfs/cidoc-crm#P55_has_current_location".freeze, "http://www.w3.org/2003/01/geo/wgs84_pos#location".freeze],
|
326
161
|
label: "Current Location".freeze,
|
327
|
-
range: "edm
|
328
|
-
subPropertyOf: "dc
|
329
|
-
type: "owl
|
162
|
+
range: "http://www.europeana.eu/schemas/edm/Place".freeze,
|
163
|
+
subPropertyOf: "http://purl.org/dc/terms/spatial".freeze,
|
164
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
330
165
|
property :dataProvider,
|
331
166
|
definition: "The name or identifier of the organisation who contributes data indirectly to an aggregation service (e.g. Europeana).".freeze,
|
332
|
-
domain: "ore
|
167
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
333
168
|
label: "Data Provider".freeze,
|
334
|
-
range: "edm
|
335
|
-
subPropertyOf: "dc
|
336
|
-
type: "rdf
|
169
|
+
range: "http://www.europeana.eu/schemas/edm/Agent".freeze,
|
170
|
+
subPropertyOf: "http://purl.org/dc/terms/provenance".freeze,
|
171
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
337
172
|
property :end,
|
338
173
|
definition: "This property denotes the end date of a period of time.".freeze,
|
339
174
|
domain: term(
|
340
|
-
type: "owl
|
341
|
-
unionOf: list("edm
|
175
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
176
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/Agent".freeze, "http://www.europeana.eu/schemas/edm/TimeSpan".freeze)
|
342
177
|
),
|
343
178
|
label: "End".freeze,
|
344
|
-
subPropertyOf: "edm
|
345
|
-
type: "owl
|
179
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isRelatedTo".freeze,
|
180
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
346
181
|
property :europeanaProxy,
|
347
182
|
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,
|
348
183
|
label: "Europeana Proxy".freeze,
|
349
184
|
note: "By default, any proxy without this flag can be interpreted as having the value false and is a provider proxy.".freeze,
|
350
|
-
type: "owl
|
185
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
351
186
|
property :happenedAt,
|
352
187
|
definition: "This property associates an event with the place at which the event\nhappened.".freeze,
|
353
|
-
domain: "edm
|
188
|
+
domain: "http://www.europeana.eu/schemas/edm/Event".freeze,
|
354
189
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P7_took_place_at".freeze,
|
355
190
|
label: "Happened At".freeze,
|
356
|
-
range: "edm
|
357
|
-
subPropertyOf: "
|
358
|
-
type: "owl
|
191
|
+
range: "http://www.europeana.eu/schemas/edm/Place".freeze,
|
192
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/relation".freeze,
|
193
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
359
194
|
property :hasMet,
|
360
195
|
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,
|
361
196
|
label: "Has Met".freeze,
|
362
|
-
subPropertyOf: "
|
363
|
-
type: "rdf
|
197
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/relation".freeze,
|
198
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
364
199
|
property :hasType,
|
365
200
|
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,
|
366
201
|
domain: term(
|
367
|
-
type: "owl
|
368
|
-
unionOf: list("edm
|
369
|
-
intersectionOf: list(term(
|
370
|
-
type: "owl:Class".freeze
|
371
|
-
), term(
|
372
|
-
onProperty: "ore:proxyFor".freeze,
|
373
|
-
someValuesFrom: "edm:ProvidedCHO".freeze,
|
374
|
-
type: "owl:Restriction".freeze
|
375
|
-
)),
|
376
|
-
type: "owl:Class".freeze
|
377
|
-
))
|
202
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
203
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze, "_:g12820".freeze)
|
378
204
|
),
|
379
205
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P2_has_type".freeze,
|
380
206
|
label: "Has Type".freeze,
|
381
|
-
range: "edm
|
382
|
-
subPropertyOf: "edm
|
383
|
-
type: "owl
|
207
|
+
range: "http://www.europeana.eu/schemas/edm/NonInformationResource".freeze,
|
208
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isRelatedTo".freeze,
|
209
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
384
210
|
property :hasView,
|
385
211
|
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,
|
386
|
-
domain: "ore
|
212
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
387
213
|
label: "Has View".freeze,
|
388
|
-
range: "edm
|
389
|
-
subPropertyOf: "ore
|
390
|
-
type: "owl
|
214
|
+
range: "http://www.europeana.eu/schemas/edm/WebResource".freeze,
|
215
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates".freeze,
|
216
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
391
217
|
property :incorporates,
|
392
218
|
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,
|
393
219
|
equivalentProperty: "http://iflastandards.info/ns/fr/frbr/frbroo/R14_incorporates".freeze,
|
394
220
|
label: "Incorporates".freeze,
|
395
|
-
subPropertyOf: "edm
|
396
|
-
type: "owl
|
221
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isSimilarTo".freeze,
|
222
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
397
223
|
property :isAnnotationOf,
|
398
224
|
definition: "This property relates an annotation (a Europeana object) with the resource\nthat it annotates.".freeze,
|
399
|
-
domain: "edm
|
225
|
+
domain: "http://www.europeana.eu/schemas/edm/EuropeanaObject".freeze,
|
400
226
|
label: "Is Annotation Of".freeze,
|
401
227
|
range: term(
|
402
|
-
type: "owl
|
403
|
-
unionOf: list("edm
|
404
|
-
intersectionOf: list(term(
|
405
|
-
type: "owl:Class".freeze
|
406
|
-
), term(
|
407
|
-
onProperty: "ore:proxyFor".freeze,
|
408
|
-
someValuesFrom: "edm:ProvidedCHO".freeze,
|
409
|
-
type: "owl:Restriction".freeze
|
410
|
-
)),
|
411
|
-
type: "owl:Class".freeze
|
412
|
-
))
|
228
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
229
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze, "_:g12260".freeze)
|
413
230
|
),
|
414
|
-
subPropertyOf: ["
|
415
|
-
type: "owl
|
231
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P67_refers_to".freeze],
|
232
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
416
233
|
property :isDerivativeOf,
|
417
234
|
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,
|
418
235
|
equivalentProperty: "http://iflastandards.info/ns/fr/frbr/frbroo/R2_is_derivative_of".freeze,
|
419
236
|
label: "Is Derivative Of".freeze,
|
420
|
-
subPropertyOf: "edm
|
421
|
-
type: "rdf
|
237
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isSimilarTo".freeze,
|
238
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
422
239
|
property :isNextInSequence,
|
423
240
|
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,
|
424
241
|
label: "Is Next In Sequence Of".freeze,
|
425
|
-
subPropertyOf: "
|
426
|
-
type: "owl
|
242
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/relation".freeze,
|
243
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
427
244
|
property :isRelatedTo,
|
428
245
|
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,
|
429
246
|
domain: term(
|
430
|
-
type: "owl
|
431
|
-
unionOf: list("edm
|
432
|
-
intersectionOf: list(term(
|
433
|
-
type: "owl:Class".freeze
|
434
|
-
), term(
|
435
|
-
onProperty: "ore:proxyFor".freeze,
|
436
|
-
someValuesFrom: "edm:ProvidedCHO".freeze,
|
437
|
-
type: "owl:Restriction".freeze
|
438
|
-
)),
|
439
|
-
type: "owl:Class".freeze
|
440
|
-
))
|
247
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
248
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze, "_:g12880".freeze)
|
441
249
|
),
|
442
250
|
label: "Is Related To".freeze,
|
443
|
-
type: "rdf
|
251
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
444
252
|
property :isRepresentationOf,
|
445
253
|
definition: "This property associates an information resource to the resource (if any) that it represents".freeze,
|
446
|
-
domain: "edm
|
254
|
+
domain: "http://www.europeana.eu/schemas/edm/InformationResource".freeze,
|
447
255
|
label: "Is Representation Of".freeze,
|
448
|
-
subPropertyOf: ["
|
449
|
-
type: "owl
|
256
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P138_represents".freeze],
|
257
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
450
258
|
property :isShownAt,
|
451
259
|
definition: "An unambiguous URL reference to the digital object on the provider’s web site in its full information context.".freeze,
|
452
260
|
label: "Is Shown At".freeze,
|
453
|
-
range: "edm
|
454
|
-
subPropertyOf: "edm
|
455
|
-
type: "owl
|
261
|
+
range: "http://www.europeana.eu/schemas/edm/WebResource".freeze,
|
262
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/hasView".freeze,
|
263
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
456
264
|
property :isShownBy,
|
457
265
|
definition: "An unambiguous URL reference to the digital object on the provider’s web site in the best available resolution/quality.".freeze,
|
458
266
|
label: "Is Shown By".freeze,
|
459
|
-
range: "edm
|
460
|
-
subPropertyOf: "edm
|
461
|
-
type: "owl
|
267
|
+
range: "http://www.europeana.eu/schemas/edm/WebResource".freeze,
|
268
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/hasView".freeze,
|
269
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
462
270
|
property :isSimilarTo,
|
463
271
|
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,
|
464
272
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P130_shows_features_of".freeze,
|
465
273
|
label: "Is Similar To".freeze,
|
466
|
-
subPropertyOf: "
|
467
|
-
type: "rdf
|
274
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/relation".freeze,
|
275
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
468
276
|
property :isSuccessorOf,
|
469
277
|
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,
|
470
278
|
label: "Is Successor Of".freeze,
|
471
|
-
subPropertyOf: "edm
|
472
|
-
type: "owl
|
279
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isSimilarTo".freeze,
|
280
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
473
281
|
property :landingPage,
|
474
282
|
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,
|
475
283
|
label: "Landing Page".freeze,
|
476
|
-
range: "edm
|
477
|
-
subPropertyOf: "ore
|
478
|
-
type: "owl
|
284
|
+
range: "http://www.europeana.eu/schemas/edm/WebResource".freeze,
|
285
|
+
subPropertyOf: "http://www.openarchives.org/ore/terms/aggregates".freeze,
|
286
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
479
287
|
property :language,
|
480
288
|
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,
|
481
289
|
label: "Europeana Language".freeze,
|
482
|
-
type: "rdf
|
290
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
483
291
|
property :object,
|
484
292
|
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,
|
485
293
|
label: "Object".freeze,
|
486
|
-
range: "edm
|
487
|
-
subPropertyOf: "edm
|
488
|
-
type: "owl
|
294
|
+
range: "http://www.europeana.eu/schemas/edm/WebResource".freeze,
|
295
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/hasView".freeze,
|
296
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
489
297
|
property :occurredAt,
|
490
298
|
definition: "This property associates an event to the smallest known time span that\noverlaps with the occurrence of that event".freeze,
|
491
|
-
domain: "edm
|
299
|
+
domain: "http://www.europeana.eu/schemas/edm/Event".freeze,
|
492
300
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P4_has_time-span".freeze,
|
493
301
|
label: "Occured At".freeze,
|
494
|
-
range: "edm
|
495
|
-
subPropertyOf: "
|
496
|
-
type: "owl
|
302
|
+
range: "http://www.europeana.eu/schemas/edm/TimeSpan".freeze,
|
303
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/relation".freeze,
|
304
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
497
305
|
property :preview,
|
498
306
|
definition: "The URL of a thumbnail representing the digital object, generated by Europeana.".freeze,
|
499
307
|
label: "Preview".freeze,
|
500
|
-
range: "edm
|
501
|
-
subPropertyOf: "edm
|
502
|
-
type: "owl
|
308
|
+
range: "http://www.europeana.eu/schemas/edm/WebResource".freeze,
|
309
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/hasView".freeze,
|
310
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
503
311
|
property :provider,
|
504
312
|
definition: "The name or identifier of the organization who delivers data directly to an aggregation service (e.g. Europeana)".freeze,
|
505
313
|
label: "Provider".freeze,
|
506
|
-
range: "edm
|
507
|
-
subPropertyOf: "edm
|
508
|
-
type: "rdf
|
314
|
+
range: "http://www.europeana.eu/schemas/edm/Agent".freeze,
|
315
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/hasMet".freeze,
|
316
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
509
317
|
property :realizes,
|
510
318
|
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,
|
511
|
-
domain: "edm
|
319
|
+
domain: "http://www.europeana.eu/schemas/edm/PhysicalThing".freeze,
|
512
320
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P128_carries".freeze,
|
513
321
|
label: "Realizes".freeze,
|
514
|
-
range: "edm
|
515
|
-
subPropertyOf: "edm
|
516
|
-
type: "owl
|
322
|
+
range: "http://www.europeana.eu/schemas/edm/InformationResource".freeze,
|
323
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isRelatedTo".freeze,
|
324
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
517
325
|
property :rights,
|
518
326
|
definition: "Information about copyright of the digital object as specified by isShownBy\nand isShownAt".freeze,
|
519
327
|
label: "Europeana Rights".freeze,
|
520
|
-
type: "owl
|
328
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
521
329
|
property :type,
|
522
330
|
definition: "The Europeana material type of the resource".freeze,
|
523
331
|
label: "Europeana Type".freeze,
|
524
332
|
range: term(
|
525
|
-
"owl
|
526
|
-
type: "
|
333
|
+
"http://www.w3.org/2002/07/owl#oneOf": list("TEXT".freeze, "IMAGE".freeze, "SOUND".freeze, "VIDEO".freeze, "3D".freeze),
|
334
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
527
335
|
),
|
528
|
-
subPropertyOf: "
|
529
|
-
type: "owl
|
336
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/type".freeze,
|
337
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
530
338
|
property :ugc,
|
531
339
|
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,
|
532
340
|
label: "UGC".freeze,
|
533
341
|
range: term(
|
534
|
-
"owl
|
535
|
-
type: "
|
342
|
+
"http://www.w3.org/2002/07/owl#oneOf": list("TRUE".freeze),
|
343
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
536
344
|
),
|
537
|
-
type: "owl
|
345
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
538
346
|
property :unstored,
|
539
347
|
definition: "This is a container element which includes all relevant information that\notherwise cannot be mapped to another element in the ESE.".freeze,
|
540
348
|
label: "Unstored".freeze,
|
541
|
-
type: "rdf
|
349
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
542
350
|
property :uri,
|
543
351
|
definition: "This is a tag created by a user through the Europeana interface.".freeze,
|
544
352
|
label: "Europeana URI".freeze,
|
545
|
-
type: "owl
|
353
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
546
354
|
property :userTag,
|
547
355
|
definition: "This is a tag created by a user through the Europeana interface.".freeze,
|
548
356
|
label: "User Tag".freeze,
|
549
|
-
subPropertyOf: "
|
550
|
-
type: "rdf
|
357
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/description".freeze,
|
358
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
551
359
|
property :wasPresentAt,
|
552
360
|
definition: "This property associates the people, things or information resources with an event at which they were present".freeze,
|
553
361
|
domain: term(
|
554
|
-
type: "owl
|
555
|
-
unionOf: list("edm
|
362
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
363
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/Agent".freeze, "http://www.europeana.eu/schemas/edm/InformationResource".freeze, "http://www.europeana.eu/schemas/edm/PhysicalThing".freeze)
|
556
364
|
),
|
557
365
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P12i_was_present_at".freeze,
|
558
366
|
label: "Was Present At".freeze,
|
559
|
-
range: "edm
|
560
|
-
subPropertyOf: "
|
561
|
-
type: "owl
|
367
|
+
range: "http://www.europeana.eu/schemas/edm/Event".freeze,
|
368
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/relation".freeze,
|
369
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
562
370
|
property :year,
|
563
371
|
definition: "A point of time associated with an event in the life of the original analog or\nborn digital object.".freeze,
|
564
372
|
label: "Europeana Year".freeze,
|
565
|
-
subPropertyOf: "dc
|
566
|
-
type: "rdf
|
373
|
+
subPropertyOf: "http://purl.org/dc/terms/temporal".freeze,
|
374
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
567
375
|
end
|
568
376
|
end
|