<?xml version="1.0" encoding="UTF-8"?>

<!-- the aggregate ontology generated by extending ABC 
     with MPEG-7 and MPEG-21/indecs -->

<rdf:RDF xmlns="http://metadata.net/harmony#" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
        xmlns:pic="http://www.cs.umd.edu/users/alejandr/cmsc828y/ABC.xml#"
        xmlns:per="http://www.cs.umd.edu/projects/plus/DAML/onts/personal1.0.daml#"
>


<pic:Image rdf:ID="JordanPicture">
   <pic:hasLocation>
      <pic:WebDocumentLocation>
           <pic:url>http://espndeportes.espn.go.com/i/020403/Michael%20Jordan%20vert%20top.jpg</pic:url>
      </pic:WebDocumentLocation>
   </pic:hasLocation>
<!--
   <pic:portraits>
        <per:Person>
           <per:name>Michael Jordan</per:name>
        </per:Person>
   </pic:portraits>
-->
</pic:Image>

</rdf:RDF>