rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4719 -4347
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +501 -227
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +563 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9464 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +63 -142
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +23 -6
data/lib/rdf/vocab/exif.rb
CHANGED
@@ -3,949 +3,951 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/12/exif/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/2003/12/exif/ns#>
|
7
|
+
# @!visibility private
|
6
8
|
EXIF = Class.new(RDF::StrictVocabulary("http://www.w3.org/2003/12/exif/ns#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/2003/12/exif/ns#",
|
10
|
-
"http://purl.org/dc/elements/1.1/description": "Vocabulary to describe an Exif format picture data. All Exif 2.2 tags are defined as RDF properties, as well as several terms to help this schema.".
|
11
|
-
"http://purl.org/dc/elements/1.1/source": "http://tsc.jeita.or.jp/avs/data/cp3451.pdf"
|
12
|
-
"http://purl.org/dc/elements/1.1/title": "Exif data description vocabulary"
|
13
|
-
"http://purl.org/dc/terms/created": "2003-07-18"
|
14
|
-
"http://purl.org/dc/terms/modified": "2003-08-19"
|
15
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "Experimental version."
|
16
|
-
"http://xmlns.com/foaf/0.1/maker": "urn:pin:MK705"
|
17
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
"http://purl.org/dc/elements/1.1/description": {en: "Vocabulary to describe an Exif format picture data. All Exif 2.2 tags are defined as RDF properties, as well as several terms to help this schema.", fr: "Vocabulaire pour décrire les données Exif d'une photographie. Toutes les balises Exif 2.2 sont définies comme des propriétés RDF, ainsi que plusieurs termes pour donner de l'aide.", ja: "Exifフォーマットの写真からデータを取りだしてRDFで表現するため、Exif 2.2の全てのタグをRDFプロパティとして定義し、さらにそれを記述するのに必要な語彙を追加したボキャブラリ"},
|
13
|
+
"http://purl.org/dc/elements/1.1/source": "http://tsc.jeita.or.jp/avs/data/cp3451.pdf",
|
14
|
+
"http://purl.org/dc/elements/1.1/title": {en: "Exif data description vocabulary"},
|
15
|
+
"http://purl.org/dc/terms/created": {en: "2003-07-18"},
|
16
|
+
"http://purl.org/dc/terms/modified": {en: "2003-08-19"},
|
17
|
+
"http://www.w3.org/2002/07/owl#versionInfo": {en: "Experimental version."},
|
18
|
+
"http://xmlns.com/foaf/0.1/maker": "urn:pin:MK705",
|
19
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
18
20
|
|
19
21
|
# Class definitions
|
20
22
|
term :IFD,
|
21
|
-
comment: "An Image File Directory"
|
22
|
-
label: "IFD"
|
23
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
23
|
+
comment: {en: "An Image File Directory"},
|
24
|
+
label: {en: "IFD"},
|
25
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
24
26
|
|
25
27
|
# Property definitions
|
26
28
|
property :_unknown,
|
27
|
-
comment: "An Exif tag whose meaning is not known"
|
28
|
-
label: "Unknown tag"
|
29
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
29
|
+
comment: {en: "An Exif tag whose meaning is not known"},
|
30
|
+
label: {en: "Unknown tag"},
|
31
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
30
32
|
property :apertureValue,
|
31
|
-
comment: "The lens aperture. The unit is the APEX value.".
|
32
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37378"
|
33
|
-
label: "ApertureValue"
|
34
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
35
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
33
|
+
comment: {en: "The lens aperture. The unit is the APEX value.", ja: "レンズ絞り値(APEX値)。この値のルート2のベキ乗を取ると、通常の絞り値となる。例えば'5'の場合だと√2^5=F5.6"},
|
34
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37378"},
|
35
|
+
label: {en: "ApertureValue"},
|
36
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
37
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
36
38
|
property :artist,
|
37
|
-
comment: "Person who created the image"
|
38
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "315"
|
39
|
-
label: "Artist"
|
40
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/creator"
|
41
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
39
|
+
comment: {en: "Person who created the image"},
|
40
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "315"},
|
41
|
+
label: {en: "Artist"},
|
42
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/creator", "http://www.w3.org/2003/12/exif/ns#exifAttribute"],
|
43
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
42
44
|
property :bitsPerSample,
|
43
|
-
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."
|
44
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "258"
|
45
|
-
label: "BitsPerSample"
|
46
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
47
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
45
|
+
comment: {en: "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."},
|
46
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "258"},
|
47
|
+
label: {en: "BitsPerSample"},
|
48
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct", "http://www.w3.org/2003/12/exif/ns#resolution"],
|
49
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
48
50
|
property :brightnessValue,
|
49
|
-
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.".
|
50
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37379"
|
51
|
-
label: "BrightnessValue"
|
52
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
53
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
51
|
+
comment: {en: "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.", ja: "画像撮影時の撮影対象物の明るさ(APEX値)。EVにするにはISO感度の値を足す必要があり、Ev:Exposure, Bv:BrightnessValue, Sv:SensitivityValueとしてEv=Bv+Sv Sv=log^2(ISOSpeedRating/3.125)という計算式を使う。ISO感度100の場合Sv=5、ISO200の場合Sv=6、ISO125ではSv=5.32"},
|
52
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37379"},
|
53
|
+
label: {en: "BrightnessValue"},
|
54
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
55
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
54
56
|
property :cfaPattern,
|
55
|
-
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."
|
56
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41730"
|
57
|
-
label: "CFAPattern"
|
58
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
59
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
57
|
+
comment: {en: "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.", ja: "CCDに付いているColor filter array(CFA)のパターン。例えば普通のRGBフィルターだと、CFAPatternのデータは 02 02 00 01 01 02"},
|
58
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41730"},
|
59
|
+
label: {en: "CFAPattern"},
|
60
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
61
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
60
62
|
property :colorSpace,
|
61
|
-
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."
|
62
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40961"
|
63
|
-
label: "ColorSpace"
|
64
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter"
|
65
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
63
|
+
comment: {en: "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.", ja: "使われる色空間。通常sRGB"},
|
64
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "40961"},
|
65
|
+
label: {en: "ColorSpace"},
|
66
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter",
|
67
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
66
68
|
property :componentsConfiguration,
|
67
|
-
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."
|
68
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37121"
|
69
|
-
label: "ComponentsConfiguration"
|
70
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageConfig"
|
71
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
69
|
+
comment: {en: "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.", ja: "圧縮データがYCC以外の並びの場合、4バイトでその並びを示す。それぞれの値は0:not exist,1:Y,2:Cb,3:Cr,4:R,5:G,6:B"},
|
70
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37121"},
|
71
|
+
label: {en: "ComponentsConfiguration"},
|
72
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageConfig",
|
73
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
72
74
|
property :compressedBitsPerPixel,
|
73
|
-
comment: "Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel."
|
74
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37122"
|
75
|
-
label: "CompressedBitsPerPixel"
|
76
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageConfig"
|
77
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
75
|
+
comment: {en: "Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.", ja: "画像の圧縮率"},
|
76
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37122"},
|
77
|
+
label: {en: "CompressedBitsPerPixel"},
|
78
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageConfig",
|
79
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
78
80
|
property :compression,
|
79
|
-
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."
|
80
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "259"
|
81
|
-
label: "Compression"
|
82
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
83
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
81
|
+
comment: {en: "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."},
|
82
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "259"},
|
83
|
+
label: {en: "Compression"},
|
84
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct",
|
85
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
84
86
|
property :contrast,
|
85
|
-
comment: "The direction of contrast processing applied by the camera when the image was shot."
|
86
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41992"
|
87
|
-
label: "Contrast"
|
88
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
89
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
87
|
+
comment: {en: "The direction of contrast processing applied by the camera when the image was shot."},
|
88
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41992"},
|
89
|
+
label: {en: "Contrast"},
|
90
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
91
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
90
92
|
property :copyright,
|
91
|
-
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."
|
92
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "33432"
|
93
|
-
label: "Copyright"
|
94
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/rights"
|
95
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
93
|
+
comment: {en: "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.", ja: "この画像の撮影者および編集者の著作権情報"},
|
94
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "33432"},
|
95
|
+
label: {en: "Copyright"},
|
96
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/rights", "http://www.w3.org/2003/12/exif/ns#exifAttribute"],
|
97
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
96
98
|
property :customRendered,
|
97
|
-
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."
|
98
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41985"
|
99
|
-
label: "CustomRendered"
|
100
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
101
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
99
|
+
comment: {en: "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.", ja: "特別なレンダリング処理を行っているかどうか"},
|
100
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41985"},
|
101
|
+
label: {en: "CustomRendered"},
|
102
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
103
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
102
104
|
property :datatype,
|
103
|
-
comment: "The Exif field data type, such as ascii, byte, short etc."
|
104
|
-
label: "Data Type"
|
105
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/type"
|
106
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
105
|
+
comment: {en: "The Exif field data type, such as ascii, byte, short etc."},
|
106
|
+
label: {en: "Data Type"},
|
107
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/type",
|
108
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
107
109
|
property :date,
|
108
|
-
comment: "a date information. Usually saved as YYYY:MM:DD (HH:MM:SS) format in Exif data, but represented here as W3C-DTF format"
|
109
|
-
label: "Date"
|
110
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/date"
|
111
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
110
|
+
comment: {en: "a date information. Usually saved as YYYY:MM:DD (HH:MM:SS) format in Exif data, but represented here as W3C-DTF format"},
|
111
|
+
label: {en: "Date"},
|
112
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/date",
|
113
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
112
114
|
property :dateAndOrTime,
|
113
|
-
comment: "An attribute relating to Date and/or Time"
|
114
|
-
label: "Date and/or Time"
|
115
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
116
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
115
|
+
comment: {en: "An attribute relating to Date and/or Time"},
|
116
|
+
label: {en: "Date and/or Time"},
|
117
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
118
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
117
119
|
property :dateTime,
|
118
|
-
comment: "The date and time of image creation. In this standard it is the date and time the file was changed."
|
119
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "306"
|
120
|
-
label: "DateTime"
|
121
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date"
|
122
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
120
|
+
comment: {en: "The date and time of image creation. In this standard it is the date and time the file was changed.", ja: "この画像が作成(あるいは最後に変更された)日時。通常はDateTimeOriginaと同じ値"},
|
121
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "306"},
|
122
|
+
label: {en: "DateTime"},
|
123
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date", "http://www.w3.org/2003/12/exif/ns#exifAttribute"],
|
124
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
123
125
|
property :dateTimeDigitized,
|
124
|
-
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."
|
125
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "36868"
|
126
|
-
label: "DateTimeDigitized"
|
127
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date"
|
128
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
126
|
+
comment: {en: "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.", ja: "画像がデジタル化された日時。デジカメ画像なら通常DateTimeOriginalと同じ値"},
|
127
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "36868"},
|
128
|
+
label: {en: "DateTimeDigitized"},
|
129
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date", "http://www.w3.org/2003/12/exif/ns#dateAndOrTime"],
|
130
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
129
131
|
property :dateTimeOriginal,
|
130
|
-
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."
|
131
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "36867"
|
132
|
-
label: "DateTimeOriginal"
|
133
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date"
|
134
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
132
|
+
comment: {en: "The date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded.", ja: "オリジナル画像が作成(撮影)された日時"},
|
133
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "36867"},
|
134
|
+
label: {en: "DateTimeOriginal"},
|
135
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date", "http://www.w3.org/2003/12/exif/ns#dateAndOrTime"],
|
136
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
135
137
|
property :deviceSettingDescription,
|
136
|
-
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."
|
137
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41995"
|
138
|
-
label: "DeviceSettingDescription"
|
139
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
140
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
138
|
+
comment: {en: "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."},
|
139
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41995"},
|
140
|
+
label: {en: "DeviceSettingDescription"},
|
141
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
142
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
141
143
|
property :digitalZoomRatio,
|
142
|
-
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."
|
143
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41988"
|
144
|
-
label: "DigitalZoomRatio"
|
145
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
146
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
144
|
+
comment: {en: "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.", ja: "デジタルズームが使われた場合、その比率"},
|
145
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41988"},
|
146
|
+
label: {en: "DigitalZoomRatio"},
|
147
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
148
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
147
149
|
property :exifAttribute,
|
148
|
-
comment: "A property that connects an IFD to one of its entries. Super property which integrates all Exif tags."
|
149
|
-
domain: "http://www.w3.org/2003/12/exif/ns#IFD"
|
150
|
-
label: "Exif Attribute"
|
151
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
150
|
+
comment: {en: "A property that connects an IFD to one of its entries. Super property which integrates all Exif tags."},
|
151
|
+
domain: "http://www.w3.org/2003/12/exif/ns#IFD",
|
152
|
+
label: {en: "Exif Attribute"},
|
153
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
152
154
|
property :exifVersion,
|
153
|
-
comment: "Exif Version"
|
154
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "36864"
|
155
|
-
label: "ExifVersion"
|
156
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#versionInfo"
|
157
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
155
|
+
comment: {en: "Exif Version", ja: "Exif形式のバージョン"},
|
156
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "36864"},
|
157
|
+
label: {en: "ExifVersion"},
|
158
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#versionInfo",
|
159
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
158
160
|
property :exif_IFD_Pointer,
|
159
|
-
comment: "A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information."
|
160
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34665"
|
161
|
-
label: "Exif IFD Pointer"
|
162
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer"
|
163
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
161
|
+
comment: {en: "A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information.", ja: "Exif IFDへのポインタ"},
|
162
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "34665"},
|
163
|
+
label: {en: "Exif IFD Pointer"},
|
164
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer",
|
165
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
164
166
|
property :exifdata,
|
165
|
-
comment: "An Exif IFD data entry"
|
166
|
-
label: "Exif data"
|
167
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
167
|
+
comment: {en: "An Exif IFD data entry"},
|
168
|
+
label: {en: "Exif data"},
|
169
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
168
170
|
property :exposureBiasValue,
|
169
|
-
comment: "The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99."
|
170
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37380"
|
171
|
-
label: "ExposureBiasValue"
|
172
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
173
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
171
|
+
comment: {en: "The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.", ja: "撮影時の露光補正量。単位はAPEX値(EV)"},
|
172
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37380"},
|
173
|
+
label: {en: "ExposureBiasValue"},
|
174
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
175
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
174
176
|
property :exposureIndex,
|
175
|
-
comment: "The exposure index selected on the camera or input device at the time the image is captured."
|
176
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41493"
|
177
|
-
label: "ExposureIndex"
|
178
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
179
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
177
|
+
comment: {en: "The exposure index selected on the camera or input device at the time the image is captured.", ja: "CCD感度。データ形式が符号なし分数である事を除き、ISOSpeedRatingsと同じ"},
|
178
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41493"},
|
179
|
+
label: {en: "ExposureIndex"},
|
180
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
181
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
180
182
|
property :exposureMode,
|
181
|
-
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."
|
182
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41986"
|
183
|
-
label: "ExposureMode"
|
184
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
185
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
183
|
+
comment: {en: "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.", ja: "露光モード"},
|
184
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41986"},
|
185
|
+
label: {en: "ExposureMode"},
|
186
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
187
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
186
188
|
property :exposureProgram,
|
187
|
-
comment: "The class of the program used by the camera to set exposure when the picture is taken."
|
188
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34850"
|
189
|
-
label: "ExposureProgram"
|
190
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
191
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
189
|
+
comment: {en: "The class of the program used by the camera to set exposure when the picture is taken.", ja: "露光制御のモード"},
|
190
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "34850"},
|
191
|
+
label: {en: "ExposureProgram"},
|
192
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
193
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
192
194
|
property :exposureTime,
|
193
|
-
comment: "Exposure time, given in seconds (sec)."
|
194
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "33434"
|
195
|
-
label: "ExposureTime"
|
196
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking"
|
197
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
195
|
+
comment: {en: "Exposure time, given in seconds (sec).", ja: "露光時間(シャッター速度の逆数)。単位は秒"},
|
196
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "33434"},
|
197
|
+
label: {en: "ExposureTime"},
|
198
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking", "http://www.w3.org/2003/12/exif/ns#seconds"],
|
199
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
198
200
|
property :fNumber,
|
199
|
-
comment: "F number"
|
200
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "33437"
|
201
|
-
label: "FNumber"
|
202
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
203
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
201
|
+
comment: {en: "F number", ja: "レンズのF値"},
|
202
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "33437"},
|
203
|
+
label: {en: "FNumber"},
|
204
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
205
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
204
206
|
property :fileSource,
|
205
|
-
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."
|
206
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41728"
|
207
|
-
label: "FileSource"
|
208
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
209
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
207
|
+
comment: {en: "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.", ja: "画像がどういうデバイスから得られたか。通常3=DSC"},
|
208
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41728"},
|
209
|
+
label: {en: "FileSource"},
|
210
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
211
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
210
212
|
property :flash,
|
211
|
-
comment: "The status of flash when the image was shot."
|
212
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37385"
|
213
|
-
label: "Flash"
|
214
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
215
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
213
|
+
comment: {en: "The status of flash when the image was shot.", ja: "フラッシュ発光の状態"},
|
214
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37385"},
|
215
|
+
label: {en: "Flash"},
|
216
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
217
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
216
218
|
property :flashEnergy,
|
217
|
-
comment: "The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS)."
|
218
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41483"
|
219
|
-
label: "FlashEnergy"
|
220
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
221
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
219
|
+
comment: {en: "The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).", ja: "BCPSによるストロボの強度"},
|
220
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41483"},
|
221
|
+
label: {en: "FlashEnergy"},
|
222
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
223
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
222
224
|
property :flashpixVersion,
|
223
|
-
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."
|
224
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40960"
|
225
|
-
label: "FlashpixVersion"
|
226
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#versionInfo"
|
227
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
225
|
+
comment: {en: "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."},
|
226
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "40960"},
|
227
|
+
label: {en: "FlashpixVersion"},
|
228
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#versionInfo",
|
229
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
228
230
|
property :focalLength,
|
229
|
-
comment: "The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera."
|
230
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37386"
|
231
|
-
label: "FocalLength"
|
232
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#mm"
|
233
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
231
|
+
comment: {en: "The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.", ja: "レンズの焦点距離。単位はmm"},
|
232
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37386"},
|
233
|
+
label: {en: "FocalLength"},
|
234
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#mm", "http://www.w3.org/2003/12/exif/ns#pictTaking"],
|
235
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
234
236
|
property :focalLengthIn35mmFilm,
|
235
|
-
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."
|
236
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41989"
|
237
|
-
label: "FocalLengthIn35mmFilm"
|
238
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#length"
|
239
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
237
|
+
comment: {en: "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.", ja: "35mm換算した焦点距離"},
|
238
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41989"},
|
239
|
+
label: {en: "FocalLengthIn35mmFilm"},
|
240
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#length", "http://www.w3.org/2003/12/exif/ns#pictTaking"],
|
241
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
240
242
|
property :focalPlaneResolutionUnit,
|
241
|
-
comment: "The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit."
|
242
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41488"
|
243
|
-
label: "FocalPlaneResolutionUnit"
|
244
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
245
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
243
|
+
comment: {en: "The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.", ja: "CCD画素密度の単位"},
|
244
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41488"},
|
245
|
+
label: {en: "FocalPlaneResolutionUnit"},
|
246
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
247
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
246
248
|
property :focalPlaneXResolution,
|
247
|
-
comment: "The number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane."
|
248
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41486"
|
249
|
-
label: "FocalPlaneXResolution"
|
250
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking"
|
251
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
249
|
+
comment: {en: "The number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane.", ja: "撮影画像のCCD位置での水平解像度。この値とFocalPlaneYResolution、FocalLengthを使うと、レンズ焦点距離の35mmカメラ換算値が計算できる。例えば200万画素機を使いVGAモードの画像を撮ったような場合はこの値はVGAの解像度でリサンプルされた値になっており、CCDの画素ピッチそのままの値ではないので注意が必要"},
|
250
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41486"},
|
251
|
+
label: {en: "FocalPlaneXResolution"},
|
252
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking", "http://www.w3.org/2003/12/exif/ns#resolution"],
|
253
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
252
254
|
property :focalPlaneYResolution,
|
253
|
-
comment: "The number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane."
|
254
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41487"
|
255
|
-
label: "FocalPlaneYResolution"
|
256
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking"
|
257
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
255
|
+
comment: {en: "The number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane.", ja: "撮影画像のCCD位置での垂直解像度"},
|
256
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41487"},
|
257
|
+
label: {en: "FocalPlaneYResolution"},
|
258
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#pictTaking", "http://www.w3.org/2003/12/exif/ns#resolution"],
|
259
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
258
260
|
property :gainControl,
|
259
|
-
comment: "The degree of overall image gain adjustment."
|
260
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41991"
|
261
|
-
label: "GainControl"
|
262
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
263
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
261
|
+
comment: {en: "The degree of overall image gain adjustment."},
|
262
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41991"},
|
263
|
+
label: {en: "GainControl"},
|
264
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
265
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
264
266
|
property :geo,
|
265
|
-
comment: "Geometric data such as latitude, longitude and altitude. Usually saved as rational number."
|
266
|
-
label: "Geometric data"
|
267
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
267
|
+
comment: {en: "Geometric data such as latitude, longitude and altitude. Usually saved as rational number."},
|
268
|
+
label: {en: "Geometric data"},
|
269
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
268
270
|
property :gpsAltitude,
|
269
|
-
comment: "The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters."
|
270
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "6"
|
271
|
-
label: "GPSAltitude"
|
272
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo"
|
273
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
271
|
+
comment: {en: "The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters."},
|
272
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "6"},
|
273
|
+
label: {en: "GPSAltitude"},
|
274
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo", "http://www.w3.org/2003/12/exif/ns#gpsInfo"],
|
275
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
274
276
|
property :gpsAltitudeRef,
|
275
|
-
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."
|
276
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "5"
|
277
|
-
label: "GPSAltitudeRef"
|
278
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
279
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
277
|
+
comment: {en: "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."},
|
278
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "5"},
|
279
|
+
label: {en: "GPSAltitudeRef"},
|
280
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
281
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
280
282
|
property :gpsAreaInformation,
|
281
|
-
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."
|
282
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "28"
|
283
|
-
label: "GPSAreaInformation"
|
284
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
285
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
283
|
+
comment: {en: "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."},
|
284
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "28"},
|
285
|
+
label: {en: "GPSAreaInformation"},
|
286
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
287
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
286
288
|
property :gpsDOP,
|
287
|
-
comment: "The GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement."
|
288
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "11"
|
289
|
-
label: "GPSDOP"
|
290
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
291
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
289
|
+
comment: {en: "The GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement."},
|
290
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "11"},
|
291
|
+
label: {en: "GPSDOP"},
|
292
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
293
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
292
294
|
property :gpsDateStamp,
|
293
|
-
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"
|
294
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "29"
|
295
|
-
label: "GPSDateStamp"
|
296
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date"
|
297
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
295
|
+
comment: {en: "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"},
|
296
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "29"},
|
297
|
+
label: {en: "GPSDateStamp"},
|
298
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#date", "http://www.w3.org/2003/12/exif/ns#gpsInfo"],
|
299
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
298
300
|
property :gpsDestBearing,
|
299
|
-
comment: "The bearing to the destination point. The range of values is from 0.00 to 359.99."
|
300
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "24"
|
301
|
-
label: "GPSDestBearing"
|
302
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
303
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
301
|
+
comment: {en: "The bearing to the destination point. The range of values is from 0.00 to 359.99."},
|
302
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "24"},
|
303
|
+
label: {en: "GPSDestBearing"},
|
304
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
305
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
304
306
|
property :gpsDestBearingRef,
|
305
|
-
comment: "Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction."
|
306
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "23"
|
307
|
-
label: "GPSDestBearingRef"
|
308
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
309
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
307
|
+
comment: {en: "Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction."},
|
308
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "23"},
|
309
|
+
label: {en: "GPSDestBearingRef"},
|
310
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
311
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
310
312
|
property :gpsDestDistance,
|
311
|
-
comment: "The distance to the destination point."
|
312
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "26"
|
313
|
-
label: "GPSDestDistance"
|
314
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
315
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
313
|
+
comment: {en: "The distance to the destination point."},
|
314
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "26"},
|
315
|
+
label: {en: "GPSDestDistance"},
|
316
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
317
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
316
318
|
property :gpsDestDistanceRef,
|
317
|
-
comment: "Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots."
|
318
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "25"
|
319
|
-
label: "GPSDestDistanceRef"
|
320
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
321
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
319
|
+
comment: {en: "Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots."},
|
320
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "25"},
|
321
|
+
label: {en: "GPSDestDistanceRef"},
|
322
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
323
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
322
324
|
property :gpsDestLatitude,
|
323
|
-
comment: "Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively."
|
324
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "20"
|
325
|
-
label: "GPSDestLatitude"
|
326
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo"
|
327
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
325
|
+
comment: {en: "Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively."},
|
326
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "20"},
|
327
|
+
label: {en: "GPSDestLatitude"},
|
328
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo", "http://www.w3.org/2003/12/exif/ns#gpsInfo"],
|
329
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
328
330
|
property :gpsDestLatitudeRef,
|
329
|
-
comment: "Reference for latitude of destination"
|
330
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "19"
|
331
|
-
label: "GPSDestLatitudeRef"
|
332
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
333
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
331
|
+
comment: {en: "Reference for latitude of destination"},
|
332
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "19"},
|
333
|
+
label: {en: "GPSDestLatitudeRef"},
|
334
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
335
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
334
336
|
property :gpsDestLongitude,
|
335
|
-
comment: "Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively."
|
336
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "22"
|
337
|
-
label: "GPSDestLongitude"
|
338
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo"
|
339
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
337
|
+
comment: {en: "Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively."},
|
338
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "22"},
|
339
|
+
label: {en: "GPSDestLongitude"},
|
340
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo", "http://www.w3.org/2003/12/exif/ns#gpsInfo"],
|
341
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
340
342
|
property :gpsDestLongitudeRef,
|
341
|
-
comment: "Reference for longitude of destination"
|
342
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "21"
|
343
|
-
label: "GPSDestLongitudeRef"
|
344
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
345
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
343
|
+
comment: {en: "Reference for longitude of destination"},
|
344
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "21"},
|
345
|
+
label: {en: "GPSDestLongitudeRef"},
|
346
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
347
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
346
348
|
property :gpsDifferential,
|
347
|
-
comment: "Indicates whether differential correction is applied to the GPS receiver."
|
348
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "30"
|
349
|
-
label: "GPSDifferential"
|
350
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
351
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
349
|
+
comment: {en: "Indicates whether differential correction is applied to the GPS receiver."},
|
350
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "30"},
|
351
|
+
label: {en: "GPSDifferential"},
|
352
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
353
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
352
354
|
property :gpsImgDirection,
|
353
|
-
comment: "The direction of the image when it was captured. The range of values is from 0.00 to 359.99."
|
354
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "17"
|
355
|
-
label: "GPSImgDirection"
|
356
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
357
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
355
|
+
comment: {en: "The direction of the image when it was captured. The range of values is from 0.00 to 359.99."},
|
356
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "17"},
|
357
|
+
label: {en: "GPSImgDirection"},
|
358
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
359
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
358
360
|
property :gpsImgDirectionRef,
|
359
|
-
comment: "The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction."
|
360
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "16"
|
361
|
-
label: "GPSImgDirectionRef"
|
362
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
363
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
361
|
+
comment: {en: "The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction."},
|
362
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "16"},
|
363
|
+
label: {en: "GPSImgDirectionRef"},
|
364
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
365
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
364
366
|
property :gpsInfo,
|
365
|
-
comment: "An attribute relating to GPS information"
|
366
|
-
label: "GPS Info"
|
367
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
368
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
367
|
+
comment: {en: "An attribute relating to GPS information"},
|
368
|
+
label: {en: "GPS Info"},
|
369
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
370
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
369
371
|
property :gpsInfo_IFD_Pointer,
|
370
|
-
comment: "A pointer to the GPS IFD, which is a set of tags for recording GPS information."
|
371
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34853"
|
372
|
-
label: "GPSInfo IFD Pointer"
|
373
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer"
|
374
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
372
|
+
comment: {en: "A pointer to the GPS IFD, which is a set of tags for recording GPS information.", ja: "GPS IFDへのポインタ"},
|
373
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "34853"},
|
374
|
+
label: {en: "GPSInfo IFD Pointer"},
|
375
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer",
|
376
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
375
377
|
property :gpsLatitude,
|
376
|
-
comment: "The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively."
|
377
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "2"
|
378
|
-
label: "GPSLatitude"
|
379
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo"
|
380
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
378
|
+
comment: {en: "The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.", ja: "緯度"},
|
379
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "2"},
|
380
|
+
label: {en: "GPSLatitude"},
|
381
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo", "http://www.w3.org/2003/12/exif/ns#gpsInfo"],
|
382
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
381
383
|
property :gpsLatitudeRef,
|
382
|
-
comment: "Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude."
|
383
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "1"
|
384
|
-
label: "GPSLatitudeRef"
|
385
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
386
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
384
|
+
comment: {en: "Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.", ja: "緯度の北緯もしくは南緯"},
|
385
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "1"},
|
386
|
+
label: {en: "GPSLatitudeRef"},
|
387
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
388
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
387
389
|
property :gpsLongitude,
|
388
|
-
comment: "The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively."
|
389
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "4"
|
390
|
-
label: "GPSLongitude"
|
391
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo"
|
392
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
390
|
+
comment: {en: "The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.", ja: "経度"},
|
391
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "4"},
|
392
|
+
label: {en: "GPSLongitude"},
|
393
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#geo", "http://www.w3.org/2003/12/exif/ns#gpsInfo"],
|
394
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
393
395
|
property :gpsLongitudeRef,
|
394
|
-
comment: "Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
|
395
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "3"
|
396
|
-
label: "GPSLongitudeRef"
|
397
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
398
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
396
|
+
comment: {en: "Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.", ja: "経度の東経もしくは西経"},
|
397
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "3"},
|
398
|
+
label: {en: "GPSLongitudeRef"},
|
399
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
400
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
399
401
|
property :gpsMapDatum,
|
400
|
-
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."
|
401
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "18"
|
402
|
-
label: "GPSMapDatum"
|
403
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
404
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
402
|
+
comment: {en: "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.", ja: "測地系。日本なら'TOKYO'もしくは'WGS-84'"},
|
403
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "18"},
|
404
|
+
label: {en: "GPSMapDatum"},
|
405
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
406
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
405
407
|
property :gpsMeasureMode,
|
406
|
-
comment: "The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress."
|
407
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "10"
|
408
|
-
label: "GPSMeasureMode"
|
409
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
410
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
408
|
+
comment: {en: "The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress."},
|
409
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "10"},
|
410
|
+
label: {en: "GPSMeasureMode"},
|
411
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
412
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
411
413
|
property :gpsProcessingMethod,
|
412
|
-
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."
|
413
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "27"
|
414
|
-
label: "GPSProcessingMethod"
|
415
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
416
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
414
|
+
comment: {en: "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."},
|
415
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "27"},
|
416
|
+
label: {en: "GPSProcessingMethod"},
|
417
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
418
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
417
419
|
property :gpsSatellites,
|
418
|
-
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."
|
419
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "8"
|
420
|
-
label: "GPSSatellites"
|
421
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
422
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
420
|
+
comment: {en: "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."},
|
421
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "8"},
|
422
|
+
label: {en: "GPSSatellites"},
|
423
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
424
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
423
425
|
property :gpsSpeed,
|
424
|
-
comment: "The speed of GPS receiver movement."
|
425
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "13"
|
426
|
-
label: "GPSSpeed"
|
427
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
428
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
426
|
+
comment: {en: "The speed of GPS receiver movement."},
|
427
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "13"},
|
428
|
+
label: {en: "GPSSpeed"},
|
429
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
430
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
429
431
|
property :gpsSpeedRef,
|
430
|
-
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."
|
431
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "12"
|
432
|
-
label: "GPSSpeedRef"
|
433
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
434
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
432
|
+
comment: {en: "The unit used to express the GPS receiver speed of movement. 'K' 'M' and 'N' represents kilometers per hour, miles per hour, and knots."},
|
433
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "12"},
|
434
|
+
label: {en: "GPSSpeedRef"},
|
435
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
436
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
435
437
|
property :gpsStatus,
|
436
|
-
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."
|
437
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "9"
|
438
|
-
label: "GPSStatus"
|
439
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
440
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
438
|
+
comment: {en: "The status of the GPS receiver when the image is recorded. 'A' means measurement is in progress, and 'V' means the measurement is Interoperability."},
|
439
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "9"},
|
440
|
+
label: {en: "GPSStatus"},
|
441
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
442
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
441
443
|
property :gpsTimeStamp,
|
442
|
-
comment: "The time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second."
|
443
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "7"
|
444
|
-
label: "GPSTimeStamp"
|
445
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
446
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
444
|
+
comment: {en: "The time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second."},
|
445
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "7"},
|
446
|
+
label: {en: "GPSTimeStamp"},
|
447
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
448
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
447
449
|
property :gpsTrack,
|
448
|
-
comment: "The direction of GPS receiver movement. The range of values is from 0.00 to 359.99."
|
449
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "15"
|
450
|
-
label: "GPSTrack"
|
451
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
452
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
450
|
+
comment: {en: "The direction of GPS receiver movement. The range of values is from 0.00 to 359.99."},
|
451
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "15"},
|
452
|
+
label: {en: "GPSTrack"},
|
453
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
454
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
453
455
|
property :gpsTrackRef,
|
454
|
-
comment: "The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction."
|
455
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "14"
|
456
|
-
label: "GPSTrackRef"
|
457
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
458
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
456
|
+
comment: {en: "The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction."},
|
457
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "14"},
|
458
|
+
label: {en: "GPSTrackRef"},
|
459
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#gpsInfo",
|
460
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
459
461
|
property :gpsVersionID,
|
460
|
-
comment: "The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present."
|
461
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "0"
|
462
|
-
label: "GPSVersionID"
|
463
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#gpsInfo"
|
464
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
462
|
+
comment: {en: "The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present."},
|
463
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "0"},
|
464
|
+
label: {en: "GPSVersionID"},
|
465
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#gpsInfo", "http://www.w3.org/2003/12/exif/ns#versionInfo"],
|
466
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
465
467
|
property :height,
|
466
|
-
comment: "Height of an object"
|
467
|
-
label: "Height"
|
468
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length"
|
469
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
468
|
+
comment: {en: "Height of an object"},
|
469
|
+
label: {en: "Height"},
|
470
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length",
|
471
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
470
472
|
property :ifdPointer,
|
471
|
-
comment: "A tag that refers a child IFD"
|
472
|
-
label: "IFD Pointer"
|
473
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
474
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
473
|
+
comment: {en: "A tag that refers a child IFD"},
|
474
|
+
label: {en: "IFD Pointer"},
|
475
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
476
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
475
477
|
property :imageConfig,
|
476
|
-
comment: "An attribute relating to Image Configuration"
|
477
|
-
label: "Image Config"
|
478
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
479
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
478
|
+
comment: {en: "An attribute relating to Image Configuration"},
|
479
|
+
label: {en: "Image Config"},
|
480
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
481
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
480
482
|
property :imageDataCharacter,
|
481
|
-
comment: "An attribute relating to image data characteristics"
|
482
|
-
label: "Image Data Character"
|
483
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
484
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
483
|
+
comment: {en: "An attribute relating to image data characteristics"},
|
484
|
+
label: {en: "Image Data Character"},
|
485
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
486
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
485
487
|
property :imageDataStruct,
|
486
|
-
comment: "An attribute relating to image data structure"
|
487
|
-
label: "Image Data Structure"
|
488
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
489
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
488
|
+
comment: {en: "An attribute relating to image data structure"},
|
489
|
+
label: {en: "Image Data Structure"},
|
490
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
491
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
490
492
|
property :imageDescription,
|
491
|
-
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."
|
492
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "270"
|
493
|
-
label: "ImageDescription"
|
494
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/title"
|
495
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
493
|
+
comment: {en: "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.", ja: "この画像についての説明。漢字等の2バイト文字の使用は禁止"},
|
494
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "270"},
|
495
|
+
label: {en: "ImageDescription"},
|
496
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/title", "http://www.w3.org/2003/12/exif/ns#exifAttribute"],
|
497
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
496
498
|
property :imageLength,
|
497
|
-
comment: "Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used."
|
498
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "257"
|
499
|
-
label: "ImageLength"
|
500
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height"
|
501
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
499
|
+
comment: {en: "Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used."},
|
500
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "257"},
|
501
|
+
label: {en: "ImageLength"},
|
502
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height", "http://www.w3.org/2003/12/exif/ns#imageDataStruct"],
|
503
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
502
504
|
property :imageUniqueID,
|
503
|
-
comment: "An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length."
|
504
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "42016"
|
505
|
-
label: "ImageUniqueID"
|
506
|
-
subPropertyOf: ["http://purl.org/dc/elements/1.1/identifier"
|
507
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
505
|
+
comment: {en: "An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length."},
|
506
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "42016"},
|
507
|
+
label: {en: "ImageUniqueID"},
|
508
|
+
subPropertyOf: ["http://purl.org/dc/elements/1.1/identifier", "http://www.w3.org/2003/12/exif/ns#exifAttribute"],
|
509
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
508
510
|
property :imageWidth,
|
509
|
-
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."
|
510
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "256"
|
511
|
-
label: "ImageWidth"
|
512
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
513
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
511
|
+
comment: {en: "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."},
|
512
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "256"},
|
513
|
+
label: {en: "ImageWidth"},
|
514
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct", "http://www.w3.org/2003/12/exif/ns#width"],
|
515
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
514
516
|
property :interopInfo,
|
515
|
-
comment: "An attribute relating to Interoperability. Tags stored in\nInteroperability IFD may be defined dependently to each Interoperability rule."
|
516
|
-
label: "Interoperability Info"
|
517
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
518
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
517
|
+
comment: {en: "An attribute relating to Interoperability. Tags stored in\nInteroperability IFD may be defined dependently to each Interoperability rule."},
|
518
|
+
label: {en: "Interoperability Info"},
|
519
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
520
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
519
521
|
property :interoperabilityIndex,
|
520
|
-
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.".
|
521
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "1"
|
522
|
-
label: "InteroperabilityIndex"
|
523
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo"
|
524
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
522
|
+
comment: {en: "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.", ja: "メイン画像のInteroperability IFDで、データの内容がExifR98 v1.0準拠の場合は、'R98'の文字列。サムネィル画像のInteroperability IFDの場合は、'THM'の文字列"},
|
523
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "1"},
|
524
|
+
label: {en: "InteroperabilityIndex"},
|
525
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo",
|
526
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
525
527
|
property :interoperabilityVersion,
|
526
|
-
comment: "Interoperability Version".
|
527
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "2"
|
528
|
-
label: "InteroperabilityVersion"
|
529
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo"
|
530
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
528
|
+
comment: {en: "Interoperability Version", ja: "データの内容がExifR98 v1.0準拠の場合は、'0100'の文字列。"},
|
529
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "2"},
|
530
|
+
label: {en: "InteroperabilityVersion"},
|
531
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo",
|
532
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
531
533
|
property :interoperability_IFD_Pointer,
|
532
|
-
comment: "A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability"
|
533
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40965"
|
534
|
-
label: "Interoperability IFD Pointer"
|
535
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer"
|
536
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
534
|
+
comment: {en: "A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability", ja: "Interoperability IFDへのポインタ"},
|
535
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "40965"},
|
536
|
+
label: {en: "Interoperability IFD Pointer"},
|
537
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer",
|
538
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
537
539
|
property :isoSpeedRatings,
|
538
|
-
comment: "Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232."
|
539
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34855"
|
540
|
-
label: "ISOSpeedRatings"
|
541
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
542
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
540
|
+
comment: {en: "Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.", ja: "CCD感度の銀塩フィルム換算値"},
|
541
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "34855"},
|
542
|
+
label: {en: "ISOSpeedRatings"},
|
543
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
544
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
543
545
|
property :jpegInterchangeFormat,
|
544
|
-
comment: "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data."
|
545
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "513"
|
546
|
-
label: "JPEGInterchangeFormat"
|
547
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset"
|
548
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
546
|
+
comment: {en: "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.", ja: "圧縮されたサムネイルへのオフセット"},
|
547
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "513"},
|
548
|
+
label: {en: "JPEGInterchangeFormat"},
|
549
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset",
|
550
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
549
551
|
property :jpegInterchangeFormatLength,
|
550
|
-
comment: "The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data."
|
551
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "514"
|
552
|
-
label: "JPEGInterchangeFormatLength"
|
553
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset"
|
554
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
552
|
+
comment: {en: "The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.", ja: "圧縮されたサムネイルのサイズ"},
|
553
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "514"},
|
554
|
+
label: {en: "JPEGInterchangeFormatLength"},
|
555
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset",
|
556
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
555
557
|
property :length,
|
556
|
-
comment: "Length of an object. Could be a subProperty of other general schema."
|
557
|
-
label: "Length"
|
558
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
558
|
+
comment: {en: "Length of an object. Could be a subProperty of other general schema."},
|
559
|
+
label: {en: "Length"},
|
560
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
559
561
|
property :lightSource,
|
560
|
-
comment: "Light source such as Daylight, Tungsten, Flash etc."
|
561
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37384"
|
562
|
-
label: "LightSource"
|
563
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
564
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
562
|
+
comment: {en: "Light source such as Daylight, Tungsten, Flash etc.", ja: "光源。これはマニュアルでホワイトバランスを設定した場合のモード値となる"},
|
563
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37384"},
|
564
|
+
label: {en: "LightSource"},
|
565
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
566
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
565
567
|
property :make,
|
566
|
-
comment: "Manufacturer of image input equipment"
|
567
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "271"
|
568
|
-
label: "Make"
|
569
|
-
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label"
|
570
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
568
|
+
comment: {en: "Manufacturer of image input equipment", ja: "カメラのメーカー名。DCFでは必須"},
|
569
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "271"},
|
570
|
+
label: {en: "Make"},
|
571
|
+
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label", "http://www.w3.org/2003/12/exif/ns#exifAttribute"],
|
572
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
571
573
|
property :makerNote,
|
572
|
-
comment: "Manufacturer notes"
|
573
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37500"
|
574
|
-
label: "MakerNote"
|
575
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#userInfo"
|
576
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
574
|
+
comment: {en: "Manufacturer notes", ja: "カメラの内部情報等、メーカー依存データ"},
|
575
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37500"},
|
576
|
+
label: {en: "MakerNote"},
|
577
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#userInfo",
|
578
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
577
579
|
property :maxApertureValue,
|
578
|
-
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."
|
579
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37381"
|
580
|
-
label: "MaxApertureValue"
|
581
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
582
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
580
|
+
comment: {en: "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.", ja: "レンズの開放F値。ApertureValue同様、ルート2のベキ乗を取ると通常の絞り値に換算できる"},
|
581
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37381"},
|
582
|
+
label: {en: "MaxApertureValue"},
|
583
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
584
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
583
585
|
property :meter,
|
584
|
-
comment: "A length with unit of meter"
|
585
|
-
label: "Meter"
|
586
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length"
|
587
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
586
|
+
comment: {en: "A length with unit of meter"},
|
587
|
+
label: {en: "Meter"},
|
588
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length",
|
589
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
588
590
|
property :meteringMode,
|
589
|
-
comment: "Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc."
|
590
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37383"
|
591
|
-
label: "MeteringMode"
|
592
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
593
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
591
|
+
comment: {en: "Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc.", ja: "自動露出の測光モード"},
|
592
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37383"},
|
593
|
+
label: {en: "MeteringMode"},
|
594
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
595
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
594
596
|
property :mm,
|
595
|
-
comment: "A length with unit of mm"
|
596
|
-
label: "Milimeter"
|
597
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length"
|
598
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
597
|
+
comment: {en: "A length with unit of mm"},
|
598
|
+
label: {en: "Milimeter"},
|
599
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length",
|
600
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
599
601
|
property :model,
|
600
|
-
comment: "Model of image input equipment"
|
601
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "272"
|
602
|
-
label: "Model"
|
603
|
-
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label"
|
604
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
602
|
+
comment: {en: "Model of image input equipment", ja: "カメラの機種名。DCFでは必須"},
|
603
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "272"},
|
604
|
+
label: {en: "Model"},
|
605
|
+
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label", "http://www.w3.org/2003/12/exif/ns#exifAttribute"],
|
606
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
605
607
|
property :oecf,
|
606
|
-
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."
|
607
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34856"
|
608
|
-
label: "OECF"
|
609
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
610
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
608
|
+
comment: {en: "Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524. OECF is the relationship between the camera optical input and the image values."},
|
609
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "34856"},
|
610
|
+
label: {en: "OECF"},
|
611
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
612
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
611
613
|
property :orientation,
|
612
|
-
comment: "The image orientation viewed in terms of rows and columns."
|
613
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "274"
|
614
|
-
label: "Orientation"
|
615
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
616
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
614
|
+
comment: {en: "The image orientation viewed in terms of rows and columns.", ja: "画像データがどこ(top-leftなど)を起点として、どの向きで格納されているか"},
|
615
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "274"},
|
616
|
+
label: {en: "Orientation"},
|
617
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct",
|
618
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
617
619
|
property :photometricInterpretation,
|
618
|
-
comment: "Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag."
|
619
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "262"
|
620
|
-
label: "PhotometricInterpretation"
|
621
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
622
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
620
|
+
comment: {en: "Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag."},
|
621
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "262"},
|
622
|
+
label: {en: "PhotometricInterpretation"},
|
623
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct",
|
624
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
623
625
|
property :pictTaking,
|
624
|
-
comment: "An attribute relating to Picture-Taking Conditions"
|
625
|
-
label: "PictTaking"
|
626
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
627
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
626
|
+
comment: {en: "An attribute relating to Picture-Taking Conditions"},
|
627
|
+
label: {en: "PictTaking"},
|
628
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
629
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
628
630
|
property :pimBrightness,
|
629
|
-
comment: "Brightness info for print image matching"
|
630
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "10"
|
631
|
-
label: "PrintIM Brightness"
|
632
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo"
|
633
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
631
|
+
comment: {en: "Brightness info for print image matching"},
|
632
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "10"},
|
633
|
+
label: {en: "PrintIM Brightness"},
|
634
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo",
|
635
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
634
636
|
property :pimColorBalance,
|
635
|
-
comment: "ColorBalance info for print image matching"
|
636
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "11"
|
637
|
-
label: "PrintIM ColorBalance"
|
638
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo"
|
639
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
637
|
+
comment: {en: "ColorBalance info for print image matching"},
|
638
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "11"},
|
639
|
+
label: {en: "PrintIM ColorBalance"},
|
640
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo",
|
641
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
640
642
|
property :pimContrast,
|
641
|
-
comment: "Contrast info for print image matching"
|
642
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "9"
|
643
|
-
label: "PrintIM Contrast"
|
644
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo"
|
645
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
643
|
+
comment: {en: "Contrast info for print image matching"},
|
644
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "9"},
|
645
|
+
label: {en: "PrintIM Contrast"},
|
646
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo",
|
647
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
646
648
|
property :pimInfo,
|
647
|
-
comment: "An attribute relating to print image matching"
|
648
|
-
label: "PIM Info"
|
649
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
650
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
649
|
+
comment: {en: "An attribute relating to print image matching"},
|
650
|
+
label: {en: "PIM Info"},
|
651
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
652
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
651
653
|
property :pimSaturation,
|
652
|
-
comment: "Saturation info for print image matching"
|
653
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "12"
|
654
|
-
label: "PrintIM Saturation"
|
655
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo"
|
656
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
654
|
+
comment: {en: "Saturation info for print image matching"},
|
655
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "12"},
|
656
|
+
label: {en: "PrintIM Saturation"},
|
657
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo",
|
658
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
657
659
|
property :pimSharpness,
|
658
|
-
comment: "Sharpness info for print image matching"
|
659
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "13"
|
660
|
-
label: "PrintIM Sharpness"
|
661
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo"
|
662
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
660
|
+
comment: {en: "Sharpness info for print image matching"},
|
661
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "13"},
|
662
|
+
label: {en: "PrintIM Sharpness"},
|
663
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pimInfo",
|
664
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
663
665
|
property :pixelXDimension,
|
664
|
-
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."
|
665
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40962"
|
666
|
-
label: "PixelXDimension"
|
667
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageConfig"
|
668
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
666
|
+
comment: {en: "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."},
|
667
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "40962"},
|
668
|
+
label: {en: "PixelXDimension"},
|
669
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageConfig", "http://www.w3.org/2003/12/exif/ns#width"],
|
670
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
669
671
|
property :pixelYDimension,
|
670
|
-
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."
|
671
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40963"
|
672
|
-
label: "PixelYDimension"
|
673
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height"
|
674
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
672
|
+
comment: {en: "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."},
|
673
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "40963"},
|
674
|
+
label: {en: "PixelYDimension"},
|
675
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height", "http://www.w3.org/2003/12/exif/ns#imageConfig"],
|
676
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
675
677
|
property :planarConfiguration,
|
676
|
-
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."
|
677
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "284"
|
678
|
-
label: "PlanarConfiguration"
|
679
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
680
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
678
|
+
comment: {en: "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."},
|
679
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "284"},
|
680
|
+
label: {en: "PlanarConfiguration"},
|
681
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct",
|
682
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
681
683
|
property :primaryChromaticities,
|
682
|
-
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)."
|
683
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "319"
|
684
|
-
label: "PrimaryChromaticities"
|
685
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter"
|
686
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
684
|
+
comment: {en: "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).", ja: "原色の色度。CCIR REcommendation 709 primariesを使っている場合は、'640/1000,330/1000,300/1000,600/1000,150/1000,60/1000'という値。通常はColorSpaceタグがあるので不要"},
|
685
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "319"},
|
686
|
+
label: {en: "PrimaryChromaticities"},
|
687
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter",
|
688
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
687
689
|
property :printImageMatching_IFD_Pointer,
|
688
|
-
comment: "A pointer to the print image matching IFD"
|
689
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "50341"
|
690
|
-
label: "PrintImageMatching IFD Pointer"
|
691
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer"
|
692
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
690
|
+
comment: {en: "A pointer to the print image matching IFD"},
|
691
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "50341"},
|
692
|
+
label: {en: "PrintImageMatching IFD Pointer"},
|
693
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#ifdPointer",
|
694
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
693
695
|
property :recOffset,
|
694
|
-
comment: "An attribute relating to recording offset"
|
695
|
-
label: "Recording Offset"
|
696
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
697
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
696
|
+
comment: {en: "An attribute relating to recording offset"},
|
697
|
+
label: {en: "Recording Offset"},
|
698
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
699
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
698
700
|
property :referenceBlackWhite,
|
699
|
-
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."
|
700
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "532"
|
701
|
-
label: "ReferenceBlackWhite"
|
702
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter"
|
703
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
701
|
+
comment: {en: "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.", ja: "画像情報の黒点・白点値。YCbCr形式の場合、最初の2つの値がY(輝度)の黒点・白点、次がCb、最後がCrとなり、デフォルト値は'0,255,0,128,0,128'。RGB形式の場合はR、G、Bの順で黒点・白点値が並んでおり、デフォルト値は'0,255,0,255,0,255'。"},
|
702
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "532"},
|
703
|
+
label: {en: "ReferenceBlackWhite"},
|
704
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter",
|
705
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
704
706
|
property :relatedFile,
|
705
|
-
comment: "Tag Relating to Related File Information"
|
706
|
-
label: "Related File"
|
707
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
708
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
707
|
+
comment: {en: "Tag Relating to Related File Information"},
|
708
|
+
label: {en: "Related File"},
|
709
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
710
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
709
711
|
property :relatedImageFileFormat,
|
710
|
-
comment: "Related image file format".
|
711
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "4096"
|
712
|
-
label: "RelatedImageFileFormat"
|
713
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo"
|
714
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
712
|
+
comment: {en: "Related image file format", ja: "画像フォーマットを'Exif JPEG Ver. 2.1'などの文字列で示す。通常はサムネィル画像に使う"},
|
713
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "4096"},
|
714
|
+
label: {en: "RelatedImageFileFormat"},
|
715
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#interopInfo",
|
716
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
715
717
|
property :relatedImageLength,
|
716
|
-
comment: "Related image length"
|
717
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "4098"
|
718
|
-
label: "RelatedImageLength"
|
719
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height"
|
720
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
718
|
+
comment: {en: "Related image length", ja: "画像高。通常はサムネイル画像のInteroperability IFDに使う"},
|
719
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "4098"},
|
720
|
+
label: {en: "RelatedImageLength"},
|
721
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#height", "http://www.w3.org/2003/12/exif/ns#interopInfo"],
|
722
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
721
723
|
property :relatedImageWidth,
|
722
|
-
comment: "Related image width"
|
723
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "4097"
|
724
|
-
label: "RelatedImageWidth"
|
725
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#interopInfo"
|
726
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
724
|
+
comment: {en: "Related image width", ja: "画像幅。通常はサムネイル画像のInteroperability IFDに使う"},
|
725
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "4097"},
|
726
|
+
label: {en: "RelatedImageWidth"},
|
727
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#interopInfo", "http://www.w3.org/2003/12/exif/ns#width"],
|
728
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
727
729
|
property :relatedSoundFile,
|
728
|
-
comment: "Related audio file"
|
729
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "40964"
|
730
|
-
label: "RelatedSoundFile"
|
731
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#relatedFile"
|
732
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
730
|
+
comment: {en: "Related audio file", ja: "画像と一緒に音声録音できる機種の場合に、音声ファイルの名前"},
|
731
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "40964"},
|
732
|
+
label: {en: "RelatedSoundFile"},
|
733
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#relatedFile",
|
734
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
733
735
|
property :resolution,
|
734
|
-
comment: "a rational number representing a resolution. Could be a subProperty of other general schema."
|
735
|
-
label: "Resolution"
|
736
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
736
|
+
comment: {en: "a rational number representing a resolution. Could be a subProperty of other general schema."},
|
737
|
+
label: {en: "Resolution"},
|
738
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
737
739
|
property :resolutionUnit,
|
738
|
-
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."
|
739
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "296"
|
740
|
-
label: "ResolutionUnit"
|
741
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
742
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
740
|
+
comment: {en: "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.", ja: "XResolution/YResolutionの解像度の単位"},
|
741
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "296"},
|
742
|
+
label: {en: "ResolutionUnit"},
|
743
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct",
|
744
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
743
745
|
property :rowsPerStrip,
|
744
|
-
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."
|
745
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "278"
|
746
|
-
label: "RowsPerStrip"
|
747
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset"
|
748
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
746
|
+
comment: {en: "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."},
|
747
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "278"},
|
748
|
+
label: {en: "RowsPerStrip"},
|
749
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset",
|
750
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
749
751
|
property :samplesPerPixel,
|
750
|
-
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."
|
751
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "277"
|
752
|
-
label: "SamplesPerPixel"
|
753
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
754
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
752
|
+
comment: {en: "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."},
|
753
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "277"},
|
754
|
+
label: {en: "SamplesPerPixel"},
|
755
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct",
|
756
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
755
757
|
property :saturation,
|
756
|
-
comment: "The direction of saturation processing applied by the camera when the image was shot."
|
757
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41993"
|
758
|
-
label: "Saturation"
|
759
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
760
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
758
|
+
comment: {en: "The direction of saturation processing applied by the camera when the image was shot."},
|
759
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41993"},
|
760
|
+
label: {en: "Saturation"},
|
761
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
762
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
761
763
|
property :sceneCaptureType,
|
762
|
-
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."
|
763
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41990"
|
764
|
-
label: "SceneCaptureType"
|
765
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
766
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
764
|
+
comment: {en: "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."},
|
765
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41990"},
|
766
|
+
label: {en: "SceneCaptureType"},
|
767
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
768
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
767
769
|
property :sceneType,
|
768
|
-
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."
|
769
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41729"
|
770
|
-
label: "SceneType"
|
771
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
772
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
770
|
+
comment: {en: "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.", ja: "画像がどうやって撮られたか。デジカメの場合は通常1=A directly photographed image"},
|
771
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41729"},
|
772
|
+
label: {en: "SceneType"},
|
773
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
774
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
773
775
|
property :seconds,
|
774
|
-
comment: "a mesurement of time length with unit of second"
|
775
|
-
label: "Seconds"
|
776
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
776
|
+
comment: {en: "a mesurement of time length with unit of second"},
|
777
|
+
label: {en: "Seconds"},
|
778
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
777
779
|
property :sensingMethod,
|
778
|
-
comment: "The image sensor type on the camera or input device, such as One-chip color area sensor etc."
|
779
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41495"
|
780
|
-
label: "SensingMethod"
|
781
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
782
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
780
|
+
comment: {en: "The image sensor type on the camera or input device, such as One-chip color area sensor etc.", ja: "イメージセンサーの形式。One-chip color area sensor、Color sequential area sensor、Trilinear sensorなど"},
|
781
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41495"},
|
782
|
+
label: {en: "SensingMethod"},
|
783
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
784
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
783
785
|
property :sharpness,
|
784
|
-
comment: "The direction of sharpness processing applied by the camera when the image was shot."
|
785
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41994"
|
786
|
-
label: "Sharpness"
|
787
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
788
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
786
|
+
comment: {en: "The direction of sharpness processing applied by the camera when the image was shot."},
|
787
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41994"},
|
788
|
+
label: {en: "Sharpness"},
|
789
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
790
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
789
791
|
property :shutterSpeedValue,
|
790
|
-
comment: "Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting"
|
791
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37377"
|
792
|
-
label: "ShutterSpeedValue"
|
793
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
794
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
792
|
+
comment: {en: "Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting", ja: "シャッター速度(APEX値)。この値の2のベキ乗をとって逆数にすると、通常のシャッター速度表示になる。例えば'4'の場合だと1/(2^4)=1/16秒"},
|
793
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37377"},
|
794
|
+
label: {en: "ShutterSpeedValue"},
|
795
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
796
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
795
797
|
property :software,
|
796
|
-
comment: "The name and version of the software or firmware of the camera or image input device used to generate the image."
|
797
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "305"
|
798
|
-
label: "Software"
|
799
|
-
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label"
|
800
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
798
|
+
comment: {en: "The name and version of the software or firmware of the camera or image input device used to generate the image.", ja: "デジカメ(もしくは入力機器)の内蔵ソフトウェア/ファームウェアの名称とバージョン"},
|
799
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "305"},
|
800
|
+
label: {en: "Software"},
|
801
|
+
subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label", "http://www.w3.org/2003/12/exif/ns#exifAttribute"],
|
802
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
801
803
|
property :spatialFrequencyResponse,
|
802
|
-
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."
|
803
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41484"
|
804
|
-
label: "SpatialFrequencyResponse"
|
805
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
806
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
804
|
+
comment: {en: "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."},
|
805
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41484"},
|
806
|
+
label: {en: "SpatialFrequencyResponse"},
|
807
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
808
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
807
809
|
property :spectralSensitivity,
|
808
|
-
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."
|
809
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "34852"
|
810
|
-
label: "SpectralSensitivity"
|
811
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
812
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
810
|
+
comment: {en: "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."},
|
811
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "34852"},
|
812
|
+
label: {en: "SpectralSensitivity"},
|
813
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
814
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
813
815
|
property :stripByteCounts,
|
814
|
-
comment: "The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted."
|
815
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "279"
|
816
|
-
label: "StripByteCounts"
|
817
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset"
|
818
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
816
|
+
comment: {en: "The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted."},
|
817
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "279"},
|
818
|
+
label: {en: "StripByteCounts"},
|
819
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset",
|
820
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
819
821
|
property :stripOffsets,
|
820
|
-
comment: "For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted."
|
821
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "273"
|
822
|
-
label: "StripOffsets"
|
823
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset"
|
824
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
822
|
+
comment: {en: "For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted."},
|
823
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "273"},
|
824
|
+
label: {en: "StripOffsets"},
|
825
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#recOffset",
|
826
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
825
827
|
property :subSecTime,
|
826
|
-
comment: "DateTime subseconds"
|
827
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37520"
|
828
|
-
label: "SubSecTime"
|
829
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime"
|
830
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
828
|
+
comment: {en: "DateTime subseconds"},
|
829
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37520"},
|
830
|
+
label: {en: "SubSecTime"},
|
831
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime", "http://www.w3.org/2003/12/exif/ns#subseconds"],
|
832
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
831
833
|
property :subSecTimeDigitized,
|
832
|
-
comment: "DateTimeDigitized subseconds"
|
833
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37522"
|
834
|
-
label: "SubSecTimeDigitized"
|
835
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime"
|
836
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
834
|
+
comment: {en: "DateTimeDigitized subseconds"},
|
835
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37522"},
|
836
|
+
label: {en: "SubSecTimeDigitized"},
|
837
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime", "http://www.w3.org/2003/12/exif/ns#subseconds"],
|
838
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
837
839
|
property :subSecTimeOriginal,
|
838
|
-
comment: "DateTimeOriginal subseconds"
|
839
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37521"
|
840
|
-
label: "SubSecTimeOriginal"
|
841
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime"
|
842
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
840
|
+
comment: {en: "DateTimeOriginal subseconds"},
|
841
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37521"},
|
842
|
+
label: {en: "SubSecTimeOriginal"},
|
843
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#dateAndOrTime", "http://www.w3.org/2003/12/exif/ns#subseconds"],
|
844
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
843
845
|
property :subjectArea,
|
844
|
-
comment: "The location and area of the main subject in the overall scene."
|
845
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37396"
|
846
|
-
label: "SubjectArea"
|
847
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
848
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
846
|
+
comment: {en: "The location and area of the main subject in the overall scene.", ja: "画面中の主たる被写体の位置。2値によるXY座標、3値による円、4値による長方形座標の3通りの示し方がある"},
|
847
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37396"},
|
848
|
+
label: {en: "SubjectArea"},
|
849
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
850
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
849
851
|
property :subjectDistance,
|
850
|
-
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."
|
851
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37382"
|
852
|
-
label: "SubjectDistance"
|
853
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#meter"
|
854
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
852
|
+
comment: {en: "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.", ja: "被写体までの距離。単位はm"},
|
853
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37382"},
|
854
|
+
label: {en: "SubjectDistance"},
|
855
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#meter", "http://www.w3.org/2003/12/exif/ns#pictTaking"],
|
856
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
855
857
|
property :subjectDistanceRange,
|
856
|
-
comment: "The distance to the subject, such as Macro, Close View or Distant View."
|
857
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41996"
|
858
|
-
label: "SubjectDistanceRange"
|
859
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
860
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
858
|
+
comment: {en: "The distance to the subject, such as Macro, Close View or Distant View."},
|
859
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41996"},
|
860
|
+
label: {en: "SubjectDistanceRange"},
|
861
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
862
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
861
863
|
property :subjectLocation,
|
862
|
-
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."
|
863
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41492"
|
864
|
-
label: "SubjectLocation"
|
865
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
866
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
864
|
+
comment: {en: "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.", ja: "画面中の主要被写体のXY座標"},
|
865
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41492"},
|
866
|
+
label: {en: "SubjectLocation"},
|
867
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
868
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
867
869
|
property :subseconds,
|
868
|
-
comment: "A tag used to record fractions of seconds for a date property"
|
869
|
-
label: "Subseconds"
|
870
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
870
|
+
comment: {en: "A tag used to record fractions of seconds for a date property"},
|
871
|
+
label: {en: "Subseconds"},
|
872
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
871
873
|
property :tag_number,
|
872
|
-
comment: "The Exif tag number"
|
873
|
-
label: "Tag number"
|
874
|
-
subPropertyOf: "http://purl.org/dc/elements/1.1/identifier"
|
875
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
874
|
+
comment: {en: "The Exif tag number"},
|
875
|
+
label: {en: "Tag number"},
|
876
|
+
subPropertyOf: "http://purl.org/dc/elements/1.1/identifier",
|
877
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
876
878
|
property :tagid,
|
877
|
-
comment: "The Exif tag number with context prefix, such as IFD type or maker name"
|
878
|
-
label: "Tag ID"
|
879
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#tag_number"
|
880
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
879
|
+
comment: {en: "The Exif tag number with context prefix, such as IFD type or maker name"},
|
880
|
+
label: {en: "Tag ID"},
|
881
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#tag_number",
|
882
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
881
883
|
property :transferFunction,
|
882
|
-
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)."
|
883
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "301"
|
884
|
-
label: "TransferFunction"
|
885
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter"
|
886
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
884
|
+
comment: {en: "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)."},
|
885
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "301"},
|
886
|
+
label: {en: "TransferFunction"},
|
887
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter",
|
888
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
887
889
|
property :userComment,
|
888
|
-
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."
|
889
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "37510"
|
890
|
-
label: "UserComment"
|
891
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#userInfo"
|
892
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
890
|
+
comment: {en: "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.", ja: "ユーザーコメント。ImageDescriptionタグと違って、こちらはJIS2バイトコード、Unicode等での記述が許されており、最初の8バイトが文字コード"},
|
891
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "37510"},
|
892
|
+
label: {en: "UserComment"},
|
893
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#userInfo",
|
894
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
893
895
|
property :userInfo,
|
894
|
-
comment: "An attribute relating to User Information"
|
895
|
-
label: "User Info"
|
896
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
897
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
896
|
+
comment: {en: "An attribute relating to User Information"},
|
897
|
+
label: {en: "User Info"},
|
898
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
899
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
898
900
|
property :versionInfo,
|
899
|
-
comment: "An attribute relating to Version"
|
900
|
-
label: "Version Info"
|
901
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute"
|
902
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
901
|
+
comment: {en: "An attribute relating to Version"},
|
902
|
+
label: {en: "Version Info"},
|
903
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#exifAttribute",
|
904
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
903
905
|
property :whiteBalance,
|
904
|
-
comment: "The white balance mode set when the image was shot."
|
905
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "41987"
|
906
|
-
label: "WhiteBalance"
|
907
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking"
|
908
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
906
|
+
comment: {en: "The white balance mode set when the image was shot.", ja: "ホワイトバランスのモード"},
|
907
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "41987"},
|
908
|
+
label: {en: "WhiteBalance"},
|
909
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#pictTaking",
|
910
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
909
911
|
property :whitePoint,
|
910
|
-
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)."
|
911
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "318"
|
912
|
-
label: "WhitePoint"
|
913
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter"
|
914
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
912
|
+
comment: {en: "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).", ja: "白点の色度。CIE Standard Illuminant D65(いわゆる昼光色の世界標準値)を使っていれば、'3127/10000,3290/10000'という値。通常はColorSpaceタグがあるので不要"},
|
913
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "318"},
|
914
|
+
label: {en: "WhitePoint"},
|
915
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter",
|
916
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
915
917
|
property :width,
|
916
|
-
comment: "Width of an object"
|
917
|
-
label: "Width"
|
918
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length"
|
919
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
918
|
+
comment: {en: "Width of an object"},
|
919
|
+
label: {en: "Width"},
|
920
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#length",
|
921
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
920
922
|
property :xResolution,
|
921
|
-
comment: "The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated."
|
922
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "282"
|
923
|
-
label: "XResolution"
|
924
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
925
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
923
|
+
comment: {en: "The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.", ja: "画像の表示・印刷時の水平解像度"},
|
924
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "282"},
|
925
|
+
label: {en: "XResolution"},
|
926
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct", "http://www.w3.org/2003/12/exif/ns#resolution"],
|
927
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
926
928
|
property :yCbCrCoefficients,
|
927
|
-
comment: "The matrix coefficients for transformation from RGB to YCbCr image data.".
|
928
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "529"
|
929
|
-
label: "YCbCrCoefficients"
|
930
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter"
|
931
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
929
|
+
comment: {en: "The matrix coefficients for transformation from RGB to YCbCr image data.", ja: "RGB形式からYCbCr形式に変換するための3つの係数。通常は0.299、0.587、0.114という値"},
|
930
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "529"},
|
931
|
+
label: {en: "YCbCrCoefficients"},
|
932
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataCharacter",
|
933
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
932
934
|
property :yCbCrPositioning,
|
933
|
-
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."
|
934
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "531"
|
935
|
-
label: "YCbCrPositioning"
|
936
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
937
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
935
|
+
comment: {en: "The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data.", ja: "色情報のサンプリングを間引きしている場合に、色情報のサンプルポイントがどこになるか。1='centered'なら点集合の中央、2='co-sited'なら点集合の原点"},
|
936
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "531"},
|
937
|
+
label: {en: "YCbCrPositioning"},
|
938
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct",
|
939
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
938
940
|
property :yCbCrSubSampling,
|
939
|
-
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."
|
940
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "530"
|
941
|
-
label: "YCbCrSubSampling"
|
942
|
-
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
943
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
941
|
+
comment: {en: "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."},
|
942
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "530"},
|
943
|
+
label: {en: "YCbCrSubSampling"},
|
944
|
+
subPropertyOf: "http://www.w3.org/2003/12/exif/ns#imageDataStruct",
|
945
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
944
946
|
property :yResolution,
|
945
|
-
comment: "The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated."
|
946
|
-
"http://www.w3.org/2003/12/exif/ns#tagNumber": "283"
|
947
|
-
label: "YResolution"
|
948
|
-
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct"
|
949
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
947
|
+
comment: {en: "The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.", ja: "画像の表示・印刷時の垂直解像度"},
|
948
|
+
"http://www.w3.org/2003/12/exif/ns#tagNumber": {en: "283"},
|
949
|
+
label: {en: "YResolution"},
|
950
|
+
subPropertyOf: ["http://www.w3.org/2003/12/exif/ns#imageDataStruct", "http://www.w3.org/2003/12/exif/ns#resolution"],
|
951
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
950
952
|
end
|
951
953
|
end
|