Example: Event PATCH

This example updates the creator, lastOccurence, acknowledged, ownerGID and location properties.

<?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#" 
		xmlns:oslcemp="http://jazz.net/ns/ism/event/omnibus/itnm#"
		xmlns:oslcemb="http://jazz.net/ns/ism/event/omnibus/tbsm#" 
		xmlns:oslcemm="http://jazz.net/ns/ism/event/omnibus/misc#">
<rdf:Description rdf:about="http://localhost/objectserver/oslc/event/3576%2BNCOMS">
    <rdf:type rdf:resource="http://jazz.net/ns/ism/event/omnibus#Event"/>
    <oslcem:ownerUID rdf:resource="http://localhost/objectserver/oslc/user/65534"/>
    <oslcem:lastOccurrence>2012-05-18T13:47:10</oslcem:lastOccurrence>
    <oslcem:acknowledged>false</oslcem:acknowledged>
    <oslcem:ownerGID rdf:resource="http://localhost/objectserver/oslc/group/1"/>
    <oslcemm:location>UPDATED</oslcemm:location>
</rdf:Description>
</rdf:RDF>