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

:tom a foaf:Person .
:tom foaf:givenName "Tom" .
:tom foaf:mbox  <mailto:tom@example.org> .