rdf-vocab 3.1.6 → 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 +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/edm.rb
CHANGED
@@ -3,589 +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
|
-
definition:
|
190
|
-
potential to perform intentional actions for which they can be held responsible.).freeze,
|
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,
|
191
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,
|
192
40
|
label: "Agent".freeze,
|
193
|
-
|
194
|
-
|
195
|
-
subClassOf: "edm:NonInformationResource".freeze,
|
196
|
-
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
|
197
43
|
term :EuropeanaAggregation,
|
198
|
-
definition:
|
199
|
-
collectively represent that object in Europeana. Such set consists of: all
|
200
|
-
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,
|
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,
|
201
45
|
equivalentClass: term(
|
202
46
|
cardinality: "1".freeze,
|
203
|
-
onProperty: "edm
|
204
|
-
type: "owl
|
47
|
+
onProperty: "http://www.europeana.eu/schemas/edm/aggregatedCHO".freeze,
|
48
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
205
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],
|
206
52
|
label: "Europeana Aggregation".freeze,
|
207
|
-
note:
|
208
|
-
|
209
|
-
|
210
|
-
subClassOf: ["edm:EuropeanaObject".freeze, "ore:Aggregation".freeze],
|
211
|
-
type: "owl:Class".freeze
|
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,
|
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
|
212
56
|
term :EuropeanaObject,
|
213
|
-
definition:
|
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,
|
214
60
|
label: "Europeana Object".freeze,
|
215
|
-
|
216
|
-
|
217
|
-
subClassOf: "edm:WebResource".freeze,
|
218
|
-
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
|
219
63
|
term :Event,
|
220
|
-
definition:
|
221
|
-
regardless of scale, brought about by a series or group of coherent physical,
|
222
|
-
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\)
|
223
|
-
).freeze,
|
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,
|
224
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,
|
225
68
|
label: "Event".freeze,
|
226
|
-
note:
|
227
|
-
|
228
|
-
"skos:scopeNote": "Rationale:This class is a domain of edm:happenedAt and the domain of edm:occurredAt".freeze,
|
229
|
-
subClassOf: ["edm:NonInformationResource".freeze, term(
|
69
|
+
note: "Events are identified either by the content provider or by Europeana enrichment at ingestion time".freeze,
|
70
|
+
subClassOf: ["http://www.europeana.eu/schemas/edm/NonInformationResource".freeze, term(
|
230
71
|
cardinality: "1".freeze,
|
231
|
-
onProperty: "edm
|
232
|
-
type: "owl
|
72
|
+
onProperty: "http://www.europeana.eu/schemas/edm/happenedAt".freeze,
|
73
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
233
74
|
)],
|
234
|
-
type: "owl
|
75
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
235
76
|
term :InformationResource,
|
236
|
-
definition:
|
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,
|
237
78
|
equivalentClass: ["http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object".freeze, term(
|
238
|
-
type: "owl
|
79
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
239
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)
|
240
81
|
), term(
|
241
|
-
type: "owl
|
82
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
242
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)
|
243
84
|
)],
|
244
85
|
label: "Information Resource".freeze,
|
245
|
-
type: "owl
|
86
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
246
87
|
term :NonInformationResource,
|
247
|
-
definition:
|
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,
|
248
90
|
label: "Non-Information Resource".freeze,
|
249
|
-
|
250
|
-
type: "owl:Class".freeze
|
91
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
251
92
|
term :PhysicalThing,
|
252
|
-
definition:
|
253
|
-
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,
|
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,
|
254
94
|
equivalentClass: "http://www.cidoc-crm.org/rdfs/cidoc-crm#E18_Physical_Thing".freeze,
|
255
95
|
label: "Physical Thing".freeze,
|
256
|
-
subClassOf: "edm
|
257
|
-
type: "owl
|
96
|
+
subClassOf: "http://www.europeana.eu/schemas/edm/NonInformationResource".freeze,
|
97
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
258
98
|
term :Place,
|
259
|
-
definition:
|
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,
|
260
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],
|
261
101
|
label: "Place".freeze,
|
262
|
-
subClassOf: "edm
|
263
|
-
type: "owl
|
102
|
+
subClassOf: "http://www.europeana.eu/schemas/edm/NonInformationResource".freeze,
|
103
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
264
104
|
term :ProvidedCHO,
|
265
|
-
definition:
|
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,
|
266
108
|
label: "Provided CHO".freeze,
|
267
|
-
note:
|
268
|
-
"skos:example": "Mona Lisa, Winged Victory of Samothrace".freeze,
|
269
|
-
"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,
|
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,
|
270
110
|
subClassOf: term(
|
271
111
|
cardinality: "1".freeze,
|
272
|
-
onProperty:
|
273
|
-
|
274
|
-
type: "rdf:Property".freeze
|
275
|
-
),
|
276
|
-
type: "owl:Restriction".freeze
|
112
|
+
onProperty: "_:g11900".freeze,
|
113
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
277
114
|
),
|
278
|
-
type: "owl
|
115
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
279
116
|
term :TimeSpan,
|
280
|
-
definition:
|
281
|
-
having a beginning, an end and a duration" \(CIDOC CRM\)).freeze,
|
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,
|
282
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],
|
283
119
|
label: "Time Span".freeze,
|
284
|
-
subClassOf: ["dc
|
285
|
-
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
|
286
122
|
term :WebResource,
|
287
|
-
definition:
|
288
|
-
a URI.).freeze,
|
123
|
+
definition: "Information Resources that have at least one Web Representation and at least\na URI.".freeze,
|
289
124
|
label: "Web Resource".freeze,
|
290
|
-
subClassOf: "edm
|
291
|
-
type: "owl
|
125
|
+
subClassOf: "http://www.europeana.eu/schemas/edm/InformationResource".freeze,
|
126
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
292
127
|
|
293
128
|
# Property definitions
|
294
129
|
property :aggregatedCHO,
|
295
|
-
definition:
|
296
|
-
domain: "ore
|
130
|
+
definition: "This property associates an ORE aggregation with the cultural heritage object(s) (CHO for short) it is about.".freeze,
|
131
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
297
132
|
label: "Aggregated Cultural Heritage Object".freeze,
|
298
|
-
range: "edm
|
299
|
-
subPropertyOf: ["
|
300
|
-
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
|
301
136
|
property :begin,
|
302
|
-
definition:
|
137
|
+
definition: "This property denotes the start date of a period of time.".freeze,
|
303
138
|
domain: term(
|
304
|
-
type: "owl
|
305
|
-
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)
|
306
141
|
),
|
307
142
|
label: "Begin".freeze,
|
308
|
-
subPropertyOf: "edm
|
309
|
-
type: "owl
|
143
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isRelatedTo".freeze,
|
144
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
310
145
|
property :collectionName,
|
311
|
-
definition:
|
146
|
+
definition: "This property holds the collection identifier given to the dataset in Europeana.".freeze,
|
312
147
|
label: "Collection Name".freeze,
|
313
|
-
note:
|
314
|
-
type: "owl
|
148
|
+
note: "The value of this property is provided by Europeana as part of the ingestion process.".freeze,
|
149
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
315
150
|
property :country,
|
316
151
|
label: "Country".freeze,
|
317
152
|
subPropertyOf: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P12_occurred_in_the_presence_of".freeze,
|
318
|
-
type: "rdf
|
153
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
319
154
|
property :currentLocation,
|
320
|
-
definition:
|
155
|
+
definition: "The geographic location and/or name of the repository, building, site, or other entity whose boundaries presently include the resource.".freeze,
|
321
156
|
domain: term(
|
322
|
-
type: "owl
|
323
|
-
unionOf: list("edm
|
324
|
-
intersectionOf: list(term(
|
325
|
-
type: "owl:Class".freeze
|
326
|
-
), term(
|
327
|
-
onProperty: "ore:proxyFor".freeze,
|
328
|
-
someValuesFrom: "edm:ProvidedCHO".freeze,
|
329
|
-
type: "owl:Restriction".freeze
|
330
|
-
)),
|
331
|
-
type: "owl:Class".freeze
|
332
|
-
))
|
157
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
158
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze, "_:g12720".freeze)
|
333
159
|
),
|
334
|
-
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],
|
335
161
|
label: "Current Location".freeze,
|
336
|
-
range: "edm
|
337
|
-
subPropertyOf: "dc
|
338
|
-
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
|
339
165
|
property :dataProvider,
|
340
|
-
definition:
|
341
|
-
domain: "ore
|
166
|
+
definition: "The name or identifier of the organisation who contributes data indirectly to an aggregation service (e.g. Europeana).".freeze,
|
167
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
342
168
|
label: "Data Provider".freeze,
|
343
|
-
range: "edm
|
344
|
-
subPropertyOf: "dc
|
345
|
-
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
|
346
172
|
property :end,
|
347
|
-
definition:
|
173
|
+
definition: "This property denotes the end date of a period of time.".freeze,
|
348
174
|
domain: term(
|
349
|
-
type: "owl
|
350
|
-
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)
|
351
177
|
),
|
352
178
|
label: "End".freeze,
|
353
|
-
subPropertyOf: "edm
|
354
|
-
type: "owl
|
179
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isRelatedTo".freeze,
|
180
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
355
181
|
property :europeanaProxy,
|
356
|
-
definition:
|
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,
|
357
183
|
label: "Europeana Proxy".freeze,
|
358
|
-
note:
|
359
|
-
type: "owl
|
184
|
+
note: "By default, any proxy without this flag can be interpreted as having the value false and is a provider proxy.".freeze,
|
185
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
360
186
|
property :happenedAt,
|
361
|
-
definition:
|
362
|
-
|
363
|
-
domain: "edm:Event".freeze,
|
187
|
+
definition: "This property associates an event with the place at which the event\nhappened.".freeze,
|
188
|
+
domain: "http://www.europeana.eu/schemas/edm/Event".freeze,
|
364
189
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P7_took_place_at".freeze,
|
365
190
|
label: "Happened At".freeze,
|
366
|
-
range: "edm
|
367
|
-
subPropertyOf: "
|
368
|
-
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
|
369
194
|
property :hasMet,
|
370
|
-
definition:
|
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,
|
371
196
|
label: "Has Met".freeze,
|
372
|
-
subPropertyOf: "
|
373
|
-
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
|
374
199
|
property :hasType,
|
375
|
-
definition:
|
376
|
-
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,
|
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,
|
377
201
|
domain: term(
|
378
|
-
type: "owl
|
379
|
-
unionOf: list("edm
|
380
|
-
intersectionOf: list(term(
|
381
|
-
type: "owl:Class".freeze
|
382
|
-
), term(
|
383
|
-
onProperty: "ore:proxyFor".freeze,
|
384
|
-
someValuesFrom: "edm:ProvidedCHO".freeze,
|
385
|
-
type: "owl:Restriction".freeze
|
386
|
-
)),
|
387
|
-
type: "owl:Class".freeze
|
388
|
-
))
|
202
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
203
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze, "_:g12820".freeze)
|
389
204
|
),
|
390
205
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P2_has_type".freeze,
|
391
206
|
label: "Has Type".freeze,
|
392
|
-
range: "edm
|
393
|
-
subPropertyOf: "edm
|
394
|
-
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
|
395
210
|
property :hasView,
|
396
|
-
definition:
|
397
|
-
|
398
|
-
abstract and a table of contents. The ORE aggregation may be a Europeana
|
399
|
-
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,
|
400
|
-
domain: "ore:Aggregation".freeze,
|
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,
|
212
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
401
213
|
label: "Has View".freeze,
|
402
|
-
range: "edm
|
403
|
-
subPropertyOf: "ore
|
404
|
-
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
|
405
217
|
property :incorporates,
|
406
|
-
definition:
|
407
|
-
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,
|
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,
|
408
219
|
equivalentProperty: "http://iflastandards.info/ns/fr/frbr/frbroo/R14_incorporates".freeze,
|
409
220
|
label: "Incorporates".freeze,
|
410
|
-
subPropertyOf: "edm
|
411
|
-
type: "owl
|
221
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isSimilarTo".freeze,
|
222
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
412
223
|
property :isAnnotationOf,
|
413
|
-
definition:
|
414
|
-
|
415
|
-
domain: "edm:EuropeanaObject".freeze,
|
224
|
+
definition: "This property relates an annotation (a Europeana object) with the resource\nthat it annotates.".freeze,
|
225
|
+
domain: "http://www.europeana.eu/schemas/edm/EuropeanaObject".freeze,
|
416
226
|
label: "Is Annotation Of".freeze,
|
417
227
|
range: term(
|
418
|
-
type: "owl
|
419
|
-
unionOf: list("edm
|
420
|
-
intersectionOf: list(term(
|
421
|
-
type: "owl:Class".freeze
|
422
|
-
), term(
|
423
|
-
onProperty: "ore:proxyFor".freeze,
|
424
|
-
someValuesFrom: "edm:ProvidedCHO".freeze,
|
425
|
-
type: "owl:Restriction".freeze
|
426
|
-
)),
|
427
|
-
type: "owl:Class".freeze
|
428
|
-
))
|
228
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
229
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze, "_:g12260".freeze)
|
429
230
|
),
|
430
|
-
subPropertyOf: ["
|
431
|
-
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
|
432
233
|
property :isDerivativeOf,
|
433
|
-
definition:
|
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,
|
434
235
|
equivalentProperty: "http://iflastandards.info/ns/fr/frbr/frbroo/R2_is_derivative_of".freeze,
|
435
236
|
label: "Is Derivative Of".freeze,
|
436
|
-
subPropertyOf: "edm
|
437
|
-
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
|
438
239
|
property :isNextInSequence,
|
439
|
-
definition:
|
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,
|
440
241
|
label: "Is Next In Sequence Of".freeze,
|
441
|
-
subPropertyOf: "
|
442
|
-
type: "owl
|
242
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/relation".freeze,
|
243
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
443
244
|
property :isRelatedTo,
|
444
|
-
definition:
|
445
|
-
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,
|
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,
|
446
246
|
domain: term(
|
447
|
-
type: "owl
|
448
|
-
unionOf: list("edm
|
449
|
-
intersectionOf: list(term(
|
450
|
-
type: "owl:Class".freeze
|
451
|
-
), term(
|
452
|
-
onProperty: "ore:proxyFor".freeze,
|
453
|
-
someValuesFrom: "edm:ProvidedCHO".freeze,
|
454
|
-
type: "owl:Restriction".freeze
|
455
|
-
)),
|
456
|
-
type: "owl:Class".freeze
|
457
|
-
))
|
247
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
248
|
+
unionOf: list("http://www.europeana.eu/schemas/edm/ProvidedCHO".freeze, "_:g12880".freeze)
|
458
249
|
),
|
459
250
|
label: "Is Related To".freeze,
|
460
|
-
type: "rdf
|
251
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
461
252
|
property :isRepresentationOf,
|
462
|
-
definition:
|
463
|
-
domain: "edm
|
253
|
+
definition: "This property associates an information resource to the resource (if any) that it represents".freeze,
|
254
|
+
domain: "http://www.europeana.eu/schemas/edm/InformationResource".freeze,
|
464
255
|
label: "Is Representation Of".freeze,
|
465
|
-
subPropertyOf: ["
|
466
|
-
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
|
467
258
|
property :isShownAt,
|
468
|
-
definition:
|
259
|
+
definition: "An unambiguous URL reference to the digital object on the provider’s web site in its full information context.".freeze,
|
469
260
|
label: "Is Shown At".freeze,
|
470
|
-
range: "edm
|
471
|
-
subPropertyOf: "edm
|
472
|
-
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
|
473
264
|
property :isShownBy,
|
474
|
-
definition:
|
265
|
+
definition: "An unambiguous URL reference to the digital object on the provider’s web site in the best available resolution/quality.".freeze,
|
475
266
|
label: "Is Shown By".freeze,
|
476
|
-
range: "edm
|
477
|
-
subPropertyOf: "edm
|
478
|
-
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
|
479
270
|
property :isSimilarTo,
|
480
|
-
definition:
|
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,
|
481
272
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P130_shows_features_of".freeze,
|
482
273
|
label: "Is Similar To".freeze,
|
483
|
-
subPropertyOf: "
|
484
|
-
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
|
485
276
|
property :isSuccessorOf,
|
486
|
-
definition:
|
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,
|
487
278
|
label: "Is Successor Of".freeze,
|
488
|
-
subPropertyOf: "edm
|
489
|
-
type: "owl
|
279
|
+
subPropertyOf: "http://www.europeana.eu/schemas/edm/isSimilarTo".freeze,
|
280
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
490
281
|
property :landingPage,
|
491
|
-
definition:
|
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,
|
492
283
|
label: "Landing Page".freeze,
|
493
|
-
range: "edm
|
494
|
-
subPropertyOf: "ore
|
495
|
-
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
|
496
287
|
property :language,
|
497
|
-
definition:
|
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,
|
498
289
|
label: "Europeana Language".freeze,
|
499
|
-
type: "rdf
|
290
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
500
291
|
property :object,
|
501
|
-
definition:
|
502
|
-
thumbnail, the URL of the digital object in the best resolution available on the
|
503
|
-
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,
|
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,
|
504
293
|
label: "Object".freeze,
|
505
|
-
range: "edm
|
506
|
-
subPropertyOf: "edm
|
507
|
-
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
|
508
297
|
property :occurredAt,
|
509
|
-
definition:
|
510
|
-
|
511
|
-
domain: "edm:Event".freeze,
|
298
|
+
definition: "This property associates an event to the smallest known time span that\noverlaps with the occurrence of that event".freeze,
|
299
|
+
domain: "http://www.europeana.eu/schemas/edm/Event".freeze,
|
512
300
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P4_has_time-span".freeze,
|
513
301
|
label: "Occured At".freeze,
|
514
|
-
range: "edm
|
515
|
-
subPropertyOf: "
|
516
|
-
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
|
517
305
|
property :preview,
|
518
|
-
definition:
|
306
|
+
definition: "The URL of a thumbnail representing the digital object, generated by Europeana.".freeze,
|
519
307
|
label: "Preview".freeze,
|
520
|
-
range: "edm
|
521
|
-
subPropertyOf: "edm
|
522
|
-
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
|
523
311
|
property :provider,
|
524
|
-
definition:
|
312
|
+
definition: "The name or identifier of the organization who delivers data directly to an aggregation service (e.g. Europeana)".freeze,
|
525
313
|
label: "Provider".freeze,
|
526
|
-
range: "edm
|
527
|
-
subPropertyOf: "edm
|
528
|
-
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
|
529
317
|
property :realizes,
|
530
|
-
definition:
|
531
|
-
domain: "edm
|
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,
|
319
|
+
domain: "http://www.europeana.eu/schemas/edm/PhysicalThing".freeze,
|
532
320
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P128_carries".freeze,
|
533
321
|
label: "Realizes".freeze,
|
534
|
-
range: "edm
|
535
|
-
subPropertyOf: "edm
|
536
|
-
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
|
537
325
|
property :rights,
|
538
|
-
definition:
|
539
|
-
and isShownAt).freeze,
|
326
|
+
definition: "Information about copyright of the digital object as specified by isShownBy\nand isShownAt".freeze,
|
540
327
|
label: "Europeana Rights".freeze,
|
541
|
-
type: "owl
|
328
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
542
329
|
property :type,
|
543
|
-
definition:
|
330
|
+
definition: "The Europeana material type of the resource".freeze,
|
544
331
|
label: "Europeana Type".freeze,
|
545
332
|
range: term(
|
546
|
-
"owl
|
547
|
-
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
|
548
335
|
),
|
549
|
-
subPropertyOf: "
|
550
|
-
type: "owl
|
336
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/type".freeze,
|
337
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
551
338
|
property :ugc,
|
552
|
-
definition:
|
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,
|
553
340
|
label: "UGC".freeze,
|
554
341
|
range: term(
|
555
|
-
"owl
|
556
|
-
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
|
557
344
|
),
|
558
|
-
type: "owl
|
345
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
559
346
|
property :unstored,
|
560
|
-
definition:
|
561
|
-
otherwise cannot be mapped to another element in the ESE.).freeze,
|
347
|
+
definition: "This is a container element which includes all relevant information that\notherwise cannot be mapped to another element in the ESE.".freeze,
|
562
348
|
label: "Unstored".freeze,
|
563
|
-
type: "rdf
|
349
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
564
350
|
property :uri,
|
565
|
-
definition:
|
351
|
+
definition: "This is a tag created by a user through the Europeana interface.".freeze,
|
566
352
|
label: "Europeana URI".freeze,
|
567
|
-
type: "owl
|
353
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
568
354
|
property :userTag,
|
569
|
-
definition:
|
355
|
+
definition: "This is a tag created by a user through the Europeana interface.".freeze,
|
570
356
|
label: "User Tag".freeze,
|
571
|
-
subPropertyOf: "
|
572
|
-
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
|
573
359
|
property :wasPresentAt,
|
574
|
-
definition:
|
360
|
+
definition: "This property associates the people, things or information resources with an event at which they were present".freeze,
|
575
361
|
domain: term(
|
576
|
-
type: "owl
|
577
|
-
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)
|
578
364
|
),
|
579
365
|
equivalentProperty: "http://www.cidoc-crm.org/rdfs/cidoc-crm#P12i_was_present_at".freeze,
|
580
366
|
label: "Was Present At".freeze,
|
581
|
-
range: "edm
|
582
|
-
subPropertyOf: "
|
583
|
-
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
|
584
370
|
property :year,
|
585
|
-
definition:
|
586
|
-
born digital object.).freeze,
|
371
|
+
definition: "A point of time associated with an event in the life of the original analog or\nborn digital object.".freeze,
|
587
372
|
label: "Europeana Year".freeze,
|
588
|
-
subPropertyOf: "dc
|
589
|
-
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
|
590
375
|
end
|
591
376
|
end
|