Auxiliary files for the Sampo LOD tutorial.
The folder create-lod has the relevant files for the part "Creating LOD from databases".
csv: A folder containing CSV files with example data to be used for data transformation.scripts: A folder containing Python scripts that convert the CSV data from the folder above into Turtle-serialized RDF.ttl: A folder containing the output files from the conversion.Dockerfileandassembler.ttlfor running the data on a local Fuseki SPARQL server using Docker- Instructions for building and running in the README inside the
create-lodfolder
- Instructions for building and running in the README inside the
The folder set-up-sampo-ui has the relevant files for the part "Creating a semantic portal easily using Sampo-UI".
- Sampo-UI configuration for the data created in
create-lodwith a local Fuseki SPARQL server running on port 3048 as specified in the Docker instructions increate-lod- Requirements: Node.js® (version 16.13.0), Nodemon
- On first start, you'll need to install all the Node modules used by Sampo-UI. This can be done by running the command
npm installin theset-up-sampo-uifolder. - The application is run with
npm run devin theset-up-sampo-uifolder.