jar

org.apache.jena : jena-csv

Maven & Gradle

Sep 29, 2018
2 usages

Apache 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.

Table Of Contents

Latest Version

Download org.apache.jena : jena-csv JAR file - Latest Versions:

All Versions

Download org.apache.jena : jena-csv JAR file - All Versions:

Version Vulnerabilities Size Updated
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jena-csv-3.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.jena.propertytable.impl

├─ org.apache.jena.propertytable.impl.ColumnImpl.class - [JAR]

├─ org.apache.jena.propertytable.impl.PropertyTableArrayImpl.class - [JAR]

├─ org.apache.jena.propertytable.impl.PropertyTableBuilder.class - [JAR]

├─ org.apache.jena.propertytable.impl.PropertyTableHashMapImpl.class - [JAR]

riotcmdx

├─ riotcmdx.csv2rdf.class - [JAR]

org.apache.jena.propertytable.graph

├─ org.apache.jena.propertytable.graph.GraphCSV.class - [JAR]

├─ org.apache.jena.propertytable.graph.GraphCSVArrayImpl.class - [JAR]

├─ org.apache.jena.propertytable.graph.GraphCSVHashMapImpl.class - [JAR]

├─ org.apache.jena.propertytable.graph.GraphPropertyTable.class - [JAR]

├─ org.apache.jena.propertytable.graph.QueryIterPropertyTable.class - [JAR]

├─ org.apache.jena.propertytable.graph.QueryIterPropertyTableRow.class - [JAR]

├─ org.apache.jena.propertytable.graph.RowMatch.class - [JAR]

├─ org.apache.jena.propertytable.graph.StageGeneratorPropertyTable.class - [JAR]

org.apache.jena.lang.csv

├─ org.apache.jena.lang.csv.CSV2RDF.class - [JAR]

├─ org.apache.jena.lang.csv.InitCSV.class - [JAR]

├─ org.apache.jena.lang.csv.ReaderRIOTCSV.class - [JAR]

├─ org.apache.jena.lang.csv.ReaderRIOTFactoryCSV.class - [JAR]

org.apache.jena.propertytable

├─ org.apache.jena.propertytable.Column.class - [JAR]

├─ org.apache.jena.propertytable.PropertyTable.class - [JAR]

├─ org.apache.jena.propertytable.Row.class - [JAR]