@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://localhost:8860/dataspace/person/dav#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:this	rdf:type	foaf:Person .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:this	owl:sameAs	<acct:somebody@example.domain> ;
	foaf:name	"WebDAV System Administrator" ;
	foaf:nick	"dav" ;
	foaf:mbox_sha1sum	"8MB0XSipKKqBCEMm1hXX67kcVzc=" ;
	foaf:mbox	<mailto:somebody@example.domain> .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	<http://localhost:8860/dataspace/person/dav/about.rdf> .
@prefix ns5:	<http://localhost:8860/dataspace/dav#> .
ns1:this	foaf:account	ns5:this .
@prefix ns6:	<http://rdfs.org/sioc/services#> .
@prefix ns7:	<http://localhost:8860/dataspace/services/> .
ns1:this	ns6:has_services	ns7:user .
@prefix ns8:	<http://localhost:8860/dataspace/> .
ns1:this	foaf:openid	ns8:dav .