This is an archive of an inactive wiki and cannot be modified.

Christian Morbidoni

Email: christian-AT-deit.univpm.it

me

I currently am a PhD student at Università Politecnica delle Marche, where I got my master degree three years ago, and my research interests are Semantic Web based collaborative tools, user interfaces for the SW and multimedia metadata creation and use on the SW. The main project I'm involved in is the DBin platform (http://dbin.org), within which I'm developer and designer. A list of some of my publications can be found at http://semedia.univpm.it, along with other resources related to my research group (SEMEDIA).

A simple and small FOAF:

<?xml version="1.0"?> 
<rdf:RDF 
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
        xmlns:foaf="http://xmlns.com/foaf/0.1/">
  
  <foaf:Person rdf:ID="ChristianMorbidoni">
        <foaf:name>Christian Morbidoni</foaf:name>
        <foaf:mbox_sha1sum>c1d4cb076b0eac7d6dece499de92133b0af138f4</foaf:mbox_sha1sum>
        <foaf:workplaceHomepage rdf:resource="semedia.deit.univpm.it"/>
        <rdf:type rdf:resource="http://www.w3.org/2001/02/acls/ns#Identity"/>
  </foaf:Person>

</rdf:RDF>


CategoryHomepage