datacite / bolognese

Ruby gem and command-line utility for conversion of DOI metadata
MIT License
40 stars 14 forks source link

fix: add language support for reading #96

Closed kjgarza closed 4 years ago

kjgarza commented 4 years ago

Purpose

adds support for reading inLanguge in schema.org

closes: https://github.com/datacite/bolognese/issues/87

Approach

Accepts every language type that can be set

Open Questions and Pre-Merge TODOs

Learning

inlanguage it can be language object or a text https://webschemas.org/inLanguage

Status

Types of changes