@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rdfs.org/sioc/services#> .
<http://localhost:8860/dataspace/service/user/user.info>	rdf:type	ns1:Service .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://localhost:8860/dataspace/service/user/user.info>	rdfs:label	"REST" .
@prefix ns3:	<http://localhost:8860/dataspace/services/> .
<http://localhost:8860/dataspace/service/user/user.info>	ns1:service_of	ns3:user ;
	ns1:service_endpoint	<http://localhost:8860/ods/api/user.info?name={name}&short={short}> ;
	ns1:service_protocol	"REST" .