@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://www.openlinksw.com/dataspace/oerling#> .
ns1:this	rdfs:seeAlso	<http://www.openlinksw.com/dataspace/oerling#this/page/1> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
@prefix ns3:	<http://www.openlinksw.com/dataspace/> .
ns1:this	sioc:link	ns3:oerling ;
	sioc:id	"oerling" .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
ns1:this	opl:isDescribedUsing	<http://www.openlinksw.com/dataspace/oerling/sioc.rdf> .
@prefix ns5:	<http://rdfs.org/sioc/services#> .
@prefix ns6:	<http://www.openlinksw.com/feeds/people/> .
ns1:this	ns5:has_service	ns6:oerling .
@prefix ns7:	<http://www.openlinksw.com/feeds/people/oerling/> .
ns1:this	ns5:has_service	ns7:friends ;
	sioc:name	"Orri Erling" ;
	sioc:email_sha1	"0tgw/y8MZDdhzys/vFwKgM7VKI8=" .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns1:this	rdf:type	sioc:User .
ns7:friends	ns5:service_of	ns1:this .
ns6:oerling	ns5:service_of	ns1:this .
<http://www.openlinksw.com/dataspace/oerling#this/page/1>	rdfs:label	"page 1" .