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" ] ] }
}
Homepage | https://github.com/citation-style-language/schema#csl-json-schema |
Content Type | application/vnd.citationstyles.csl+json |
Grundformat | JSON |
Anwendung | Bibliografische Datenformate |
Schema | https://resource.citationstyles.org/schema/v1.0/input/json/csl-data.json (JSON Schema) |