Event collection identifier pattern query capability: GET response

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

	<?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#"
		xmlns:rr="http://jazz.net/ns/ism/registry#">
<oslc:ResponseInfo rdf:about="http://localhost/objectserver/oslc/query/ecips">
    <dcterms:title>Event Collection Identifier Pattern Service Query Results</dcterms:title>
  </oslc:ResponseInfo>

  <rdf:Description rdf:about="http://localhost/objectserver/oslc/query/ecips">
    <rdf:type rdf:resource="http://jazz.net/ns/ism/event/omnibus#Collection"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Container"/> 
    <rdfs:member rdf:resource="http://localhost/objectserver/oslc/ecip/2190"/>
    <rdfs:member rdf:resource="http://localhost/objectserver/oslc/ecip/2191"/>
  </rdf:Description>

  <rdf:Description rdf:about="http://localhost/objectserver/oslc/ecip/2190">
	<rdf:type
rdf:resource="http://jazz.net/ns/ism/event/omnibus#CollectionIdentifierPattern"/>
    <oslc:resourceType
	rdf:resource="http://open-services.net/ns/crtv#ComputerSystem"/>
    <dcterms:title>JUnitQP01</dcterms:title>
    <dcterms:description>The event collection identifier pattern for a ComputerSystem resource.</dcterms:description>
    <oslcem:clause>Node='@http://open-services.net/ns/crtv#fqdn'</oslcem:clause>
    <rr:uriTemplate>
      <rr:URITemplate>
      <rr:uriPattern>http://localhost/objectserver/oslc/query/events?oslc.where=oslcem%3Anode+in+%5B{crtv_fqdn}%5D</rr:uriPattern>
        <rr:uriTemplateVariable>
          <rr:URITemplateVariable>
            <oslc:name>crtv_fqdn</oslc:name>
            <rdf:value>"{http://open-services.net/ns/crtv#fqdn}"</rdf:value>
          </rr:URITemplateVariable>
        </rr:uriTemplateVariable>
      </rr:URITemplate>
    </rr:uriTemplate>
  </rdf:Description>

  <rdf:Description rdf:about="http://localhost/objectserver/oslc/ecip/2191">
 <rdf:type
rdf:resource="http://jazz.net/ns/ism/event/omnibus#CollectionIdentifierPattern"/>
    <oslc:resourceType rdf:resource="http://open-services.net/ns/crtv#QP02"/>
    <dcterms:title>JUnitQP02</dcterms:title>
    <dcterms:description>The event collection identifier pattern for a QP02 resource.</dcterms:description>
 <oslcem:clause>NodeAlias='@http://open-services.net/ns/crtv#address'</oslcem:clause>
    <rr:uriTemplate>
      <rr:URITemplate>
      <rr:uriPattern>http://localhost/objectserver/oslc/query/events?oslc.where=oslcem%3Anode+in+%5B{crtv_address}%5D</rr:uriPattern>
        <rr:uriTemplateVariable>
          <rr:URITemplateVariable>
            <oslc:name>crtv_address</oslc:name>
            <rdf:value>"{http://open-services.net/ns/crtv#address}"</rdf:value>
          </rr:URITemplateVariable>
        </rr:uriTemplateVariable>
      </rr:URITemplate>
    </rr:uriTemplate>
</rdf:RDF>