Example: Journal PATCH

This example updates the journal text.

<?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:crtv="http://open-services.net/ns/crtv#" 
		xmlns:oslcem="http://jazz.net/ns/ism/event/omnibus#">
<rdf:Description
    rdf:about="http://localhost/objectserver/oslc/journal/3576%3A0%3A1337348819">
    <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>