# prefix1 - Substitution of a prefix containing some escaped characters.
# 
# $Id: escapedPrefix1.ttl,v 1.2 2011/03/10 16:10:49 eric Exp $

@prefix fo\u0061f: <http://xmlns.com/foaf/0.1/> .
@prefix ericFoaf: <http://www.w3.org/People/Eric/ericP-foaf.rdf#> .

ericFoaf:ericP foaf:givenName "Eric" .
