14 lines
457 B
JSON
14 lines
457 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:Atlas",
|
|
"title": "Atlas",
|
|
"description": "A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
|
|
"$ref": "schema:CreativeWork"
|
|
}
|
|
]
|
|
}
|