-
Notifications
You must be signed in to change notification settings - Fork 9
Eurostat RDFication process
In order to RDFize Eurostat datasets and to generate the VoiD files, follow the following steps:
-
Use
Main.shscript to uncompress the downloaded compressed files and RDFize the DSDs and SDMXs files.How to Run :
sh Main.sh -i ~/sdmx-code.ttl -l ~/logs/where
iis the file path ofsdmx-code.ttl. It can be downloaded from here andlis the directory path where logs will be generated -
Use
Metadata.shto generate the VoID fileHow to Run :
sh Metadata.sh -o ~/catalog/, make sure the target directory (e.g. catalog) exists before executing the script -
Use
DictionaryParser.shto RDFize the dictionaries which are used by SDMX datasetsHow to Run :
sh DictionaryParser.sh -i ~/dicPath/ -o ~/outputPath -c ~/catalogPath -f TURTLEDownload the dictionaries from the Bulk Download Page and uncompress it into thedicPathdirectory. Currently, the script do not handle multi-lingual representation of dictionaries. So its preferable to execute the script only on one of the language (e.g. all dictionaries exists in diren/). Make sure the target directories (e.g. dicPath, outputPath, catalogPath)exists before executing the script. -
Use
DatasetTitles.shto generate the titles of all datasets. Thetitle.rdfgenerated by the script will be stored in the sparql endpoint and will be used to get the title of the dataset, if required.How to Run :
sh DatasetTitles.sh -o ~/title/, make sure the target directory (e.g. title)exists before executing the script