GET RDF for DM resource 30

This is a simple GET of the OSLC representation of the resource with the URI https://example.com:9435/dm/models/30. Acceptable represenation formats are RDF/XML, Turtle and NTriple. The OSLC Core header MUST be included.

Request:

GET https://example.com:9435/dm/models/30 HTTP/1.1

Headers
Accept: application/rdf+xml
OSLC-Core-Version: 2.0

Response:

HTTP/1.1 200 OK

Headers
Server: Apache-Coyote/1.1
ETag: e6c0b6374e180529161e549e5a088367
Location: https://example.com:9435/dm/models/30
OSLC-Core-Version: 2.0
Last-Modified: Thu, 27 Sep 2012 13:41:00 GMT
Content-Type: application/rdf+xml
Content-Length: 2936
Date: Thu, 27 Sep 2012 13:41:00 GMT
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:acp="http://jazz.net/ns/acp#"
  xmlns:dcterms="http://purl.org/dc/terms/"
  xmlns:dmcore="http://jazz.net/ns/dm/core#"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:j.0="http://jazz.net/xmlns/rmps/index/1.0/"
  xmlns:j.1="http://jazz.net/ns/dm/diagram#"
  xmlns:j.2="http://jazz.net/ns/dm/linktypes#"
  xmlns:jfs="http://jazz.net/xmlns/foundation/1.0/"
  xmlns:oslc="http://open-services.net/ns/core#"
  xmlns:oslc_am="http://open-services.net/ns/am#"
  xmlns:oslc_rm2="http://open-services.net/ns/rm#Requirement"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rsa_uml="http://jazz.net/ns/dm/rsa/uml#">
  <rdf:Description rdf:about="https://example.com:9435/dm/models/30">
    <rdf:type rdf:resource="http://jazz.net/ns/dm/diagram#Diagram"/>
    <oslc:serviceProvider rdf:resource="https://example.com:9435/dm/oslc_am/_ATqQYvddEeGIbrXzZZZ7PA"/>
    <j.2:derives rdf:resource="https://example.com:9435/rm/resources/_I1rUwfddEeGawIUDtsNoKw"/>
    <acp:accessControl rdf:resource="https://example.com:9435/dm/acp/project/_ATqQYvddEeGIbrXzZZZ7PA"/>
    <dcterms:title>JKE Overview</dcterms:title>
    <dcterms:identifier>30</dcterms:identifier>
    <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2012-09-05T13:33:32.810Z</dcterms:created>
    <dcterms:contributor rdf:resource="https://example.com:9435/jts/users/dm_user"/>
    <dcterms:creator rdf:resource="https://example.com:9435/jts/users/dm_user"/>
    <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2012-09-05T13:33:51.013Z</dcterms:modified>
    <rdf:type rdf:resource="http://open-services.net/ns/am#Resource"/>
    <j.2:derives rdf:resource="https://example.com:9435/rm/resources/_J_-kuvddEeGawIUDtsNoKw"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A0">
    <rdf:subject rdf:resource="https://example.com:9435/dm/models/30"/>
    <rdf:predicate rdf:resource="http://jazz.net/ns/dm/linktypes#derives"/>
    <rdf:object rdf:resource="https://example.com:9435/rm/resources/_I1rUwfddEeGawIUDtsNoKw"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
    <dcterms:description>Mandatory set of requirements.</dcterms:description>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A1">
    <rdf:subject rdf:resource="https://example.com:9435/dm/models/30"/>
    <rdf:predicate rdf:resource="http://jazz.net/ns/dm/linktypes#derives"/>
    <rdf:object rdf:resource="https://example.com:9435/rm/resources/_J_-kuvddEeGawIUDtsNoKw"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
    <dcterms:description>Additional requirements, prioritized.</dcterms:description>
  </rdf:Description>
</rdf:RDF>