rdf-vocab 3.1.9 → 3.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -671,932 +671,931 @@ module RDF::Vocab
671
671
 
672
672
  # Class definitions
673
673
  term :IFD,
674
- comment: %(An Image File Directory).freeze,
674
+ comment: "An Image File Directory".freeze,
675
675
  label: "IFD".freeze,
676
676
  type: "rdfs:Class".freeze
677
677
 
678
678
  # Property definitions
679
679
  property :_unknown,
680
- comment: %(An Exif tag whose meaning is not known).freeze,
680
+ comment: "An Exif tag whose meaning is not known".freeze,
681
681
  label: "Unknown tag".freeze,
682
682
  type: "rdf:Property".freeze
683
683
  property :apertureValue,
684
- comment: %(The lens aperture. The unit is the APEX value.).freeze,
684
+ comment: "The lens aperture. The unit is the APEX value.".freeze,
685
685
  "exif:tagNumber": "37378".freeze,
686
686
  label: "ApertureValue".freeze,
687
687
  subPropertyOf: "exif:pictTaking".freeze,
688
688
  type: "rdf:Property".freeze
689
689
  property :artist,
690
- comment: %(Person who created the image).freeze,
690
+ comment: "Person who created the image".freeze,
691
691
  "exif:tagNumber": "315".freeze,
692
692
  label: "Artist".freeze,
693
693
  subPropertyOf: ["dc11:creator".freeze, "exif:exifAttribute".freeze],
694
694
  type: "rdf:Property".freeze
695
695
  property :bitsPerSample,
696
- comment: %(The number of bits per image component. In this standard each component of the image is 8 bits, so the value for this tag is 8. See also SamplesPerPixel. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
696
+ comment: "The number of bits per image component. In this standard each component of the image is 8 bits, so the value for this tag is 8. See also SamplesPerPixel. In JPEG compressed data a JPEG marker is used instead of this tag.".freeze,
697
697
  "exif:tagNumber": "258".freeze,
698
698
  label: "BitsPerSample".freeze,
699
699
  subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
700
700
  type: "rdf:Property".freeze
701
701
  property :brightnessValue,
702
- comment: %(The value of brightness. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99. Note that if the numerator of the recorded value is FFFFFFFF.H, Unknown shall be indicated.).freeze,
702
+ comment: "The value of brightness. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99. Note that if the numerator of the recorded value is FFFFFFFF.H, Unknown shall be indicated.".freeze,
703
703
  "exif:tagNumber": "37379".freeze,
704
704
  label: "BrightnessValue".freeze,
705
705
  subPropertyOf: "exif:pictTaking".freeze,
706
706
  type: "rdf:Property".freeze
707
707
  property :cfaPattern,
708
- comment: %(The color filter array \(CFA\) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods.).freeze,
708
+ comment: "The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods.".freeze,
709
709
  "exif:tagNumber": "41730".freeze,
710
710
  label: "CFAPattern".freeze,
711
711
  subPropertyOf: "exif:pictTaking".freeze,
712
712
  type: "rdf:Property".freeze
713
713
  property :colorSpace,
714
- comment: %(The color space information tag \(ColorSpace\) is always recorded as the color space specifier. Normally sRGB \(=1\) is used to define the color space based on the PC monitor conditions and environment.).freeze,
714
+ comment: "The color space information tag (ColorSpace) is always recorded as the color space specifier. Normally sRGB (=1) is used to define the color space based on the PC monitor conditions and environment.".freeze,
715
715
  "exif:tagNumber": "40961".freeze,
716
716
  label: "ColorSpace".freeze,
717
717
  subPropertyOf: "exif:imageDataCharacter".freeze,
718
718
  type: "rdf:Property".freeze
719
719
  property :componentsConfiguration,
720
- comment: %(Information specific to compressed data. The channels of each component are arranged in order from the 1st component to the 4th. For uncompressed data the data arrangement is given in the PhotometricInterpretation tag. However, since PhotometricInterpretation can only express the order of Y,Cb and Cr, this tag is provided for cases when compressed data uses components other than Y, Cb, and Cr and to enable support of other sequences.).freeze,
720
+ comment: "Information specific to compressed data. The channels of each component are arranged in order from the 1st component to the 4th. For uncompressed data the data arrangement is given in the PhotometricInterpretation tag. However, since PhotometricInterpretation can only express the order of Y,Cb and Cr, this tag is provided for cases when compressed data uses components other than Y, Cb, and Cr and to enable support of other sequences.".freeze,
721
721
  "exif:tagNumber": "37121".freeze,
722
722
  label: "ComponentsConfiguration".freeze,
723
723
  subPropertyOf: "exif:imageConfig".freeze,
724
724
  type: "rdf:Property".freeze
725
725
  property :compressedBitsPerPixel,
726
- comment: %(Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.).freeze,
726
+ comment: "Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.".freeze,
727
727
  "exif:tagNumber": "37122".freeze,
728
728
  label: "CompressedBitsPerPixel".freeze,
729
729
  subPropertyOf: "exif:imageConfig".freeze,
730
730
  type: "rdf:Property".freeze
731
731
  property :compression,
732
- comment: %(The compression scheme used for the image data. When a primary image is JPEG compressed, this designation is not necessary and is omitted. When thumbnails use JPEG compression, this tag value is set to 6.).freeze,
732
+ comment: "The compression scheme used for the image data. When a primary image is JPEG compressed, this designation is not necessary and is omitted. When thumbnails use JPEG compression, this tag value is set to 6.".freeze,
733
733
  "exif:tagNumber": "259".freeze,
734
734
  label: "Compression".freeze,
735
735
  subPropertyOf: "exif:imageDataStruct".freeze,
736
736
  type: "rdf:Property".freeze
737
737
  property :contrast,
738
- comment: %(The direction of contrast processing applied by the camera when the image was shot.).freeze,
738
+ comment: "The direction of contrast processing applied by the camera when the image was shot.".freeze,
739
739
  "exif:tagNumber": "41992".freeze,
740
740
  label: "Contrast".freeze,
741
741
  subPropertyOf: "exif:pictTaking".freeze,
742
742
  type: "rdf:Property".freeze
743
743
  property :copyright,
744
- comment: %(Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image.).freeze,
744
+ comment: "Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image.".freeze,
745
745
  "exif:tagNumber": "33432".freeze,
746
746
  label: "Copyright".freeze,
747
747
  subPropertyOf: ["dc11:rights".freeze, "exif:exifAttribute".freeze],
748
748
  type: "rdf:Property".freeze
749
749
  property :customRendered,
750
- comment: %(The use of special processing on image data, such as rendering geared to output. When special processing is performed, the reader is expected to disable or minimize any further processing.).freeze,
750
+ comment: "The use of special processing on image data, such as rendering geared to output. When special processing is performed, the reader is expected to disable or minimize any further processing.".freeze,
751
751
  "exif:tagNumber": "41985".freeze,
752
752
  label: "CustomRendered".freeze,
753
753
  subPropertyOf: "exif:pictTaking".freeze,
754
754
  type: "rdf:Property".freeze
755
755
  property :datatype,
756
- comment: %(The Exif field data type, such as ascii, byte, short etc.).freeze,
756
+ comment: "The Exif field data type, such as ascii, byte, short etc.".freeze,
757
757
  label: "Data Type".freeze,
758
758
  subPropertyOf: "dc11:type".freeze,
759
759
  type: "rdf:Property".freeze
760
760
  property :date,
761
- comment: %(a date information. Usually saved as YYYY:MM:DD \(HH:MM:SS\) format in Exif data, but represented here as W3C-DTF format).freeze,
761
+ comment: "a date information. Usually saved as YYYY:MM:DD (HH:MM:SS) format in Exif data, but represented here as W3C-DTF format".freeze,
762
762
  label: "Date".freeze,
763
763
  subPropertyOf: "dc11:date".freeze,
764
764
  type: "rdf:Property".freeze
765
765
  property :dateAndOrTime,
766
- comment: %(An attribute relating to Date and/or Time).freeze,
766
+ comment: "An attribute relating to Date and/or Time".freeze,
767
767
  label: "Date and/or Time".freeze,
768
768
  subPropertyOf: "exif:exifAttribute".freeze,
769
769
  type: "rdf:Property".freeze
770
770
  property :dateTime,
771
- comment: %(The date and time of image creation. In this standard it is the date and time the file was changed.).freeze,
771
+ comment: "The date and time of image creation. In this standard it is the date and time the file was changed.".freeze,
772
772
  "exif:tagNumber": "306".freeze,
773
773
  label: "DateTime".freeze,
774
774
  subPropertyOf: ["exif:date".freeze, "exif:exifAttribute".freeze],
775
775
  type: "rdf:Property".freeze
776
776
  property :dateTimeDigitized,
777
- comment: %(The date and time when the image was stored as digital data. If, for example, an image was captured by DSC and at the same time the file was recorded, then the DateTimeOriginal and DateTimeDigitized will have the same contents.).freeze,
777
+ comment: "The date and time when the image was stored as digital data. If, for example, an image was captured by DSC and at the same time the file was recorded, then the DateTimeOriginal and DateTimeDigitized will have the same contents.".freeze,
778
778
  "exif:tagNumber": "36868".freeze,
779
779
  label: "DateTimeDigitized".freeze,
780
780
  subPropertyOf: ["exif:date".freeze, "exif:dateAndOrTime".freeze],
781
781
  type: "rdf:Property".freeze
782
782
  property :dateTimeOriginal,
783
- comment: %(The date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded.).freeze,
783
+ comment: "The date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded.".freeze,
784
784
  "exif:tagNumber": "36867".freeze,
785
785
  label: "DateTimeOriginal".freeze,
786
786
  subPropertyOf: ["exif:date".freeze, "exif:dateAndOrTime".freeze],
787
787
  type: "rdf:Property".freeze
788
788
  property :deviceSettingDescription,
789
- comment: %(Information on the picture-taking conditions of a particular camera model. The tag is used only to indicate the picture-taking conditions in the reader.).freeze,
789
+ comment: "Information on the picture-taking conditions of a particular camera model. The tag is used only to indicate the picture-taking conditions in the reader.".freeze,
790
790
  "exif:tagNumber": "41995".freeze,
791
791
  label: "DeviceSettingDescription".freeze,
792
792
  subPropertyOf: "exif:pictTaking".freeze,
793
793
  type: "rdf:Property".freeze
794
794
  property :digitalZoomRatio,
795
- comment: %(The digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.).freeze,
795
+ comment: "The digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.".freeze,
796
796
  "exif:tagNumber": "41988".freeze,
797
797
  label: "DigitalZoomRatio".freeze,
798
798
  subPropertyOf: "exif:pictTaking".freeze,
799
799
  type: "rdf:Property".freeze
800
800
  property :exifAttribute,
801
- comment: %(A property that connects an IFD to one of its entries. Super property which integrates all Exif tags.).freeze,
801
+ comment: "A property that connects an IFD to one of its entries. Super property which integrates all Exif tags.".freeze,
802
802
  domain: "exif:IFD".freeze,
803
803
  label: "Exif Attribute".freeze,
804
804
  type: "rdf:Property".freeze
805
805
  property :exifVersion,
806
- comment: %(Exif Version).freeze,
806
+ comment: "Exif Version".freeze,
807
807
  "exif:tagNumber": "36864".freeze,
808
808
  label: "ExifVersion".freeze,
809
809
  subPropertyOf: "exif:versionInfo".freeze,
810
810
  type: "rdf:Property".freeze
811
811
  property :exif_IFD_Pointer,
812
- comment: %(A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information.).freeze,
812
+ comment: "A pointer to the Exif IFD, which is a set of tags for recording Exif-specific attribute information.".freeze,
813
813
  "exif:tagNumber": "34665".freeze,
814
814
  label: "Exif IFD Pointer".freeze,
815
815
  subPropertyOf: "exif:ifdPointer".freeze,
816
816
  type: "rdf:Property".freeze
817
817
  property :exifdata,
818
- comment: %(An Exif IFD data entry).freeze,
818
+ comment: "An Exif IFD data entry".freeze,
819
819
  label: "Exif data".freeze,
820
820
  type: "rdf:Property".freeze
821
821
  property :exposureBiasValue,
822
- comment: %(The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.).freeze,
822
+ comment: "The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.".freeze,
823
823
  "exif:tagNumber": "37380".freeze,
824
824
  label: "ExposureBiasValue".freeze,
825
825
  subPropertyOf: "exif:pictTaking".freeze,
826
826
  type: "rdf:Property".freeze
827
827
  property :exposureIndex,
828
- comment: %(The exposure index selected on the camera or input device at the time the image is captured.).freeze,
828
+ comment: "The exposure index selected on the camera or input device at the time the image is captured.".freeze,
829
829
  "exif:tagNumber": "41493".freeze,
830
830
  label: "ExposureIndex".freeze,
831
831
  subPropertyOf: "exif:pictTaking".freeze,
832
832
  type: "rdf:Property".freeze
833
833
  property :exposureMode,
834
- comment: %(the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.).freeze,
834
+ comment: "the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.".freeze,
835
835
  "exif:tagNumber": "41986".freeze,
836
836
  label: "ExposureMode".freeze,
837
837
  subPropertyOf: "exif:pictTaking".freeze,
838
838
  type: "rdf:Property".freeze
839
839
  property :exposureProgram,
840
- comment: %(The class of the program used by the camera to set exposure when the picture is taken.).freeze,
840
+ comment: "The class of the program used by the camera to set exposure when the picture is taken.".freeze,
841
841
  "exif:tagNumber": "34850".freeze,
842
842
  label: "ExposureProgram".freeze,
843
843
  subPropertyOf: "exif:pictTaking".freeze,
844
844
  type: "rdf:Property".freeze
845
845
  property :exposureTime,
846
- comment: %(Exposure time, given in seconds \(sec\).).freeze,
846
+ comment: "Exposure time, given in seconds (sec).".freeze,
847
847
  "exif:tagNumber": "33434".freeze,
848
848
  label: "ExposureTime".freeze,
849
849
  subPropertyOf: ["exif:pictTaking".freeze, "exif:seconds".freeze],
850
850
  type: "rdf:Property".freeze
851
851
  property :fNumber,
852
- comment: %(F number).freeze,
852
+ comment: "F number".freeze,
853
853
  "exif:tagNumber": "33437".freeze,
854
854
  label: "FNumber".freeze,
855
855
  subPropertyOf: "exif:pictTaking".freeze,
856
856
  type: "rdf:Property".freeze
857
857
  property :fileSource,
858
- comment: %(The image source. If a DSC recorded the image, this tag value of this tag always be set to 3, indicating that the image was recorded on a DSC.).freeze,
858
+ comment: "The image source. If a DSC recorded the image, this tag value of this tag always be set to 3, indicating that the image was recorded on a DSC.".freeze,
859
859
  "exif:tagNumber": "41728".freeze,
860
860
  label: "FileSource".freeze,
861
861
  subPropertyOf: "exif:pictTaking".freeze,
862
862
  type: "rdf:Property".freeze
863
863
  property :flash,
864
- comment: %(The status of flash when the image was shot.).freeze,
864
+ comment: "The status of flash when the image was shot.".freeze,
865
865
  "exif:tagNumber": "37385".freeze,
866
866
  label: "Flash".freeze,
867
867
  subPropertyOf: "exif:pictTaking".freeze,
868
868
  type: "rdf:Property".freeze
869
869
  property :flashEnergy,
870
- comment: %(The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds \(BCPS\).).freeze,
870
+ comment: "The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).".freeze,
871
871
  "exif:tagNumber": "41483".freeze,
872
872
  label: "FlashEnergy".freeze,
873
873
  subPropertyOf: "exif:pictTaking".freeze,
874
874
  type: "rdf:Property".freeze
875
875
  property :flashpixVersion,
876
- comment: %(The Flashpix format version supported by a FPXR file. If the FPXR function supports Flashpix format Ver. 1.0, this is indicated similarly to ExifVersion by recording "0100" as 4-byte ASCII.).freeze,
876
+ comment: "The Flashpix format version supported by a FPXR file. If the FPXR function supports Flashpix format Ver. 1.0, this is indicated similarly to ExifVersion by recording \"0100\" as 4-byte ASCII.".freeze,
877
877
  "exif:tagNumber": "40960".freeze,
878
878
  label: "FlashpixVersion".freeze,
879
879
  subPropertyOf: "exif:versionInfo".freeze,
880
880
  type: "rdf:Property".freeze
881
881
  property :focalLength,
882
- comment: %(The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.).freeze,
882
+ comment: "The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.".freeze,
883
883
  "exif:tagNumber": "37386".freeze,
884
884
  label: "FocalLength".freeze,
885
885
  subPropertyOf: ["exif:mm".freeze, "exif:pictTaking".freeze],
886
886
  type: "rdf:Property".freeze
887
887
  property :focalLengthIn35mmFilm,
888
- comment: %(The equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the FocalLength tag.).freeze,
888
+ comment: "The equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the FocalLength tag.".freeze,
889
889
  "exif:tagNumber": "41989".freeze,
890
890
  label: "FocalLengthIn35mmFilm".freeze,
891
891
  subPropertyOf: ["exif:length".freeze, "exif:pictTaking".freeze],
892
892
  type: "rdf:Property".freeze
893
893
  property :focalPlaneResolutionUnit,
894
- comment: %(The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.).freeze,
894
+ comment: "The unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.".freeze,
895
895
  "exif:tagNumber": "41488".freeze,
896
896
  label: "FocalPlaneResolutionUnit".freeze,
897
897
  subPropertyOf: "exif:pictTaking".freeze,
898
898
  type: "rdf:Property".freeze
899
899
  property :focalPlaneXResolution,
900
- comment: %(The number of pixels in the image width \(X\) direction per FocalPlaneResolutionUnit on the camera focal plane.).freeze,
900
+ comment: "The number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane.".freeze,
901
901
  "exif:tagNumber": "41486".freeze,
902
902
  label: "FocalPlaneXResolution".freeze,
903
903
  subPropertyOf: ["exif:pictTaking".freeze, "exif:resolution".freeze],
904
904
  type: "rdf:Property".freeze
905
905
  property :focalPlaneYResolution,
906
- comment: %(The number of pixels in the image height \(Y\) direction per FocalPlaneResolutionUnit on the camera focal plane.).freeze,
906
+ comment: "The number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane.".freeze,
907
907
  "exif:tagNumber": "41487".freeze,
908
908
  label: "FocalPlaneYResolution".freeze,
909
909
  subPropertyOf: ["exif:pictTaking".freeze, "exif:resolution".freeze],
910
910
  type: "rdf:Property".freeze
911
911
  property :gainControl,
912
- comment: %(The degree of overall image gain adjustment.).freeze,
912
+ comment: "The degree of overall image gain adjustment.".freeze,
913
913
  "exif:tagNumber": "41991".freeze,
914
914
  label: "GainControl".freeze,
915
915
  subPropertyOf: "exif:pictTaking".freeze,
916
916
  type: "rdf:Property".freeze
917
917
  property :geo,
918
- comment: %(Geometric data such as latitude, longitude and altitude. Usually saved as rational number.).freeze,
918
+ comment: "Geometric data such as latitude, longitude and altitude. Usually saved as rational number.".freeze,
919
919
  label: "Geometric data".freeze,
920
920
  type: "rdf:Property".freeze
921
921
  property :gpsAltitude,
922
- comment: %(The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.).freeze,
922
+ comment: "The altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.".freeze,
923
923
  "exif:tagNumber": "6".freeze,
924
924
  label: "GPSAltitude".freeze,
925
925
  subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
926
926
  type: "rdf:Property".freeze
927
927
  property :gpsAltitudeRef,
928
- comment: %(Indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GPSAltitude tag. The reference unit is meters.).freeze,
928
+ comment: "Indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GPSAltitude tag. The reference unit is meters.".freeze,
929
929
  "exif:tagNumber": "5".freeze,
930
930
  label: "GPSAltitudeRef".freeze,
931
931
  subPropertyOf: "exif:gpsInfo".freeze,
932
932
  type: "rdf:Property".freeze
933
933
  property :gpsAreaInformation,
934
- comment: %(A character string recording the name of the GPS area. The first byte indicates the character code used, and this is followed by the name of the GPS area.).freeze,
934
+ comment: "A character string recording the name of the GPS area. The first byte indicates the character code used, and this is followed by the name of the GPS area.".freeze,
935
935
  "exif:tagNumber": "28".freeze,
936
936
  label: "GPSAreaInformation".freeze,
937
937
  subPropertyOf: "exif:gpsInfo".freeze,
938
938
  type: "rdf:Property".freeze
939
939
  property :gpsDOP,
940
- comment: %(The GPS DOP \(data degree of precision\). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.).freeze,
940
+ comment: "The GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.".freeze,
941
941
  "exif:tagNumber": "11".freeze,
942
942
  label: "GPSDOP".freeze,
943
943
  subPropertyOf: "exif:gpsInfo".freeze,
944
944
  type: "rdf:Property".freeze
945
945
  property :gpsDateStamp,
946
- comment: %(date and time information relative to UTC \(Coordinated Universal Time\). The record format is "YYYY:MM:DD" while converted to W3C-DTF to use in RDF).freeze,
946
+ comment: "date and time information relative to UTC (Coordinated Universal Time). The record format is \"YYYY:MM:DD\" while converted to W3C-DTF to use in RDF".freeze,
947
947
  "exif:tagNumber": "29".freeze,
948
948
  label: "GPSDateStamp".freeze,
949
949
  subPropertyOf: ["exif:date".freeze, "exif:gpsInfo".freeze],
950
950
  type: "rdf:Property".freeze
951
951
  property :gpsDestBearing,
952
- comment: %(The bearing to the destination point. The range of values is from 0.00 to 359.99.).freeze,
952
+ comment: "The bearing to the destination point. The range of values is from 0.00 to 359.99.".freeze,
953
953
  "exif:tagNumber": "24".freeze,
954
954
  label: "GPSDestBearing".freeze,
955
955
  subPropertyOf: "exif:gpsInfo".freeze,
956
956
  type: "rdf:Property".freeze
957
957
  property :gpsDestBearingRef,
958
- comment: %(Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
958
+ comment: "Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction.".freeze,
959
959
  "exif:tagNumber": "23".freeze,
960
960
  label: "GPSDestBearingRef".freeze,
961
961
  subPropertyOf: "exif:gpsInfo".freeze,
962
962
  type: "rdf:Property".freeze
963
963
  property :gpsDestDistance,
964
- comment: %(The distance to the destination point.).freeze,
964
+ comment: "The distance to the destination point.".freeze,
965
965
  "exif:tagNumber": "26".freeze,
966
966
  label: "GPSDestDistance".freeze,
967
967
  subPropertyOf: "exif:gpsInfo".freeze,
968
968
  type: "rdf:Property".freeze
969
969
  property :gpsDestDistanceRef,
970
- comment: %(Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots.).freeze,
970
+ comment: "Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots.".freeze,
971
971
  "exif:tagNumber": "25".freeze,
972
972
  label: "GPSDestDistanceRef".freeze,
973
973
  subPropertyOf: "exif:gpsInfo".freeze,
974
974
  type: "rdf:Property".freeze
975
975
  property :gpsDestLatitude,
976
- comment: %(Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
976
+ comment: "Latitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.".freeze,
977
977
  "exif:tagNumber": "20".freeze,
978
978
  label: "GPSDestLatitude".freeze,
979
979
  subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
980
980
  type: "rdf:Property".freeze
981
981
  property :gpsDestLatitudeRef,
982
- comment: %(Reference for latitude of destination).freeze,
982
+ comment: "Reference for latitude of destination".freeze,
983
983
  "exif:tagNumber": "19".freeze,
984
984
  label: "GPSDestLatitudeRef".freeze,
985
985
  subPropertyOf: "exif:gpsInfo".freeze,
986
986
  type: "rdf:Property".freeze
987
987
  property :gpsDestLongitude,
988
- comment: %(Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
988
+ comment: "Longitude of destination, expressed as three values giving the degrees, minutes, and seconds, respectively.".freeze,
989
989
  "exif:tagNumber": "22".freeze,
990
990
  label: "GPSDestLongitude".freeze,
991
991
  subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
992
992
  type: "rdf:Property".freeze
993
993
  property :gpsDestLongitudeRef,
994
- comment: %(Reference for longitude of destination).freeze,
994
+ comment: "Reference for longitude of destination".freeze,
995
995
  "exif:tagNumber": "21".freeze,
996
996
  label: "GPSDestLongitudeRef".freeze,
997
997
  subPropertyOf: "exif:gpsInfo".freeze,
998
998
  type: "rdf:Property".freeze
999
999
  property :gpsDifferential,
1000
- comment: %(Indicates whether differential correction is applied to the GPS receiver.).freeze,
1000
+ comment: "Indicates whether differential correction is applied to the GPS receiver.".freeze,
1001
1001
  "exif:tagNumber": "30".freeze,
1002
1002
  label: "GPSDifferential".freeze,
1003
1003
  subPropertyOf: "exif:gpsInfo".freeze,
1004
1004
  type: "rdf:Property".freeze
1005
1005
  property :gpsImgDirection,
1006
- comment: %(The direction of the image when it was captured. The range of values is from 0.00 to 359.99.).freeze,
1006
+ comment: "The direction of the image when it was captured. The range of values is from 0.00 to 359.99.".freeze,
1007
1007
  "exif:tagNumber": "17".freeze,
1008
1008
  label: "GPSImgDirection".freeze,
1009
1009
  subPropertyOf: "exif:gpsInfo".freeze,
1010
1010
  type: "rdf:Property".freeze
1011
1011
  property :gpsImgDirectionRef,
1012
- comment: %(The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
1012
+ comment: "The reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction.".freeze,
1013
1013
  "exif:tagNumber": "16".freeze,
1014
1014
  label: "GPSImgDirectionRef".freeze,
1015
1015
  subPropertyOf: "exif:gpsInfo".freeze,
1016
1016
  type: "rdf:Property".freeze
1017
1017
  property :gpsInfo,
1018
- comment: %(An attribute relating to GPS information).freeze,
1018
+ comment: "An attribute relating to GPS information".freeze,
1019
1019
  label: "GPS Info".freeze,
1020
1020
  subPropertyOf: "exif:exifAttribute".freeze,
1021
1021
  type: "rdf:Property".freeze
1022
1022
  property :gpsInfo_IFD_Pointer,
1023
- comment: %(A pointer to the GPS IFD, which is a set of tags for recording GPS information.).freeze,
1023
+ comment: "A pointer to the GPS IFD, which is a set of tags for recording GPS information.".freeze,
1024
1024
  "exif:tagNumber": "34853".freeze,
1025
1025
  label: "GPSInfo IFD Pointer".freeze,
1026
1026
  subPropertyOf: "exif:ifdPointer".freeze,
1027
1027
  type: "rdf:Property".freeze
1028
1028
  property :gpsLatitude,
1029
- comment: %(The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
1029
+ comment: "The latitude, expressed as three values giving the degrees, minutes, and seconds, respectively.".freeze,
1030
1030
  "exif:tagNumber": "2".freeze,
1031
1031
  label: "GPSLatitude".freeze,
1032
1032
  subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
1033
1033
  type: "rdf:Property".freeze
1034
1034
  property :gpsLatitudeRef,
1035
- comment: %(Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.).freeze,
1035
+ comment: "Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.".freeze,
1036
1036
  "exif:tagNumber": "1".freeze,
1037
1037
  label: "GPSLatitudeRef".freeze,
1038
1038
  subPropertyOf: "exif:gpsInfo".freeze,
1039
1039
  type: "rdf:Property".freeze
1040
1040
  property :gpsLongitude,
1041
- comment: %(The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.).freeze,
1041
+ comment: "The longitude, expressed as three values giving the degrees, minutes, and seconds, respectively.".freeze,
1042
1042
  "exif:tagNumber": "4".freeze,
1043
1043
  label: "GPSLongitude".freeze,
1044
1044
  subPropertyOf: ["exif:geo".freeze, "exif:gpsInfo".freeze],
1045
1045
  type: "rdf:Property".freeze
1046
1046
  property :gpsLongitudeRef,
1047
- comment: %(Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.).freeze,
1047
+ comment: "Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.".freeze,
1048
1048
  "exif:tagNumber": "3".freeze,
1049
1049
  label: "GPSLongitudeRef".freeze,
1050
1050
  subPropertyOf: "exif:gpsInfo".freeze,
1051
1051
  type: "rdf:Property".freeze
1052
1052
  property :gpsMapDatum,
1053
- comment: %(The geodetic survey data used by the GPS receiver. If the survey data is restricted to Japan, the value of this tag is 'TOKYO' or 'WGS-84'. If a GPS Info tag is recorded, it is strongly recommended that this tag be recorded.).freeze,
1053
+ comment: "The geodetic survey data used by the GPS receiver. If the survey data is restricted to Japan, the value of this tag is 'TOKYO' or 'WGS-84'. If a GPS Info tag is recorded, it is strongly recommended that this tag be recorded.".freeze,
1054
1054
  "exif:tagNumber": "18".freeze,
1055
1055
  label: "GPSMapDatum".freeze,
1056
1056
  subPropertyOf: "exif:gpsInfo".freeze,
1057
1057
  type: "rdf:Property".freeze
1058
1058
  property :gpsMeasureMode,
1059
- comment: %(The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress.).freeze,
1059
+ comment: "The GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress.".freeze,
1060
1060
  "exif:tagNumber": "10".freeze,
1061
1061
  label: "GPSMeasureMode".freeze,
1062
1062
  subPropertyOf: "exif:gpsInfo".freeze,
1063
1063
  type: "rdf:Property".freeze
1064
1064
  property :gpsProcessingMethod,
1065
- comment: %(A character string recording the name of the method used for location finding. The first byte indicates the character code used, and this is followed by the name of the method.).freeze,
1065
+ comment: "A character string recording the name of the method used for location finding. The first byte indicates the character code used, and this is followed by the name of the method.".freeze,
1066
1066
  "exif:tagNumber": "27".freeze,
1067
1067
  label: "GPSProcessingMethod".freeze,
1068
1068
  subPropertyOf: "exif:gpsInfo".freeze,
1069
1069
  type: "rdf:Property".freeze
1070
1070
  property :gpsSatellites,
1071
- comment: %(The GPS satellites used for measurements. This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation. The format is not specified. If the GPS receiver is incapable of taking measurements, value of the tag shall be set to NULL.).freeze,
1071
+ comment: "The GPS satellites used for measurements. This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation. The format is not specified. If the GPS receiver is incapable of taking measurements, value of the tag shall be set to NULL.".freeze,
1072
1072
  "exif:tagNumber": "8".freeze,
1073
1073
  label: "GPSSatellites".freeze,
1074
1074
  subPropertyOf: "exif:gpsInfo".freeze,
1075
1075
  type: "rdf:Property".freeze
1076
1076
  property :gpsSpeed,
1077
- comment: %(The speed of GPS receiver movement.).freeze,
1077
+ comment: "The speed of GPS receiver movement.".freeze,
1078
1078
  "exif:tagNumber": "13".freeze,
1079
1079
  label: "GPSSpeed".freeze,
1080
1080
  subPropertyOf: "exif:gpsInfo".freeze,
1081
1081
  type: "rdf:Property".freeze
1082
1082
  property :gpsSpeedRef,
1083
- comment: %(The unit used to express the GPS receiver speed of movement. 'K' 'M' and 'N' represents kilometers per hour, miles per hour, and knots.).freeze,
1083
+ comment: "The unit used to express the GPS receiver speed of movement. 'K' 'M' and 'N' represents kilometers per hour, miles per hour, and knots.".freeze,
1084
1084
  "exif:tagNumber": "12".freeze,
1085
1085
  label: "GPSSpeedRef".freeze,
1086
1086
  subPropertyOf: "exif:gpsInfo".freeze,
1087
1087
  type: "rdf:Property".freeze
1088
1088
  property :gpsStatus,
1089
- comment: %(The status of the GPS receiver when the image is recorded. 'A' means measurement is in progress, and 'V' means the measurement is Interoperability.).freeze,
1089
+ comment: "The status of the GPS receiver when the image is recorded. 'A' means measurement is in progress, and 'V' means the measurement is Interoperability.".freeze,
1090
1090
  "exif:tagNumber": "9".freeze,
1091
1091
  label: "GPSStatus".freeze,
1092
1092
  subPropertyOf: "exif:gpsInfo".freeze,
1093
1093
  type: "rdf:Property".freeze
1094
1094
  property :gpsTimeStamp,
1095
- comment: %(The time as UTC \(Coordinated Universal Time\). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.).freeze,
1095
+ comment: "The time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.".freeze,
1096
1096
  "exif:tagNumber": "7".freeze,
1097
1097
  label: "GPSTimeStamp".freeze,
1098
1098
  subPropertyOf: "exif:gpsInfo".freeze,
1099
1099
  type: "rdf:Property".freeze
1100
1100
  property :gpsTrack,
1101
- comment: %(The direction of GPS receiver movement. The range of values is from 0.00 to 359.99.).freeze,
1101
+ comment: "The direction of GPS receiver movement. The range of values is from 0.00 to 359.99.".freeze,
1102
1102
  "exif:tagNumber": "15".freeze,
1103
1103
  label: "GPSTrack".freeze,
1104
1104
  subPropertyOf: "exif:gpsInfo".freeze,
1105
1105
  type: "rdf:Property".freeze
1106
1106
  property :gpsTrackRef,
1107
- comment: %(The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction.).freeze,
1107
+ comment: "The reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction.".freeze,
1108
1108
  "exif:tagNumber": "14".freeze,
1109
1109
  label: "GPSTrackRef".freeze,
1110
1110
  subPropertyOf: "exif:gpsInfo".freeze,
1111
1111
  type: "rdf:Property".freeze
1112
1112
  property :gpsVersionID,
1113
- comment: %(The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.).freeze,
1113
+ comment: "The version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.".freeze,
1114
1114
  "exif:tagNumber": "0".freeze,
1115
1115
  label: "GPSVersionID".freeze,
1116
1116
  subPropertyOf: ["exif:gpsInfo".freeze, "exif:versionInfo".freeze],
1117
1117
  type: "rdf:Property".freeze
1118
1118
  property :height,
1119
- comment: %(Height of an object).freeze,
1119
+ comment: "Height of an object".freeze,
1120
1120
  label: "Height".freeze,
1121
1121
  subPropertyOf: "exif:length".freeze,
1122
1122
  type: "rdf:Property".freeze
1123
1123
  property :ifdPointer,
1124
- comment: %(A tag that refers a child IFD).freeze,
1124
+ comment: "A tag that refers a child IFD".freeze,
1125
1125
  label: "IFD Pointer".freeze,
1126
1126
  subPropertyOf: "exif:exifAttribute".freeze,
1127
1127
  type: "rdf:Property".freeze
1128
1128
  property :imageConfig,
1129
- comment: %(An attribute relating to Image Configuration).freeze,
1129
+ comment: "An attribute relating to Image Configuration".freeze,
1130
1130
  label: "Image Config".freeze,
1131
1131
  subPropertyOf: "exif:exifAttribute".freeze,
1132
1132
  type: "rdf:Property".freeze
1133
1133
  property :imageDataCharacter,
1134
- comment: %(An attribute relating to image data characteristics).freeze,
1134
+ comment: "An attribute relating to image data characteristics".freeze,
1135
1135
  label: "Image Data Character".freeze,
1136
1136
  subPropertyOf: "exif:exifAttribute".freeze,
1137
1137
  type: "rdf:Property".freeze
1138
1138
  property :imageDataStruct,
1139
- comment: %(An attribute relating to image data structure).freeze,
1139
+ comment: "An attribute relating to image data structure".freeze,
1140
1140
  label: "Image Data Structure".freeze,
1141
1141
  subPropertyOf: "exif:exifAttribute".freeze,
1142
1142
  type: "rdf:Property".freeze
1143
1143
  property :imageDescription,
1144
- comment: %(A character string giving the title of the image. It may be a comment such as "1988 company picnic" or the like. Two-byte character codes cannot be used. When a 2-byte code is necessary, the Exif Private tag UserComment is to be used.).freeze,
1144
+ comment: "A character string giving the title of the image. It may be a comment such as \"1988 company picnic\" or the like. Two-byte character codes cannot be used. When a 2-byte code is necessary, the Exif Private tag UserComment is to be used.".freeze,
1145
1145
  "exif:tagNumber": "270".freeze,
1146
1146
  label: "ImageDescription".freeze,
1147
1147
  subPropertyOf: ["dc11:title".freeze, "exif:exifAttribute".freeze],
1148
1148
  type: "rdf:Property".freeze
1149
1149
  property :imageLength,
1150
- comment: %(Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used.).freeze,
1150
+ comment: "Image height. The number of rows of image data. In JPEG compressed data a JPEG marker is used.".freeze,
1151
1151
  "exif:tagNumber": "257".freeze,
1152
1152
  label: "ImageLength".freeze,
1153
1153
  subPropertyOf: ["exif:height".freeze, "exif:imageDataStruct".freeze],
1154
1154
  type: "rdf:Property".freeze
1155
1155
  property :imageUniqueID,
1156
- comment: %(An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length.).freeze,
1156
+ comment: "An identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length.".freeze,
1157
1157
  "exif:tagNumber": "42016".freeze,
1158
1158
  label: "ImageUniqueID".freeze,
1159
1159
  subPropertyOf: ["dc11:identifier".freeze, "exif:exifAttribute".freeze],
1160
1160
  type: "rdf:Property".freeze
1161
1161
  property :imageWidth,
1162
- comment: %(Image width. The number of columns of image data, equal to the number of pixels per row. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
1162
+ comment: "Image width. The number of columns of image data, equal to the number of pixels per row. In JPEG compressed data a JPEG marker is used instead of this tag.".freeze,
1163
1163
  "exif:tagNumber": "256".freeze,
1164
1164
  label: "ImageWidth".freeze,
1165
1165
  subPropertyOf: ["exif:imageDataStruct".freeze, "exif:width".freeze],
1166
1166
  type: "rdf:Property".freeze
1167
1167
  property :interopInfo,
1168
- comment: %(An attribute relating to Interoperability. Tags stored in
1169
- Interoperability IFD may be defined dependently to each Interoperability rule.).freeze,
1168
+ comment: "An attribute relating to Interoperability. Tags stored in\nInteroperability IFD may be defined dependently to each Interoperability rule.".freeze,
1170
1169
  label: "Interoperability Info".freeze,
1171
1170
  subPropertyOf: "exif:exifAttribute".freeze,
1172
1171
  type: "rdf:Property".freeze
1173
1172
  property :interoperabilityIndex,
1174
- comment: %(Indicates the identification of the Interoperability rule. 'R98' = conforming to R98 file specification of Recommended Exif Interoperability Rules \(ExifR98\) or to DCF basic file stipulated by Design Rule for Camera File System. 'THM' = conforming to DCF thumbnail file stipulated by Design rule for Camera File System.).freeze,
1173
+ comment: "Indicates the identification of the Interoperability rule. 'R98' = conforming to R98 file specification of Recommended Exif Interoperability Rules (ExifR98) or to DCF basic file stipulated by Design Rule for Camera File System. 'THM' = conforming to DCF thumbnail file stipulated by Design rule for Camera File System.".freeze,
1175
1174
  "exif:tagNumber": "1".freeze,
1176
1175
  label: "InteroperabilityIndex".freeze,
1177
1176
  subPropertyOf: "exif:interopInfo".freeze,
1178
1177
  type: "rdf:Property".freeze
1179
1178
  property :interoperabilityVersion,
1180
- comment: %(Interoperability Version).freeze,
1179
+ comment: "Interoperability Version".freeze,
1181
1180
  "exif:tagNumber": "2".freeze,
1182
1181
  label: "InteroperabilityVersion".freeze,
1183
1182
  subPropertyOf: "exif:interopInfo".freeze,
1184
1183
  type: "rdf:Property".freeze
1185
1184
  property :interoperability_IFD_Pointer,
1186
- comment: %(A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability).freeze,
1185
+ comment: "A pointer to the Interoperability IFD, which is composed of tags storing the information to ensure the Interoperability".freeze,
1187
1186
  "exif:tagNumber": "40965".freeze,
1188
1187
  label: "Interoperability IFD Pointer".freeze,
1189
1188
  subPropertyOf: "exif:ifdPointer".freeze,
1190
1189
  type: "rdf:Property".freeze
1191
1190
  property :isoSpeedRatings,
1192
- comment: %(Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.).freeze,
1191
+ comment: "Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.".freeze,
1193
1192
  "exif:tagNumber": "34855".freeze,
1194
1193
  label: "ISOSpeedRatings".freeze,
1195
1194
  subPropertyOf: "exif:pictTaking".freeze,
1196
1195
  type: "rdf:Property".freeze
1197
1196
  property :jpegInterchangeFormat,
1198
- comment: %(The offset to the start byte \(SOI\) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.).freeze,
1197
+ comment: "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.".freeze,
1199
1198
  "exif:tagNumber": "513".freeze,
1200
1199
  label: "JPEGInterchangeFormat".freeze,
1201
1200
  subPropertyOf: "exif:recOffset".freeze,
1202
1201
  type: "rdf:Property".freeze
1203
1202
  property :jpegInterchangeFormatLength,
1204
- comment: %(The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.).freeze,
1203
+ comment: "The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.".freeze,
1205
1204
  "exif:tagNumber": "514".freeze,
1206
1205
  label: "JPEGInterchangeFormatLength".freeze,
1207
1206
  subPropertyOf: "exif:recOffset".freeze,
1208
1207
  type: "rdf:Property".freeze
1209
1208
  property :length,
1210
- comment: %(Length of an object. Could be a subProperty of other general schema.).freeze,
1209
+ comment: "Length of an object. Could be a subProperty of other general schema.".freeze,
1211
1210
  label: "Length".freeze,
1212
1211
  type: "rdf:Property".freeze
1213
1212
  property :lightSource,
1214
- comment: %(Light source such as Daylight, Tungsten, Flash etc.).freeze,
1213
+ comment: "Light source such as Daylight, Tungsten, Flash etc.".freeze,
1215
1214
  "exif:tagNumber": "37384".freeze,
1216
1215
  label: "LightSource".freeze,
1217
1216
  subPropertyOf: "exif:pictTaking".freeze,
1218
1217
  type: "rdf:Property".freeze
1219
1218
  property :make,
1220
- comment: %(Manufacturer of image input equipment).freeze,
1219
+ comment: "Manufacturer of image input equipment".freeze,
1221
1220
  "exif:tagNumber": "271".freeze,
1222
1221
  label: "Make".freeze,
1223
1222
  subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
1224
1223
  type: "rdf:Property".freeze
1225
1224
  property :makerNote,
1226
- comment: %(Manufacturer notes).freeze,
1225
+ comment: "Manufacturer notes".freeze,
1227
1226
  "exif:tagNumber": "37500".freeze,
1228
1227
  label: "MakerNote".freeze,
1229
1228
  subPropertyOf: "exif:userInfo".freeze,
1230
1229
  type: "rdf:Property".freeze
1231
1230
  property :maxApertureValue,
1232
- comment: %(The smallest F number of the lens. The unit is the APEX value. Ordinarily it is given in the range of 00.00 to 99.99, but it is not limited to this range.).freeze,
1231
+ comment: "The smallest F number of the lens. The unit is the APEX value. Ordinarily it is given in the range of 00.00 to 99.99, but it is not limited to this range.".freeze,
1233
1232
  "exif:tagNumber": "37381".freeze,
1234
1233
  label: "MaxApertureValue".freeze,
1235
1234
  subPropertyOf: "exif:pictTaking".freeze,
1236
1235
  type: "rdf:Property".freeze
1237
1236
  property :meter,
1238
- comment: %(A length with unit of meter).freeze,
1237
+ comment: "A length with unit of meter".freeze,
1239
1238
  label: "Meter".freeze,
1240
1239
  subPropertyOf: "exif:length".freeze,
1241
1240
  type: "rdf:Property".freeze
1242
1241
  property :meteringMode,
1243
- comment: %(Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc.).freeze,
1242
+ comment: "Metering mode, such as CenterWeightedAverage, Spot, MultiSpot,Pattern, Partial etc.".freeze,
1244
1243
  "exif:tagNumber": "37383".freeze,
1245
1244
  label: "MeteringMode".freeze,
1246
1245
  subPropertyOf: "exif:pictTaking".freeze,
1247
1246
  type: "rdf:Property".freeze
1248
1247
  property :mm,
1249
- comment: %(A length with unit of mm).freeze,
1248
+ comment: "A length with unit of mm".freeze,
1250
1249
  label: "Milimeter".freeze,
1251
1250
  subPropertyOf: "exif:length".freeze,
1252
1251
  type: "rdf:Property".freeze
1253
1252
  property :model,
1254
- comment: %(Model of image input equipment).freeze,
1253
+ comment: "Model of image input equipment".freeze,
1255
1254
  "exif:tagNumber": "272".freeze,
1256
1255
  label: "Model".freeze,
1257
1256
  subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
1258
1257
  type: "rdf:Property".freeze
1259
1258
  property :oecf,
1260
- comment: %(Indicates the Opto-Electric Conversion Function \(OECF\) specified in ISO 14524. OECF is the relationship between the camera optical input and the image values.).freeze,
1259
+ comment: "Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524. OECF is the relationship between the camera optical input and the image values.".freeze,
1261
1260
  "exif:tagNumber": "34856".freeze,
1262
1261
  label: "OECF".freeze,
1263
1262
  subPropertyOf: "exif:pictTaking".freeze,
1264
1263
  type: "rdf:Property".freeze
1265
1264
  property :orientation,
1266
- comment: %(The image orientation viewed in terms of rows and columns.).freeze,
1265
+ comment: "The image orientation viewed in terms of rows and columns.".freeze,
1267
1266
  "exif:tagNumber": "274".freeze,
1268
1267
  label: "Orientation".freeze,
1269
1268
  subPropertyOf: "exif:imageDataStruct".freeze,
1270
1269
  type: "rdf:Property".freeze
1271
1270
  property :photometricInterpretation,
1272
- comment: %(Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
1271
+ comment: "Pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.".freeze,
1273
1272
  "exif:tagNumber": "262".freeze,
1274
1273
  label: "PhotometricInterpretation".freeze,
1275
1274
  subPropertyOf: "exif:imageDataStruct".freeze,
1276
1275
  type: "rdf:Property".freeze
1277
1276
  property :pictTaking,
1278
- comment: %(An attribute relating to Picture-Taking Conditions).freeze,
1277
+ comment: "An attribute relating to Picture-Taking Conditions".freeze,
1279
1278
  label: "PictTaking".freeze,
1280
1279
  subPropertyOf: "exif:exifAttribute".freeze,
1281
1280
  type: "rdf:Property".freeze
1282
1281
  property :pimBrightness,
1283
- comment: %(Brightness info for print image matching).freeze,
1282
+ comment: "Brightness info for print image matching".freeze,
1284
1283
  "exif:tagNumber": "10".freeze,
1285
1284
  label: "PrintIM Brightness".freeze,
1286
1285
  subPropertyOf: "exif:pimInfo".freeze,
1287
1286
  type: "rdf:Property".freeze
1288
1287
  property :pimColorBalance,
1289
- comment: %(ColorBalance info for print image matching).freeze,
1288
+ comment: "ColorBalance info for print image matching".freeze,
1290
1289
  "exif:tagNumber": "11".freeze,
1291
1290
  label: "PrintIM ColorBalance".freeze,
1292
1291
  subPropertyOf: "exif:pimInfo".freeze,
1293
1292
  type: "rdf:Property".freeze
1294
1293
  property :pimContrast,
1295
- comment: %(Contrast info for print image matching).freeze,
1294
+ comment: "Contrast info for print image matching".freeze,
1296
1295
  "exif:tagNumber": "9".freeze,
1297
1296
  label: "PrintIM Contrast".freeze,
1298
1297
  subPropertyOf: "exif:pimInfo".freeze,
1299
1298
  type: "rdf:Property".freeze
1300
1299
  property :pimInfo,
1301
- comment: %(An attribute relating to print image matching).freeze,
1300
+ comment: "An attribute relating to print image matching".freeze,
1302
1301
  label: "PIM Info".freeze,
1303
1302
  subPropertyOf: "exif:exifAttribute".freeze,
1304
1303
  type: "rdf:Property".freeze
1305
1304
  property :pimSaturation,
1306
- comment: %(Saturation info for print image matching).freeze,
1305
+ comment: "Saturation info for print image matching".freeze,
1307
1306
  "exif:tagNumber": "12".freeze,
1308
1307
  label: "PrintIM Saturation".freeze,
1309
1308
  subPropertyOf: "exif:pimInfo".freeze,
1310
1309
  type: "rdf:Property".freeze
1311
1310
  property :pimSharpness,
1312
- comment: %(Sharpness info for print image matching).freeze,
1311
+ comment: "Sharpness info for print image matching".freeze,
1313
1312
  "exif:tagNumber": "13".freeze,
1314
1313
  label: "PrintIM Sharpness".freeze,
1315
1314
  subPropertyOf: "exif:pimInfo".freeze,
1316
1315
  type: "rdf:Property".freeze
1317
1316
  property :pixelXDimension,
1318
- comment: %(Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.).freeze,
1317
+ comment: "Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.".freeze,
1319
1318
  "exif:tagNumber": "40962".freeze,
1320
1319
  label: "PixelXDimension".freeze,
1321
1320
  subPropertyOf: ["exif:imageConfig".freeze, "exif:width".freeze],
1322
1321
  type: "rdf:Property".freeze
1323
1322
  property :pixelYDimension,
1324
- comment: %(Information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file. Since data padding is unnecessary in the vertical direction, the number of lines recorded in this valid image height tag will in fact be the same as that recorded in the SOF.).freeze,
1323
+ comment: "Information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file. Since data padding is unnecessary in the vertical direction, the number of lines recorded in this valid image height tag will in fact be the same as that recorded in the SOF.".freeze,
1325
1324
  "exif:tagNumber": "40963".freeze,
1326
1325
  label: "PixelYDimension".freeze,
1327
1326
  subPropertyOf: ["exif:height".freeze, "exif:imageConfig".freeze],
1328
1327
  type: "rdf:Property".freeze
1329
1328
  property :planarConfiguration,
1330
- comment: %(Indicates whether pixel components are recorded in chunky or planar format. In JPEG compressed files a JPEG marker is used instead of this tag. If this field does not exist, the TIFF default of 1 \(chunky\) is assumed.).freeze,
1329
+ comment: "Indicates whether pixel components are recorded in chunky or planar format. In JPEG compressed files a JPEG marker is used instead of this tag. If this field does not exist, the TIFF default of 1 (chunky) is assumed.".freeze,
1331
1330
  "exif:tagNumber": "284".freeze,
1332
1331
  label: "PlanarConfiguration".freeze,
1333
1332
  subPropertyOf: "exif:imageDataStruct".freeze,
1334
1333
  type: "rdf:Property".freeze
1335
1334
  property :primaryChromaticities,
1336
- comment: %(The chromaticity of the three primary colors of the image. Normally this tag is not necessary, since color space is specified in the color space information tag \(ColorSpace\).).freeze,
1335
+ comment: "The chromaticity of the three primary colors of the image. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).".freeze,
1337
1336
  "exif:tagNumber": "319".freeze,
1338
1337
  label: "PrimaryChromaticities".freeze,
1339
1338
  subPropertyOf: "exif:imageDataCharacter".freeze,
1340
1339
  type: "rdf:Property".freeze
1341
1340
  property :printImageMatching_IFD_Pointer,
1342
- comment: %(A pointer to the print image matching IFD).freeze,
1341
+ comment: "A pointer to the print image matching IFD".freeze,
1343
1342
  "exif:tagNumber": "50341".freeze,
1344
1343
  label: "PrintImageMatching IFD Pointer".freeze,
1345
1344
  subPropertyOf: "exif:ifdPointer".freeze,
1346
1345
  type: "rdf:Property".freeze
1347
1346
  property :recOffset,
1348
- comment: %(An attribute relating to recording offset).freeze,
1347
+ comment: "An attribute relating to recording offset".freeze,
1349
1348
  label: "Recording Offset".freeze,
1350
1349
  subPropertyOf: "exif:exifAttribute".freeze,
1351
1350
  type: "rdf:Property".freeze
1352
1351
  property :referenceBlackWhite,
1353
- comment: %(The reference black point value and reference white point value. The color space is declared in a color space information tag, with the default being the value that gives the optimal image characteristics Interoperability these conditions.).freeze,
1352
+ comment: "The reference black point value and reference white point value. The color space is declared in a color space information tag, with the default being the value that gives the optimal image characteristics Interoperability these conditions.".freeze,
1354
1353
  "exif:tagNumber": "532".freeze,
1355
1354
  label: "ReferenceBlackWhite".freeze,
1356
1355
  subPropertyOf: "exif:imageDataCharacter".freeze,
1357
1356
  type: "rdf:Property".freeze
1358
1357
  property :relatedFile,
1359
- comment: %(Tag Relating to Related File Information).freeze,
1358
+ comment: "Tag Relating to Related File Information".freeze,
1360
1359
  label: "Related File".freeze,
1361
1360
  subPropertyOf: "exif:exifAttribute".freeze,
1362
1361
  type: "rdf:Property".freeze
1363
1362
  property :relatedImageFileFormat,
1364
- comment: %(Related image file format).freeze,
1363
+ comment: "Related image file format".freeze,
1365
1364
  "exif:tagNumber": "4096".freeze,
1366
1365
  label: "RelatedImageFileFormat".freeze,
1367
1366
  subPropertyOf: "exif:interopInfo".freeze,
1368
1367
  type: "rdf:Property".freeze
1369
1368
  property :relatedImageLength,
1370
- comment: %(Related image length).freeze,
1369
+ comment: "Related image length".freeze,
1371
1370
  "exif:tagNumber": "4098".freeze,
1372
1371
  label: "RelatedImageLength".freeze,
1373
1372
  subPropertyOf: ["exif:height".freeze, "exif:interopInfo".freeze],
1374
1373
  type: "rdf:Property".freeze
1375
1374
  property :relatedImageWidth,
1376
- comment: %(Related image width).freeze,
1375
+ comment: "Related image width".freeze,
1377
1376
  "exif:tagNumber": "4097".freeze,
1378
1377
  label: "RelatedImageWidth".freeze,
1379
1378
  subPropertyOf: ["exif:interopInfo".freeze, "exif:width".freeze],
1380
1379
  type: "rdf:Property".freeze
1381
1380
  property :relatedSoundFile,
1382
- comment: %(Related audio file).freeze,
1381
+ comment: "Related audio file".freeze,
1383
1382
  "exif:tagNumber": "40964".freeze,
1384
1383
  label: "RelatedSoundFile".freeze,
1385
1384
  subPropertyOf: "exif:relatedFile".freeze,
1386
1385
  type: "rdf:Property".freeze
1387
1386
  property :resolution,
1388
- comment: %(a rational number representing a resolution. Could be a subProperty of other general schema.).freeze,
1387
+ comment: "a rational number representing a resolution. Could be a subProperty of other general schema.".freeze,
1389
1388
  label: "Resolution".freeze,
1390
1389
  type: "rdf:Property".freeze
1391
1390
  property :resolutionUnit,
1392
- comment: %(The unit for measuring XResolution and YResolution. The same unit is used for both XResolution and YResolution. If the image resolution in unknown, 2 \(inches\) is designated.).freeze,
1391
+ comment: "The unit for measuring XResolution and YResolution. The same unit is used for both XResolution and YResolution. If the image resolution in unknown, 2 (inches) is designated.".freeze,
1393
1392
  "exif:tagNumber": "296".freeze,
1394
1393
  label: "ResolutionUnit".freeze,
1395
1394
  subPropertyOf: "exif:imageDataStruct".freeze,
1396
1395
  type: "rdf:Property".freeze
1397
1396
  property :rowsPerStrip,
1398
- comment: %(The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted.).freeze,
1397
+ comment: "The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted.".freeze,
1399
1398
  "exif:tagNumber": "278".freeze,
1400
1399
  label: "RowsPerStrip".freeze,
1401
1400
  subPropertyOf: "exif:recOffset".freeze,
1402
1401
  type: "rdf:Property".freeze
1403
1402
  property :samplesPerPixel,
1404
- comment: %(The number of components per pixel. Since this standard applies to RGB and YCbCr images, the value set for this tag is 3. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
1403
+ comment: "The number of components per pixel. Since this standard applies to RGB and YCbCr images, the value set for this tag is 3. In JPEG compressed data a JPEG marker is used instead of this tag.".freeze,
1405
1404
  "exif:tagNumber": "277".freeze,
1406
1405
  label: "SamplesPerPixel".freeze,
1407
1406
  subPropertyOf: "exif:imageDataStruct".freeze,
1408
1407
  type: "rdf:Property".freeze
1409
1408
  property :saturation,
1410
- comment: %(The direction of saturation processing applied by the camera when the image was shot.).freeze,
1409
+ comment: "The direction of saturation processing applied by the camera when the image was shot.".freeze,
1411
1410
  "exif:tagNumber": "41993".freeze,
1412
1411
  label: "Saturation".freeze,
1413
1412
  subPropertyOf: "exif:pictTaking".freeze,
1414
1413
  type: "rdf:Property".freeze
1415
1414
  property :sceneCaptureType,
1416
- comment: %(The type of scene that was shot. It can also be used to record the mode in which the image was shot, such as Landscape, Portrait etc. Note that this differs from the scene type \(SceneType\) tag.).freeze,
1415
+ comment: "The type of scene that was shot. It can also be used to record the mode in which the image was shot, such as Landscape, Portrait etc. Note that this differs from the scene type (SceneType) tag.".freeze,
1417
1416
  "exif:tagNumber": "41990".freeze,
1418
1417
  label: "SceneCaptureType".freeze,
1419
1418
  subPropertyOf: "exif:pictTaking".freeze,
1420
1419
  type: "rdf:Property".freeze
1421
1420
  property :sceneType,
1422
- comment: %(The type of scene. If a DSC recorded the image, this tag value shall always be set to 1, indicating that the image was directly photographed.).freeze,
1421
+ comment: "The type of scene. If a DSC recorded the image, this tag value shall always be set to 1, indicating that the image was directly photographed.".freeze,
1423
1422
  "exif:tagNumber": "41729".freeze,
1424
1423
  label: "SceneType".freeze,
1425
1424
  subPropertyOf: "exif:pictTaking".freeze,
1426
1425
  type: "rdf:Property".freeze
1427
1426
  property :seconds,
1428
- comment: %(a mesurement of time length with unit of second).freeze,
1427
+ comment: "a mesurement of time length with unit of second".freeze,
1429
1428
  label: "Seconds".freeze,
1430
1429
  type: "rdf:Property".freeze
1431
1430
  property :sensingMethod,
1432
- comment: %(The image sensor type on the camera or input device, such as One-chip color area sensor etc.).freeze,
1431
+ comment: "The image sensor type on the camera or input device, such as One-chip color area sensor etc.".freeze,
1433
1432
  "exif:tagNumber": "41495".freeze,
1434
1433
  label: "SensingMethod".freeze,
1435
1434
  subPropertyOf: "exif:pictTaking".freeze,
1436
1435
  type: "rdf:Property".freeze
1437
1436
  property :sharpness,
1438
- comment: %(The direction of sharpness processing applied by the camera when the image was shot.).freeze,
1437
+ comment: "The direction of sharpness processing applied by the camera when the image was shot.".freeze,
1439
1438
  "exif:tagNumber": "41994".freeze,
1440
1439
  label: "Sharpness".freeze,
1441
1440
  subPropertyOf: "exif:pictTaking".freeze,
1442
1441
  type: "rdf:Property".freeze
1443
1442
  property :shutterSpeedValue,
1444
- comment: %(Shutter speed. The unit is the APEX \(Additive System of Photographic Exposure\) setting).freeze,
1443
+ comment: "Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting".freeze,
1445
1444
  "exif:tagNumber": "37377".freeze,
1446
1445
  label: "ShutterSpeedValue".freeze,
1447
1446
  subPropertyOf: "exif:pictTaking".freeze,
1448
1447
  type: "rdf:Property".freeze
1449
1448
  property :software,
1450
- comment: %(The name and version of the software or firmware of the camera or image input device used to generate the image.).freeze,
1449
+ comment: "The name and version of the software or firmware of the camera or image input device used to generate the image.".freeze,
1451
1450
  "exif:tagNumber": "305".freeze,
1452
1451
  label: "Software".freeze,
1453
1452
  subPropertyOf: ["exif:exifAttribute".freeze, "rdfs:label".freeze],
1454
1453
  type: "rdf:Property".freeze
1455
1454
  property :spatialFrequencyResponse,
1456
- comment: %(This tag records the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233.).freeze,
1455
+ comment: "This tag records the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233.".freeze,
1457
1456
  "exif:tagNumber": "41484".freeze,
1458
1457
  label: "SpatialFrequencyResponse".freeze,
1459
1458
  subPropertyOf: "exif:pictTaking".freeze,
1460
1459
  type: "rdf:Property".freeze
1461
1460
  property :spectralSensitivity,
1462
- comment: %(Indicates the spectral sensitivity of each channel of the camera used. The tag value is an ASCII string compatible with the standard developed by the ASTM Technical committee.).freeze,
1461
+ comment: "Indicates the spectral sensitivity of each channel of the camera used. The tag value is an ASCII string compatible with the standard developed by the ASTM Technical committee.".freeze,
1463
1462
  "exif:tagNumber": "34852".freeze,
1464
1463
  label: "SpectralSensitivity".freeze,
1465
1464
  subPropertyOf: "exif:pictTaking".freeze,
1466
1465
  type: "rdf:Property".freeze
1467
1466
  property :stripByteCounts,
1468
- comment: %(The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.).freeze,
1467
+ comment: "The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.".freeze,
1469
1468
  "exif:tagNumber": "279".freeze,
1470
1469
  label: "StripByteCounts".freeze,
1471
1470
  subPropertyOf: "exif:recOffset".freeze,
1472
1471
  type: "rdf:Property".freeze
1473
1472
  property :stripOffsets,
1474
- comment: %(For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted.).freeze,
1473
+ comment: "For each strip, the byte offset of that strip. With JPEG compressed data this designation is not needed and is omitted.".freeze,
1475
1474
  "exif:tagNumber": "273".freeze,
1476
1475
  label: "StripOffsets".freeze,
1477
1476
  subPropertyOf: "exif:recOffset".freeze,
1478
1477
  type: "rdf:Property".freeze
1479
1478
  property :subSecTime,
1480
- comment: %(DateTime subseconds).freeze,
1479
+ comment: "DateTime subseconds".freeze,
1481
1480
  "exif:tagNumber": "37520".freeze,
1482
1481
  label: "SubSecTime".freeze,
1483
1482
  subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
1484
1483
  type: "rdf:Property".freeze
1485
1484
  property :subSecTimeDigitized,
1486
- comment: %(DateTimeDigitized subseconds).freeze,
1485
+ comment: "DateTimeDigitized subseconds".freeze,
1487
1486
  "exif:tagNumber": "37522".freeze,
1488
1487
  label: "SubSecTimeDigitized".freeze,
1489
1488
  subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
1490
1489
  type: "rdf:Property".freeze
1491
1490
  property :subSecTimeOriginal,
1492
- comment: %(DateTimeOriginal subseconds).freeze,
1491
+ comment: "DateTimeOriginal subseconds".freeze,
1493
1492
  "exif:tagNumber": "37521".freeze,
1494
1493
  label: "SubSecTimeOriginal".freeze,
1495
1494
  subPropertyOf: ["exif:dateAndOrTime".freeze, "exif:subseconds".freeze],
1496
1495
  type: "rdf:Property".freeze
1497
1496
  property :subjectArea,
1498
- comment: %(The location and area of the main subject in the overall scene.).freeze,
1497
+ comment: "The location and area of the main subject in the overall scene.".freeze,
1499
1498
  "exif:tagNumber": "37396".freeze,
1500
1499
  label: "SubjectArea".freeze,
1501
1500
  subPropertyOf: "exif:pictTaking".freeze,
1502
1501
  type: "rdf:Property".freeze
1503
1502
  property :subjectDistance,
1504
- comment: %(The distance to the subject, given in meters. Note that if the numerator of the recorded value is FFFFFFFF.H, Infinity shall be indicated; and if the numerator is 0, Distance unknown shall be indicated.).freeze,
1503
+ comment: "The distance to the subject, given in meters. Note that if the numerator of the recorded value is FFFFFFFF.H, Infinity shall be indicated; and if the numerator is 0, Distance unknown shall be indicated.".freeze,
1505
1504
  "exif:tagNumber": "37382".freeze,
1506
1505
  label: "SubjectDistance".freeze,
1507
1506
  subPropertyOf: ["exif:meter".freeze, "exif:pictTaking".freeze],
1508
1507
  type: "rdf:Property".freeze
1509
1508
  property :subjectDistanceRange,
1510
- comment: %(The distance to the subject, such as Macro, Close View or Distant View.).freeze,
1509
+ comment: "The distance to the subject, such as Macro, Close View or Distant View.".freeze,
1511
1510
  "exif:tagNumber": "41996".freeze,
1512
1511
  label: "SubjectDistanceRange".freeze,
1513
1512
  subPropertyOf: "exif:pictTaking".freeze,
1514
1513
  type: "rdf:Property".freeze
1515
1514
  property :subjectLocation,
1516
- comment: %(The location of the main subject in the scene. The value of this tag represents the pixel at the center of the main subject relative to the left edge, prior to rotation processing as per the Rotation tag. The first value indicates the X column number and second indicates the Y row number.).freeze,
1515
+ comment: "The location of the main subject in the scene. The value of this tag represents the pixel at the center of the main subject relative to the left edge, prior to rotation processing as per the Rotation tag. The first value indicates the X column number and second indicates the Y row number.".freeze,
1517
1516
  "exif:tagNumber": "41492".freeze,
1518
1517
  label: "SubjectLocation".freeze,
1519
1518
  subPropertyOf: "exif:pictTaking".freeze,
1520
1519
  type: "rdf:Property".freeze
1521
1520
  property :subseconds,
1522
- comment: %(A tag used to record fractions of seconds for a date property).freeze,
1521
+ comment: "A tag used to record fractions of seconds for a date property".freeze,
1523
1522
  label: "Subseconds".freeze,
1524
1523
  type: "rdf:Property".freeze
1525
1524
  property :tag_number,
1526
- comment: %(The Exif tag number).freeze,
1525
+ comment: "The Exif tag number".freeze,
1527
1526
  label: "Tag number".freeze,
1528
1527
  subPropertyOf: "dc11:identifier".freeze,
1529
1528
  type: "rdf:Property".freeze
1530
1529
  property :tagid,
1531
- comment: %(The Exif tag number with context prefix, such as IFD type or maker name).freeze,
1530
+ comment: "The Exif tag number with context prefix, such as IFD type or maker name".freeze,
1532
1531
  label: "Tag ID".freeze,
1533
1532
  subPropertyOf: "exif:tag_number".freeze,
1534
1533
  type: "rdf:Property".freeze
1535
1534
  property :transferFunction,
1536
- comment: %(A transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in the color space information tag \(ColorSpace\).).freeze,
1535
+ comment: "A transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).".freeze,
1537
1536
  "exif:tagNumber": "301".freeze,
1538
1537
  label: "TransferFunction".freeze,
1539
1538
  subPropertyOf: "exif:imageDataCharacter".freeze,
1540
1539
  type: "rdf:Property".freeze
1541
1540
  property :userComment,
1542
- comment: %(A tag for Exif users to write keywords or comments on the image besides those in ImageDescription, and without the character code limitations of the ImageDescription tag. The character code used in the UserComment tag is identified based on an ID code in a fixed 8-byte area at the start of the tag data area.).freeze,
1541
+ comment: "A tag for Exif users to write keywords or comments on the image besides those in ImageDescription, and without the character code limitations of the ImageDescription tag. The character code used in the UserComment tag is identified based on an ID code in a fixed 8-byte area at the start of the tag data area.".freeze,
1543
1542
  "exif:tagNumber": "37510".freeze,
1544
1543
  label: "UserComment".freeze,
1545
1544
  subPropertyOf: "exif:userInfo".freeze,
1546
1545
  type: "rdf:Property".freeze
1547
1546
  property :userInfo,
1548
- comment: %(An attribute relating to User Information).freeze,
1547
+ comment: "An attribute relating to User Information".freeze,
1549
1548
  label: "User Info".freeze,
1550
1549
  subPropertyOf: "exif:exifAttribute".freeze,
1551
1550
  type: "rdf:Property".freeze
1552
1551
  property :versionInfo,
1553
- comment: %(An attribute relating to Version).freeze,
1552
+ comment: "An attribute relating to Version".freeze,
1554
1553
  label: "Version Info".freeze,
1555
1554
  subPropertyOf: "exif:exifAttribute".freeze,
1556
1555
  type: "rdf:Property".freeze
1557
1556
  property :whiteBalance,
1558
- comment: %(The white balance mode set when the image was shot.).freeze,
1557
+ comment: "The white balance mode set when the image was shot.".freeze,
1559
1558
  "exif:tagNumber": "41987".freeze,
1560
1559
  label: "WhiteBalance".freeze,
1561
1560
  subPropertyOf: "exif:pictTaking".freeze,
1562
1561
  type: "rdf:Property".freeze
1563
1562
  property :whitePoint,
1564
- comment: %(The chromaticity of the white point of the image. Normally this tag is not necessary, since color space is specified in the color space information tag \(ColorSpace\).).freeze,
1563
+ comment: "The chromaticity of the white point of the image. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).".freeze,
1565
1564
  "exif:tagNumber": "318".freeze,
1566
1565
  label: "WhitePoint".freeze,
1567
1566
  subPropertyOf: "exif:imageDataCharacter".freeze,
1568
1567
  type: "rdf:Property".freeze
1569
1568
  property :width,
1570
- comment: %(Width of an object).freeze,
1569
+ comment: "Width of an object".freeze,
1571
1570
  label: "Width".freeze,
1572
1571
  subPropertyOf: "exif:length".freeze,
1573
1572
  type: "rdf:Property".freeze
1574
1573
  property :xResolution,
1575
- comment: %(The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.).freeze,
1574
+ comment: "The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.".freeze,
1576
1575
  "exif:tagNumber": "282".freeze,
1577
1576
  label: "XResolution".freeze,
1578
1577
  subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],
1579
1578
  type: "rdf:Property".freeze
1580
1579
  property :yCbCrCoefficients,
1581
- comment: %(The matrix coefficients for transformation from RGB to YCbCr image data.).freeze,
1580
+ comment: "The matrix coefficients for transformation from RGB to YCbCr image data.".freeze,
1582
1581
  "exif:tagNumber": "529".freeze,
1583
1582
  label: "YCbCrCoefficients".freeze,
1584
1583
  subPropertyOf: "exif:imageDataCharacter".freeze,
1585
1584
  type: "rdf:Property".freeze
1586
1585
  property :yCbCrPositioning,
1587
- comment: %(The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data.).freeze,
1586
+ comment: "The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data.".freeze,
1588
1587
  "exif:tagNumber": "531".freeze,
1589
1588
  label: "YCbCrPositioning".freeze,
1590
1589
  subPropertyOf: "exif:imageDataStruct".freeze,
1591
1590
  type: "rdf:Property".freeze
1592
1591
  property :yCbCrSubSampling,
1593
- comment: %(The sampling ratio of chrominance components in relation to the luminance component. In JPEG compressed data a JPEG marker is used instead of this tag.).freeze,
1592
+ comment: "The sampling ratio of chrominance components in relation to the luminance component. In JPEG compressed data a JPEG marker is used instead of this tag.".freeze,
1594
1593
  "exif:tagNumber": "530".freeze,
1595
1594
  label: "YCbCrSubSampling".freeze,
1596
1595
  subPropertyOf: "exif:imageDataStruct".freeze,
1597
1596
  type: "rdf:Property".freeze
1598
1597
  property :yResolution,
1599
- comment: %(The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.).freeze,
1598
+ comment: "The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.".freeze,
1600
1599
  "exif:tagNumber": "283".freeze,
1601
1600
  label: "YResolution".freeze,
1602
1601
  subPropertyOf: ["exif:imageDataStruct".freeze, "exif:resolution".freeze],