1 2 3 4 5 6 7
@prefix : <http://example.org/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . :john a foaf:Person ; foaf:name "John Smith" .