Example: Shape service GET response

HTTP/1.1 200 OK
	Cache-Control: no-cache
	Server: libnhttpd
	Date: Wed Jul  4 15:32:03 2012
	Connection: Keep-Alive
	Content-Type: application/rdf+xml
	Content-Length: 8094

	<?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#"
			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#">
	<oslc:ResourceShape rdf:about="http://localhost/objectserver/oslc/shape?type=event&amp;create=true">
    <dcterms:title>Event Type Creation Shape</dcterms:title>
    <oslc:describes rdf:resource="http://tivoli-OSLC-prototype:80/ns/oslcem/1.0/#event"/>
    <oslc:property>
      <oslc:Property>
        <oslc:name>identifier</oslc:name>
        <oslc:valueType rdf:resource="http://www.w3.org:80/2001/XMLSchema#string"/>
        <oslc:occurs rdf:resource="http://open-services.net:80/ns/core#Exactly-one"/>
        <oslc:propertyDefinition rdf:resource="http://purl.org:80/dc/terms/identifier"/>
        <oslc:readOnly rdf:resource="http://www.w3.org/2001/XMLSchema#boolean">false</oslc:readOnly>
      </oslc:Property>
    </oslc:property>
    <oslc:property>
      <oslc:Property>
        <oslc:name>created</oslc:name>
        <oslc:valueType rdf:resource="http://www.w3.org:80/2001/XMLSchema#dateTime"/>
        <oslc:occurs rdf:resource="http://open-services.net:80/ns/core#Exactly-one"/>
        <oslc:propertyDefinition rdf:resource="http://purl.org:80/dc/terms/created"/>
        <oslc:readOnly rdf:resource="http://www.w3.org/2001/XMLSchema#boolean">false</oslc:readOnly>
      </oslc:Property>
    </oslc:property>

	***** TRUNCATED ******

    <oslc:property>
      <oslc:Property>
        <oslc:name>oldRow</oslc:name>
        <oslc:valueType rdf:resource="http://www.w3.org:80/2001/XMLSchema#integer"/>
        <oslc:occurs rdf:resource="http://open-services.net:80/ns/core#Exactly-one"/>
        <oslc:propertyDefinition rdf:resource="http://tivoli-OSLC-prototype:80/ns/oslcemm/1.0/#oldRow"/>
        <oslc:readOnly rdf:resource="http://www.w3.org/2001/XMLSchema#boolean">false</oslc:readOnly>
      </oslc:Property>
    </oslc:property>
  </oslc:ResourceShape>
</rdf:RDF>