@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rdfs.org/sioc/services#> .
<http://localhost:8860/dataspace/service/6>	rdf:type	ns1:Service .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://localhost:8860/dataspace/service/6>	rdfs:label	"Blogrolling" .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
<http://localhost:8860/dataspace/service/6>	dc:identifier	6 .
@prefix ns4:	<http://localhost:8860/> .
<http://localhost:8860/dataspace/service/6>	ns1:service_of	ns4:dataspace ;
	ns1:service_endpoint	<http://rpc.blogrolling.com/pinger/> ;
	ns1:service_protocol	"xml-rpc" .