Tilda is an Implementation of the Linked Data API. What this means is that it is a library (built on top of Spring and RDF4J) that can be used to build "Linked Data API" applications - REST APIs that connect to a SPARQL backend server,
Prerequisites:
- Java 17 or above
- Maven
- A text editor or IDE (preferably with context highlighting support for XML, YAML and TTL files)
As Tilda is not currently in a maven repository, checkout the source code, cd into it and run -
mvn install