@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://localhost:8860/feeds/people/__rdf_repl/> .
@prefix ns2:	<http://rdfs.org/sioc/services#> .
ns1:friends	rdf:type	ns2:Service .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:friends	rdfs:label	"OpenSocial" .
@prefix ns4:	<http://localhost:8860/dataspace/__rdf_repl#> .
ns1:friends	ns2:service_of	ns4:this ;
	ns2:service_endpoint	ns1:friends ;
	ns2:service_protocol	"OpenSocial" .