# prefix1 - simple prefix expansion
# 
# $Id: default1.ttl,v 1.1 2010/03/25 03:23:47 eric Exp $

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

ericFoaf:ericP :givenName "Eric" .
