Skip to content

Configuration

Sabbir Rashid edited this page Sep 19, 2018 · 4 revisions

An example configuration file is shown below

[Prefixes]
# Specify a file with the prefixes for existing ontologies used in your translation
prefixes = Cheese/config/prefixes.txt
# Specify the base uri to be associated with all triples minted by the script
base_uri = cheese-kb

[Source Files]
# Specify the location of the Dictionary Mapping file
dictionary = Cheese/cheeseDM.csv
# Specify the location of the Codebook file
codebook = Cheese/cheeseCB.csv
# Specify the location of the Code Mapping file
code_mappings = code_mappings.csv
# Specify the location of the Data file
data_file = Cheese/cheese.csv
# Specify the location of the Properties customization file
properties = Cheese/cheeseProperties.csv
# Specify the location of the Infosheet file
infosheet = Cheese/cheeseInfosheet.csv

[Output Files]
# Specify the location where the output RDF will be written to
out_file = Cheese/output/cheese-kg.trig
# Specify the location where the output SPARQL query will be written to
query_file = Cheese/output/cheeseQ
# Specify the location where the output SWRL model will be written to
swrl_file = Cheese/output/cheeseSQRL
Clone this wiki locally