Skip to content

noahwsmith/islandora_json_ld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published