Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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]
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]
Expand Down