<?xml version="1.0" encoding="UTF-8"?>
<oslc_cm:ChangeRequest
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/terms/"
  xmlns:oslc_cm="http://open-services.net/xmlns/cm/2.0#" 

  rdf:about="http://example.com/bugs/2314">
  
  <oslc_cm:comments>
    <oslc_cm:Comments rdf:about="http://myserver/mycmapp/bugs/2314/comments">
      <oslc_cm:comment>
       <oslc_cm:Comment rdf:about="http://myserver/mycmapp/bugs/2314/comments/1">
        <dc:identifier>comment1</dc:identifier>
        <dc:creator rdf:resource="http://myserver/mycmapp/users/joe" />
        <dc:title>comment title 1</dc:title>
        <dc:created>2008-07-04T11:00:00.000Z</dc:created>
        <oslc_cm:body rdf:parseType="Literal">
          This is my comment
        </oslc_cm:body>
        <oslc_cm:changeRequest rdf:resource="http://example.com/bugs/2314" />
        <oslc_cm:inReplyTo rdf:resource="" />
       </oslc_cm:Comment>
      </oslc_cm:comment>
      <oslc_cm:comment>
       <oslc_cm:Comment rdf:about="http://myserver/mycmapp/bugs/2314/comments/2">
        <dc:identifier>Comment 2</dc:identifier>
        <dc:creator rdf:resource="http://myserver/mycmapp/users/joe" />
        <dc:title>comment title 2</dc:title>
        <dc:created>2008-07-05T11:00:00.000Z</dc:created>
        <oslc_cm:body rdf:parseType="Literal">
          This is my 2nd comment
        </oslc_cm:body>
        <oslc_cm:changeRequest rdf:resource="http://example.com/bugs/2314" />
        <oslc_cm:inReplyTo rdf:resource="http://myserver/mycmapp/bugs/2314/comments/1" />
       </oslc_cm:Comment>
      </oslc_cm:comment>
    </oslc_cm:Comments>
  </oslc_cm:comments>
      
</oslc_cm:ChangeRequest>
