-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import a CSV and semantize it #48
Comments
Alas Any23 is built on top of Sesame (paradox for an Apache project ! ); Besides, the class doing the CSV import is < 300 lines: So I prefer to re-implement the CSV import of Any23 in Scala with Banana, |
FYI Sesame ( aka openrdf ). is an Rdf Java infrastructure and database, juste like Apache Jena . Currently sf uses Jena, but not directly but through thé Banana wrapper. |
We now have a batch loader here:
The plan is to reuse it with an upload form and an input field for the named graph to populate. In a next step, the Lucene index could be used to help user select an RDF property corresponding to a word in CSV header line. |
batch loader CSVImporterApp.scala derived from Any23 with enhancements is OK. |
Use Any23 from Apache.org .
Any23 works well in command line.
The text was updated successfully, but these errors were encountered: