@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://localhost:8860/dataspace/__rdf_repl#> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
ns1:this	rdf:type	sioc:User .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	<http://localhost:8860/dataspace/__rdf_repl/sioc.rdf> ;
	sioc:id	"__rdf_repl" .
@prefix ns4:	<http://localhost:8860/dataspace/> .
ns1:this	sioc:link	ns4:__rdf_repl ;
	sioc:name	"Special account" .
@prefix ns5:	<http://rdfs.org/sioc/services#> .
@prefix ns6:	<http://localhost:8860/feeds/people/> .
ns1:this	ns5:has_service	ns6:__rdf_repl .
@prefix ns7:	<http://localhost:8860/feeds/people/__rdf_repl/> .
ns1:this	ns5:has_service	ns7:friends ;
	sioc:email_sha1	"dF+zBeVgkOtAEk6l7G5ExFMS5ps=" .
@prefix ns8:	<http://localhost:8860/dataspace/person/__rdf_repl#> .
ns1:this	sioc:account_of	ns8:this .