From d438d46f92e0ae69ffafc3dd89187fe4938fd1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Mill=C3=A1n=20Acosta?= <83466805+jmillanacosta@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:40:12 +0100 Subject: [PATCH] Updated diagram for ttl schema elucidation --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c551913..3d483d7 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,12 @@ To get the VoID generator and RDF-Config, you can run the bash script using `` c ```mermaid graph TD - A [Go to `rdf_config` directory] --> |docker compose up -d| B[Start Virtuoso Triplestore and load dataset] - B --> C[Create SHACL Prefix Set and Upload to Virtuoso] - C --> |run *serve_rdf_config.sh* and go to 0.0.0.0:8000/sparql/test-rdf-config.html| D[Generate RDF Config Files by pointing to localhost:8899/sparql] - D --> |run *rdf-config --config . --senbero*| E[Retrieve tree] - D --> |run *rdf-config --config . --schema > schema.svg*| F[Retrieve svg diagram] + A[Run VoID generator on RDF file or endpoint] --> B[Change directory to rdf_config in this repository] + B --> |docker compose up -d to start Virtuoso instance and load dataset| C[Create a SHACL Prefix Set and upload to the triplestore] + C --> |run *serve_rdf_config.sh* and access 0.0.0.0:8000/sparql/test-rdf-config.html| D[Generate RDF Config Files, point to localhost:8899/sparql] + D --> |run *rdf-config --config . --senbero*| E[Retrieve tree structure] + D --> |run *rdf-config --config . --schema > schema.svg*| F[Generate SVG diagram] + ``` 1. **Start Virtuoso Triplestore (`docker compose up -d`):**