@base <http://www.w3.org/2003/12/exif/ns> .
@prefix rdf: <../../../1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <../../../2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <../../../2002/07/owl#> .
@prefix exif: <#> .
@prefix ex: <http://example.org/> .

<http://tsc.jeita.or.jp/avs/data/cp3451.pdf>
    dc:format "PDF" ;
    dc:title "JEITA CP-3451/EXIF 2.2 Specification" .

<>
    dc:description "Exifフォーマットの写真からデータを取りだしてRDFで表現するため、Exif 2.2の全てのタグをRDFプロパティとして定義し、さらにそれを記述するのに必要な語彙を追加したボキャブラリ"@ja, "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."@fr, "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."@en ;
    dc:source <http://tsc.jeita.or.jp/avs/data/cp3451.pdf> ;
    dc:title "Exif data description vocabulary"@en ;
    dcterms:created "2003-07-18"@en ;
    dcterms:modified "2003-08-19"@en ;
    a owl:Ontology ;
    owl:versionInfo "Experimental version."@en ;
    foaf:maker <urn:pin:MK705> .

exif:IFD
    a rdfs:Class ;
    rdfs:comment "An Image File Directory"@en ;
    rdfs:label "IFD"@en .

exif:_unknown
    a rdf:Property ;
    rdfs:comment "An Exif tag whose meaning is not known"@en ;
    rdfs:label "Unknown tag"@en .

exif:apertureValue
    a rdf:Property ;
    rdfs:comment "The lens aperture. The unit is the APEX value."@en, "レンズ絞り値（APEX値）。この値のルート2のベキ乗を取ると、通常の絞り値となる。例えば'5'の場合だと√2^5=F5.6"@ja ;
    rdfs:label "ApertureValue"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37378"@en .

exif:artist
    a rdf:Property ;
    rdfs:comment "Person who created the image"@en ;
    rdfs:label "Artist"@en ;
    rdfs:subPropertyOf dc:creator, exif:exifAttribute ;
    exif:tagNumber "315"@en .

exif:bitsPerSample
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "BitsPerSample"@en ;
    rdfs:subPropertyOf exif:imageDataStruct, exif:resolution ;
    exif:tagNumber "258"@en .

exif:brightnessValue
    a rdf:Property ;
    rdfs: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."@en, "画像撮影時の撮影対象物の明るさ（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"@ja ;
    rdfs:label "BrightnessValue"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37379"@en .

exif:cfaPattern
    a rdf:Property ;
    rdfs:comment "CCDに付いているColor filter array(CFA)のパターン。例えば普通のRGBフィルターだと、CFAPatternのデータは 02 02 00 01 01 02"@ja, "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."@en ;
    rdfs:label "CFAPattern"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41730"@en .

exif:colorSpace
    a rdf:Property ;
    rdfs: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."@en, "使われる色空間。通常sRGB"@ja ;
    rdfs:label "ColorSpace"@en ;
    rdfs:subPropertyOf exif:imageDataCharacter ;
    exif:tagNumber "40961"@en .

exif:componentsConfiguration
    a rdf:Property ;
    rdfs: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."@en, "圧縮データがYCC以外の並びの場合、4バイトでその並びを示す。それぞれの値は0:not exist,1:Y,2:Cb,3:Cr,4:R,5:G,6:B"@ja ;
    rdfs:label "ComponentsConfiguration"@en ;
    rdfs:subPropertyOf exif:imageConfig ;
    exif:tagNumber "37121"@en .

exif:compressedBitsPerPixel
    a rdf:Property ;
    rdfs:comment "Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel."@en, "画像の圧縮率"@ja ;
    rdfs:label "CompressedBitsPerPixel"@en ;
    rdfs:subPropertyOf exif:imageConfig ;
    exif:tagNumber "37122"@en .

exif:compression
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "Compression"@en ;
    rdfs:subPropertyOf exif:imageDataStruct ;
    exif:tagNumber "259"@en .

exif:contrast
    a rdf:Property ;
    rdfs:comment "The direction of contrast processing applied by the camera when the image was shot."@en ;
    rdfs:label "Contrast"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41992"@en .

exif:copyright
    a rdf:Property ;
    rdfs: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."@en, "この画像の撮影者および編集者の著作権情報"@ja ;
    rdfs:label "Copyright"@en ;
    rdfs:subPropertyOf dc:rights, exif:exifAttribute ;
    exif:tagNumber "33432"@en .

exif:customRendered
    a rdf:Property ;
    rdfs: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."@en, "特別なレンダリング処理を行っているかどうか"@ja ;
    rdfs:label "CustomRendered"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41985"@en .

exif:datatype
    a rdf:Property ;
    rdfs:comment "The Exif field data type, such as ascii, byte, short etc."@en ;
    rdfs:label "Data Type"@en ;
    rdfs:subPropertyOf dc:type .

exif:date
    a rdf:Property ;
    rdfs:comment "a date information. Usually saved as YYYY:MM:DD (HH:MM:SS) format in Exif data, but represented here as W3C-DTF format"@en ;
    rdfs:label "Date"@en ;
    rdfs:subPropertyOf dc:date .

exif:dateAndOrTime
    a rdf:Property ;
    rdfs:comment "An attribute relating to Date and/or Time"@en ;
    rdfs:label "Date and/or Time"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:dateTime
    a rdf:Property ;
    rdfs:comment "The date and time of image creation. In this standard it is the date and time the file was changed."@en, "この画像が作成（あるいは最後に変更された）日時。通常はDateTimeOriginaと同じ値"@ja ;
    rdfs:label "DateTime"@en ;
    rdfs:subPropertyOf exif:date, exif:exifAttribute ;
    exif:tagNumber "306"@en .

exif:dateTimeDigitized
    a rdf:Property ;
    rdfs: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."@en, "画像がデジタル化された日時。デジカメ画像なら通常DateTimeOriginalと同じ値"@ja ;
    rdfs:label "DateTimeDigitized"@en ;
    rdfs:subPropertyOf exif:date, exif:dateAndOrTime ;
    exif:tagNumber "36868"@en .

exif:dateTimeOriginal
    a rdf:Property ;
    rdfs: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."@en, "オリジナル画像が作成（撮影）された日時"@ja ;
    rdfs:label "DateTimeOriginal"@en ;
    rdfs:subPropertyOf exif:date, exif:dateAndOrTime ;
    exif:tagNumber "36867"@en .

exif:deviceSettingDescription
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "DeviceSettingDescription"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41995"@en .

exif:digitalZoomRatio
    a rdf:Property ;
    rdfs: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."@en, "デジタルズームが使われた場合、その比率"@ja ;
    rdfs:label "DigitalZoomRatio"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41988"@en .

exif:exifAttribute
    a rdf:Property ;
    rdfs:comment "A property that connects an IFD to one of its entries. Super property which integrates all Exif tags."@en ;
    rdfs:domain exif:IFD ;
    rdfs:label "Exif Attribute"@en .

exif:exifVersion
    a rdf:Property ;
    rdfs:comment "Exif Version"@en, "Exif形式のバージョン"@ja ;
    rdfs:label "ExifVersion"@en ;
    rdfs:subPropertyOf exif:versionInfo ;
    exif:tagNumber "36864"@en .

exif:exif_IFD_Pointer
    a rdf:Property ;
    rdfs:comment "A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information."@en, "Exif IFDへのポインタ"@ja ;
    rdfs:label "Exif IFD Pointer"@en ;
    rdfs:subPropertyOf exif:ifdPointer ;
    exif:tagNumber "34665"@en .

exif:exifdata
    a rdf:Property ;
    rdfs:comment "An Exif IFD data entry"@en ;
    rdfs:label "Exif data"@en .

exif:exposureBiasValue
    a rdf:Property ;
    rdfs:comment "The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99."@en, "撮影時の露光補正量。単位はAPEX値(EV)"@ja ;
    rdfs:label "ExposureBiasValue"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37380"@en .

exif:exposureIndex
    a rdf:Property ;
    rdfs:comment "CCD感度。データ形式が符号なし分数である事を除き、ISOSpeedRatingsと同じ"@ja, "The exposure index selected on the camera or input device at the time the image is captured."@en ;
    rdfs:label "ExposureIndex"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41493"@en .

exif:exposureMode
    a rdf:Property ;
    rdfs: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."@en, "露光モード"@ja ;
    rdfs:label "ExposureMode"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41986"@en .

exif:exposureProgram
    a rdf:Property ;
    rdfs:comment "The class of the program used by the camera to set exposure when the picture is taken."@en, "露光制御のモード"@ja ;
    rdfs:label "ExposureProgram"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "34850"@en .

exif:exposureTime
    a rdf:Property ;
    rdfs:comment "Exposure time, given in seconds (sec)."@en, "露光時間（シャッター速度の逆数）。単位は秒"@ja ;
    rdfs:label "ExposureTime"@en ;
    rdfs:subPropertyOf exif:pictTaking, exif:seconds ;
    exif:tagNumber "33434"@en .

exif:fNumber
    a rdf:Property ;
    rdfs:comment "F number"@en, "レンズのF値"@ja ;
    rdfs:label "FNumber"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "33437"@en .

exif:fileSource
    a rdf:Property ;
    rdfs: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."@en, "画像がどういうデバイスから得られたか。通常3=DSC"@ja ;
    rdfs:label "FileSource"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41728"@en .

exif:flash
    a rdf:Property ;
    rdfs:comment "The status of flash when the image was shot."@en, "フラッシュ発光の状態"@ja ;
    rdfs:label "Flash"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37385"@en .

exif:flashEnergy
    a rdf:Property ;
    rdfs:comment "BCPSによるストロボの強度"@ja, "The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS)."@en ;
    rdfs:label "FlashEnergy"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41483"@en .

exif:flashpixVersion
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "FlashpixVersion"@en ;
    rdfs:subPropertyOf exif:versionInfo ;
    exif:tagNumber "40960"@en .

exif:focalLength
    a rdf:Property ;
    rdfs:comment "The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera."@en, "レンズの焦点距離。単位はmm"@ja ;
    rdfs:label "FocalLength"@en ;
    rdfs:subPropertyOf exif:mm, exif:pictTaking ;
    exif:tagNumber "37386"@en .

exif:focalLengthIn35mmFilm
    a rdf:Property ;
    rdfs:comment "35mm換算した焦点距離"@ja, "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."@en ;
    rdfs:label "FocalLengthIn35mmFilm"@en ;
    rdfs:subPropertyOf exif:length, exif:pictTaking ;
    exif:tagNumber "41989"@en .

exif:focalPlaneResolutionUnit
    a rdf:Property ;
    rdfs:comment "CCD画素密度の単位"@ja, "The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit."@en ;
    rdfs:label "FocalPlaneResolutionUnit"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41488"@en .

exif:focalPlaneXResolution
    a rdf:Property ;
    rdfs:comment "The number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane."@en, "撮影画像のCCD位置での水平解像度。この値とFocalPlaneYResolution、FocalLengthを使うと、レンズ焦点距離の35mmカメラ換算値が計算できる。例えば200万画素機を使いVGAモードの画像を撮ったような場合はこの値はVGAの解像度でリサンプルされた値になっており、CCDの画素ピッチそのままの値ではないので注意が必要"@ja ;
    rdfs:label "FocalPlaneXResolution"@en ;
    rdfs:subPropertyOf exif:pictTaking, exif:resolution ;
    exif:tagNumber "41486"@en .

exif:focalPlaneYResolution
    a rdf:Property ;
    rdfs:comment "The number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane."@en, "撮影画像のCCD位置での垂直解像度"@ja ;
    rdfs:label "FocalPlaneYResolution"@en ;
    rdfs:subPropertyOf exif:pictTaking, exif:resolution ;
    exif:tagNumber "41487"@en .

exif:gainControl
    a rdf:Property ;
    rdfs:comment "The degree of overall image gain adjustment."@en ;
    rdfs:label "GainControl"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41991"@en .

exif:geo
    a rdf:Property ;
    rdfs:comment "Geometric data such as latitude, longitude and altitude. Usually saved as rational number."@en ;
    rdfs:label "Geometric data"@en .

exif:gpsAltitude
    a rdf:Property ;
    rdfs:comment "The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters."@en ;
    rdfs:label "GPSAltitude"@en ;
    rdfs:subPropertyOf exif:geo, exif:gpsInfo ;
    exif:tagNumber "6"@en .

exif:gpsAltitudeRef
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "GPSAltitudeRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "5"@en .

exif:gpsAreaInformation
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "GPSAreaInformation"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "28"@en .

exif:gpsDOP
    a rdf:Property ;
    rdfs:comment "The GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement."@en ;
    rdfs:label "GPSDOP"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "11"@en .

exif:gpsDateStamp
    a rdf:Property ;
    rdfs: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"@en ;
    rdfs:label "GPSDateStamp"@en ;
    rdfs:subPropertyOf exif:date, exif:gpsInfo ;
    exif:tagNumber "29"@en .

exif:gpsDestBearing
    a rdf:Property ;
    rdfs:comment "The bearing to the destination point. The range of values is from 0.00 to 359.99."@en ;
    rdfs:label "GPSDestBearing"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "24"@en .

exif:gpsDestBearingRef
    a rdf:Property ;
    rdfs:comment "Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction."@en ;
    rdfs:label "GPSDestBearingRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "23"@en .

exif:gpsDestDistance
    a rdf:Property ;
    rdfs:comment "The distance to the destination point."@en ;
    rdfs:label "GPSDestDistance"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "26"@en .

exif:gpsDestDistanceRef
    a rdf:Property ;
    rdfs:comment "Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots."@en ;
    rdfs:label "GPSDestDistanceRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "25"@en .

exif:gpsDestLatitude
    a rdf:Property ;
    rdfs:comment "Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively."@en ;
    rdfs:label "GPSDestLatitude"@en ;
    rdfs:subPropertyOf exif:geo, exif:gpsInfo ;
    exif:tagNumber "20"@en .

exif:gpsDestLatitudeRef
    a rdf:Property ;
    rdfs:comment "Reference for latitude of destination"@en ;
    rdfs:label "GPSDestLatitudeRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "19"@en .

exif:gpsDestLongitude
    a rdf:Property ;
    rdfs:comment "Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively."@en ;
    rdfs:label "GPSDestLongitude"@en ;
    rdfs:subPropertyOf exif:geo, exif:gpsInfo ;
    exif:tagNumber "22"@en .

exif:gpsDestLongitudeRef
    a rdf:Property ;
    rdfs:comment "Reference for longitude of destination"@en ;
    rdfs:label "GPSDestLongitudeRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "21"@en .

exif:gpsDifferential
    a rdf:Property ;
    rdfs:comment "Indicates whether differential correction is applied to the GPS receiver."@en ;
    rdfs:label "GPSDifferential"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "30"@en .

exif:gpsImgDirection
    a rdf:Property ;
    rdfs:comment "The direction of the image when it was captured. The range of values is from 0.00 to 359.99."@en ;
    rdfs:label "GPSImgDirection"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "17"@en .

exif:gpsImgDirectionRef
    a rdf:Property ;
    rdfs:comment "The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction."@en ;
    rdfs:label "GPSImgDirectionRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "16"@en .

exif:gpsInfo
    a rdf:Property ;
    rdfs:comment "An attribute relating to GPS information"@en ;
    rdfs:label "GPS Info"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:gpsInfo_IFD_Pointer
    a rdf:Property ;
    rdfs:comment "A pointer to the GPS IFD, which is a set of tags for recording GPS information."@en, "GPS IFDへのポインタ"@ja ;
    rdfs:label "GPSInfo IFD Pointer"@en ;
    rdfs:subPropertyOf exif:ifdPointer ;
    exif:tagNumber "34853"@en .

exif:gpsLatitude
    a rdf:Property ;
    rdfs:comment "The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively."@en, "緯度"@ja ;
    rdfs:label "GPSLatitude"@en ;
    rdfs:subPropertyOf exif:geo, exif:gpsInfo ;
    exif:tagNumber "2"@en .

exif:gpsLatitudeRef
    a rdf:Property ;
    rdfs:comment "Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude."@en, "緯度の北緯もしくは南緯"@ja ;
    rdfs:label "GPSLatitudeRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "1"@en .

exif:gpsLongitude
    a rdf:Property ;
    rdfs:comment "The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively."@en, "経度"@ja ;
    rdfs:label "GPSLongitude"@en ;
    rdfs:subPropertyOf exif:geo, exif:gpsInfo ;
    exif:tagNumber "4"@en .

exif:gpsLongitudeRef
    a rdf:Property ;
    rdfs:comment "Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."@en, "経度の東経もしくは西経"@ja ;
    rdfs:label "GPSLongitudeRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "3"@en .

exif:gpsMapDatum
    a rdf:Property ;
    rdfs: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."@en, "測地系。日本なら'TOKYO'もしくは'WGS-84'"@ja ;
    rdfs:label "GPSMapDatum"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "18"@en .

exif:gpsMeasureMode
    a rdf:Property ;
    rdfs:comment "The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress."@en ;
    rdfs:label "GPSMeasureMode"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "10"@en .

exif:gpsProcessingMethod
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "GPSProcessingMethod"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "27"@en .

exif:gpsSatellites
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "GPSSatellites"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "8"@en .

exif:gpsSpeed
    a rdf:Property ;
    rdfs:comment "The speed of GPS receiver movement."@en ;
    rdfs:label "GPSSpeed"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "13"@en .

exif:gpsSpeedRef
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "GPSSpeedRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "12"@en .

exif:gpsStatus
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "GPSStatus"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "9"@en .

exif:gpsTimeStamp
    a rdf:Property ;
    rdfs:comment "The time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second."@en ;
    rdfs:label "GPSTimeStamp"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "7"@en .

exif:gpsTrack
    a rdf:Property ;
    rdfs:comment "The direction of GPS receiver movement. The range of values is from 0.00 to 359.99."@en ;
    rdfs:label "GPSTrack"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "15"@en .

exif:gpsTrackRef
    a rdf:Property ;
    rdfs:comment "The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction."@en ;
    rdfs:label "GPSTrackRef"@en ;
    rdfs:subPropertyOf exif:gpsInfo ;
    exif:tagNumber "14"@en .

exif:gpsVersionID
    a rdf:Property ;
    rdfs:comment "The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present."@en ;
    rdfs:label "GPSVersionID"@en ;
    rdfs:subPropertyOf exif:gpsInfo, exif:versionInfo ;
    exif:tagNumber "0"@en .

exif:height
    a rdf:Property ;
    rdfs:comment "Height of an object"@en ;
    rdfs:label "Height"@en ;
    rdfs:subPropertyOf exif:length .

exif:ifdPointer
    a rdf:Property ;
    rdfs:comment "A tag that refers a child IFD"@en ;
    rdfs:label "IFD Pointer"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:imageConfig
    a rdf:Property ;
    rdfs:comment "An attribute relating to Image Configuration"@en ;
    rdfs:label "Image Config"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:imageDataCharacter
    a rdf:Property ;
    rdfs:comment "An attribute relating to image data characteristics"@en ;
    rdfs:label "Image Data Character"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:imageDataStruct
    a rdf:Property ;
    rdfs:comment "An attribute relating to image data structure"@en ;
    rdfs:label "Image Data Structure"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:imageDescription
    a rdf:Property ;
    rdfs: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."@en, "この画像についての説明。漢字等の2バイト文字の使用は禁止"@ja ;
    rdfs:label "ImageDescription"@en ;
    rdfs:subPropertyOf dc:title, exif:exifAttribute ;
    exif:tagNumber "270"@en .

exif:imageLength
    a rdf:Property ;
    rdfs:comment "Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used."@en ;
    rdfs:label "ImageLength"@en ;
    rdfs:subPropertyOf exif:height, exif:imageDataStruct ;
    exif:tagNumber "257"@en .

exif:imageUniqueID
    a rdf:Property ;
    rdfs:comment "An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length."@en ;
    rdfs:label "ImageUniqueID"@en ;
    rdfs:subPropertyOf dc:identifier, exif:exifAttribute ;
    exif:tagNumber "42016"@en .

exif:imageWidth
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "ImageWidth"@en ;
    rdfs:subPropertyOf exif:imageDataStruct, exif:width ;
    exif:tagNumber "256"@en .

exif:interopInfo
    a rdf:Property ;
    rdfs:comment """An attribute relating to Interoperability. Tags stored in
Interoperability IFD may be defined dependently to each Interoperability rule."""@en ;
    rdfs:label "Interoperability Info"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:interoperabilityIndex
    a rdf:Property ;
    rdfs: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."@en, "メイン画像のInteroperability IFDで、データの内容がExifR98 v1.0準拠の場合は、'R98'の文字列。サムネィル画像のInteroperability IFDの場合は、'THM'の文字列"@ja ;
    rdfs:label "InteroperabilityIndex"@en ;
    rdfs:subPropertyOf exif:interopInfo ;
    exif:tagNumber "1"@en .

exif:interoperabilityVersion
    a rdf:Property ;
    rdfs:comment "Interoperability Version"@en, "データの内容がExifR98 v1.0準拠の場合は、'0100'の文字列。"@ja ;
    rdfs:label "InteroperabilityVersion"@en ;
    rdfs:subPropertyOf exif:interopInfo ;
    exif:tagNumber "2"@en .

exif:interoperability_IFD_Pointer
    a rdf:Property ;
    rdfs:comment "A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability"@en, "Interoperability IFDへのポインタ"@ja ;
    rdfs:label "Interoperability IFD Pointer"@en ;
    rdfs:subPropertyOf exif:ifdPointer ;
    exif:tagNumber "40965"@en .

exif:isoSpeedRatings
    a rdf:Property ;
    rdfs:comment "CCD感度の銀塩フィルム換算値"@ja, "Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232."@en ;
    rdfs:label "ISOSpeedRatings"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "34855"@en .

exif:jpegInterchangeFormat
    a rdf:Property ;
    rdfs:comment "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data."@en, "圧縮されたサムネイルへのオフセット"@ja ;
    rdfs:label "JPEGInterchangeFormat"@en ;
    rdfs:subPropertyOf exif:recOffset ;
    exif:tagNumber "513"@en .

exif:jpegInterchangeFormatLength
    a rdf:Property ;
    rdfs:comment "The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data."@en, "圧縮されたサムネイルのサイズ"@ja ;
    rdfs:label "JPEGInterchangeFormatLength"@en ;
    rdfs:subPropertyOf exif:recOffset ;
    exif:tagNumber "514"@en .

exif:length
    a rdf:Property ;
    rdfs:comment "Length of an object. Could be a subProperty of other general schema."@en ;
    rdfs:label "Length"@en .

exif:lightSource
    a rdf:Property ;
    rdfs:comment "Light source such as Daylight, Tungsten, Flash etc."@en, "光源。これはマニュアルでホワイトバランスを設定した場合のモード値となる"@ja ;
    rdfs:label "LightSource"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37384"@en .

exif:make
    a rdf:Property ;
    rdfs:comment "Manufacturer of image input equipment"@en, "カメラのメーカー名。DCFでは必須"@ja ;
    rdfs:label "Make"@en ;
    rdfs:subPropertyOf rdfs:label, exif:exifAttribute ;
    exif:tagNumber "271"@en .

exif:makerNote
    a rdf:Property ;
    rdfs:comment "Manufacturer notes"@en, "カメラの内部情報等、メーカー依存データ"@ja ;
    rdfs:label "MakerNote"@en ;
    rdfs:subPropertyOf exif:userInfo ;
    exif:tagNumber "37500"@en .

exif:maxApertureValue
    a rdf:Property ;
    rdfs: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."@en, "レンズの開放F値。ApertureValue同様、ルート2のベキ乗を取ると通常の絞り値に換算できる"@ja ;
    rdfs:label "MaxApertureValue"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37381"@en .

exif:meter
    a rdf:Property ;
    rdfs:comment "A length with unit of meter"@en ;
    rdfs:label "Meter"@en ;
    rdfs:subPropertyOf exif:length .

exif:meteringMode
    a rdf:Property ;
    rdfs:comment "Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc."@en, "自動露出の測光モード"@ja ;
    rdfs:label "MeteringMode"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37383"@en .

exif:mm
    a rdf:Property ;
    rdfs:comment "A length with unit of mm"@en ;
    rdfs:label "Milimeter"@en ;
    rdfs:subPropertyOf exif:length .

exif:model
    a rdf:Property ;
    rdfs:comment "Model of image input equipment"@en, "カメラの機種名。DCFでは必須"@ja ;
    rdfs:label "Model"@en ;
    rdfs:subPropertyOf rdfs:label, exif:exifAttribute ;
    exif:tagNumber "272"@en .

exif:oecf
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "OECF"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "34856"@en .

exif:orientation
    a rdf:Property ;
    rdfs:comment "The image orientation viewed in terms of rows and columns."@en, "画像データがどこ(top-leftなど）を起点として、どの向きで格納されているか"@ja ;
    rdfs:label "Orientation"@en ;
    rdfs:subPropertyOf exif:imageDataStruct ;
    exif:tagNumber "274"@en .

exif:photometricInterpretation
    a rdf:Property ;
    rdfs:comment "Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag."@en ;
    rdfs:label "PhotometricInterpretation"@en ;
    rdfs:subPropertyOf exif:imageDataStruct ;
    exif:tagNumber "262"@en .

exif:pictTaking
    a rdf:Property ;
    rdfs:comment "An attribute relating to Picture-Taking Conditions"@en ;
    rdfs:label "PictTaking"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:pimBrightness
    a rdf:Property ;
    rdfs:comment "Brightness info for print image matching"@en ;
    rdfs:label "PrintIM Brightness"@en ;
    rdfs:subPropertyOf exif:pimInfo ;
    exif:tagNumber "10"@en .

exif:pimColorBalance
    a rdf:Property ;
    rdfs:comment "ColorBalance info for print image matching"@en ;
    rdfs:label "PrintIM ColorBalance"@en ;
    rdfs:subPropertyOf exif:pimInfo ;
    exif:tagNumber "11"@en .

exif:pimContrast
    a rdf:Property ;
    rdfs:comment "Contrast info for print image matching"@en ;
    rdfs:label "PrintIM Contrast"@en ;
    rdfs:subPropertyOf exif:pimInfo ;
    exif:tagNumber "9"@en .

exif:pimInfo
    a rdf:Property ;
    rdfs:comment "An attribute relating to print image matching"@en ;
    rdfs:label "PIM Info"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:pimSaturation
    a rdf:Property ;
    rdfs:comment "Saturation info for print image matching"@en ;
    rdfs:label "PrintIM Saturation"@en ;
    rdfs:subPropertyOf exif:pimInfo ;
    exif:tagNumber "12"@en .

exif:pimSharpness
    a rdf:Property ;
    rdfs:comment "Sharpness info for print image matching"@en ;
    rdfs:label "PrintIM Sharpness"@en ;
    rdfs:subPropertyOf exif:pimInfo ;
    exif:tagNumber "13"@en .

exif:pixelXDimension
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "PixelXDimension"@en ;
    rdfs:subPropertyOf exif:imageConfig, exif:width ;
    exif:tagNumber "40962"@en .

exif:pixelYDimension
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "PixelYDimension"@en ;
    rdfs:subPropertyOf exif:height, exif:imageConfig ;
    exif:tagNumber "40963"@en .

exif:planarConfiguration
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "PlanarConfiguration"@en ;
    rdfs:subPropertyOf exif:imageDataStruct ;
    exif:tagNumber "284"@en .

exif:primaryChromaticities
    a rdf:Property ;
    rdfs: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)."@en, "原色の色度。CCIR REcommendation 709 primariesを使っている場合は、'640/1000,330/1000,300/1000,600/1000,150/1000,60/1000'という値。通常はColorSpaceタグがあるので不要"@ja ;
    rdfs:label "PrimaryChromaticities"@en ;
    rdfs:subPropertyOf exif:imageDataCharacter ;
    exif:tagNumber "319"@en .

exif:printImageMatching_IFD_Pointer
    a rdf:Property ;
    rdfs:comment "A pointer to the print image matching IFD"@en ;
    rdfs:label "PrintImageMatching IFD Pointer"@en ;
    rdfs:subPropertyOf exif:ifdPointer ;
    exif:tagNumber "50341"@en .

exif:recOffset
    a rdf:Property ;
    rdfs:comment "An attribute relating to recording offset"@en ;
    rdfs:label "Recording Offset"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:referenceBlackWhite
    a rdf:Property ;
    rdfs: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."@en, "画像情報の黒点・白点値。YCbCr形式の場合、最初の２つの値がY(輝度)の黒点・白点、次がCb、最後がCrとなり、デフォルト値は'0,255,0,128,0,128'。RGB形式の場合はR、G、Bの順で黒点・白点値が並んでおり、デフォルト値は'0,255,0,255,0,255'。"@ja ;
    rdfs:label "ReferenceBlackWhite"@en ;
    rdfs:subPropertyOf exif:imageDataCharacter ;
    exif:tagNumber "532"@en .

exif:relatedFile
    a rdf:Property ;
    rdfs:comment "Tag Relating to Related File Information"@en ;
    rdfs:label "Related File"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:relatedImageFileFormat
    a rdf:Property ;
    rdfs:comment "Related image file format"@en, "画像フォーマットを'Exif JPEG Ver. 2.1'などの文字列で示す。通常はサムネィル画像に使う"@ja ;
    rdfs:label "RelatedImageFileFormat"@en ;
    rdfs:subPropertyOf exif:interopInfo ;
    exif:tagNumber "4096"@en .

exif:relatedImageLength
    a rdf:Property ;
    rdfs:comment "Related image length"@en, "画像高。通常はサムネイル画像のInteroperability IFDに使う"@ja ;
    rdfs:label "RelatedImageLength"@en ;
    rdfs:subPropertyOf exif:height, exif:interopInfo ;
    exif:tagNumber "4098"@en .

exif:relatedImageWidth
    a rdf:Property ;
    rdfs:comment "Related image width"@en, "画像幅。通常はサムネイル画像のInteroperability IFDに使う"@ja ;
    rdfs:label "RelatedImageWidth"@en ;
    rdfs:subPropertyOf exif:interopInfo, exif:width ;
    exif:tagNumber "4097"@en .

exif:relatedSoundFile
    a rdf:Property ;
    rdfs:comment "Related audio file"@en, "画像と一緒に音声録音できる機種の場合に、音声ファイルの名前"@ja ;
    rdfs:label "RelatedSoundFile"@en ;
    rdfs:subPropertyOf exif:relatedFile ;
    exif:tagNumber "40964"@en .

exif:resolution
    a rdf:Property ;
    rdfs:comment "a rational number representing a resolution. Could be a subProperty of other general schema."@en ;
    rdfs:label "Resolution"@en .

exif:resolutionUnit
    a rdf:Property ;
    rdfs: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."@en, "XResolution/YResolutionの解像度の単位"@ja ;
    rdfs:label "ResolutionUnit"@en ;
    rdfs:subPropertyOf exif:imageDataStruct ;
    exif:tagNumber "296"@en .

exif:rowsPerStrip
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "RowsPerStrip"@en ;
    rdfs:subPropertyOf exif:recOffset ;
    exif:tagNumber "278"@en .

exif:samplesPerPixel
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "SamplesPerPixel"@en ;
    rdfs:subPropertyOf exif:imageDataStruct ;
    exif:tagNumber "277"@en .

exif:saturation
    a rdf:Property ;
    rdfs:comment "The direction of saturation processing applied by the camera when the image was shot."@en ;
    rdfs:label "Saturation"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41993"@en .

exif:sceneCaptureType
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "SceneCaptureType"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41990"@en .

exif:sceneType
    a rdf:Property ;
    rdfs: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."@en, "画像がどうやって撮られたか。デジカメの場合は通常1=A directly photographed image"@ja ;
    rdfs:label "SceneType"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41729"@en .

exif:seconds
    a rdf:Property ;
    rdfs:comment "a mesurement of time length with unit of second"@en ;
    rdfs:label "Seconds"@en .

exif:sensingMethod
    a rdf:Property ;
    rdfs:comment "The image sensor type on the camera or input device, such as One-chip color area sensor etc."@en, "イメージセンサーの形式。One-chip color area sensor、Color sequential area sensor、Trilinear sensorなど"@ja ;
    rdfs:label "SensingMethod"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41495"@en .

exif:sharpness
    a rdf:Property ;
    rdfs:comment "The direction of sharpness processing applied by the camera when the image was shot."@en ;
    rdfs:label "Sharpness"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41994"@en .

exif:shutterSpeedValue
    a rdf:Property ;
    rdfs:comment "Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting"@en, "シャッター速度（APEX値）。この値の2のベキ乗をとって逆数にすると、通常のシャッター速度表示になる。例えば'4'の場合だと1/(2^4)=1/16秒"@ja ;
    rdfs:label "ShutterSpeedValue"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37377"@en .

exif:software
    a rdf:Property ;
    rdfs:comment "The name and version of the software or firmware of the camera or image input device used to generate the image."@en, "デジカメ（もしくは入力機器）の内蔵ソフトウェア/ファームウェアの名称とバージョン"@ja ;
    rdfs:label "Software"@en ;
    rdfs:subPropertyOf rdfs:label, exif:exifAttribute ;
    exif:tagNumber "305"@en .

exif:spatialFrequencyResponse
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "SpatialFrequencyResponse"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41484"@en .

exif:spectralSensitivity
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "SpectralSensitivity"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "34852"@en .

exif:stripByteCounts
    a rdf:Property ;
    rdfs:comment "The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted."@en ;
    rdfs:label "StripByteCounts"@en ;
    rdfs:subPropertyOf exif:recOffset ;
    exif:tagNumber "279"@en .

exif:stripOffsets
    a rdf:Property ;
    rdfs:comment "For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted."@en ;
    rdfs:label "StripOffsets"@en ;
    rdfs:subPropertyOf exif:recOffset ;
    exif:tagNumber "273"@en .

exif:subSecTime
    a rdf:Property ;
    rdfs:comment "DateTime subseconds"@en ;
    rdfs:label "SubSecTime"@en ;
    rdfs:subPropertyOf exif:dateAndOrTime, exif:subsecond ;
    exif:tagNumber "37520"@en .

exif:subSecTimeDigitized
    a rdf:Property ;
    rdfs:comment "DateTimeDigitized subseconds"@en ;
    rdfs:label "SubSecTimeDigitized"@en ;
    rdfs:subPropertyOf exif:dateAndOrTime, exif:subsecond ;
    exif:tagNumber "37522"@en .

exif:subSecTimeOriginal
    a rdf:Property ;
    rdfs:comment "DateTimeOriginal subseconds"@en ;
    rdfs:label "SubSecTimeOriginal"@en ;
    rdfs:subPropertyOf exif:dateAndOrTime, exif:subsecond ;
    exif:tagNumber "37521"@en .

exif:subjectArea
    a rdf:Property ;
    rdfs:comment "The location and area of the main subject in the overall scene."@en, "画面中の主たる被写体の位置。2値によるXY座標、3値による円、4値による長方形座標の3通りの示し方がある"@ja ;
    rdfs:label "SubjectArea"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "37396"@en .

exif:subjectDistance
    a rdf:Property ;
    rdfs: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."@en, "被写体までの距離。単位はm"@ja ;
    rdfs:label "SubjectDistance"@en ;
    rdfs:subPropertyOf exif:meter, exif:pictTaking ;
    exif:tagNumber "37382"@en .

exif:subjectDistanceRange
    a rdf:Property ;
    rdfs:comment "The distance to the subject, such as Macro, Close View or Distant View."@en ;
    rdfs:label "SubjectDistanceRange"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41996"@en .

exif:subjectLocation
    a rdf:Property ;
    rdfs: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."@en, "画面中の主要被写体のXY座標"@ja ;
    rdfs:label "SubjectLocation"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41492"@en .

exif:subseconds
    a rdf:Property ;
    rdfs:comment "A tag used to record fractions of seconds for a date property"@en ;
    rdfs:label "Subseconds"@en .

exif:tag_number
    a rdf:Property ;
    rdfs:comment "The Exif tag number"@en ;
    rdfs:label "Tag number"@en ;
    rdfs:subPropertyOf dc:identifier .

exif:tagid
    a rdf:Property ;
    rdfs:comment "The Exif tag number with context prefix, such as IFD type or maker name"@en ;
    rdfs:label "Tag ID"@en ;
    rdfs:subPropertyOf exif:tag_number .

exif:transferFunction
    a rdf:Property ;
    rdfs: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)."@en ;
    rdfs:label "TransferFunction"@en ;
    rdfs:subPropertyOf exif:imageDataCharacter ;
    exif:tagNumber "301"@en .

exif:userComment
    a rdf:Property ;
    rdfs: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."@en, "ユーザーコメント。ImageDescriptionタグと違って、こちらはJIS2バイトコード、Unicode等での記述が許されており、最初の8バイトが文字コード"@ja ;
    rdfs:label "UserComment"@en ;
    rdfs:subPropertyOf exif:userInfo ;
    exif:tagNumber "37510"@en .

exif:userInfo
    a rdf:Property ;
    rdfs:comment "An attribute relating to User Information"@en ;
    rdfs:label "User Info"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:versionInfo
    a rdf:Property ;
    rdfs:comment "An attribute relating to Version"@en ;
    rdfs:label "Version Info"@en ;
    rdfs:subPropertyOf exif:exifAttribute .

exif:whiteBalance
    a rdf:Property ;
    rdfs:comment "The white balance mode set when the image was shot."@en, "ホワイトバランスのモード"@ja ;
    rdfs:label "WhiteBalance"@en ;
    rdfs:subPropertyOf exif:pictTaking ;
    exif:tagNumber "41987"@en .

exif:whitePoint
    a rdf:Property ;
    rdfs: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)."@en, "白点の色度。CIE Standard Illuminant D65(いわゆる昼光色の世界標準値)を使っていれば、'3127/10000,3290/10000'という値。通常はColorSpaceタグがあるので不要"@ja ;
    rdfs:label "WhitePoint"@en ;
    rdfs:subPropertyOf exif:imageDataCharacter ;
    exif:tagNumber "318"@en .

exif:width
    a rdf:Property ;
    rdfs:comment "Width of an object"@en ;
    rdfs:label "Width"@en ;
    rdfs:subPropertyOf exif:length .

exif:xResolution
    a rdf:Property ;
    rdfs:comment "The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated."@en, "画像の表示・印刷時の水平解像度"@ja ;
    rdfs:label "XResolution"@en ;
    rdfs:subPropertyOf exif:imageDataStruct, exif:resolution ;
    exif:tagNumber "282"@en .

exif:yCbCrCoefficients
    a rdf:Property ;
    rdfs:comment "RGB形式からYCbCr形式に変換するための3つの係数。通常は0.299、0.587、0.114という値"@ja, "The matrix coefficients for transformation from RGB to YCbCr image data."@en ;
    rdfs:label "YCbCrCoefficients"@en ;
    rdfs:subPropertyOf exif:imageDataCharacter ;
    exif:tagNumber "529"@en .

exif:yCbCrPositioning
    a rdf:Property ;
    rdfs: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."@en, "色情報のサンプリングを間引きしている場合に、色情報のサンプルポイントがどこになるか。1='centered'なら点集合の中央、2＝'co-sited'なら点集合の原点"@ja ;
    rdfs:label "YCbCrPositioning"@en ;
    rdfs:subPropertyOf exif:imageDataStruct ;
    exif:tagNumber "531"@en .

exif:yCbCrSubSampling
    a rdf:Property ;
    rdfs: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."@en ;
    rdfs:label "YCbCrSubSampling"@en ;
    rdfs:subPropertyOf exif:imageDataStruct ;
    exif:tagNumber "530"@en .

exif:yResolution
    a rdf:Property ;
    rdfs:comment "The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated."@en, "画像の表示・印刷時の垂直解像度"@ja ;
    rdfs:label "YResolution"@en ;
    rdfs:subPropertyOf exif:imageDataStruct, exif:resolution ;
    exif:tagNumber "283"@en .

<urn:pin:MK705>
    a foaf:Person ;
    rdfs:seeAlso <http://www.kanzaki.com/info/webwho.rdf> ;
    foaf:name "神崎正英"@ja .

[]
    ex:code """
 <exif:IFD rdf:ID=\"Primary_Image\">
   <exif:make>Canon</exif:make>
   <exif:model>Canon IXY DIGITAL 30</exif:model>
   <exif:orientation>top-left</exif:orientation>
   <exif:xResolution>180/1</exif:xResolution>
   <exif:yResolution>180/1</exif:yResolution>
   <exif:resolutionUnit>inch</exif:resolutionUnit>
   <exif:dateTime>2003-01-18T16:07:30</exif:dateTime>
   <exif:yCbCrPositioning>centered</exif:yCbCrPositioning>
   <exif:exif_IFD_Pointer>
    <exif:IFD>
      <exif:exposureTime>1/400</exif:exposureTime>
      <exif:fNumber>35/10</exif:fNumber>
      <exif:exifVersion>2.20</exif:exifVersion>
      <exif:dateTimeOriginal>2003-01-18T16:07:30</exif:dateTimeOriginal>
      <exif:dateTimeDigitized>2003-01-18T16:07:30</exif:dateTimeDigitized>
      <exif:componentsConfiguration>01 02 03 00</exif:componentsConfiguration>
      <exif:compressedBitsPerPixel>5/1</exif:compressedBitsPerPixel>
      <exif:shutterSpeedValue>76</exif:shutterSpeedValue>
      <exif:apertureValue>116/32</exif:apertureValue>
      <exif:exposureBiasValue>96</exif:exposureBiasValue>
      <exif:maxApertureValue>116/32</exif:maxApertureValue>
      <exif:meteringMode>Pattern</exif:meteringMode>
      <exif:flash>Flash fired, compulsory flash mode, red-eye reduction mode</exif:flash>
      <exif:focalLength>294/32</exif:focalLength>
      <exif:flashpixVersion>1.00</exif:flashpixVersion>
      <exif:colorSpace>sRGB</exif:colorSpace>
    </exif:IFD>
   </exif:exif_IFD_Pointer>
 </exif:IFD>
 """@en ;
    ex:trial <http://www.kanzaki.com/test/exif2rdf> ;
    dc:description "IFD nodes correspond Exif's IFD directories. Each tag in the directory is described as a property. Some tags are defined as integer in EXIF, but may be better to use (controlled) string value, e.g, use 'top-left' instead of integer value '1' for 'orientation' tag."@en, "IFDノードはExifのIFDディレクトリに、それぞれのタグはプロパティに対応。Exifタグの多くは数値で記録されているが、'orientation'の値を'1'とするよりは'top-left'とするほうが利用しやすいと思われる（これには統制語彙リストが必要か）。"@ja ;
    a ex:Example .

