CSL-JSON

Die Citation Style Language (CSL) beinhaltet ein Datenmodell für bibliographische Informationen, um daraus Literaturangaben und -Listen zu erstellen. Das Datenmodell wird in der Regel als JSON-Format verwendet (auch etwas ungenauer als "Citeproc JSON bezeichnet).

Beispiel

{
  "id": "http://example.org/id/1234",
  "type": "book",
  "title": "Das Schloss",
  "publisher": "Wolff",
  "publisher-place": "München",
  "language": "de",
  "author": [
    { "family": "Kafka", "given": "Franz" }
  ],
  "issued": { "date-parts": [ [ "1926" ] ] }
}
Homepagehttps://github.com/citation-style-language/schema#csl-json-schema
Content Typeapplication/vnd.citationstyles.csl+json
GrundformatJSON
AnwendungBibliografische Datenformate
Schemahttps://resource.citationstyles.org/schema/v1.0/input/json/csl-data.json (JSON Schema)