You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Liste der Autor:innen des Buchs.",
"type": "array",
"minItems": 1,
"uniqueItems": true,
"items": {
"$ref": "author.json"
},
"x-mappings": {
"$comment": "Die Liste der Autor:innen ist nur ein `skos:closeMatch` zur Definition einer einzelnen Autor:in.",
"dc": {
"relation": "skos:closeMatch",
"target": "dc:creator"
},
"dcat": null,
"dcterms": {
"relation": "skos:closeMatch",
"target": "dcterms:creator"
},
"hermes": {
"$comment": "HERMES Attribut #3: Autor:innen",
"relation": "skos:closeMatch",
"target": "dcterms:creator"
},
"lrmi": null,
"modalia": {
"$comment": "MoDALIA re-definiert `schema:author` zur Liste der Autor:innen. Nach dieser Redefinition ist `schema:authors` exakt gleich zu unserem `authors` Feld.",