@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rdfs.org/sioc/services#> .
<http://localhost:8860/dataspace/service/11>	rdf:type	ns1:Service .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://localhost:8860/dataspace/service/11>	rdfs:label	"GeoURL" .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
<http://localhost:8860/dataspace/service/11>	dc:identifier	11 .
@prefix ns4:	<http://localhost:8860/> .
<http://localhost:8860/dataspace/service/11>	ns1:service_of	ns4:dataspace ;
	ns1:service_endpoint	<http://geourl.org/ping/?p=> ;
	ns1:service_protocol	"REST" .