<?xml version="1.0" encoding="UTF-8" ?>
<!-- <HTML -->
<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:PersonalProfileDocument rdf:about="">
	<foaf:maker rdf:nodeID="LucaMascaro"/>
	<foaf:primaryTopic rdf:nodeID="LucaMascaro"/>
</foaf:PersonalProfileDocument>
<foaf:Person rdf:nodeID="LucaMascaro">
	<foaf:name>Luca Mascaro</foaf:name>
	<foaf:title>Mr</foaf:title>
	<foaf:givenname>Luca</foaf:givenname>
	<foaf:family_name>Mascaro</foaf:family_name>
	<foaf:nick>Nemo</foaf:nick>
	<foaf:mbox rdf:resource="mailto:info@lucamascaro.info"/>
	<foaf:homepage rdf:resource="http://www.lucamascaro.info"/>
	<foaf:depiction rdf:resource="http://www.lucamascaro.info/images/_content/foto.jpg"/>
	<foaf:phone rdf:resource="tel:0041-79-375-83-85"/>
	<foaf:workplaceHomepage rdf:resource="http://www.phiware.ch"/>
	<foaf:workInfoHomepage rdf:resource="Sviluppo software di applicazioni web massive"/>
	<foaf:schoolHomepage rdf:resource="http://www.supsi.ch"/>
	<foaf:knows>
		<foaf:Person>
			<foaf:name>Dafne Gobbi</foaf:name>
			<foaf:mbox rdf:resource="mailto:dafne.gobbi@ioshi.org"/>
			<rdfs:seeAlso rdf:resource="http://www.ioshi.org/associazione.soci.dafne_gobbi_004.html"/>
		</foaf:Person>
	</foaf:knows>
</foaf:Person>
</rdf:RDF>