Example: Person resource GET response

HTTP/1.1 200 OK
	Cache-Control: no-cache
	Server: libnhttpd
	Date: Wed Jul  4 16:12:42 2012
	Connection: Keep-Alive
	Content-Type: application/rdf+xml
	Content-Length: 814

	<?xml version="1.0" encoding="UTF-8"?>
	<rdf:RDF	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
			xmlns:oslc="http://open-services.net/ns/core#"
			xmlns:dcterms="http://purl.org/dc/terms/"
			xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
			xmlns:foaf="http://xmlns.com/foaf/0.1/"
			xmlns:crtv="http://open-services.net/ns/crtv#"
			xmlns:oslcem="http://jazz.net/ns/ism/event/omnibus#">
	<foaf:Person rdf:about="http://localhost/objectserver/oslc/user/500">
    	<foaf:name>Test User 01</foaf:name>
    	<oslcem:userName>testuser01</oslcem:userName>
    	<oslcem:userId>500</oslcem:userId>
  	</foaf:Person>
	</rdf:RDF>