Skip to content

Collections Model Example Request Response

Bridget Almas edited this page Nov 14, 2016 · 6 revisions

SCTA Use Case

Collections-view proposal for http://lombardpress.org/2016/06/12/DTS-modeling-proposal/

Using an expand option to reduce the # of queries, but it can also be accomplished in individual queries

All ontology URIs are for demonstration purposes only and don't purport to be real.

See also Source files

Request for a top level WorkGroup:

/collections/http%3A%2F%2Fscta.info%2Fresource%2Fscta?expand=1

Response:

{
     "@id": "http://scta.info/resource/scta",
     "dts:capabilities": {
       "dts:ordered": false,
       "dts:supportsRole": false,
       "dts:static": true,
       "dts:navigation": {
         "dts:parents": [],
         "dts:siblings": {}
       }
     },
     "dts:description": [
       {
         "@lang": "eng",
         "dc:title": "Sentences Commentary Text Archive",
         "dc:editor": "Jeffrey C. Witt"
       }
     ],
     "dts:properties": {
       "rdf:type": "http://w3id.org/scta-ontology/workGroup",
       "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
     },
     "dts:members": [
       {
         "@id": "http://scta.info/resource/scta#parts",
         "dts:capabilities": {
           "dts:ordered": false,
           "dts:supportsRole": false,
           "dts:static": true,
           "dts:navigation": {
             "dts:parents": [
               {
                 "@id": "http://scta.info/resource/scta",
                 "rdf:type": "http://w3id.org/scta-ontology/workGroup",
                 "dts:model": "http://w3id.org/dts-ontology/collection"
               }
             ],
             "dts:siblings": {}
           }
         },
         "dts:description": [
           {
             "@lang": "eng",
             "dc:title": "Sentences Commentary Text Archive Workgroups",
             "dc:editor": "Jeffrey C. Witt"
           }
         ],
         "dts:properties": {
           "rdf:type": "http://w3id.org/scta-ontology/workGroup#parts",
           "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
         },
         "dts:members": [
           {
             "@id": "http://scta.info/resource/sententia",
             "rdf:type": "http://w3id.org/scta-ontology/workGroup",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           },
           {
             "@id": "http://scta.info/resource/deanima",
             "rdf:type": "http://w3id.org/scta-ontology/workGroup",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           }
         ]
       },
       {
         "@id": "http://scta.info/resource/scta#expressions",
         "dts:capabilities": {
           "dts:ordered": false,
           "dts:supportsRole": false,
           "dts:static": true,
           "dts:navigation": {
             "dts:parents": [
               {
                 "@id": "http://scta.info/resource/scta",
                 "rdf:type": "http://w3id.org/scta-ontology/workGroup",
                 "dts:model": "http://w3id.org/dts-ontology/collection"
               }
             ],
             "dts:siblings": {}
           }
         },
         "dts:properties": {
           "rdf:type": "http://w3id.org/scta-ontology/workGroup#expressions",
           "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
         },
         "dts:description": [
           {
             "@lang": "eng",
             "dc:title": "Sentences Commentary Text Archive Expressions",
             "dc:editor": "Jeffrey C. Witt"
           }
         ],
         "dts:members": [
           {
             "@id": "http://scta.info/resource/plaoulcommentary",
             "rdf:type": "http://w3id.org/scta-ontology/expression",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           },
           {
             "@id": "http://scta.info/resource/wodehamordinatio",
             "rdf:type": "http://w3id.org/scta-ontology/expression",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           }
         ]
       }
    ]
  }

Request for a second level Workgroup:

/collections/http%3A%2F%2Fscta.info%2Fresource%2Fscta%23esententia?expand=1

Response:

  {
    "@id": "http://scta.info/resource/sententia",
    "dts:capabilities": {
      "dts:ordered": false,
      "dts:supportsRole": false,
      "dts:static": true,
      "dts:navigation": {
        "dts:parents": [
          {
            "@id": "http://scta.info/resource/scta#parts",
            "rdf:type": "http://w3id.org/scta-ontology/workGroup#parts",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ],
        "dts:siblings": {}
      }
    },
    "dts:properties": {
      "rdf:type": "http://w3id.org/scta-ontology/workGroup",
      "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
    },
    "dts:description": [
      {
        "@lang": "eng",
        "dc:title": "Sententia Workgroup",
        "dc:editor": "Jeffrey C. Witt"
      }
    ],
    "dts:members": [
      {
        "@id": "http://scta.info/resource/sententia#parts",
        "dts:capabilities": {
          "dts:ordered": false,
          "dts:supportsRole": false,
          "dts:static": true,
          "dts:navigation": {
            "dts:parents": [
              {
                "@id": "http://scta.info/resource/sententia",
                "rdf:type": "http://w3id.org/scta-ontology/workGroup",
                "dts:model": "http://w3id.org/dts-ontology/collection"
              }
            ],
            "dts:siblings": {}
          }
        },
        "dts:properties": {
          "rdf:type": "http://w3id.org/scta-ontology/workGroup#parts",
          "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
        },
        "dts:description": [
          {
            "@lang": "eng",
            "dc:title": "Parts of Sententia",
            "dc:editor": "Jeffrey C. Witt"
          }
        ],
        "dts:members": [
          {
            "@id": "http://scta.info/resource/plaoulcommentary",
            "rdf:type": "http://w3id.org/scta-ontology/expression",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          },
          {
            "@id": "http://scta.info/resource/wodehamordinatio",
            "rdf:type": "http://w3id.org/scta-ontology/expression",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ]
      },
      {
        "@id": "http://scta.info/resource/sententia#expressions",
        "dts:capabilities": {
          "dts:ordered": false,
          "dts:supportsRole": false,
          "dts:static": true,
          "dts:navigation": {
            "dts:parents": [
              {
                "@id": "http://scta.info/resource/sententia",
                "rdf:type": "http://w3id.org/scta-ontology/workGroup",
                "dts:model": "http://w3id.org/dts-ontology/collection"
              }
            ],
            "dts:siblings": {}
          }
        },
        "dts:properties": {
          "rdf:type": "http://w3id.org/scta-ontology/workGroup#expressions",
          "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
        },
        "dts:description": [
          {
            "@lang": "eng",
            "dc:title": "Expressions of Sententia",
            "dc:editor": "Jeffrey C. Witt"
          }
        ],
        "dts:members": [
          {
            "@id": "http://scta.info/resource/plaoulcommentary",
            "rdf:type": "http://w3id.org/scta-ontology/expression",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          },
          {
            "@id": "http://scta.info/resource/wodehamordinatio",
            "rdf:type": "http://w3id.org/scta-ontology/expression",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ]
      }
    ]
  }

Request for a top level Expression:

/collections/http%3A%2F%2Fscta.info%2Fresource%2Fscta%23eplaoulcommentary?expand=1

Response:

  {
    "@id": "http://scta.info/resource/plaoulcommentary",
    "dts:capabilities": {
      "dts:ordered": false,
      "dts:supportsRole": false,
      "dts:static": true,
      "dts:navigation": {
        "dts:parents": [
          {
            "@id": "http://scta.info/resource/sententia",
            "rdf:type": "http://w3id.org/scta-ontology/workGroup",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          },
          {
            "@id": "http://scta.info/resource/scta",
            "rdf:type": "http://w3id.org/scta-ontology/workGroup",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ],
        "dts:siblings": {}
      }
    },
    "dts:properties": {
      "rdf:type": "http://w3id.org/scta-ontology/expression",
      "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
    },
    "dts:description": [
      {
        "@lang": "eng",
        "dc:title": "Commentary on the Sentences by Peter Plaoul",
        "dc:author": "Peter Plaoul",
        "dc:editor": "Jeffrey C. Witt"
      }
    ],
    "dts:members": [
      {
        "@id": "http://scta.info/resource/plaoulcommentary#manifestations",
        "dts:capabilities": {
          "dts:ordered": false,
          "dts:static": false,
          "dts:supportsRole": true,
          "dts:navigation": {
            "dts:parents": [
              {
                "@id": "http://scta.info/resource/plaoulcommentary",
                "rdf:type": "http://w3id.org/scta-ontology/expression",
                "dts:model": "http://w3id.org/dts-ontology/collection"
              }
            ],
            "dts:siblings": {}
          }
        },
        "dts:properties": {
          "rdf:type": "http://w3id.org/scta-ontology/expression#manifestations",
          "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
        },
        "dts:description": [
          {
            "@lang": "eng",
            "dc:title": "Manifestations of the Commentary on the Sentences by Peter Plaoul",
            "dc:editor": "Jeffrey C. Witt"
          }
        ],
        "dts:members": [
          {
            "@id": "http://scta.info/resource/plaoulcommentary/critical",
            "rdf:type": "http://w3id.org/scta-ontology/manifestation",
            "dts:model": "http://w3id.org/dts-ontology/collection",
            "dts:role": "http://w3id.org/dts-ontology/canonicalManifestation"
          },
          {
            "@id": "http://scta.info/resource/plaoulcommentary/reims",
            "rdf:type": "http://w3id.org/scta-ontology/manifestation",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ]
      },
      {
        "@id": "http://scta.info/resource/plaoulcommentary#parts",
        "dts:capabilities": {
          "dts:static": true,
          "dts:supportsRole": false,
          "dts:ordered": true,
          "dts:parents": [
            {
              "@id": "http://scta.info/resource/plaoulcommentary",
              "rdf:type": "http://w3id.org/scta-ontology/expression",
              "dts:model": "http://w3id.org/dts-ontology/collection"
            }
          ],
          "dts:siblings": {}
        },
        "dts:properties": {
          "rdf:type": "http://w3id.org/scta-ontology/expression#parts",
          "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
        },
        "dts:description": [
          {
            "@lang": "eng",
            "dc:title": "Parts of the Commentary on the Sentences by Peter Plaoul",
            "dc:editor": "Jeffrey C. Witt"
          }
        ],
        "dts:members": [
          {
            "@id": "http://scta.info/resource/deFide",
            "rdf:type": "http://w3id.org/scta-ontology/structureDivision",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          },
          {
            "@id": "http://scta.info/resource/deNotitia",
            "rdf:type": "http://w3id.org/scta-ontology/structureDivision",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ]
      },
      {
        "@id": "http://scta.info/resource/plaoulcommentary#items",
        "dts:capabilities": {
          "dts:static": true,
          "dts:ordered": true,
          "dts:supportsRole": false,
          "dts:parents": [
            {
              "@id": "http://scta.info/resource/plaoulcommentary",
              "rdf:type": "http://w3id.org/scta-ontology/expression",
              "dts:model": "http://w3id.org/dts-ontology/collection"
            }
          ],
          "dts:siblings": {}
        },
        "dts:properties": {
          "rdf:type": "http://w3id.org/scta-ontology/expression#items",
          "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
        },
        "dts:description": [
          {
            "@lang": "eng",
            "dc:title": "Items of the Commentary on the Sentences by Peter Plaoul",
            "dc:editor": "Jeffrey C. Witt"
          }
        ],
        "dts:members": [
          {
            "@id": "http://scta.info/resource/lectio1",
            "rdf:type": "http://w3id.org/scta-ontology/structureItem",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          },
          {
            "@id": "http://scta.info/resource/lectio2",
            "rdf:type": "http://w3id.org/scta-ontology/structureItem",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ]
      }
    ]
  }

Request for a non-top-level expression:

/collections/http%3A%2F%2Fscta.info%2Fresource%2Flectio1

Response:

{
    "@id": "http://scta.info/resource/lectio1",
    "dts:capabilities": {
      "dts:ordered": true,
      "dts:static": true,
      "dts:supportsRole": false,
      "dts:navigation": {
        "dts:parents": [
          {
            "@id": "http://scta.info/resource/plaoulcommentary",
            "rdf:type": "http://w3id.org/scta-ontology/expression",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          },
          {
            "@id": "http://scta.info/resource/deFide",
            "rdf:type": "http://w3id.org/scta-ontology/structureDivision",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ],
        "dts:siblings": {
          "dts:next": {
            "@id" : "http://scta.info/resource/lectio2",
            "rdf:type": "http://w3id.org/scta-ontology/expression",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          },
          "dts:previous": null
        }
      }
    },
    "dts:properties": {
      "rdf:type": [
        "http://w3id.org/scta-ontology/expression",
        "http://w3id.org/scta-ontology/structureItem"
      ],
      "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
    },
    "dts:description": [
      {
        "@lang": "eng",
        "dc:title": "Lectio 1",
        "dc:editor": "Jeffrey C. Witt"
      }
    ],
    "dts:members": [
      {
        "@id": "http://scta.info/resource/p1",
        "rdf:type": "http://w3id.org/scta-ontology/structureBlock",
        "dts:model": "http://w3id.org/dts-ontology/item"
      },
      {
        "@id": "http://scta.info/resource/p2",
        "rdf:type": "http://w3id.org/scta-ontology/structureBlock",
        "dts:model": "http://w3id.org/dts-ontology/item"
      }
    ]
  }

Request for a Manifestation:

/collections/http%3A%2F%2Fscta.info%2Fresource%2Fplaoulcommentary%2Fcritical

Response:

{
    "@id": "http://scta.info/resource/plaoulcommentary/critical",
    "dts:capabilities": {
      "dts:ordered": true,
      "dts:static": false,
      "dts:supportsRole": true,
      "dts:navigation": {
        "dts:parents": [
          {
            "@id": "http://scta.info/resource/plaoulcommentary#manifestations",
            "rdf:type": "http://w3id.org/scta-ontology/expression#manifestations",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ],
        "dts:siblings": { }
      }
    },
    "dts:properties": {
      "rdf:type": "http://w3id.org/scta-ontology/manifestation",
      "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
    },
    "dts:description": [
      {
        "@lang": "eng",
        "dc:title": "Critical edition for lectio 1 in Plaoul Commentary"
      }
    ],
    "dts:members": [
      {
        "@id": "http://scta.info/resource/lectio1/critical/transcription",
        "rdf:type": "http://w3id.org/scta-ontology/transcription",
        "dts:model": "http://w3id.org/dts-ontology/item",
        "dts:role": "http://w3id.org/scta-ontology/canonicalTranscription"
      }
    ]
  }

Request for a Transcription (but note, incomplete as we need to discuss Passage API requirements)

/collections/http%3A%2F%2Fscta.info%2Fresource%2Fplaoulcommentary%2Fcritical/members/transcription

Response:

  {
    "@id": "http://scta.info/resource/lectio1/critical/transcription",
    "dts:locator": "http://bitbucket.org/jeffreycwitt/raw/master/lectio1.xml",
    "rdf:type": "http://w3id.org/scta-ontology/transcription",
    "dts:status": "draft",
    "dts:description": [
      {
        "@lang": "eng",
        "dc:title": "Transcription of Critical edition for lectio 1 in Plaoul Commentary",
        "dc:editor": "Jeffrey C. Witt"
      }
    ]
  }

CTS Use Case

Request for a textgroup:

/collections/urn%3AlatinLit%3Aphi1294

Response:

   {
     "@id": "urn:cts:latinLit:phi1294",
     "dts:capabilities": {
       "dts:ordered": false,
       "dts:supportsRoles": true,
       "dts:static": true, // means no more members (i.e. works in this case) will be added
       "dts:navigation": {
         "dts:parents": [
           {
             "@id": "http://cts.example.org/inventories/thibaultsfavorites",
             "rdf:type": "http://w3id.org/dts-ontology/inventory",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           },
           {
             "@id": "http://cts.example.org/inventories/pdl",
             "rdf:type": "http://w3id.org/dts-ontology/inventory",
             "dts:model": "http://w3id.org/dts-ontology/collection",
             "dts:role": "http://w3id.org/dts-ontology/canonicalCollection"
           }
         ],
         "dts:siblings": {}
       }
     },
     "dts:description": [
       {
         "@lang": "eng",
         "dc:title": "Martial",
         "dc:editor": "Lisa Cerrato",
         "dc:creator": "Gregory Crane",
         "dc:contributor": ["Bridget Almas", "Thibault Clerice", "Alison Babeu"]
       }
     ],
     "dts:properties": {
       "rdf:type": "http://homermultitext.org/rdfvocab/textgroup",
       "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
     },
     "dts:members": [
       { "@id": "urn:cts:latinLit:phi1294.phi002",
         "rdf:type": "http://homermultitext.org/rdfvocab/work",
         "dts:model": "http://w3id.org/dts-ontology/collection"
       }
    ]
  }

Request for a Work:

/collections/urn%3Acts%3AlatinLit%3Aphi1294%3Aphi002

Response:

"@id": "urn:cts:latinLit:phi1294.phi002",
    "dts:capabilities": {
      "dts:ordered": false,
      "dts:supportsRoles": true,
      "dts:static": false, // means additional editions/translations may be added
      "dts:navigation": {
        "dts:parents": [
          {
            "@id": "urn:cts:latinLit:phi1294",
            "rdf:type": "http://homermultitext.org/rdfvocab/textgroup",
            "dts:model": "http://w3id.org/dts-ontology/collection"
          }
        ],
        "dts:siblings": {}
      }
    },
    "dts:description": [
      {
        "@lang": "eng",
        "dc:title": "Epigrammata",
        "dc:author": ["Martial","http://data.perseus.org/authors/urn:cite:perseus:author.897"],
      }
    ],
    "dts:properties": {
      "rdf:type": "http://homermultitext.org/rdfvocab/work",
      "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
    },
    "dts:members": [
      {
        "@id": "urn:cts:latinLit:phi1294.phi002.perseus-lat2",
        "rdf:type": "http://homermultitext.org/rdfvocab/edition",
        "dts:model": "http://w3id.org/dts-ontology/item",
        "dts:role": "http://w3id.org/dts-ontology/preferredItem"
      },
      {
        "@id": "urn:cts:latinLit:phi1294.phi002.perseus-eng2",
        "rdf:type": "http://homermultitext.org/rdfvocab/translation",
        "dts:model": "http://w3id.org/dts-ontology/item"
      }
    ]
  }

Request for an Edition (incomplete, need to discuss Passage API first):

/collections/urn%3Acts%3AlatinLit%3Aphi1294%phi002/members/perseus-lat2

Response:

  {
    "@id": "http://scta.info/resource/lectio1/critical/transcription",
    "dts:locator": "http://cts.perseids.org/api/cts/?request=GetCapabilities&urn=urn:cts:latinLit:phi1294.phi002.perseus-lat2",
    "rdf:type": "http://homermultitext.org/rdfvocab/edition",
    "dts:status": "published",
    "dts:navigation": {
      "dts:parents": [
        {
          "@id": "urn:cts:latinLit:phi1294.phi002",
          "rdf:type": "http://homermultitext.org/rdfvocab/work",
          "dts:model": "http://w3id.org/dts-ontology/collection"
        }
      ],
      "dts:siblings": {}
    },
    "dts:description": [
      {
        "@lang": "eng",
        "dc:title": "Eigrammata, Perseus Epidoc Edition",
        "dc:publisher": "Perseus Digital Library"
      }
    ]
  }

Papyri.info Use Case

Request for a Collection:

/collections/ddbdp

Response:

   {
     "@id": "http://papyri.info/ddbdp",
     "dts:capabilities": {
       "dts:ordered": false,
       "dts:supportsRoles": false,
       "dts:static": true, // means no more members (i.e. works in this case) will be added
       "dts:navigation": {
         "dts:parents": [],
         "dts:siblings": {}
       }
     },
     "dts:description": [
       {
         "@lang": "eng",
         "dc:title": "Duke Databank of Documentary Papyri",
         "dc:publisher": "Duke Collaboratory for Classics Computing"
       }
     ],
     "dts:properties": {
       "rdf:type": "http://purl.org/dc/dcmitype/Collection",
       "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
     },
     "dts:members": [
       { "@id": "http://papyri.info/browse/ddbdp/c.pap.jud",
         "rdf:type": "http://purl.org/dc/dcmitype/Collection",
         "dts:model": "http://w3id.org/dts-ontology/collection"
       }
    ]
  }

Request for a Series:

/collections/ddbdp/c.pap.jud

Response:

   {
     "@id": "http://papyri.info/ddbdp/c.pap.jud",
     "dts:capabilities": {
       "dts:ordered": true,
       "dts:supportsRoles": false,
       "dts:static": true, // means no more members (i.e. works in this case) will be added
       "dts:navigation": {
         "dts:parents": [
           {
             "@id": "http://papyri.info/ddbdp",
             "rdf:type": "http://purl.org/dc/dcmitype/Collection",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           }
         ],
         "dts:siblings": {
          "dts:previous": {
            "@id" : "http://papyri.info/browse/ddbdp/c.pap.gr",
            "rdf:type": "http://purl.org/dc/dcmitype/Collection",
            "dts:model": "http://w3id.org/dts-ontology/collection"
           },
           "dts:next": {
            "@id" : "http://papyri.info/browse/ddbdp/chla",
            "rdf:type": "http://purl.org/dc/dcmitype/Collection",
            "dts:model": "http://w3id.org/dts-ontology/collection"
           },
         }
       }
     },
     "dts:description": [
       {
         "@lang": "eng",
         "dc:title": "DDBDP SERIES: c.pap.jud",
         "dc:publisher": "Duke Collaboratory for Classics Computing"
       }
     ],
     "dts:properties": {
       "rdf:type": "http://purl.org/dc/dcmitype/Collection",
       "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
     },
     "dts:members": [
       { "@id": "http://papyri.info/browse/ddbdp/c.pap.jud;3",
         "rdf:type": "http://purl.org/dc/dcmitype/Collection",
         "dts:model": "http://w3id.org/dts-ontology/collection"
       }
    ]
  }

Request for a Volume:

/collections/ddbdp/c.pap.jud;3

Response:

   {
     "@id": "http://papyri.info/ddbdp/c.pap.jud;3",
     "dts:capabilities": {
       "dts:ordered": true,
       "dts:supportsRoles": false,
       "dts:static": true, // means no more members (i.e. works in this case) will be added
       "dts:navigation": {
         "dts:parents": [
           {
             "@id": "http://papyri.info/ddbdp/c.pap.jud",
             "rdf:type": "http://purl.org/dc/dcmitype/Collection",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           }
         ],
         "dts:siblings": {
         }
       }
     },
     "dts:description": [
       {
         "@lang": "eng",
         "dc:title": "DDBDP SERIES: c.pap.jud VOLUME 3",
         "dc:publisher": "Duke Collaboratory for Classics Computing"
       }
     ],
     "dts:properties": {
       "rdf:type": "http://purl.org/dc/dcmitype/Collection",
       "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
     },
     "dts:members": [
       { "@id": "http://papyri.info/browse/ddbdp/c.pap.jud;3;503",
         "rdf:type": "http://lawd.info/ontology/WrittenWork",
         "dts:model": "http://w3id.org/dts-ontology/collection"
       },
       { "@id": "http://papyri.info/browse/ddbdp/c.pap.jud;3;516",
         "rdf:type": "http://lawd.info/ontology/WrittenWork",
         "dts:model": "http://w3id.org/dts-ontology/collection"
       }

    ]
  }

Request for an Item:

/collections/ddbdp/c.pap.jud;3;503

Response:

   {
     "@id": "http://papyri.info/ddbdp/c.pap.jud;3;503",
     "dts:capabilities": {
       "dts:ordered": false,
       "dts:supportsRoles": false,
       "dts:static": true, // means no more members (i.e. works in this case) will be added
       "dts:navigation": {
         "dts:parents": [
           {
             "@id": "http://papyri.info/ddbdp/c.pap.jud",
             "rdf:type": "http://purl.org/dc/dcmitype/Collection",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           }
         ],
         "dts:siblings": {
           "dts:next" : { 
             "@id": "http://papyri.info/browse/ddbdp/c.pap.jud;3;516",
             "rdf:type": "http://lawd.info/ontology/WrittenWork",
             "dts:model": "http://w3id.org/dts-ontology/collection"
           }
         }
       }
     },
     "dts:description": [
       {
         "@lang": "eng",
         "dc:title": "DDBDP SERIES: c.pap.jud VOLUME 3 ITEM 503",
         "dc:publisher": "Duke Collaboratory for Classics Computing"
       }
     ],
     "dts:properties": {
       "rdf:type": "http://lawd.info/ontology/WrittenWork",
       "dc:license": "https://creativecommons.org/licenses/by-sa/3.0/"
     },
     "dts:members": [
       { "@id": "http://papyri.info/browse/ddbdp/c.pap.jud;3;503/source",
         "rdf:type": "http://lawd.info/ontology/Edition",
         "dts:model": "http://w3id.org/dts-ontology/item"
       }
    ]
  }