| titleInfo | | type | "object" |
|---|
| title | "Title Information" |
|---|
| description | "The title statement, including subtitle, alternative titles, and statement of responsibility." |
|---|
| required | |
|---|
| properties | | mainTitle | |
|---|
| subtitle | |
|---|
| alternativeTitles | |
|---|
| uniformTitle | | type | "string" |
|---|
| description | "A uniform title used for collation (e.g., Bible. English. Authorized. 1611)." |
|---|
|
|---|
| statementOfResponsibility | | type | "string" |
|---|
| description | "Transcription of the statement of responsibility as it appears on the resource." |
|---|
|
|---|
| sortTitle | | type | "string" |
|---|
| description | "A normalized form of the title used for sorting (articles dropped, etc.)." |
|---|
|
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| agent | | type | "object" |
|---|
| title | "Agent" |
|---|
| description | "A person or corporate body." |
|---|
| required | |
|---|
| properties | | type | | type | "string" |
|---|
| enum | | "person" |
| "corporate-body" |
| "family" |
| "conference" |
|
|---|
|
|---|
| name | | type | "string" |
|---|
| description | "The authorized/display form of the name." |
|---|
|
|---|
| nameVariants | |
|---|
| dates | | type | "string" |
|---|
| description | "Free-text or structured life dates, e.g. '1841-1925'." |
|---|
|
|---|
| identifiers | |
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| contribution | | type | "object" |
|---|
| title | "Contribution" |
|---|
| description | "An agent's contribution to the resource, with a role." |
|---|
| required | |
|---|
| properties | | agent | |
|---|
| role | | type | "string" |
|---|
| description | "The function performed (relator term)." |
|---|
| enum | | "author" |
| "editor" |
| "translator" |
| "illustrator" |
| "compiler" |
| "director" |
| "composer" |
| "performer" |
| "publisher" |
| "contributor" |
| "other" |
|
|---|
|
|---|
| roleNote | |
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| edition | | type | "object" |
|---|
| title | "Edition" |
|---|
| description | "The edition statement." |
|---|
| required | |
|---|
| properties | | statement | | type | "string" |
|---|
| description | "e.g. '2nd ed.', 'Rev. and expanded'." |
|---|
|
|---|
| number | |
|---|
| responsibility | |
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| place | | type | "object" |
|---|
| title | "Place" |
|---|
| required | |
|---|
| properties | | name | |
|---|
| country | | type | "string" |
|---|
| description | "ISO 3166-1 alpha-2 code, e.g. 'US'." |
|---|
|
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| publication | | type | "object" |
|---|
| title | "Publication" |
|---|
| description | "Publication, production, distribution, or manufacture event." |
|---|
| properties | | places | |
|---|
| publishers | |
|---|
| date | | $ref | "#/$defs/publicationDate" |
|---|
|
|---|
| distributor | |
|---|
| manufacturer | |
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| publicationDate | | type | "object" |
|---|
| title | "Publication Date" |
|---|
| description | "The date of publication. Either an exact/normalized EDTF date or a free-text date as transcribed." |
|---|
| oneOf | | required | |
|---|
| properties | | edtf | | description | "A normalized EDTF date, as defined by the EDTF schema." |
|---|
| $ref | "JsonSchema:EDTF" |
|---|
|
|---|
|
|---|
|
| required | |
|---|
| properties | | transcribed | | type | "string" |
|---|
| description | "The date as it appears on the resource, e.g. '[189-?]', 'MDCCLXI'." |
|---|
|
|---|
|
|---|
|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| physicalDescription | | type | "object" |
|---|
| title | "Physical Description" |
|---|
| properties | | extent | | type | "string" |
|---|
| description | "e.g. 'xii, 348 p.'" |
|---|
|
|---|
| dimensions | | type | "string" |
|---|
| description | "e.g. '24 cm'." |
|---|
|
|---|
| materialType | | type | "string" |
|---|
| description | "e.g. 'paper', 'microfilm', 'online resource'." |
|---|
|
|---|
| accompaniedBy | |
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| seriesStatement | | type | "object" |
|---|
| title | "Series Statement" |
|---|
| required | |
|---|
| properties | |
|---|
| additionalProperties | false |
|---|
|
|---|
| identifier | | type | "object" |
|---|
| title | "Identifier" |
|---|
| required | |
|---|
| properties | | scheme | | type | "string" |
|---|
| enum | | "isbn" |
| "issn" |
| "doi" |
| "oclc" |
| "lccn" |
| "uri" |
| "local" |
| "other" |
|
|---|
|
|---|
| value | |
|---|
| qualifier | | type | "string" |
|---|
| description | "e.g. 'pbk.', 'electronic', 'v. 2'." |
|---|
|
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| subject | | type | "object" |
|---|
| title | "Subject" |
|---|
| required | |
|---|
| properties | | label | |
|---|
| scheme | | type | "string" |
|---|
| description | "Controlled vocabulary, e.g. 'lcsh', 'mesh', 'fast', 'local'." |
|---|
|
|---|
| identifier | |
|---|
| temporal | | description | "A time period the subject covers, as an EDTF date." |
|---|
| $ref | "JsonSchema:EDTF" |
|---|
|
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| containedWork | | type | "object" |
|---|
| title | "Contained Work" |
|---|
| description | "A work contained in or forming part of the resource (e.g. an article in an issue)." |
|---|
| required | |
|---|
| properties | | title | |
|---|
| contributors | | type | "array" |
|---|
| items | | $ref | "#/$defs/contribution" |
|---|
|
|---|
|
|---|
| pageRange | | type | "string" |
|---|
| description | "e.g. '101-118'." |
|---|
|
|---|
| identifiers | |
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|
| relation | | type | "object" |
|---|
| title | "Related Resource" |
|---|
| required | | "relationshipType" |
| "target" |
|
|---|
| properties | | relationshipType | | type | "string" |
|---|
| enum | | "reprint-of" |
| "translation-of" |
| "supplement-to" |
| "preceded-by" |
| "succeeded-by" |
| "has-format" |
| "part-of" |
| "related-to" |
|
|---|
|
|---|
| target | | description | "The related resource, as an identifier or a nested description." |
|---|
| oneOf | |
|---|
|
|---|
| note | |
|---|
|
|---|
| additionalProperties | false |
|---|
|
|---|