Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 3.17 KB

README.md

File metadata and controls

78 lines (57 loc) · 3.17 KB

Islandora Google Scholar - JSON-LD

Introduction

Automatically embeds JSON-LD in object pages. The JSON-LD fields are mapped from an object's MODS record as follows.

cModel Schema.org
ir:thesisCModel @type="Thesis"
ir:citationCModel @type="ScholarlyArticle"
islandora:sp_basic_image @type="ImageObject"
islandora:sp_large_image_cmodel @type="ImageObject"
islandora:sp_pdf @type="DigitalDocument"
islandora:sp-audioCModel @type="AudioObject"
islandora:sp_videoCModel @type="VideoObject"
islandora:bookCModel @type="Book"
islandora:newspaperCModel @type="Newspaper"
islandora:eventCModel @type="Event"
islandora:placeCModel @type="Place"
islandora:personCModel @type="Person"
islandora:organizationCModel @type="CollegeorUniversity"
islandora:sp_disk_image @type="Dataset"
islandora:sp_web_archive @type="WebPage"
XPath Schema.org
/mods:titleInfo/mods:title name
/mods:name[@type="corporate"][mods:role/mods:roleTerm = "Degree grantor"]/mods:namePart sourceOrganization @type="CollegeOrUniversity"
/mods:name/mods:role[mods:roleTerm = "author"]/../mods:namePart[@type="family"] author @type="Person"
/mods:originInfo/mods:dateIssued datePublished
/mods:abstract description
/mods:part/mods:subject/mods:topic keywords
/mods:extent[@unit="page"]/mods:start pageStart
/mods:identifier[@type="doi"] identifier @type:"PropertyValue" propertyID:"DOI"
/mods:extension/etd:degree/etd:name, /mods:extension/etd:degree/etd:discipline inSupportOf
/mods:language inLanguage
/mods:nameIdentifier @type:schema:Person @id

Requirements

This module requires the following modules/libraries:

Installation

Install as usual, see this for further information.

Configuration

Enable the module via Administration » Modules (admin/modules)

Troubleshooting/Issues

Having problems or solved a problem? Check out the Islandora google groups for a solution.

Maintainers/Sponsors

Current maintainers:

Development

If you would like to contribute to this module, please check out our helpful Documentation for Developers info, as well as our Developers section on the Islandora.ca site.

License

GPLv3