Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

phochste/UGent-Biblio-LD

Repository files navigation

We moved to https://codeberg.org/phochste/UGent-Biblio-LD

BIBLIO-LD

Introduction

This is a toolkit to map the Ghent University Bibliography Biblio into linked data.

Install

npm install

Use

Run:

./bin/biblio-ld.js one example/journalArticle.json

Download a JSON dump of the biblio data:

curl https://biblio.ugent.be/exports/publications.json > data/publications.json

Transform this JSON dump into RDF:

./bin/biblio-ld.js many data/publications.json

Or, create first a small sample of the data

shuf -n 2000 data/publications.json > data/sample.json

Docker

Build docker image

make docker-build

Run the command line tool

./biblio-ld.sh

About

JSON-LD context for UGent biblio.ugent.be JSON

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published