sylvainloiseau / rdf4lfd

Utility for converting linguistic fieldwork data description into RDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDF4LFD : RDF for linguistic fieldwork data

Installation

pip install git+https://github.com/sylvainloiseau/rdfFieldData#egg=rdffielddata

Usage

rdflfd --help

Description

Main functions provided:

  • convert a set of subdirectories containing various files into a RDF base of Event (=subdirectories) associated with Record and Instance (= files)
  • Convert a SIL SayMore/Lameta project into an RDF base (all xml files (project, people, session) as well as files structures and file metadata (*.meta file)
  • Convert a spreadsheet (CSV, ODS) containing additional informations (such as relations between sessions, documents and transcriptions) into RDF.

The RDF vocabulary used is Record in context Conceptual Model 0.2 (RiC-CM 0.2) by the International Council on Archives

About

Utility for converting linguistic fieldwork data description into RDF

License:MIT License


Languages

Language:Python 100.0%