@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.example.com/joe#me>
a foaf:Person ;
foaf:name "Joseph Bloggs" ;
foaf:title "Mr" ;
foaf:nick "Joe" ;
foaf:homepage <http://example.com/joe/> ;
foaf:dateOfBirth "1980-09-08"^^xsd:date ;
foaf:height 1.820000e+0 ;
foaf:currentProject [
a foaf:Project ;
foaf:name "Joe's current project"
] .