Example: Detail PATCH

This example updates the detail property of the resource.

<?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/detail/JUnitEventTestInstance%40%40%40%400%23%23%23%230">
    <rdf:type rdf:resource="http://jazz.net/ns/ism/event/omnibus#Detail"/>
    <oslcem:detailValue>
	This is a test detail generated by the JUnit OSLC Detail Tests. *********** UPDATED DETAIL ENTRY **************
    </oslcem:detailValue>
</rdf:Description>
</rdf:RDF>