License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdorg.apache.jena |
ArtifactId | ArtifactIdjena-csv |
Last Version | Last Version3.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Jena - Data Tables for RDF and SPARQL
jena-csv is for getting CSVs into a form that is amenable to Jena SPARQL processing, and doing so in a way that is not specific to CSV files. It includes getting the right architecture in place for regular table shaped data, using the core abstraction of PropertyTable.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jena-csv-3.9.0.pom | |
jena-csv-3.9.0.jar | 52 KB |
jena-csv-3.9.0-sources.jar | 36 KB |
jena-csv-3.9.0-source-release.zip | 60 KB |
jena-csv-3.9.0-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jena/jena-csv/ -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-csv</artifactId>
<version>3.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jena/jena-csv/
implementation 'org.apache.jena:jena-csv:3.9.0'
// https://jarcasting.com/artifacts/org.apache.jena/jena-csv/
implementation ("org.apache.jena:jena-csv:3.9.0")
'org.apache.jena:jena-csv:jar:3.9.0'
<dependency org="org.apache.jena" name="jena-csv" rev="3.9.0">
<artifact name="jena-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jena', module='jena-csv', version='3.9.0')
)
libraryDependencies += "org.apache.jena" % "jena-csv" % "3.9.0"
[org.apache.jena/jena-csv "3.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.jena : apache-jena-libs | pom | 3.9.0 |
org.apache.jena : jena-cmds | jar | 3.9.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.jena : jena-base | jar | 3.9.0 |
junit : junit | jar | 4.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
log4j : log4j | jar | 1.2.17 |