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