Data model
From PicaSto
The central entities in the data model are albums (also called "galleries" or in Flickr™ "photosets") and single images.
Contents |
[edit]
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?)
[edit]
Image
[edit]
(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)
[edit]
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)

