Data model

From PicaSto

Jump to: navigation, search

The central entities in the data model are albums (also called "galleries" or in Flickr™ "photosets") and single images.

Contents

Album

Attributes:

  • title (rss:title or dc:title)
  • descriptions (rss:description or dc:description)
  • creator (dc:creator)
  • publisher (dc:publisher)
  • date (dc:date)
  • content (rdf:items?)

Image

(Abstract) Image

Class: http://www.holygoat.co.uk/owl/2005/05/photo/Image

Attributes:

  • title (rss:title or dc:title)
  • description (rss:description or dc:description)
  • creator (dc:creator)
  • publisher (dc:publisher)
  • date (dc:date)
  • subject:
    • textual (dc:subject)
    • depicts (foaf:depicts)
    • topics/tags (taxo:topics)
    • location (geo:lat/geo:long)
  • source (dc:source)
  • rights (dc:rights)
  • thumbnail (photo:thumbnail)
  • image file (enc:enclosure)

Image File

Class: http://www.holygoat.co.uk/owl/2005/05/photo/ImageFile

Attributes:

  • width/height (exif:width/exif:height or image:width/image:height)
  • all EXIF attributes (exif:*)
  • (file) size (enc:length)
  • MIME-type (dc:format / enc:type)
Personal tools