bibliographic reference

The bibliographic reference data.

String
This describes a Thing or Property.
Date
The date an item was published.
String
The published name of the document.
Datetime
The effective date of the document.
String
The document types include (but are not limited to): PDF, ePub, HTML, DOCX, XLSX, CSV, TXT, OSCAL, STRATML, RTF, MOBI, KPF, FMP12.
String
The total number of pages in the document.
String
The subtitle of the document.
String
The Authority Document citation format specifying which data structure should be used.
String
Version information for an item.
String
The title for the item.
String
The chapter of the item.
String
The sub-chapter of the item.
String
The section of the item.
String
Series information for the item.
String
The part property of an Authority Document.
String
The subpart property of an Authority Document.
String
An integer value representing a page.
Object
The company/entity that published the Authority Document.
String
An integer value representing a paragraph within page.
{
	"bibliographicReference" : 
	{
		"@type" : "BibliographicReference",
		"chapter" : "String",
		"citationFormat" : "String",
		"description" : "String",
		"documentType" : "String",
		"effectiveDate" : "Datetime",
		"page" : "String",
		"pages" : "String",
		"paragraph" : "String",
		"part" : "String",
		"publishedDate" : "Date",
		"publishedName" : "String",
		"publisher" : 
		{
			"@id" : "URL",
			"@type" : "Publisher",
			"elementId" : "String",
			"name" : "String",
			"organization" : 
			{
				"@id" : "URL",
				"@type" : "Organization",
				"elementId" : "String",
				"name" : "String"
			},
			"person" : 
			{
				"@id" : "URL",
				"@type" : "Person",
				"elementId" : "String",
				"name" : "String"
			}
		},
		"section" : "String",
		"series" : "String",
		"subchapter" : "String",
		"subpart" : "String",
		"subtitle" : "String",
		"title" : "String",
		"version" : "String"
	}
}
Visualized image