@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://localhost:8860/dataspace/dav#> .
@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/dav/sioc.rdf> ;
	sioc:id	"dav" .
@prefix ns4:	<http://localhost:8860/dataspace/> .
ns1:this	sioc:link	ns4:dav ;
	sioc:name	"WebDAV System Administrator" .
@prefix ns5:	<http://rdfs.org/sioc/services#> .
@prefix ns6:	<http://localhost:8860/feeds/people/> .
ns1:this	ns5:has_service	ns6:dav .
@prefix ns7:	<http://localhost:8860/feeds/people/dav/> .
ns1:this	ns5:has_service	ns7:friends ;
	sioc:email_sha1	"8MB0XSipKKqBCEMm1hXX67kcVzc=" .
@prefix ns8:	<http://localhost:8860/dataspace/person/dav#> .
ns1:this	sioc:account_of	ns8:this .