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