From a9710dcf99e8630fe1e57ebb6218509f6c6d6c89 Mon Sep 17 00:00:00 2001 From: Philipp Schneider <schneider.philipp@uni-muenster.de> Date: Wed, 17 May 2023 13:18:00 +0200 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 344a840..0908a7f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ If you call `map-tblArmItems.py` with "-t" as a parameter, only a small test dat #### Merge multiple RDF files into one single Knowledge Graph Merging is done by the script `merge_rdf_files_into_kg.py`. The input is given as terminal parameters. For more information call `python3 merge_rdf_files_into_kg.py -h`. The output and if the content of an existing graph is to be overwritten is set in the configuration file `config-merge_rdf_files_into_kg.json`. This config-file contains: * `existing_ontology`: File link to an existing knowledge graph. If set, this KG is loaded before adding any new data. The old data, including UUIDs, is then not overwritten, when `merge_rdf_files_into_kg.py` is run. +* `metadata_file`: File link to a table with manuscript metadata. Necessary to create complete IDs for `dhor:CoatOfArmsRepresentation`s and `dhoo:Manuscript`s. * `output_files`: List of output files and corresponding format into which the results are to be serialized. The first output-object in the list is considered as preferred and therefore used by following steps in the pipeline. #### Integrate metadata -- GitLab