Core Platform Team/Initiative/References API/Schema
Appearance
Property | Description | Data type | Size |
---|---|---|---|
id | unique identifier for the reference | string | small |
work | small representation of the published work, a Work object | Work object (see below) | small |
pages | URL for the reference | array of PageRange objects (see below) | small |
Property | Description | Data type | Size |
---|---|---|---|
from | beginning page number | integer | small |
to | end page number, must be greater than or equal to "from" | integer | small |
Property | Description | Data type | Size |
---|---|---|---|
id | Wikidata identity of the work, if known | string | small |
title | Title of the work | string | small |
creator | Authors primarily responsible for the work | array of 1 or more small Person objects | small |
contributor | Authors primarily responsible for the work | array of 1 or more small Person objects | small |
publisher | Organisation responsible for publishing the work | small Publisher object | small |
date | Date of publication | string, ISO 8601 YYYY-MM-DDTHH:MM:SSZ format | small |
description | Description of the work, if available | string | medium |
isPartOf | If the work is part of a larger work (like an article part of a journal), object here | small Work object | medium |
Property | Description | Data type | Size |
---|---|---|---|
id | Wikidata identity of the person, if known | string | small |
name | name of the person | string | small |
Property | Description | Data type | Size |
---|---|---|---|
id | Wikidata identity of the publisher, if known | string | small |
name | name of the person | string | small |