@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://localhost:8860/dataspace/person/memad#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	rdf:type	foaf:Person ;
	foaf:nick	"memad" .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	<http://localhost:8860/dataspace/person/memad/about.rdf> .
@prefix ns4:	<http://localhost:8860/dataspace/memad#> .
ns1:this	foaf:account	ns4:this .
@prefix ns5:	<http://localhost:8860/dataspace/> .
ns1:this	foaf:openid	ns5:memad .