@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<http://www.example.org/#manu>
foaf:name """
Manu Sporny
""" .
<http://rdfa.info/test-suite/test-cases/rdfa1.1/html5> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/#manu>;
<http://purl.org/dc/elements/1.1/creator> <http://www.example.org/#fabien>;
<http://purl.org/dc/elements/1.1/publisher> <http://www.example.org/#manu>;
<http://purl.org/dc/elements/1.1/publisher> <http://www.example.org/#fabien> .
<http://www.example.org/#fabien>
foaf:name """
Fabien Gandon
""" .