TU Dresden · Example Payload

Tu Dresden Search Example

EducationHigher EducationUniversityResearchOpen DataLibraryGermany

Tu Dresden Search Example is an example object payload from TU Dresden, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://data.slub-dresden.de/persons/search?q=preferredName:Mozart&size=2&format=json"
  },
  "response": {
    "hits": 2,
    "data": [
      {
        "@type": "Person",
        "id": "118583549",
        "preferredName": "Mozart, Wolfgang Amadeus",
        "alternateName": ["Mozart, W. A.", "Wolfgang Amadeus Mozart"],
        "description": "Komponist der Wiener Klassik",
        "additionalType": [
          { "name": "Komponist", "description": "musical composer" }
        ],
        "sameAs": [
          "https://d-nb.info/gnd/118583549",
          "http://www.wikidata.org/entity/Q254",
          "https://viaf.org/viaf/32197206"
        ]
      },
      {
        "@type": "Person",
        "id": "11858356X",
        "preferredName": "Mozart, Leopold",
        "alternateName": ["Mozart, Johann Georg Leopold"],
        "description": "Komponist und Musiktheoretiker",
        "sameAs": [
          "https://d-nb.info/gnd/11858356X"
        ]
      }
    ]
  }
}