@base <http://dr.jones.dk/images/jonas_og_siri.jpg> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix image: <http://jibbering.com/vocabs/image/#> .
@prefix an: <http://www.w3.org/2000/10/annotation-ns#> .

<>
	image:hasPart <#p1>, <#p2> ;
	image:height "640" ;
	image:width "480" ;
	dc:creator "Christen Hansen" ;
	dc:description "Jonas and Siri is greeting Christen goodbye after his visit at their flat in Munksøgård Eco-village." ;
	dc:title "Jonas and Siri in front door" ;
	a foaf:Image ;
	an:annotates <> ;
	an:author "Jonas Smedegaard" ;
	an:created "2010-01-14T00:13:17Z" .

<#p1>
	image:depicts [
		dc:description "Jonas Smedegaard"
	] ;
	image:points "20,66 317,599" ;
	dc:description "Saying goodbye to a guest" ;
	dc:title "Jonas" ;
	a image:Rectangle .

<#p2>
	image:depicts [
		dc:description "Siri Snell Reiter"
	] ;
	image:points "285,108 382,524" ;
	dc:description "Saying goodbye to a guest" ;
	dc:title "Siri" ;
	a image:Rectangle .

