TU Dortmund Logo

UB Dortmund Logo

Schnittstellen Release 20230313

Was ist das?

Die Datenplattform stellt neben einem Triplestore und verschiedenen Suchindizes auch ein Application Programming Interface (API) zur Verfügung.

Dieses enthält zwei Datenbereiche {AREA} mit den möglichen Werten open und closed sowie drei Services:

  • {AREA}/search?q={QUERY}[&start={START}][&format={FORMAT}] - Suche über die Ressourcen in data@ubdo
    • QUERY - Suchbegriffe
    • START - Startdatensatz
    • FORMAT - Format
    • Unterstützte Formate: json, xml und html
  • {AREA}/resource/{TYPE}/{ID} - Darstellung einer Ressource in data@ubdo
    • TYPE - Typ der Ressource; mögliche Werte: work, expression, manifestation, item, event, collection, organization, person, corporate
    • ID - ID des Datensatzes
    • Unterstützte Formate: text/html, application/ld+json, text/turtle und application/rdf+xml. Weitere folgen!
  • {AREA}/sparql?q={QUERY}&format={FORMAT} - SPAQRL Query Endpoint
    • QUERY - SPARQL Anfrage
    • FORMAT - Format
    • Unterstützte Formate: json, xml und html.

Der Datenbereich closed ist zugriffsbeschränkt!

Beispiele und Anwendungen

Beispiel: Suche nach "vogelpothsweg"

http://data.ub.tu-dortmund.de/open/search?q=vogelpothsweg

Beispiel: Darstellung einer Ressource "Campus Nord"

http://data.ub.tu-dortmund.de/open/resource/site/NorthernCampus

Anwendung: Suche in data@ubdo

Anwendung: SPARQL-Endpoint

Format:
Datenschutz | Impressum
Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0).
W3C valid XHTML + RDFa