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

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

ericFoaf:ericP foaf:givenName "Eric" .
