# prefix1 - 	Substitution of a simple prefix.
# 
# $Id: prefix1.ttl,v 1.2 2011/03/10 16:10:49 eric Exp $

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

ericFoaf:ericP foaf:givenName "Eric" .
