@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://localhost:8860/dataspace/services/> .
@prefix ns2:	<http://rdfs.org/sioc/services#> .
ns1:user	rdf:type	ns2:Services .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:user	dc:title	"ODS user services" .
@prefix ns4:	<http://localhost:8860/dataspace/person/__rdf_repl#> .
ns1:user	ns2:services_of	ns4:this .
@prefix ns5:	<http://localhost:8860/dataspace/person/dav#> .
ns1:user	ns2:services_of	ns5:this .
@prefix ns6:	<http://localhost:8860/dataspace/person/dba#> .
ns1:user	ns2:services_of	ns6:this ;
	ns2:has_service	<http://localhost:8860/dataspace/service/user/user.password_change> ,
		<http://localhost:8860/dataspace/service/user/user.info> ,
		<http://localhost:8860/dataspace/service/user/user.info.webID> ,
		<http://localhost:8860/dataspace/service/user/user.disable> ,
		<http://localhost:8860/dataspace/service/user/user.get> ,
		<http://localhost:8860/dataspace/service/user/user.search> ,
		<http://localhost:8860/dataspace/service/user/user.validate> ,
		<http://localhost:8860/dataspace/service/user/user.logout> ,
		<http://localhost:8860/dataspace/service/user/user.login> ,
		<http://localhost:8860/dataspace/service/user/user.delete> ,
		<http://localhost:8860/dataspace/service/user/user.enable> ,
		<http://localhost:8860/dataspace/service/user/user.update> .