Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Apr 2, 2024
1 parent 6a192d9 commit 183af34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 10

## Online Demo

[Click here for the Demo](online-demo.md)
[Click here for the Demo](online-demo)

## Synopsis

Expand All @@ -27,13 +27,13 @@ There exist many workflow engines, and tying builds to one of them significantly
Conversely, every workflow engine is expected to be capable of running a shell script and thus invoke a Maven build.

* **use a different build system rather than Maven?**
One of the main reasons for the choice of maven is that its [naming conventions](artifact-naming.md) fit well with Semantic Web concepts.
One of the main reasons for the choice of maven is that its [naming conventions](concepts/artifact-naming.md) fit well with Semantic Web concepts.

## Design Philosophy

* 🌐 Programming Language Agnostic: The data generation code is in Python rather than Java? No problem.
* 🔄 Reproducible Builds: Run `mvn install` repeatedly to repeatedly carry out the data build.
* 💠 Semantic Web Interoperability: Represent [Maven Coordinates](artifact-naming.md) as URNs for use in RDF documents.
* 💠 Semantic Web Interoperability: Represent [Maven Coordinates](concepts/artifact-naming.md) as URNs for use in RDF documents.
* 🌈 Data Format Agnostic: Although this guide has a Semantic Web / RDF bias, many concepts can be applied to any data format, such as CSV, XML, JSON, text, PDF or ZIP archives.

## Maven-based Data Management
Expand Down

0 comments on commit 183af34

Please sign in to comment.