Example: Journal resource PATCH request

ATCH /objectserver/oslc/journal/12681%3A0%3A1341416084 HTTP/1.1
	Accept: application/rdf+xml
	Authorization: Basic dGVzdHVzZXIwMTpuZXRjb29s
	Content-Type: application/rdf+xml
	Host: localhost
	Connection: keep-alive
	Content-Length: 677

	<?xml version="1.0" encoding="UTF-8"?>
	<rdf:RDF 	xmlns:dcterms="http://purl.org/dc/terms/"
			xmlns:oslc="http://open-services.net/ns/core#"
			xmlns:oslcem="http://jazz.net/ns/ism/event/omnibus#"
			xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
			xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
	<rdf:Description rdf:about="http://localhost/objectserver/oslc/journal/12681%3A0%3A1341416084">
	<rdf:type rdf:resource="http://jazz.net/ns/ism/event/omnibus#Journal"/>
	<dcterms:content>This is a test journal generated by the JUnit OSLC Journal Tests. *********** UPDATED JOURNAL ENTRY **************</dcterms:content>
	</rdf:Description>
	</rdf:RDF>