The Java based Jena library has a command line tool mentioned towards the bottom of this getting started guide: http://jena.apache.org/documentation/csv/get_started.html ... There are also some notes about their CSV schema here: http://jena.apache.org/documentation/csv/ ... Jython could be used if you want to remain in the Python world, but I've had success with the command line tool just fine without any programming required.
On Wed, Nov 8, 2017 at 4:19 AM, <[email protected]> wrote: > On Friday, 6 May 2016 14:41:42 UTC+2, Arun Tyagi wrote: > > Hi: > > > > > > I am new to semantic web classification. I am looking to use this > methodology on raw text data(like: Chat data). I have below questions: > please help > > 1. Is there any way/library to convert CSV file format to RDF file > format. > > 2. If we can convert CSV to RDF, how to write the ontology?? > > 3. How to use RDF file data for semantic classification(is there any > library, which can help me in semantic web classification)? > > > Hi > I have a csv file and would like to rdf format. Have you find any > solution regarding this issue? > Cheers, > > -- > http://github.com/RDFLib > --- > You received this message because you are subscribed to the Google Groups > "rdflib-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/rdflib-dev/04f73520-6f46-4a5d-a28f-ef2267ad04a9%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- http://github.com/RDFLib --- You received this message because you are subscribed to the Google Groups "rdflib-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rdflib-dev/CAJShLf9%2Bm%3DfdDM0CGWKsXzQBxP1jPZWnO8FuOgHYkbOHa450yw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
