dealing with attachments / images..

Hi All,

Background, Ihave a sioc:Post which (when rendered as html) visually
contains 3 images, with captions and licenses, creators etc.

q: how to deal with these images in rdf terms..?
if anybody is doing this already, please do share.

immediate thoughts are that:

<image>
	rdf:type <foaf:Image> ;
	rdf:type <sioc:Item> ;
	sioc:about <path/to/image.jpg> ;
	sioc:link <path/to/image.jpg> ;
	foaf:thumbnail <path/to/image_thumb.jpg> ;
	foaf:content "description of image"@en ;

where I'm running short is how to express height/width and it there are
any other ontologies with a class of Image and related properties for
width/height etc. kinda like mrss i guess.

regards & thanks in advance

Nathan

Received on Monday, 30 November 2009 12:47:18 UTC