1 2 3 4 5
@prefix : <http://example.org/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . :a foaf:name "Alan" . :b foaf:name "Bob" .