@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<#me> a foaf:Person;
  schema:name "Riccardo Tommasini";
  foaf:img <profile.jpg>.
