@prefix rdf: . @prefix foaf: . @prefix ex: . @prefix xsd: . _:a rdf:type foaf:Person ; foaf:name "Eve" ; ex:address . _:b rdf:type foaf:Person ; foaf:name "Alice" ; ex:address "Fascination Street 11" . _:c rdf:type foaf:Person ; foaf:name "Fred" ; ex:address "fred@work.example" . _:e foaf:name "Bob" ; ex:address .