lib/rdf/vocabulary/exif.rb in rdf-0.0.3 vs lib/rdf/vocabulary/exif.rb in rdf-0.0.4

- old
+ new

@@ -1,7 +1,9 @@ module RDF ## - # Exchangeable Image File Format (EXIF) + # Exchangeable Image File Format (EXIF) vocabulary. + # + # @see http://www.w3.org/2003/12/exif/ class EXIF < Vocabulary("http://www.w3.org/2003/12/exif/ns#") # TODO end end