rdf-vocab 0.8.8 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +160 -61
  3. data/lib/rdf/vocab/acl.rb +6 -1
  4. data/lib/rdf/vocab/bibframe.rb +83 -78
  5. data/lib/rdf/vocab/bibo.rb +255 -248
  6. data/lib/rdf/vocab/cc.rb +132 -0
  7. data/lib/rdf/vocab/cert.rb +249 -0
  8. data/lib/rdf/vocab/cnt.rb +23 -18
  9. data/lib/rdf/vocab/crm.rb +12 -7
  10. data/lib/rdf/vocab/datacite.rb +88 -83
  11. data/lib/rdf/vocab/dc.rb +952 -0
  12. data/lib/rdf/vocab/dc11.rb +171 -0
  13. data/lib/rdf/vocab/dcat.rb +218 -0
  14. data/lib/rdf/vocab/dcmitype.rb +80 -75
  15. data/lib/rdf/vocab/doap.rb +341 -0
  16. data/lib/rdf/vocab/dwc.rb +1651 -1646
  17. data/lib/rdf/vocab/ebucore.rb +122 -117
  18. data/lib/rdf/vocab/edm.rb +102 -97
  19. data/lib/rdf/vocab/exif.rb +945 -0
  20. data/lib/rdf/vocab/extensions.rb +1 -0
  21. data/lib/rdf/vocab/fcrepo4.rb +62 -57
  22. data/lib/rdf/vocab/foaf.rb +618 -0
  23. data/lib/rdf/vocab/geo.rb +161 -0
  24. data/lib/rdf/vocab/geonames.rb +2742 -2737
  25. data/lib/rdf/vocab/gr.rb +1505 -0
  26. data/lib/rdf/vocab/ht.rb +240 -0
  27. data/lib/rdf/vocab/hydra.rb +96 -91
  28. data/lib/rdf/vocab/iana.rb +5 -0
  29. data/lib/rdf/vocab/ical.rb +532 -0
  30. data/lib/rdf/vocab/identifiers.rb +203 -182
  31. data/lib/rdf/vocab/iiif.rb +51 -26
  32. data/lib/rdf/vocab/jsonld.rb +15 -10
  33. data/lib/rdf/vocab/ldp.rb +66 -61
  34. data/lib/rdf/vocab/lrmi.rb +68 -63
  35. data/lib/rdf/vocab/ma.rb +517 -0
  36. data/lib/rdf/vocab/mads.rb +448 -206
  37. data/lib/rdf/vocab/marc_relators.rb +1240 -1235
  38. data/lib/rdf/vocab/mo.rb +2416 -0
  39. data/lib/rdf/vocab/mods.rb +17 -12
  40. data/lib/rdf/vocab/nfo.rb +65 -60
  41. data/lib/rdf/vocab/oa.rb +91 -86
  42. data/lib/rdf/vocab/og.rb +226 -0
  43. data/lib/rdf/vocab/ogc.rb +62 -0
  44. data/lib/rdf/vocab/ore.rb +24 -19
  45. data/lib/rdf/vocab/org.rb +83 -78
  46. data/lib/rdf/vocab/pplan.rb +54 -49
  47. data/lib/rdf/vocab/premis.rb +470 -465
  48. data/lib/rdf/vocab/premis_event_type.rb +85 -80
  49. data/lib/rdf/vocab/prov.rb +1554 -0
  50. data/lib/rdf/vocab/ptr.rb +5 -0
  51. data/lib/rdf/vocab/rsa.rb +76 -0
  52. data/lib/rdf/vocab/rss.rb +70 -0
  53. data/lib/rdf/vocab/schema.rb +10765 -0
  54. data/lib/rdf/vocab/sioc.rb +673 -0
  55. data/lib/rdf/vocab/sioc_services.rb +27 -22
  56. data/lib/rdf/vocab/skos.rb +242 -0
  57. data/lib/rdf/vocab/skosxl.rb +61 -0
  58. data/lib/rdf/vocab/v.rb +387 -0
  59. data/lib/rdf/vocab/vcard.rb +845 -0
  60. data/lib/rdf/vocab/version.rb +1 -0
  61. data/lib/rdf/vocab/vmd.rb +387 -0
  62. data/lib/rdf/vocab/void.rb +190 -0
  63. data/lib/rdf/vocab/vs.rb +32 -0
  64. data/lib/rdf/vocab/wdrs.rb +138 -0
  65. data/lib/rdf/vocab/wot.rb +171 -0
  66. data/lib/rdf/vocab/xhtml.rb +12 -0
  67. data/lib/rdf/vocab/xhv.rb +509 -0
  68. data/spec/spec_helper.rb +1 -0
  69. data/spec/vocab_spec.rb +1 -0
  70. metadata +76 -33
  71. data/lib/rdf/vocab/disco.rb +0 -369
data/lib/rdf/vocab/edm.rb CHANGED
@@ -1,88 +1,93 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
2
3
  # This file generated automatically using vocab-fetch from http://www.europeana.eu/schemas/edm/rdf/edm.owl
3
4
  require 'rdf'
4
5
  module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.europeana.eu/schemas/edm/>
8
+ # class EDM < RDF::StrictVocabulary
9
+ # end
5
10
  class EDM < RDF::StrictVocabulary("http://www.europeana.eu/schemas/edm/")
6
11
 
7
12
  # Class definitions
8
13
  term :Agent,
9
14
  label: "Agent".freeze,
10
- "owl:equivalentClass" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#E39_Actor).freeze,
11
- "skos:definition" => %(This class comprises people, either individually or in groups, who have the
15
+ :"owl:equivalentClass" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#E39_Actor).freeze,
16
+ :"skos:definition" => %(This class comprises people, either individually or in groups, who have the
12
17
  potential to perform intentional actions for which they can be held responsible.).freeze,
13
- "skos:example" => %(Leonardo da Vinci, the British Museum, W3C).freeze,
14
- "skos:scopeNote" => %(Rationale: This class is a domain of edm:wasPresentAt).freeze,
18
+ :"skos:example" => %(Leonardo da Vinci, the British Museum, W3C).freeze,
19
+ :"skos:scopeNote" => %(Rationale: This class is a domain of edm:wasPresentAt).freeze,
15
20
  subClassOf: "edm:NonInformationResource".freeze,
16
21
  type: "owl:Class".freeze
17
22
  term :EuropeanaAggregation,
18
23
  label: "Europeana Aggregation".freeze,
19
- "skos:definition" => %(The set of resources related to a single Cultural Heritage Object that
24
+ :"skos:definition" => %(The set of resources related to a single Cultural Heritage Object that
20
25
  collectively represent that object in Europeana. Such set consists of: all
21
26
  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,
22
- "skos:example" => [%(The painting Mona Lisa is a Cultural Heritage Object represented in Europeana by one EuropeanaAggregation instance).freeze, %(The journal "Le Temps" is a Cultural Heritage Object represented in Europeana by one EuropeanaAggregation instance).freeze, %(The 56th issue of "Le Temps" is a \(different\) Cultural Heritage Object represented in Europeana by another EuropeanaAggregation instance).freeze],
23
- "skos: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,
24
- "skos:scopeNote" => [%(Obligation and Occurence: The relation between the Cultural Heritage Objects represented in Europeana and the instances of the class EuropeanaAggregation is one-to-one, in the data maintained by Europeana: every Cultural Heritage Object is represented by an instance of EuropeanaAggregation, and every instance of EuropeanaAggregation represent a Cultural Heritage Object.).freeze, %(Rationale: This class is used in Europeana to gather in a single conceptual unit all the information about a Cultural Heritage Object, necessary for all operations on these objects.).freeze],
27
+ :"skos:example" => [%(The 56th issue of "Le Temps" is a \(different\) Cultural Heritage Object represented in Europeana by another EuropeanaAggregation instance).freeze, %(The journal "Le Temps" is a Cultural Heritage Object represented in Europeana by one EuropeanaAggregation instance).freeze, %(The painting Mona Lisa is a Cultural Heritage Object represented in Europeana by one EuropeanaAggregation instance).freeze],
28
+ :"skos: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,
29
+ :"skos:scopeNote" => [%(Obligation and Occurence: The relation between the Cultural Heritage Objects represented in Europeana and the instances of the class EuropeanaAggregation is one-to-one, in the data maintained by Europeana: every Cultural Heritage Object is represented by an instance of EuropeanaAggregation, and every instance of EuropeanaAggregation represent a Cultural Heritage Object.).freeze, %(Rationale: This class is used in Europeana to gather in a single conceptual unit all the information about a Cultural Heritage Object, necessary for all operations on these objects.).freeze],
25
30
  subClassOf: ["edm:EuropeanaObject".freeze, "ore:Aggregation".freeze],
26
31
  type: "owl:Class".freeze
27
32
  term :EuropeanaObject,
28
33
  label: "Europeana Object".freeze,
29
- "skos:definition" => %(Any object that is the result of Europeana’s activities).freeze,
30
- "skos:example" => [%(Any instance of the class EuropeanaAggregation).freeze, %(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],
31
- "skos:scopeNote" => %(Rationale: This class is used to tag objects that are the result of activity of Europeana, and, as such, objects on which Europeana holds rights).freeze,
34
+ :"skos:definition" => %(Any object that is the result of Europeana’s activities).freeze,
35
+ :"skos:example" => [%(An annotation created by a user through the Europeana portal).freeze, %(Any content created by the users through the service made available by Europeana for that purpose).freeze, %(Any instance of the class EuropeanaAggregation).freeze],
36
+ :"skos:scopeNote" => %(Rationale: This class is used to tag objects that are the result of activity of Europeana, and, as such, objects on which Europeana holds rights).freeze,
32
37
  subClassOf: "edm:WebResource".freeze,
33
38
  type: "owl:Class".freeze
34
39
  term :Event,
35
40
  label: "Event".freeze,
36
- "owl:equivalentClass" => [%(http://www.cidoc-crm.org/rdfs/cidoc-crm#E4_Period).freeze, %(http://metadata.net/harmony/abc#Temporality).freeze, %(http://purl.org/vocab/frbr/core#Event).freeze, %(http://iflastandards.info/ns/fr/frbr/frbroo/F8_Event).freeze],
37
- "skos:definition" => %(An event is a change "of states in cultural, social or physical systems,
41
+ :"owl: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],
42
+ :"skos:definition" => %(An event is a change "of states in cultural, social or physical systems,
38
43
  regardless of scale, brought about by a series or group of coherent physical,
39
44
  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\)
40
45
  ).freeze,
41
- "skos:example" => [%(the act of painting Mona Lisa).freeze, %(the 2nd World War).freeze, %(the change of custody of Mona Lisa).freeze],
42
- "skos:note" => %(Events are identified either by the content provider or by Europeana enrichment at ingestion time).freeze,
43
- "skos:scopeNote" => %(Rationale:This class is a domain of edm:happenedAt and the domain of edm:occurredAt).freeze,
46
+ :"skos:example" => [%(the 2nd World War).freeze, %(the act of painting Mona Lisa).freeze, %(the change of custody of Mona Lisa).freeze],
47
+ :"skos:note" => %(Events are identified either by the content provider or by Europeana enrichment at ingestion time).freeze,
48
+ :"skos:scopeNote" => %(Rationale:This class is a domain of edm:happenedAt and the domain of edm:occurredAt).freeze,
44
49
  subClassOf: "edm:NonInformationResource".freeze,
45
50
  type: "owl:Class".freeze
46
51
  term :InformationResource,
47
52
  label: "Information Resource".freeze,
48
- "owl:equivalentClass" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object).freeze,
49
- "skos: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,
53
+ :"owl:equivalentClass" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object).freeze,
54
+ :"skos: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,
50
55
  type: "owl:Class".freeze
51
56
  term :NonInformationResource,
52
57
  label: "Non-Information Resource".freeze,
53
- "owl:complementOf" => %(edm:InformationResource).freeze,
54
- "skos:definition" => %(All resources that are not information resources.).freeze,
58
+ :"owl:complementOf" => %(edm:InformationResource).freeze,
59
+ :"skos:definition" => %(All resources that are not information resources.).freeze,
55
60
  type: "owl:Class".freeze
56
61
  term :PhysicalThing,
57
62
  label: "Physical Thing".freeze,
58
- "owl:equivalentClass" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#E18_Physical_Thing).freeze,
59
- "skos:definition" => %(A persistent physical item such as a painting, a building, a book or a stone.
63
+ :"owl:equivalentClass" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#E18_Physical_Thing).freeze,
64
+ :"skos:definition" => %(A persistent physical item such as a painting, a building, a book or a stone.
60
65
  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,
61
66
  subClassOf: "edm:NonInformationResource".freeze,
62
67
  type: "owl:Class".freeze
63
68
  term :Place,
64
69
  label: "Place".freeze,
65
- "owl:equivalentClass" => [%(http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#space-region).freeze, %(http://metadata.net/harmony/abc#Place).freeze, %(http://www.cidoc-crm.org/rdfs/cidoc-crm#E53_Place).freeze, %(http://purl.org/vocab/frbr/core#Place).freeze, %(http://iflastandards.info/ns/fr/frbr/frbroo/F9_Place).freeze],
66
- "skos: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,
70
+ :"owl: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],
71
+ :"skos: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,
67
72
  subClassOf: "edm:NonInformationResource".freeze,
68
73
  type: "owl:Class".freeze
69
74
  term :ProvidedCHO,
70
75
  label: "Provided CHO".freeze,
71
- "skos:definition" => %(This class comprises the Cultural Heritage objects that Europeana collects descriptions about.).freeze,
72
- "skos:example" => %(Mona Lisa, Winged Victory of Samothrace).freeze,
73
- "skos: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,
74
- "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,
76
+ :"skos:definition" => %(This class comprises the Cultural Heritage objects that Europeana collects descriptions about.).freeze,
77
+ :"skos:example" => %(Mona Lisa, Winged Victory of Samothrace).freeze,
78
+ :"skos: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,
79
+ :"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,
75
80
  type: "owl:Class".freeze
76
81
  term :TimeSpan,
77
82
  label: "Time Span".freeze,
78
- "owl:equivalentClass" => [%(http://metadata.net/harmony/abc#Time).freeze, %(http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval).freeze, %(http://www.cidoc-crm.org/rdfs/cidoc-crm#E52_Time-Span).freeze],
79
- "skos:definition" => %(The class of "abstract temporal extents, in the sense of Galilean physics,
83
+ :"owl: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],
84
+ :"skos:definition" => %(The class of "abstract temporal extents, in the sense of Galilean physics,
80
85
  having a beginning, an end and a duration" \(CIDOC CRM\)).freeze,
81
- subClassOf: ["edm:NonInformationResource".freeze, "dc:PeriodOfTime".freeze],
86
+ subClassOf: ["dc:PeriodOfTime".freeze, "edm:NonInformationResource".freeze],
82
87
  type: "owl:Class".freeze
83
88
  term :WebResource,
84
89
  label: "Web Resource".freeze,
85
- "skos:definition" => %(Information Resources that have at least one Web Representation and at least
90
+ :"skos:definition" => %(Information Resources that have at least one Web Representation and at least
86
91
  a URI.).freeze,
87
92
  subClassOf: "edm:InformationResource".freeze,
88
93
  type: "owl:Class".freeze
@@ -92,18 +97,18 @@ a URI.).freeze,
92
97
  domain: "ore:Aggregation".freeze,
93
98
  label: "Aggregated Cultural Heritage Object".freeze,
94
99
  range: "edm:ProvidedCHO".freeze,
95
- "skos:definition" => %(This property associates an ORE aggregation with the cultural heritage object\(s\) \(CHO for short\) it is about.).freeze,
96
- subPropertyOf: ["ore:aggregates".freeze, "dc11:subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P129_is_about".freeze],
100
+ :"skos:definition" => %(This property associates an ORE aggregation with the cultural heritage object\(s\) \(CHO for short\) it is about.).freeze,
101
+ subPropertyOf: ["dc11:subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P129_is_about".freeze, "ore:aggregates".freeze],
97
102
  type: "owl:ObjectProperty".freeze
98
103
  property :begin,
99
104
  label: "Begin".freeze,
100
- "skos:definition" => %(This property denotes the start date of a period of time.).freeze,
105
+ :"skos:definition" => %(This property denotes the start date of a period of time.).freeze,
101
106
  subPropertyOf: "edm:isRelatedTo".freeze,
102
107
  type: "owl:DatatypeProperty".freeze
103
108
  property :collectionName,
104
109
  label: "Collection Name".freeze,
105
- "skos:definition" => %(This property holds the collection identifier given to the dataset in Europeana.).freeze,
106
- "skos:note" => %(The value of this property is provided by Europeana as part of the ingestion process.).freeze,
110
+ :"skos:definition" => %(This property holds the collection identifier given to the dataset in Europeana.).freeze,
111
+ :"skos:note" => %(The value of this property is provided by Europeana as part of the ingestion process.).freeze,
107
112
  type: "owl:ObjectProperty".freeze
108
113
  property :country,
109
114
  label: "Country".freeze,
@@ -111,47 +116,47 @@ a URI.).freeze,
111
116
  type: "rdf:Property".freeze
112
117
  property :currentLocation,
113
118
  label: "Current Location".freeze,
114
- "owl:equivalentProperty" => [%(geo:location).freeze, %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P55_has_current_location).freeze],
119
+ :"owl:equivalentProperty" => [%(geo:location).freeze, %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P55_has_current_location).freeze],
115
120
  range: "edm:Place".freeze,
116
- "skos:definition" => %(The geographic location and/or name of the repository, building, site, or other entity whose boundaries presently include the resource.).freeze,
121
+ :"skos:definition" => %(The geographic location and/or name of the repository, building, site, or other entity whose boundaries presently include the resource.).freeze,
117
122
  subPropertyOf: "dc:spatial".freeze,
118
123
  type: "owl:ObjectProperty".freeze
119
124
  property :dataProvider,
120
125
  domain: "ore:Aggregation".freeze,
121
126
  label: "Data Provider".freeze,
122
127
  range: "edm:Agent".freeze,
123
- "skos:definition" => %(The name or identifier of the organisation who contributes data indirectly to an aggregation service \(e.g. Europeana\).).freeze,
128
+ :"skos:definition" => %(The name or identifier of the organisation who contributes data indirectly to an aggregation service \(e.g. Europeana\).).freeze,
124
129
  subPropertyOf: "dc:provenance".freeze,
125
130
  type: "rdf:Property".freeze
126
131
  property :end,
127
132
  label: "End".freeze,
128
- "skos:definition" => %(This property denotes the end date of a period of time.).freeze,
133
+ :"skos:definition" => %(This property denotes the end date of a period of time.).freeze,
129
134
  subPropertyOf: "edm:isRelatedTo".freeze,
130
135
  type: "owl:DatatypeProperty".freeze
131
136
  property :europeanaProxy,
132
137
  label: "Europeana Proxy".freeze,
133
- "skos: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,
134
- "skos:note" => %(By default, any proxy without this flag can be interpreted as having the value false and is a provider proxy.).freeze,
138
+ :"skos: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,
139
+ :"skos:note" => %(By default, any proxy without this flag can be interpreted as having the value false and is a provider proxy.).freeze,
135
140
  type: "owl:ObjectProperty".freeze
136
141
  property :happenedAt,
137
142
  domain: "edm:Event".freeze,
138
143
  label: "Happened At".freeze,
139
- "owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P7_took_place_at).freeze,
144
+ :"owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P7_took_place_at).freeze,
140
145
  range: "edm:Place".freeze,
141
- "skos:definition" => %(This property associates an event with the place at which the event
146
+ :"skos:definition" => %(This property associates an event with the place at which the event
142
147
  happened.).freeze,
143
148
  subPropertyOf: "dc11:relation".freeze,
144
149
  type: "owl:ObjectProperty".freeze
145
150
  property :hasMet,
146
151
  label: "Has Met".freeze,
147
- "skos: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,
152
+ :"skos: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,
148
153
  subPropertyOf: "dc11:relation".freeze,
149
154
  type: "rdf:Property".freeze
150
155
  property :hasType,
151
156
  label: "Has Type".freeze,
152
- "owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P2_has_type).freeze,
157
+ :"owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P2_has_type).freeze,
153
158
  range: "edm:NonInformationResource".freeze,
154
- "skos:definition" => %(This property relates a resource with the concepts it belongs to in a suitable
159
+ :"skos:definition" => %(This property relates a resource with the concepts it belongs to in a suitable
155
160
  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,
156
161
  subPropertyOf: "edm:isRelatedTo".freeze,
157
162
  type: "owl:ObjectProperty".freeze
@@ -159,7 +164,7 @@ type system such as MIME or any thesaurus that captures categories of objects in
159
164
  domain: "ore:Aggregation".freeze,
160
165
  label: "Has View".freeze,
161
166
  range: "edm:WebResource".freeze,
162
- "skos:definition" => %(This property relates a ORE aggregation about a CHO with a web resource
167
+ :"skos:definition" => %(This property relates a ORE aggregation about a CHO with a web resource
163
168
  providing a view of that CHO. Examples of view are: a thumbnail, a textual
164
169
  abstract and a table of contents. The ORE aggregation may be a Europeana
165
170
  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,
@@ -167,77 +172,77 @@ Aggregation, in which case the view is an object owned by Europeana \(i.e., an i
167
172
  type: "owl:ObjectProperty".freeze
168
173
  property :incorporates,
169
174
  label: "Incorporates".freeze,
170
- "owl:equivalentProperty" => %(http://iflastandards.info/ns/fr/frbr/frbroo/R14_incorporates).freeze,
171
- "skos:definition" => %(This property captures the use of some resource to add value to another
175
+ :"owl:equivalentProperty" => %(http://iflastandards.info/ns/fr/frbr/frbroo/R14_incorporates).freeze,
176
+ :"skos:definition" => %(This property captures the use of some resource to add value to another
172
177
  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,
173
178
  subPropertyOf: "edm:isSimilarTo".freeze,
174
179
  type: "owl:ObjectProperty".freeze
175
180
  property :isAnnotationOf,
176
181
  domain: "edm:EuropeanaObject".freeze,
177
182
  label: "Is Annotation Of".freeze,
178
- "skos:definition" => %(This property relates an annotation \(a Europeana object\) with the resource
183
+ :"skos:definition" => %(This property relates an annotation \(a Europeana object\) with the resource
179
184
  that it annotates.).freeze,
180
185
  subPropertyOf: ["dc11:subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P67_refers_to".freeze],
181
186
  type: "owl:ObjectProperty".freeze
182
187
  property :isDerivativeOf,
183
188
  label: "Is Derivative Of".freeze,
184
- "owl:equivalentProperty" => %(http://iflastandards.info/ns/fr/frbr/frbroo/R2_is_derivative_of).freeze,
185
- "skos: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,
189
+ :"owl:equivalentProperty" => %(http://iflastandards.info/ns/fr/frbr/frbroo/R2_is_derivative_of).freeze,
190
+ :"skos: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,
186
191
  subPropertyOf: "edm:isSimilarTo".freeze,
187
192
  type: "rdf:Property".freeze
188
193
  property :isNextInSequence,
189
194
  label: "Is Next In Sequence Of".freeze,
190
- "skos: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,
195
+ :"skos: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,
191
196
  subPropertyOf: "dc11:relation".freeze,
192
197
  type: "owl:ObjectProperty".freeze
193
198
  property :isRelatedTo,
194
199
  label: "Is Related To".freeze,
195
- "skos:definition" => %(edm:isRelatedTo is the most general contextual property in EDM. Contextual
200
+ :"skos:definition" => %(edm:isRelatedTo is the most general contextual property in EDM. Contextual
196
201
  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,
197
202
  type: "rdf:Property".freeze
198
203
  property :isRepresentationOf,
199
204
  domain: "edm:InformationResource".freeze,
200
205
  label: "Is Representation Of".freeze,
201
- "skos:definition" => %(This property associates an information resource to the resource \(if any\) that it represents).freeze,
206
+ :"skos:definition" => %(This property associates an information resource to the resource \(if any\) that it represents).freeze,
202
207
  subPropertyOf: ["dc11:subject".freeze, "http://www.cidoc-crm.org/rdfs/cidoc-crm#P138_represents".freeze],
203
208
  type: "owl:ObjectProperty".freeze
204
209
  property :isShownAt,
205
210
  label: "Is Shown At".freeze,
206
211
  range: "edm:WebResource".freeze,
207
- "skos:definition" => %(An unambiguous URL reference to the digital object on the provider’s web site in its full information context.).freeze,
212
+ :"skos:definition" => %(An unambiguous URL reference to the digital object on the provider’s web site in its full information context.).freeze,
208
213
  subPropertyOf: "edm:hasView".freeze,
209
214
  type: "owl:ObjectProperty".freeze
210
215
  property :isShownBy,
211
216
  label: "Is Shown By".freeze,
212
217
  range: "edm:WebResource".freeze,
213
- "skos:definition" => %(An unambiguous URL reference to the digital object on the provider’s web site in the best available resolution/quality.).freeze,
218
+ :"skos:definition" => %(An unambiguous URL reference to the digital object on the provider’s web site in the best available resolution/quality.).freeze,
214
219
  subPropertyOf: "edm:hasView".freeze,
215
220
  type: "owl:ObjectProperty".freeze
216
221
  property :isSimilarTo,
217
222
  label: "Is Similar To".freeze,
218
- "owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P130_shows_features_of).freeze,
219
- "skos: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,
223
+ :"owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P130_shows_features_of).freeze,
224
+ :"skos: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,
220
225
  subPropertyOf: "dc11:relation".freeze,
221
226
  type: "rdf:Property".freeze
222
227
  property :isSuccessorOf,
223
228
  label: "Is Successor Of".freeze,
224
- "skos: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,
229
+ :"skos: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,
225
230
  subPropertyOf: "edm:isSimilarTo".freeze,
226
231
  type: "owl:ObjectProperty".freeze
227
232
  property :landingPage,
228
233
  label: "Landing Page".freeze,
229
234
  range: "edm:WebResource".freeze,
230
- "skos: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,
235
+ :"skos: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,
231
236
  subPropertyOf: "ore:aggregates".freeze,
232
237
  type: "owl:ObjectProperty".freeze
233
238
  property :language,
234
239
  label: "Europeana Language".freeze,
235
- "skos: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,
240
+ :"skos: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,
236
241
  type: "rdf:Property".freeze
237
242
  property :object,
238
243
  label: "Object".freeze,
239
244
  range: "edm:WebResource".freeze,
240
- "skos:definition" => %(The URL of a thumbnail representing the digital object or, if there is no such
245
+ :"skos:definition" => %(The URL of a thumbnail representing the digital object or, if there is no such
241
246
  thumbnail, the URL of the digital object in the best resolution available on the
242
247
  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,
243
248
  subPropertyOf: "edm:hasView".freeze,
@@ -245,85 +250,85 @@ web site of the data provider from which a thumbnail could be generated. This wi
245
250
  property :occurredAt,
246
251
  domain: "edm:Event".freeze,
247
252
  label: "Occured At".freeze,
248
- "owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P4_has_time-span).freeze,
253
+ :"owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P4_has_time-span).freeze,
249
254
  range: "edm:TimeSpan".freeze,
250
- "skos:definition" => %(This property associates an event to the smallest known time span that
255
+ :"skos:definition" => %(This property associates an event to the smallest known time span that
251
256
  overlaps with the occurrence of that event).freeze,
252
257
  subPropertyOf: "dc11:relation".freeze,
253
258
  type: "owl:ObjectProperty".freeze
254
259
  property :preview,
255
260
  label: "Preview".freeze,
256
261
  range: "edm:WebResource".freeze,
257
- "skos:definition" => %(The URL of a thumbnail representing the digital object, generated by Europeana.).freeze,
262
+ :"skos:definition" => %(The URL of a thumbnail representing the digital object, generated by Europeana.).freeze,
258
263
  subPropertyOf: "edm:hasView".freeze,
259
264
  type: "owl:ObjectProperty".freeze
260
265
  property :provider,
261
266
  label: "Provider".freeze,
262
267
  range: "edm:Agent".freeze,
263
- "skos:definition" => %(The name or identifier of the organization who delivers data directly to an aggregation service \(e.g. Europeana\)).freeze,
268
+ :"skos:definition" => %(The name or identifier of the organization who delivers data directly to an aggregation service \(e.g. Europeana\)).freeze,
264
269
  subPropertyOf: "edm:hasMet".freeze,
265
270
  type: "rdf:Property".freeze
266
271
  property :realizes,
267
272
  domain: "edm:PhysicalThing".freeze,
268
273
  label: "Realizes".freeze,
269
- "owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P128_carries).freeze,
274
+ :"owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P128_carries).freeze,
270
275
  range: "edm:InformationResource".freeze,
271
- "skos: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,
276
+ :"skos: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,
272
277
  subPropertyOf: "edm:isRelatedTo".freeze,
273
278
  type: "owl:ObjectProperty".freeze
274
279
  property :rights,
275
280
  label: "Europeana Rights".freeze,
276
- "skos:definition" => %(Information about copyright of the digital object as specified by isShownBy
281
+ :"skos:definition" => %(Information about copyright of the digital object as specified by isShownBy
277
282
  and isShownAt).freeze,
278
283
  type: "owl:ObjectProperty".freeze
279
284
  property :type,
280
285
  label: "Europeana Type".freeze,
281
- "skos:definition" => %(The Europeana material type of the resource).freeze,
286
+ :"skos:definition" => %(The Europeana material type of the resource).freeze,
282
287
  subPropertyOf: "dc11:type".freeze,
283
288
  type: "owl:DatatypeProperty".freeze
284
289
  property :ugc,
285
290
  label: "UGC".freeze,
286
- "skos: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,
291
+ :"skos: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,
287
292
  type: "owl:DatatypeProperty".freeze
288
293
  property :unstored,
289
294
  label: "Unstored".freeze,
290
- "skos:definition" => %(This is a container element which includes all relevant information that
295
+ :"skos:definition" => %(This is a container element which includes all relevant information that
291
296
  otherwise cannot be mapped to another element in the ESE.).freeze,
292
297
  type: "rdf:Property".freeze
293
298
  property :uri,
294
299
  label: "Europeana URI".freeze,
295
- "skos:definition" => %(This is a tag created by a user through the Europeana interface.).freeze,
300
+ :"skos:definition" => %(This is a tag created by a user through the Europeana interface.).freeze,
296
301
  type: "owl:ObjectProperty".freeze
297
302
  property :userTag,
298
303
  label: "User Tag".freeze,
299
- "skos:definition" => %(This is a tag created by a user through the Europeana interface.).freeze,
304
+ :"skos:definition" => %(This is a tag created by a user through the Europeana interface.).freeze,
300
305
  subPropertyOf: "dc11:description".freeze,
301
306
  type: "rdf:Property".freeze
302
307
  property :wasPresentAt,
303
308
  label: "Was Present At".freeze,
304
- "owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P12i_was_present_at).freeze,
309
+ :"owl:equivalentProperty" => %(http://www.cidoc-crm.org/rdfs/cidoc-crm#P12i_was_present_at).freeze,
305
310
  range: "edm:Event".freeze,
306
- "skos:definition" => %(This property associates the people, things or information resources with an event at which they were present).freeze,
311
+ :"skos:definition" => %(This property associates the people, things or information resources with an event at which they were present).freeze,
307
312
  subPropertyOf: "dc11:relation".freeze,
308
313
  type: "owl:ObjectProperty".freeze
309
314
  property :year,
310
315
  label: "Europeana Year".freeze,
311
- "skos:definition" => %(A point of time associated with an event in the life of the original analog or
316
+ :"skos:definition" => %(A point of time associated with an event in the life of the original analog or
312
317
  born digital object.).freeze,
313
318
  subPropertyOf: "dc:temporal".freeze,
314
319
  type: "rdf:Property".freeze
315
320
 
316
321
  # Extra definitions
317
322
  term :"",
318
- "dc11:contributor" => [%(http://www.image.ece.ntua.gr/~ndroso/).freeze, %(http://www.image.ntua.gr/~tzouvaras/).freeze, %(http://www.ibi.hu-berlin.de/institut/personen/iwanowa).freeze, %(http://www.ics.forth.gr/isl/people/people_individual.jsp?Person_ID=2).freeze],
319
- "dc11:creator" => %(http://data.semanticweb.org/person/antoine-isaac).freeze,
320
- "dc11: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,
321
- "dc11:modified" => %(2013-05-20).freeze,
322
- "dc11:publisher" => %(http://europeana.eu).freeze,
323
- "dc11:title" => %(Europeana Data Model \(EDM\) vocabulary).freeze,
324
- "dc:issued" => %(2010-03-25).freeze,
325
- "foaf:homepage" => %(http://pro.europeana.eu/edm-documentation).freeze,
326
- "http://purl.org/vocab/vann/changes" => %(
323
+ :"dc11: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],
324
+ :"dc11:creator" => %(http://data.semanticweb.org/person/antoine-isaac).freeze,
325
+ :"dc11: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,
326
+ :"dc11:modified" => %(2013-05-20).freeze,
327
+ :"dc11:publisher" => %(http://europeana.eu).freeze,
328
+ :"dc11:title" => %(Europeana Data Model \(EDM\) vocabulary).freeze,
329
+ :"dc:issued" => %(2010-03-25).freeze,
330
+ :"foaf:homepage" => %(http://pro.europeana.eu/edm-documentation).freeze,
331
+ :"http://purl.org/vocab/vann/changes" => %(
327
332
  =======
328
333
  Changes between ontology file EDM version 5.2.4 \(edm, was once EDM-v524-120820\)
329
334
  and ontology file EDM version 5.2.3 \(EDM-v523-120123\)
@@ -340,10 +345,10 @@ and ontology file EDM version 5.2.3 \(EDM-v523-120123\)
340
345
  10. updated CRM namespace and CRM class and property identifiers
341
346
  11. added FRBRoo mappings
342
347
  ).freeze,
343
- "http://purl.org/vocab/vann/example" => [%(http://data.europeana.eu).freeze, %(http://pro.europeana.eu/case-studies-edm).freeze],
344
- "http://purl.org/vocab/vann/preferredNamespacePrefix" => %(edm).freeze,
345
- "http://purl.org/vocab/vann/preferredNamespaceUri" => %(http://www.europeana.eu/schemas/edm/).freeze,
346
- "http://purl.org/vocommons/voaf#toDoList" => %(
348
+ :"http://purl.org/vocab/vann/example" => [%(http://data.europeana.eu).freeze, %(http://pro.europeana.eu/case-studies-edm).freeze],
349
+ :"http://purl.org/vocab/vann/preferredNamespacePrefix" => %(edm).freeze,
350
+ :"http://purl.org/vocab/vann/preferredNamespaceUri" => %(http://www.europeana.eu/schemas/edm/).freeze,
351
+ :"http://purl.org/vocommons/voaf#toDoList" => %(
347
352
  =======
348
353
  Remaining TODOs for ontology file EDM version 5.2.4
349
354
  =======
@@ -352,10 +357,10 @@ Remaining TODOs for ontology file EDM version 5.2.4
352
357
  - 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
353
358
  - 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"
354
359
  ).freeze,
355
- "http://www.w3.org/ns/adms#relatedWebPage" => %(http://europeanalabs.eu/wiki/EDMPrototypingTask11).freeze,
356
- "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,
360
+ :"http://www.w3.org/ns/adms#relatedWebPage" => %(http://europeanalabs.eu/wiki/EDMPrototypingTask11).freeze,
361
+ :"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,
357
362
  label: "".freeze,
358
- "owl:versionInfo" => %(5.2.4).freeze,
359
- type: ["owl:Ontology".freeze, "http://purl.org/vocommons/voaf#Vocabulary".freeze]
363
+ :"owl:versionInfo" => %(5.2.4).freeze,
364
+ type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "owl:Ontology".freeze]
360
365
  end
361
366
  end
@@ -0,0 +1,945 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using vocab-fetch from http://www.w3.org/2003/12/exif/ns#
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/2003/12/exif/ns#>
8
+ # class EXIF < RDF::StrictVocabulary
9
+ # end
10
+ class EXIF < RDF::StrictVocabulary("http://www.w3.org/2003/12/exif/ns#")
11
+
12
+ # Class definitions
13
+ term :IFD,
14
+ comment: %(An Image File Directory).freeze,
15
+ label: "IFD".freeze,
16
+ type: "rdfs:Class".freeze
17
+
18
+ # Property definitions
19
+ property :_unknown,
20
+ comment: %(An Exif tag whose meaning is not known).freeze,
21
+ label: "Unknown tag".freeze,
22
+ type: "rdf:Property".freeze
23
+ property :apertureValue,
24
+ comment: %(The lens aperture. The unit is the APEX value.).freeze,
25
+ :"exif:tagNumber" => %(37378).freeze,
26
+ label: "ApertureValue".freeze,
27
+ subPropertyOf: "exif:pictTaking".freeze,
28
+ type: "rdf:Property".freeze
29
+ property :artist,
30
+ comment: %(Person who created the image).freeze,
31
+ :"exif:tagNumber" => %(315).freeze,
32
+ label: "Artist".freeze,
33
+ subPropertyOf: ["dc11:creator".freeze, "exif:exifAttribute".freeze],
34
+ type: "rdf:Property".freeze
35
+ property :bitsPerSample,
36
+ comment: %(The number of bits per image component. In this standard each component of the image is 8 bits, so the value for this tag is 8. See also SamplesPerPixel. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
37
+ :"exif:tagNumber" => %(258).freeze,
38
+ label: "BitsPerSample".freeze,
39
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
40
+ type: "rdf:Property".freeze
41
+ property :brightnessValue,
42
+ comment: %(The value of brightness. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99. Note that if the numerator of the recorded value is FFFFFFFF.H, Unknown shall be indicated.).freeze,
43
+ :"exif:tagNumber" => %(37379).freeze,
44
+ label: "BrightnessValue".freeze,
45
+ subPropertyOf: "exif:pictTaking".freeze,
46
+ type: "rdf:Property".freeze
47
+ property :cfaPattern,
48
+ comment: %(The color filter array \(CFA\) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods.).freeze,
49
+ :"exif:tagNumber" => %(41730).freeze,
50
+ label: "CFAPattern".freeze,
51
+ subPropertyOf: "exif:pictTaking".freeze,
52
+ type: "rdf:Property".freeze
53
+ property :colorSpace,
54
+ comment: %(The color space information tag \(ColorSpace\) is always recorded as the color space specifier. Normally sRGB \(=1\) is used to define the color space based on the PC monitor conditions and environment.).freeze,
55
+ :"exif:tagNumber" => %(40961).freeze,
56
+ label: "ColorSpace".freeze,
57
+ subPropertyOf: "exif:imageDataCharacter".freeze,
58
+ type: "rdf:Property".freeze
59
+ property :componentsConfiguration,
60
+ comment: %(Information specific to compressed data. The channels of each component are arranged in order from the 1st component to the 4th. For uncompressed data the data arrangement is given in the PhotometricInterpretation tag. However, since PhotometricInterpretation can only express the order of Y,Cb and Cr, this tag is provided for cases when compressed data uses components other than Y, Cb, and Cr and to enable support of other sequences.).freeze,
61
+ :"exif:tagNumber" => %(37121).freeze,
62
+ label: "ComponentsConfiguration".freeze,
63
+ subPropertyOf: "exif:imageConfig".freeze,
64
+ type: "rdf:Property".freeze
65
+ property :compressedBitsPerPixel,
66
+ comment: %(Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.).freeze,
67
+ :"exif:tagNumber" => %(37122).freeze,
68
+ label: "CompressedBitsPerPixel".freeze,
69
+ subPropertyOf: "exif:imageConfig".freeze,
70
+ type: "rdf:Property".freeze
71
+ property :compression,
72
+ comment: %(The compression scheme used for the image data. When a primary image is JPEG compressed, this designation is not necessary and is omitted. When thumbnails use JPEG compression, this tag value is set to 6.).freeze,
73
+ :"exif:tagNumber" => %(259).freeze,
74
+ label: "Compression".freeze,
75
+ subPropertyOf: "exif:imageDataStruct".freeze,
76
+ type: "rdf:Property".freeze
77
+ property :contrast,
78
+ comment: %(The direction of contrast processing applied by the camera when the image was shot.).freeze,
79
+ :"exif:tagNumber" => %(41992).freeze,
80
+ label: "Contrast".freeze,
81
+ subPropertyOf: "exif:pictTaking".freeze,
82
+ type: "rdf:Property".freeze
83
+ property :copyright,
84
+ comment: %(Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image.).freeze,
85
+ :"exif:tagNumber" => %(33432).freeze,
86
+ label: "Copyright".freeze,
87
+ subPropertyOf: ["dc11:rights".freeze, "exif:exifAttribute".freeze],
88
+ type: "rdf:Property".freeze
89
+ property :customRendered,
90
+ comment: %(The use of special processing on image data, such as rendering geared to output. When special processing is performed, the reader is expected to disable or minimize any further processing.).freeze,
91
+ :"exif:tagNumber" => %(41985).freeze,
92
+ label: "CustomRendered".freeze,
93
+ subPropertyOf: "exif:pictTaking".freeze,
94
+ type: "rdf:Property".freeze
95
+ property :datatype,
96
+ comment: %(The Exif field data type, such as ascii, byte, short etc.).freeze,
97
+ label: "Data Type".freeze,
98
+ subPropertyOf: "dc11:type".freeze,
99
+ type: "rdf:Property".freeze
100
+ property :date,
101
+ comment: %(a date information. Usually saved as YYYY:MM:DD \(HH:MM:SS\) format in Exif data, but represented here as W3C-DTF format).freeze,
102
+ label: "Date".freeze,
103
+ subPropertyOf: "dc11:date".freeze,
104
+ type: "rdf:Property".freeze
105
+ property :dateAndOrTime,
106
+ comment: %(An attribute relating to Date and/or Time).freeze,
107
+ label: "Date and/or Time".freeze,
108
+ subPropertyOf: "exif:exifAttribute".freeze,
109
+ type: "rdf:Property".freeze
110
+ property :dateTime,
111
+ comment: %(The date and time of image creation. In this standard it is the date and time the file was changed.).freeze,
112
+ :"exif:tagNumber" => %(306).freeze,
113
+ label: "DateTime".freeze,
114
+ subPropertyOf: ["exif:date".freeze, "exif:exifAttribute".freeze],
115
+ type: "rdf:Property".freeze
116
+ property :dateTimeDigitized,
117
+ comment: %(The date and time when the image was stored as digital data. If, for example, an image was captured by DSC and at the same time the file was recorded, then the DateTimeOriginal and DateTimeDigitized will have the same contents.).freeze,
118
+ :"exif:tagNumber" => %(36868).freeze,
119
+ label: "DateTimeDigitized".freeze,
120
+ subPropertyOf: ["exif:date".freeze, "exif:dateAndOrTime".freeze],
121
+ type: "rdf:Property".freeze
122
+ property :dateTimeOriginal,
123
+ comment: %(The date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded.).freeze,
124
+ :"exif:tagNumber" => %(36867).freeze,
125
+ label: "DateTimeOriginal".freeze,
126
+ subPropertyOf: ["exif:date".freeze, "exif:dateAndOrTime".freeze],
127
+ type: "rdf:Property".freeze
128
+ property :deviceSettingDescription,
129
+ comment: %(Information on the picture-taking conditions of a particular camera model. The tag is used only to indicate the picture-taking conditions in the reader.).freeze,
130
+ :"exif:tagNumber" => %(41995).freeze,
131
+ label: "DeviceSettingDescription".freeze,
132
+ subPropertyOf: "exif:pictTaking".freeze,
133
+ type: "rdf:Property".freeze
134
+ property :digitalZoomRatio,
135
+ comment: %(The digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.).freeze,
136
+ :"exif:tagNumber" => %(41988).freeze,
137
+ label: "DigitalZoomRatio".freeze,
138
+ subPropertyOf: "exif:pictTaking".freeze,
139
+ type: "rdf:Property".freeze
140
+ property :exifAttribute,
141
+ comment: %(A property that connects an IFD to one of its entries. Super property which integrates all Exif tags.).freeze,
142
+ domain: "exif:IFD".freeze,
143
+ label: "Exif Attribute".freeze,
144
+ type: "rdf:Property".freeze
145
+ property :exifVersion,
146
+ comment: %(Exif Version).freeze,
147
+ :"exif:tagNumber" => %(36864).freeze,
148
+ label: "ExifVersion".freeze,
149
+ subPropertyOf: "exif:versionInfo".freeze,
150
+ type: "rdf:Property".freeze
151
+ property :exif_IFD_Pointer,
152
+ comment: %(A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information.).freeze,
153
+ :"exif:tagNumber" => %(34665).freeze,
154
+ label: "Exif IFD Pointer".freeze,
155
+ subPropertyOf: "exif:ifdPointer".freeze,
156
+ type: "rdf:Property".freeze
157
+ property :exifdata,
158
+ comment: %(An Exif IFD data entry).freeze,
159
+ label: "Exif data".freeze,
160
+ type: "rdf:Property".freeze
161
+ property :exposureBiasValue,
162
+ comment: %(The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.).freeze,
163
+ :"exif:tagNumber" => %(37380).freeze,
164
+ label: "ExposureBiasValue".freeze,
165
+ subPropertyOf: "exif:pictTaking".freeze,
166
+ type: "rdf:Property".freeze
167
+ property :exposureIndex,
168
+ comment: %(The exposure index selected on the camera or input device at the time the image is captured.).freeze,
169
+ :"exif:tagNumber" => %(41493).freeze,
170
+ label: "ExposureIndex".freeze,
171
+ subPropertyOf: "exif:pictTaking".freeze,
172
+ type: "rdf:Property".freeze
173
+ property :exposureMode,
174
+ comment: %(the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.).freeze,
175
+ :"exif:tagNumber" => %(41986).freeze,
176
+ label: "ExposureMode".freeze,
177
+ subPropertyOf: "exif:pictTaking".freeze,
178
+ type: "rdf:Property".freeze
179
+ property :exposureProgram,
180
+ comment: %(The class of the program used by the camera to set exposure when the picture is taken.).freeze,
181
+ :"exif:tagNumber" => %(34850).freeze,
182
+ label: "ExposureProgram".freeze,
183
+ subPropertyOf: "exif:pictTaking".freeze,
184
+ type: "rdf:Property".freeze
185
+ property :exposureTime,
186
+ comment: %(Exposure time, given in seconds \(sec\).).freeze,
187
+ :"exif:tagNumber" => %(33434).freeze,
188
+ label: "ExposureTime".freeze,
189
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:seconds".freeze],
190
+ type: "rdf:Property".freeze
191
+ property :fNumber,
192
+ comment: %(F number).freeze,
193
+ :"exif:tagNumber" => %(33437).freeze,
194
+ label: "FNumber".freeze,
195
+ subPropertyOf: "exif:pictTaking".freeze,
196
+ type: "rdf:Property".freeze
197
+ property :fileSource,
198
+ comment: %(The image source. If a DSC recorded the image, this tag value of this tag always be set to 3, indicating that the image was recorded on a DSC.).freeze,
199
+ :"exif:tagNumber" => %(41728).freeze,
200
+ label: "FileSource".freeze,
201
+ subPropertyOf: "exif:pictTaking".freeze,
202
+ type: "rdf:Property".freeze
203
+ property :flash,
204
+ comment: %(The status of flash when the image was shot.).freeze,
205
+ :"exif:tagNumber" => %(37385).freeze,
206
+ label: "Flash".freeze,
207
+ subPropertyOf: "exif:pictTaking".freeze,
208
+ type: "rdf:Property".freeze
209
+ property :flashEnergy,
210
+ comment: %(The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds \(BCPS\).).freeze,
211
+ :"exif:tagNumber" => %(41483).freeze,
212
+ label: "FlashEnergy".freeze,
213
+ subPropertyOf: "exif:pictTaking".freeze,
214
+ type: "rdf:Property".freeze
215
+ property :flashpixVersion,
216
+ comment: %(The Flashpix format version supported by a FPXR file. If the FPXR function supports Flashpix format Ver. 1.0, this is indicated similarly to ExifVersion by recording "0100" as 4-byte ASCII.).freeze,
217
+ :"exif:tagNumber" => %(40960).freeze,
218
+ label: "FlashpixVersion".freeze,
219
+ subPropertyOf: "exif:versionInfo".freeze,
220
+ type: "rdf:Property".freeze
221
+ property :focalLength,
222
+ comment: %(The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.).freeze,
223
+ :"exif:tagNumber" => %(37386).freeze,
224
+ label: "FocalLength".freeze,
225
+ subPropertyOf: ["exif:mm".freeze, "exif:pictTaking".freeze],
226
+ type: "rdf:Property".freeze
227
+ property :focalLengthIn35mmFilm,
228
+ comment: %(The equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the FocalLength tag.).freeze,
229
+ :"exif:tagNumber" => %(41989).freeze,
230
+ label: "FocalLengthIn35mmFilm".freeze,
231
+ subPropertyOf: ["exif:length".freeze, "exif:pictTaking".freeze],
232
+ type: "rdf:Property".freeze
233
+ property :focalPlaneResolutionUnit,
234
+ comment: %(The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.).freeze,
235
+ :"exif:tagNumber" => %(41488).freeze,
236
+ label: "FocalPlaneResolutionUnit".freeze,
237
+ subPropertyOf: "exif:pictTaking".freeze,
238
+ type: "rdf:Property".freeze
239
+ property :focalPlaneXResolution,
240
+ comment: %(The number of pixels in the image width \(X\) direction per FocalPlaneResolutionUnit on the camera focal plane.).freeze,
241
+ :"exif:tagNumber" => %(41486).freeze,
242
+ label: "FocalPlaneXResolution".freeze,
243
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:resolution".freeze],
244
+ type: "rdf:Property".freeze
245
+ property :focalPlaneYResolution,
246
+ comment: %(The number of pixels in the image height \(Y\) direction per FocalPlaneResolutionUnit on the camera focal plane.).freeze,
247
+ :"exif:tagNumber" => %(41487).freeze,
248
+ label: "FocalPlaneYResolution".freeze,
249
+ subPropertyOf: ["exif:pictTaking".freeze, "exif:resolution".freeze],
250
+ type: "rdf:Property".freeze
251
+ property :gainControl,
252
+ comment: %(The degree of overall image gain adjustment.).freeze,
253
+ :"exif:tagNumber" => %(41991).freeze,
254
+ label: "GainControl".freeze,
255
+ subPropertyOf: "exif:pictTaking".freeze,
256
+ type: "rdf:Property".freeze
257
+ property :geo,
258
+ comment: %(Geometric data such as latitude, longitude and altitude. Usually saved as rational number.).freeze,
259
+ label: "Geometric data".freeze,
260
+ type: "rdf:Property".freeze
261
+ property :gpsAltitude,
262
+ comment: %(The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.).freeze,
263
+ :"exif:tagNumber" => %(6).freeze,
264
+ label: "GPSAltitude".freeze,
265
+ subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
266
+ type: "rdf:Property".freeze
267
+ property :gpsAltitudeRef,
268
+ comment: %(Indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GPSAltitude tag. The reference unit is meters.).freeze,
269
+ :"exif:tagNumber" => %(5).freeze,
270
+ label: "GPSAltitudeRef".freeze,
271
+ subPropertyOf: "exif:gpsInfo".freeze,
272
+ type: "rdf:Property".freeze
273
+ property :gpsAreaInformation,
274
+ comment: %(A character string recording the name of the GPS area. The first byte indicates the character code used, and this is followed by the name of the GPS area.).freeze,
275
+ :"exif:tagNumber" => %(28).freeze,
276
+ label: "GPSAreaInformation".freeze,
277
+ subPropertyOf: "exif:gpsInfo".freeze,
278
+ type: "rdf:Property".freeze
279
+ property :gpsDOP,
280
+ comment: %(The GPS DOP \(data degree of precision\). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.).freeze,
281
+ :"exif:tagNumber" => %(11).freeze,
282
+ label: "GPSDOP".freeze,
283
+ subPropertyOf: "exif:gpsInfo".freeze,
284
+ type: "rdf:Property".freeze
285
+ property :gpsDateStamp,
286
+ comment: %(date and time information relative to UTC \(Coordinated Universal Time\). The record format is "YYYY:MM:DD" while converted to W3C-DTF to use in RDF).freeze,
287
+ :"exif:tagNumber" => %(29).freeze,
288
+ label: "GPSDateStamp".freeze,
289
+ subPropertyOf: ["exif:date".freeze, "exif:gpsInfo".freeze],
290
+ type: "rdf:Property".freeze
291
+ property :gpsDestBearing,
292
+ comment: %(The bearing to the destination point. The range of values is from 0.00 to 359.99.).freeze,
293
+ :"exif:tagNumber" => %(24).freeze,
294
+ label: "GPSDestBearing".freeze,
295
+ subPropertyOf: "exif:gpsInfo".freeze,
296
+ type: "rdf:Property".freeze
297
+ property :gpsDestBearingRef,
298
+ comment: %(Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
299
+ :"exif:tagNumber" => %(23).freeze,
300
+ label: "GPSDestBearingRef".freeze,
301
+ subPropertyOf: "exif:gpsInfo".freeze,
302
+ type: "rdf:Property".freeze
303
+ property :gpsDestDistance,
304
+ comment: %(The distance to the destination point.).freeze,
305
+ :"exif:tagNumber" => %(26).freeze,
306
+ label: "GPSDestDistance".freeze,
307
+ subPropertyOf: "exif:gpsInfo".freeze,
308
+ type: "rdf:Property".freeze
309
+ property :gpsDestDistanceRef,
310
+ comment: %(Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots.).freeze,
311
+ :"exif:tagNumber" => %(25).freeze,
312
+ label: "GPSDestDistanceRef".freeze,
313
+ subPropertyOf: "exif:gpsInfo".freeze,
314
+ type: "rdf:Property".freeze
315
+ property :gpsDestLatitude,
316
+ comment: %(Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
317
+ :"exif:tagNumber" => %(20).freeze,
318
+ label: "GPSDestLatitude".freeze,
319
+ subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
320
+ type: "rdf:Property".freeze
321
+ property :gpsDestLatitudeRef,
322
+ comment: %(Reference for latitude of destination).freeze,
323
+ :"exif:tagNumber" => %(19).freeze,
324
+ label: "GPSDestLatitudeRef".freeze,
325
+ subPropertyOf: "exif:gpsInfo".freeze,
326
+ type: "rdf:Property".freeze
327
+ property :gpsDestLongitude,
328
+ comment: %(Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
329
+ :"exif:tagNumber" => %(22).freeze,
330
+ label: "GPSDestLongitude".freeze,
331
+ subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
332
+ type: "rdf:Property".freeze
333
+ property :gpsDestLongitudeRef,
334
+ comment: %(Reference for longitude of destination).freeze,
335
+ :"exif:tagNumber" => %(21).freeze,
336
+ label: "GPSDestLongitudeRef".freeze,
337
+ subPropertyOf: "exif:gpsInfo".freeze,
338
+ type: "rdf:Property".freeze
339
+ property :gpsDifferential,
340
+ comment: %(Indicates whether differential correction is applied to the GPS receiver.).freeze,
341
+ :"exif:tagNumber" => %(30).freeze,
342
+ label: "GPSDifferential".freeze,
343
+ subPropertyOf: "exif:gpsInfo".freeze,
344
+ type: "rdf:Property".freeze
345
+ property :gpsImgDirection,
346
+ comment: %(The direction of the image when it was captured. The range of values is from 0.00 to 359.99.).freeze,
347
+ :"exif:tagNumber" => %(17).freeze,
348
+ label: "GPSImgDirection".freeze,
349
+ subPropertyOf: "exif:gpsInfo".freeze,
350
+ type: "rdf:Property".freeze
351
+ property :gpsImgDirectionRef,
352
+ comment: %(The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
353
+ :"exif:tagNumber" => %(16).freeze,
354
+ label: "GPSImgDirectionRef".freeze,
355
+ subPropertyOf: "exif:gpsInfo".freeze,
356
+ type: "rdf:Property".freeze
357
+ property :gpsInfo,
358
+ comment: %(An attribute relating to GPS information).freeze,
359
+ label: "GPS Info".freeze,
360
+ subPropertyOf: "exif:exifAttribute".freeze,
361
+ type: "rdf:Property".freeze
362
+ property :gpsInfo_IFD_Pointer,
363
+ comment: %(A pointer to the GPS IFD, which is a set of tags for recording GPS information.).freeze,
364
+ :"exif:tagNumber" => %(34853).freeze,
365
+ label: "GPSInfo IFD Pointer".freeze,
366
+ subPropertyOf: "exif:ifdPointer".freeze,
367
+ type: "rdf:Property".freeze
368
+ property :gpsLatitude,
369
+ comment: %(The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
370
+ :"exif:tagNumber" => %(2).freeze,
371
+ label: "GPSLatitude".freeze,
372
+ subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
373
+ type: "rdf:Property".freeze
374
+ property :gpsLatitudeRef,
375
+ comment: %(Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.).freeze,
376
+ :"exif:tagNumber" => %(1).freeze,
377
+ label: "GPSLatitudeRef".freeze,
378
+ subPropertyOf: "exif:gpsInfo".freeze,
379
+ type: "rdf:Property".freeze
380
+ property :gpsLongitude,
381
+ comment: %(The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
382
+ :"exif:tagNumber" => %(4).freeze,
383
+ label: "GPSLongitude".freeze,
384
+ subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
385
+ type: "rdf:Property".freeze
386
+ property :gpsLongitudeRef,
387
+ comment: %(Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.).freeze,
388
+ :"exif:tagNumber" => %(3).freeze,
389
+ label: "GPSLongitudeRef".freeze,
390
+ subPropertyOf: "exif:gpsInfo".freeze,
391
+ type: "rdf:Property".freeze
392
+ property :gpsMapDatum,
393
+ comment: %(The geodetic survey data used by the GPS receiver. If the survey data is restricted to Japan, the value of this tag is 'TOKYO' or 'WGS-84'. If a GPS Info tag is recorded, it is strongly recommended that this tag be recorded.).freeze,
394
+ :"exif:tagNumber" => %(18).freeze,
395
+ label: "GPSMapDatum".freeze,
396
+ subPropertyOf: "exif:gpsInfo".freeze,
397
+ type: "rdf:Property".freeze
398
+ property :gpsMeasureMode,
399
+ comment: %(The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress.).freeze,
400
+ :"exif:tagNumber" => %(10).freeze,
401
+ label: "GPSMeasureMode".freeze,
402
+ subPropertyOf: "exif:gpsInfo".freeze,
403
+ type: "rdf:Property".freeze
404
+ property :gpsProcessingMethod,
405
+ comment: %(A character string recording the name of the method used for location finding. The first byte indicates the character code used, and this is followed by the name of the method.).freeze,
406
+ :"exif:tagNumber" => %(27).freeze,
407
+ label: "GPSProcessingMethod".freeze,
408
+ subPropertyOf: "exif:gpsInfo".freeze,
409
+ type: "rdf:Property".freeze
410
+ property :gpsSatellites,
411
+ comment: %(The GPS satellites used for measurements. This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation. The format is not specified. If the GPS receiver is incapable of taking measurements, value of the tag shall be set to NULL.).freeze,
412
+ :"exif:tagNumber" => %(8).freeze,
413
+ label: "GPSSatellites".freeze,
414
+ subPropertyOf: "exif:gpsInfo".freeze,
415
+ type: "rdf:Property".freeze
416
+ property :gpsSpeed,
417
+ comment: %(The speed of GPS receiver movement.).freeze,
418
+ :"exif:tagNumber" => %(13).freeze,
419
+ label: "GPSSpeed".freeze,
420
+ subPropertyOf: "exif:gpsInfo".freeze,
421
+ type: "rdf:Property".freeze
422
+ property :gpsSpeedRef,
423
+ comment: %(The unit used to express the GPS receiver speed of movement. 'K' 'M' and 'N' represents kilometers per hour, miles per hour, and knots.).freeze,
424
+ :"exif:tagNumber" => %(12).freeze,
425
+ label: "GPSSpeedRef".freeze,
426
+ subPropertyOf: "exif:gpsInfo".freeze,
427
+ type: "rdf:Property".freeze
428
+ property :gpsStatus,
429
+ comment: %(The status of the GPS receiver when the image is recorded. 'A' means measurement is in progress, and 'V' means the measurement is Interoperability.).freeze,
430
+ :"exif:tagNumber" => %(9).freeze,
431
+ label: "GPSStatus".freeze,
432
+ subPropertyOf: "exif:gpsInfo".freeze,
433
+ type: "rdf:Property".freeze
434
+ property :gpsTimeStamp,
435
+ comment: %(The time as UTC \(Coordinated Universal Time\). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.).freeze,
436
+ :"exif:tagNumber" => %(7).freeze,
437
+ label: "GPSTimeStamp".freeze,
438
+ subPropertyOf: "exif:gpsInfo".freeze,
439
+ type: "rdf:Property".freeze
440
+ property :gpsTrack,
441
+ comment: %(The direction of GPS receiver movement. The range of values is from 0.00 to 359.99.).freeze,
442
+ :"exif:tagNumber" => %(15).freeze,
443
+ label: "GPSTrack".freeze,
444
+ subPropertyOf: "exif:gpsInfo".freeze,
445
+ type: "rdf:Property".freeze
446
+ property :gpsTrackRef,
447
+ comment: %(The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
448
+ :"exif:tagNumber" => %(14).freeze,
449
+ label: "GPSTrackRef".freeze,
450
+ subPropertyOf: "exif:gpsInfo".freeze,
451
+ type: "rdf:Property".freeze
452
+ property :gpsVersionID,
453
+ comment: %(The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.).freeze,
454
+ :"exif:tagNumber" => %(0).freeze,
455
+ label: "GPSVersionID".freeze,
456
+ subPropertyOf: ["exif:gpsInfo".freeze, "exif:versionInfo".freeze],
457
+ type: "rdf:Property".freeze
458
+ property :height,
459
+ comment: %(Height of an object).freeze,
460
+ label: "Height".freeze,
461
+ subPropertyOf: "exif:length".freeze,
462
+ type: "rdf:Property".freeze
463
+ property :ifdPointer,
464
+ comment: %(A tag that refers a child IFD).freeze,
465
+ label: "IFD Pointer".freeze,
466
+ subPropertyOf: "exif:exifAttribute".freeze,
467
+ type: "rdf:Property".freeze
468
+ property :imageConfig,
469
+ comment: %(An attribute relating to Image Configuration).freeze,
470
+ label: "Image Config".freeze,
471
+ subPropertyOf: "exif:exifAttribute".freeze,
472
+ type: "rdf:Property".freeze
473
+ property :imageDataCharacter,
474
+ comment: %(An attribute relating to image data characteristics).freeze,
475
+ label: "Image Data Character".freeze,
476
+ subPropertyOf: "exif:exifAttribute".freeze,
477
+ type: "rdf:Property".freeze
478
+ property :imageDataStruct,
479
+ comment: %(An attribute relating to image data structure).freeze,
480
+ label: "Image Data Structure".freeze,
481
+ subPropertyOf: "exif:exifAttribute".freeze,
482
+ type: "rdf:Property".freeze
483
+ property :imageDescription,
484
+ comment: %(A character string giving the title of the image. It may be a comment such as "1988 company picnic" or the like. Two-byte character codes cannot be used. When a 2-byte code is necessary, the Exif Private tag UserComment is to be used.).freeze,
485
+ :"exif:tagNumber" => %(270).freeze,
486
+ label: "ImageDescription".freeze,
487
+ subPropertyOf: ["dc11:title".freeze, "exif:exifAttribute".freeze],
488
+ type: "rdf:Property".freeze
489
+ property :imageLength,
490
+ comment: %(Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used.).freeze,
491
+ :"exif:tagNumber" => %(257).freeze,
492
+ label: "ImageLength".freeze,
493
+ subPropertyOf: ["exif:height".freeze, "exif:imageDataStruct".freeze],
494
+ type: "rdf:Property".freeze
495
+ property :imageUniqueID,
496
+ comment: %(An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length.).freeze,
497
+ :"exif:tagNumber" => %(42016).freeze,
498
+ label: "ImageUniqueID".freeze,
499
+ subPropertyOf: ["dc11:identifier".freeze, "exif:exifAttribute".freeze],
500
+ type: "rdf:Property".freeze
501
+ property :imageWidth,
502
+ comment: %(Image width. The number of columns of image data, equal to the number of pixels per row. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
503
+ :"exif:tagNumber" => %(256).freeze,
504
+ label: "ImageWidth".freeze,
505
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:width".freeze],
506
+ type: "rdf:Property".freeze
507
+ property :interopInfo,
508
+ comment: %(An attribute relating to Interoperability. Tags stored in
509
+ Interoperability IFD may be defined dependently to each Interoperability rule.).freeze,
510
+ label: "Interoperability Info".freeze,
511
+ subPropertyOf: "exif:exifAttribute".freeze,
512
+ type: "rdf:Property".freeze
513
+ property :interoperabilityIndex,
514
+ comment: %(Indicates the identification of the Interoperability rule. 'R98' = conforming to R98 file specification of Recommended Exif Interoperability Rules \(ExifR98\) or to DCF basic file stipulated by Design Rule for Camera File System. 'THM' = conforming to DCF thumbnail file stipulated by Design rule for Camera File System.).freeze,
515
+ :"exif:tagNumber" => %(1).freeze,
516
+ label: "InteroperabilityIndex".freeze,
517
+ subPropertyOf: "exif:interopInfo".freeze,
518
+ type: "rdf:Property".freeze
519
+ property :interoperabilityVersion,
520
+ comment: %(Interoperability Version).freeze,
521
+ :"exif:tagNumber" => %(2).freeze,
522
+ label: "InteroperabilityVersion".freeze,
523
+ subPropertyOf: "exif:interopInfo".freeze,
524
+ type: "rdf:Property".freeze
525
+ property :interoperability_IFD_Pointer,
526
+ comment: %(A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability).freeze,
527
+ :"exif:tagNumber" => %(40965).freeze,
528
+ label: "Interoperability IFD Pointer".freeze,
529
+ subPropertyOf: "exif:ifdPointer".freeze,
530
+ type: "rdf:Property".freeze
531
+ property :isoSpeedRatings,
532
+ comment: %(Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.).freeze,
533
+ :"exif:tagNumber" => %(34855).freeze,
534
+ label: "ISOSpeedRatings".freeze,
535
+ subPropertyOf: "exif:pictTaking".freeze,
536
+ type: "rdf:Property".freeze
537
+ property :jpegInterchangeFormat,
538
+ comment: %(The offset to the start byte \(SOI\) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.).freeze,
539
+ :"exif:tagNumber" => %(513).freeze,
540
+ label: "JPEGInterchangeFormat".freeze,
541
+ subPropertyOf: "exif:recOffset".freeze,
542
+ type: "rdf:Property".freeze
543
+ property :jpegInterchangeFormatLength,
544
+ comment: %(The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.).freeze,
545
+ :"exif:tagNumber" => %(514).freeze,
546
+ label: "JPEGInterchangeFormatLength".freeze,
547
+ subPropertyOf: "exif:recOffset".freeze,
548
+ type: "rdf:Property".freeze
549
+ property :length,
550
+ comment: %(Length of an object. Could be a subProperty of other general schema.).freeze,
551
+ label: "Length".freeze,
552
+ type: "rdf:Property".freeze
553
+ property :lightSource,
554
+ comment: %(Light source such as Daylight, Tungsten, Flash etc.).freeze,
555
+ :"exif:tagNumber" => %(37384).freeze,
556
+ label: "LightSource".freeze,
557
+ subPropertyOf: "exif:pictTaking".freeze,
558
+ type: "rdf:Property".freeze
559
+ property :make,
560
+ comment: %(Manufacturer of image input equipment).freeze,
561
+ :"exif:tagNumber" => %(271).freeze,
562
+ label: "Make".freeze,
563
+ subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
564
+ type: "rdf:Property".freeze
565
+ property :makerNote,
566
+ comment: %(Manufacturer notes).freeze,
567
+ :"exif:tagNumber" => %(37500).freeze,
568
+ label: "MakerNote".freeze,
569
+ subPropertyOf: "exif:userInfo".freeze,
570
+ type: "rdf:Property".freeze
571
+ property :maxApertureValue,
572
+ comment: %(The smallest F number of the lens. The unit is the APEX value. Ordinarily it is given in the range of 00.00 to 99.99, but it is not limited to this range.).freeze,
573
+ :"exif:tagNumber" => %(37381).freeze,
574
+ label: "MaxApertureValue".freeze,
575
+ subPropertyOf: "exif:pictTaking".freeze,
576
+ type: "rdf:Property".freeze
577
+ property :meter,
578
+ comment: %(A length with unit of meter).freeze,
579
+ label: "Meter".freeze,
580
+ subPropertyOf: "exif:length".freeze,
581
+ type: "rdf:Property".freeze
582
+ property :meteringMode,
583
+ comment: %(Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc.).freeze,
584
+ :"exif:tagNumber" => %(37383).freeze,
585
+ label: "MeteringMode".freeze,
586
+ subPropertyOf: "exif:pictTaking".freeze,
587
+ type: "rdf:Property".freeze
588
+ property :mm,
589
+ comment: %(A length with unit of mm).freeze,
590
+ label: "Milimeter".freeze,
591
+ subPropertyOf: "exif:length".freeze,
592
+ type: "rdf:Property".freeze
593
+ property :model,
594
+ comment: %(Model of image input equipment).freeze,
595
+ :"exif:tagNumber" => %(272).freeze,
596
+ label: "Model".freeze,
597
+ subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
598
+ type: "rdf:Property".freeze
599
+ property :oecf,
600
+ comment: %(Indicates the Opto-Electric Conversion Function \(OECF\) specified in ISO 14524. OECF is the relationship between the camera optical input and the image values.).freeze,
601
+ :"exif:tagNumber" => %(34856).freeze,
602
+ label: "OECF".freeze,
603
+ subPropertyOf: "exif:pictTaking".freeze,
604
+ type: "rdf:Property".freeze
605
+ property :orientation,
606
+ comment: %(The image orientation viewed in terms of rows and columns.).freeze,
607
+ :"exif:tagNumber" => %(274).freeze,
608
+ label: "Orientation".freeze,
609
+ subPropertyOf: "exif:imageDataStruct".freeze,
610
+ type: "rdf:Property".freeze
611
+ property :photometricInterpretation,
612
+ comment: %(Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
613
+ :"exif:tagNumber" => %(262).freeze,
614
+ label: "PhotometricInterpretation".freeze,
615
+ subPropertyOf: "exif:imageDataStruct".freeze,
616
+ type: "rdf:Property".freeze
617
+ property :pictTaking,
618
+ comment: %(An attribute relating to Picture-Taking Conditions).freeze,
619
+ label: "PictTaking".freeze,
620
+ subPropertyOf: "exif:exifAttribute".freeze,
621
+ type: "rdf:Property".freeze
622
+ property :pimBrightness,
623
+ comment: %(Brightness info for print image matching).freeze,
624
+ :"exif:tagNumber" => %(10).freeze,
625
+ label: "PrintIM Brightness".freeze,
626
+ subPropertyOf: "exif:pimInfo".freeze,
627
+ type: "rdf:Property".freeze
628
+ property :pimColorBalance,
629
+ comment: %(ColorBalance info for print image matching).freeze,
630
+ :"exif:tagNumber" => %(11).freeze,
631
+ label: "PrintIM ColorBalance".freeze,
632
+ subPropertyOf: "exif:pimInfo".freeze,
633
+ type: "rdf:Property".freeze
634
+ property :pimContrast,
635
+ comment: %(Contrast info for print image matching).freeze,
636
+ :"exif:tagNumber" => %(9).freeze,
637
+ label: "PrintIM Contrast".freeze,
638
+ subPropertyOf: "exif:pimInfo".freeze,
639
+ type: "rdf:Property".freeze
640
+ property :pimInfo,
641
+ comment: %(An attribute relating to print image matching).freeze,
642
+ label: "PIM Info".freeze,
643
+ subPropertyOf: "exif:exifAttribute".freeze,
644
+ type: "rdf:Property".freeze
645
+ property :pimSaturation,
646
+ comment: %(Saturation info for print image matching).freeze,
647
+ :"exif:tagNumber" => %(12).freeze,
648
+ label: "PrintIM Saturation".freeze,
649
+ subPropertyOf: "exif:pimInfo".freeze,
650
+ type: "rdf:Property".freeze
651
+ property :pimSharpness,
652
+ comment: %(Sharpness info for print image matching).freeze,
653
+ :"exif:tagNumber" => %(13).freeze,
654
+ label: "PrintIM Sharpness".freeze,
655
+ subPropertyOf: "exif:pimInfo".freeze,
656
+ type: "rdf:Property".freeze
657
+ property :pixelXDimension,
658
+ comment: %(Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.).freeze,
659
+ :"exif:tagNumber" => %(40962).freeze,
660
+ label: "PixelXDimension".freeze,
661
+ subPropertyOf: ["exif:imageConfig".freeze, "exif:width".freeze],
662
+ type: "rdf:Property".freeze
663
+ property :pixelYDimension,
664
+ comment: %(Information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file. Since data padding is unnecessary in the vertical direction, the number of lines recorded in this valid image height tag will in fact be the same as that recorded in the SOF.).freeze,
665
+ :"exif:tagNumber" => %(40963).freeze,
666
+ label: "PixelYDimension".freeze,
667
+ subPropertyOf: ["exif:height".freeze, "exif:imageConfig".freeze],
668
+ type: "rdf:Property".freeze
669
+ property :planarConfiguration,
670
+ comment: %(Indicates whether pixel components are recorded in chunky or planar format. In JPEG compressed files a JPEG marker is used instead of this tag. If this field does not exist, the TIFF default of 1 \(chunky\) is assumed.).freeze,
671
+ :"exif:tagNumber" => %(284).freeze,
672
+ label: "PlanarConfiguration".freeze,
673
+ subPropertyOf: "exif:imageDataStruct".freeze,
674
+ type: "rdf:Property".freeze
675
+ property :primaryChromaticities,
676
+ comment: %(The chromaticity of the three primary colors of the image. Normally this tag is not necessary, since color space is specified in the color space information tag \(ColorSpace\).).freeze,
677
+ :"exif:tagNumber" => %(319).freeze,
678
+ label: "PrimaryChromaticities".freeze,
679
+ subPropertyOf: "exif:imageDataCharacter".freeze,
680
+ type: "rdf:Property".freeze
681
+ property :printImageMatching_IFD_Pointer,
682
+ comment: %(A pointer to the print image matching IFD).freeze,
683
+ :"exif:tagNumber" => %(50341).freeze,
684
+ label: "PrintImageMatching IFD Pointer".freeze,
685
+ subPropertyOf: "exif:ifdPointer".freeze,
686
+ type: "rdf:Property".freeze
687
+ property :recOffset,
688
+ comment: %(An attribute relating to recording offset).freeze,
689
+ label: "Recording Offset".freeze,
690
+ subPropertyOf: "exif:exifAttribute".freeze,
691
+ type: "rdf:Property".freeze
692
+ property :referenceBlackWhite,
693
+ comment: %(The reference black point value and reference white point value. The color space is declared in a color space information tag, with the default being the value that gives the optimal image characteristics Interoperability these conditions.).freeze,
694
+ :"exif:tagNumber" => %(532).freeze,
695
+ label: "ReferenceBlackWhite".freeze,
696
+ subPropertyOf: "exif:imageDataCharacter".freeze,
697
+ type: "rdf:Property".freeze
698
+ property :relatedFile,
699
+ comment: %(Tag Relating to Related File Information).freeze,
700
+ label: "Related File".freeze,
701
+ subPropertyOf: "exif:exifAttribute".freeze,
702
+ type: "rdf:Property".freeze
703
+ property :relatedImageFileFormat,
704
+ comment: %(Related image file format).freeze,
705
+ :"exif:tagNumber" => %(4096).freeze,
706
+ label: "RelatedImageFileFormat".freeze,
707
+ subPropertyOf: "exif:interopInfo".freeze,
708
+ type: "rdf:Property".freeze
709
+ property :relatedImageLength,
710
+ comment: %(Related image length).freeze,
711
+ :"exif:tagNumber" => %(4098).freeze,
712
+ label: "RelatedImageLength".freeze,
713
+ subPropertyOf: ["exif:height".freeze, "exif:interopInfo".freeze],
714
+ type: "rdf:Property".freeze
715
+ property :relatedImageWidth,
716
+ comment: %(Related image width).freeze,
717
+ :"exif:tagNumber" => %(4097).freeze,
718
+ label: "RelatedImageWidth".freeze,
719
+ subPropertyOf: ["exif:interopInfo".freeze, "exif:width".freeze],
720
+ type: "rdf:Property".freeze
721
+ property :relatedSoundFile,
722
+ comment: %(Related audio file).freeze,
723
+ :"exif:tagNumber" => %(40964).freeze,
724
+ label: "RelatedSoundFile".freeze,
725
+ subPropertyOf: "exif:relatedFile".freeze,
726
+ type: "rdf:Property".freeze
727
+ property :resolution,
728
+ comment: %(a rational number representing a resolution. Could be a subProperty of other general schema.).freeze,
729
+ label: "Resolution".freeze,
730
+ type: "rdf:Property".freeze
731
+ property :resolutionUnit,
732
+ comment: %(The unit for measuring XResolution and YResolution. The same unit is used for both XResolution and YResolution. If the image resolution in unknown, 2 \(inches\) is designated.).freeze,
733
+ :"exif:tagNumber" => %(296).freeze,
734
+ label: "ResolutionUnit".freeze,
735
+ subPropertyOf: "exif:imageDataStruct".freeze,
736
+ type: "rdf:Property".freeze
737
+ property :rowsPerStrip,
738
+ comment: %(The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted.).freeze,
739
+ :"exif:tagNumber" => %(278).freeze,
740
+ label: "RowsPerStrip".freeze,
741
+ subPropertyOf: "exif:recOffset".freeze,
742
+ type: "rdf:Property".freeze
743
+ property :samplesPerPixel,
744
+ comment: %(The number of components per pixel. Since this standard applies to RGB and YCbCr images, the value set for this tag is 3. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
745
+ :"exif:tagNumber" => %(277).freeze,
746
+ label: "SamplesPerPixel".freeze,
747
+ subPropertyOf: "exif:imageDataStruct".freeze,
748
+ type: "rdf:Property".freeze
749
+ property :saturation,
750
+ comment: %(The direction of saturation processing applied by the camera when the image was shot.).freeze,
751
+ :"exif:tagNumber" => %(41993).freeze,
752
+ label: "Saturation".freeze,
753
+ subPropertyOf: "exif:pictTaking".freeze,
754
+ type: "rdf:Property".freeze
755
+ property :sceneCaptureType,
756
+ comment: %(The type of scene that was shot. It can also be used to record the mode in which the image was shot, such as Landscape, Portrait etc. Note that this differs from the scene type \(SceneType\) tag.).freeze,
757
+ :"exif:tagNumber" => %(41990).freeze,
758
+ label: "SceneCaptureType".freeze,
759
+ subPropertyOf: "exif:pictTaking".freeze,
760
+ type: "rdf:Property".freeze
761
+ property :sceneType,
762
+ comment: %(The type of scene. If a DSC recorded the image, this tag value shall always be set to 1, indicating that the image was directly photographed.).freeze,
763
+ :"exif:tagNumber" => %(41729).freeze,
764
+ label: "SceneType".freeze,
765
+ subPropertyOf: "exif:pictTaking".freeze,
766
+ type: "rdf:Property".freeze
767
+ property :seconds,
768
+ comment: %(a mesurement of time length with unit of second).freeze,
769
+ label: "Seconds".freeze,
770
+ type: "rdf:Property".freeze
771
+ property :sensingMethod,
772
+ comment: %(The image sensor type on the camera or input device, such as One-chip color area sensor etc.).freeze,
773
+ :"exif:tagNumber" => %(41495).freeze,
774
+ label: "SensingMethod".freeze,
775
+ subPropertyOf: "exif:pictTaking".freeze,
776
+ type: "rdf:Property".freeze
777
+ property :sharpness,
778
+ comment: %(The direction of sharpness processing applied by the camera when the image was shot.).freeze,
779
+ :"exif:tagNumber" => %(41994).freeze,
780
+ label: "Sharpness".freeze,
781
+ subPropertyOf: "exif:pictTaking".freeze,
782
+ type: "rdf:Property".freeze
783
+ property :shutterSpeedValue,
784
+ comment: %(Shutter speed. The unit is the APEX \(Additive System of Photographic Exposure\) setting).freeze,
785
+ :"exif:tagNumber" => %(37377).freeze,
786
+ label: "ShutterSpeedValue".freeze,
787
+ subPropertyOf: "exif:pictTaking".freeze,
788
+ type: "rdf:Property".freeze
789
+ property :software,
790
+ comment: %(The name and version of the software or firmware of the camera or image input device used to generate the image.).freeze,
791
+ :"exif:tagNumber" => %(305).freeze,
792
+ label: "Software".freeze,
793
+ subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
794
+ type: "rdf:Property".freeze
795
+ property :spatialFrequencyResponse,
796
+ comment: %(This tag records the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233.).freeze,
797
+ :"exif:tagNumber" => %(41484).freeze,
798
+ label: "SpatialFrequencyResponse".freeze,
799
+ subPropertyOf: "exif:pictTaking".freeze,
800
+ type: "rdf:Property".freeze
801
+ property :spectralSensitivity,
802
+ comment: %(Indicates the spectral sensitivity of each channel of the camera used. The tag value is an ASCII string compatible with the standard developed by the ASTM Technical committee.).freeze,
803
+ :"exif:tagNumber" => %(34852).freeze,
804
+ label: "SpectralSensitivity".freeze,
805
+ subPropertyOf: "exif:pictTaking".freeze,
806
+ type: "rdf:Property".freeze
807
+ property :stripByteCounts,
808
+ comment: %(The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.).freeze,
809
+ :"exif:tagNumber" => %(279).freeze,
810
+ label: "StripByteCounts".freeze,
811
+ subPropertyOf: "exif:recOffset".freeze,
812
+ type: "rdf:Property".freeze
813
+ property :stripOffsets,
814
+ comment: %(For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted.).freeze,
815
+ :"exif:tagNumber" => %(273).freeze,
816
+ label: "StripOffsets".freeze,
817
+ subPropertyOf: "exif:recOffset".freeze,
818
+ type: "rdf:Property".freeze
819
+ property :subSecTime,
820
+ comment: %(DateTime subseconds).freeze,
821
+ :"exif:tagNumber" => %(37520).freeze,
822
+ label: "SubSecTime".freeze,
823
+ subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
824
+ type: "rdf:Property".freeze
825
+ property :subSecTimeDigitized,
826
+ comment: %(DateTimeDigitized subseconds).freeze,
827
+ :"exif:tagNumber" => %(37522).freeze,
828
+ label: "SubSecTimeDigitized".freeze,
829
+ subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
830
+ type: "rdf:Property".freeze
831
+ property :subSecTimeOriginal,
832
+ comment: %(DateTimeOriginal subseconds).freeze,
833
+ :"exif:tagNumber" => %(37521).freeze,
834
+ label: "SubSecTimeOriginal".freeze,
835
+ subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
836
+ type: "rdf:Property".freeze
837
+ property :subjectArea,
838
+ comment: %(The location and area of the main subject in the overall scene.).freeze,
839
+ :"exif:tagNumber" => %(37396).freeze,
840
+ label: "SubjectArea".freeze,
841
+ subPropertyOf: "exif:pictTaking".freeze,
842
+ type: "rdf:Property".freeze
843
+ property :subjectDistance,
844
+ comment: %(The distance to the subject, given in meters. Note that if the numerator of the recorded value is FFFFFFFF.H, Infinity shall be indicated; and if the numerator is 0, Distance unknown shall be indicated.).freeze,
845
+ :"exif:tagNumber" => %(37382).freeze,
846
+ label: "SubjectDistance".freeze,
847
+ subPropertyOf: ["exif:meter".freeze, "exif:pictTaking".freeze],
848
+ type: "rdf:Property".freeze
849
+ property :subjectDistanceRange,
850
+ comment: %(The distance to the subject, such as Macro, Close View or Distant View.).freeze,
851
+ :"exif:tagNumber" => %(41996).freeze,
852
+ label: "SubjectDistanceRange".freeze,
853
+ subPropertyOf: "exif:pictTaking".freeze,
854
+ type: "rdf:Property".freeze
855
+ property :subjectLocation,
856
+ comment: %(The location of the main subject in the scene. The value of this tag represents the pixel at the center of the main subject relative to the left edge, prior to rotation processing as per the Rotation tag. The first value indicates the X column number and second indicates the Y row number.).freeze,
857
+ :"exif:tagNumber" => %(41492).freeze,
858
+ label: "SubjectLocation".freeze,
859
+ subPropertyOf: "exif:pictTaking".freeze,
860
+ type: "rdf:Property".freeze
861
+ property :subseconds,
862
+ comment: %(A tag used to record fractions of seconds for a date property).freeze,
863
+ label: "Subseconds".freeze,
864
+ type: "rdf:Property".freeze
865
+ property :tag_number,
866
+ comment: %(The Exif tag number).freeze,
867
+ label: "Tag number".freeze,
868
+ subPropertyOf: "dc11:identifier".freeze,
869
+ type: "rdf:Property".freeze
870
+ property :tagid,
871
+ comment: %(The Exif tag number with context prefix, such as IFD type or maker name).freeze,
872
+ label: "Tag ID".freeze,
873
+ subPropertyOf: "exif:tag_number".freeze,
874
+ type: "rdf:Property".freeze
875
+ property :transferFunction,
876
+ comment: %(A transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in the color space information tag \(ColorSpace\).).freeze,
877
+ :"exif:tagNumber" => %(301).freeze,
878
+ label: "TransferFunction".freeze,
879
+ subPropertyOf: "exif:imageDataCharacter".freeze,
880
+ type: "rdf:Property".freeze
881
+ property :userComment,
882
+ comment: %(A tag for Exif users to write keywords or comments on the image besides those in ImageDescription, and without the character code limitations of the ImageDescription tag. The character code used in the UserComment tag is identified based on an ID code in a fixed 8-byte area at the start of the tag data area.).freeze,
883
+ :"exif:tagNumber" => %(37510).freeze,
884
+ label: "UserComment".freeze,
885
+ subPropertyOf: "exif:userInfo".freeze,
886
+ type: "rdf:Property".freeze
887
+ property :userInfo,
888
+ comment: %(An attribute relating to User Information).freeze,
889
+ label: "User Info".freeze,
890
+ subPropertyOf: "exif:exifAttribute".freeze,
891
+ type: "rdf:Property".freeze
892
+ property :versionInfo,
893
+ comment: %(An attribute relating to Version).freeze,
894
+ label: "Version Info".freeze,
895
+ subPropertyOf: "exif:exifAttribute".freeze,
896
+ type: "rdf:Property".freeze
897
+ property :whiteBalance,
898
+ comment: %(The white balance mode set when the image was shot.).freeze,
899
+ :"exif:tagNumber" => %(41987).freeze,
900
+ label: "WhiteBalance".freeze,
901
+ subPropertyOf: "exif:pictTaking".freeze,
902
+ type: "rdf:Property".freeze
903
+ property :whitePoint,
904
+ comment: %(The chromaticity of the white point of the image. Normally this tag is not necessary, since color space is specified in the color space information tag \(ColorSpace\).).freeze,
905
+ :"exif:tagNumber" => %(318).freeze,
906
+ label: "WhitePoint".freeze,
907
+ subPropertyOf: "exif:imageDataCharacter".freeze,
908
+ type: "rdf:Property".freeze
909
+ property :width,
910
+ comment: %(Width of an object).freeze,
911
+ label: "Width".freeze,
912
+ subPropertyOf: "exif:length".freeze,
913
+ type: "rdf:Property".freeze
914
+ property :xResolution,
915
+ comment: %(The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.).freeze,
916
+ :"exif:tagNumber" => %(282).freeze,
917
+ label: "XResolution".freeze,
918
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
919
+ type: "rdf:Property".freeze
920
+ property :yCbCrCoefficients,
921
+ comment: %(The matrix coefficients for transformation from RGB to YCbCr image data.).freeze,
922
+ :"exif:tagNumber" => %(529).freeze,
923
+ label: "YCbCrCoefficients".freeze,
924
+ subPropertyOf: "exif:imageDataCharacter".freeze,
925
+ type: "rdf:Property".freeze
926
+ property :yCbCrPositioning,
927
+ comment: %(The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data.).freeze,
928
+ :"exif:tagNumber" => %(531).freeze,
929
+ label: "YCbCrPositioning".freeze,
930
+ subPropertyOf: "exif:imageDataStruct".freeze,
931
+ type: "rdf:Property".freeze
932
+ property :yCbCrSubSampling,
933
+ comment: %(The sampling ratio of chrominance components in relation to the luminance component. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
934
+ :"exif:tagNumber" => %(530).freeze,
935
+ label: "YCbCrSubSampling".freeze,
936
+ subPropertyOf: "exif:imageDataStruct".freeze,
937
+ type: "rdf:Property".freeze
938
+ property :yResolution,
939
+ comment: %(The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.).freeze,
940
+ :"exif:tagNumber" => %(283).freeze,
941
+ label: "YResolution".freeze,
942
+ subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
943
+ type: "rdf:Property".freeze
944
+ end
945
+ end