Skip to content
Snippets Groups Projects
Commit 1ac57e76 authored by Philipp Schneider's avatar Philipp Schneider
Browse files

Fixe typo

parent c532b078
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ Uses the list of occurences of coats of arms in manuscripts from the OMA table ` ...@@ -44,7 +44,7 @@ Uses the list of occurences of coats of arms in manuscripts from the OMA table `
#### Merge multiple RDF files into one single Knowledge Graph #### 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: 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. * `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.
* `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. * `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.
### Create ontology documentation ### Create ontology documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment