tarql
SPARQL for Tables: Turn CSV into RDF using SPARQL syntax
File Explorer
Download Latest Version (.zip)- ExpandPrefixedNameFunction.java
- ExpandPrefixFunction.java
- CharsetDetectingReader.java
- CSVOptions.java
- CSVParser.java
- CSVTable.java
- InputStreamSource.java
- StreamingRDFWriter.java
- StreamRDFDedup.java
- tarql.java
- TarqlException.java
- TarqlParser.java
- TarqlQuery.java
- TarqlQueryExecution.java
- TarqlQueryExecutionFactory.java
- URLOptionsParser.java
- log4j.properties
- ExpandPrefixedNameTest.java
- ExpandPrefixTest.java
- FunctionTest.java
- ARQTest.java
- CharsetDetectingReaderTest.java
- ContentProducer.java
- CSVFragmentTest.java
- CSVParserTest.java
- CSVTableTest.java
- Helpers.java
- LargeInputTest.java
- OpenCSVTest.java
- StreamRDFDedupTest.java
- TarqlParserTest.java
- TarqlTest.java
- simple-with-base.sparql
- simple-with-from.sparql
- simple.csv
- .gitignore
- assembly.xml
- LICENSE
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/tarql/tarql
Downloads the entire project code from GitHub to your computer.
cd tarql
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn package appassembler:assemble
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
