Greetings
I have obtained boards.ie data set from ICWSM.
I want to use thread and post conversation text for mining purpose. For this I need all threads with respective posts in some database.
But the data is in SIOC format.
Kindly suggest me how to convert this SIOC formatted data in to some database like mysql or sql server.
Regards --
You received this message because you are subscribed to the Google Groups "icwsm-data" group.
To view this discussion on the web visit https://groups.google.com/d/msg/icwsm-data/-/xP5OG1-dvycJ.
To post to this group, send email to icwsm...@googlegroups.com.
To unsubscribe from this group, send email to icwsm-data+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/icwsm-data?hl=en.
--
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To post to this group, send email to sioc...@googlegroups.com.
To unsubscribe from this group, send email to sioc-dev+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sioc-dev?hl=en.
You can make your own parser and store only the necessary tags from RDF files and store in some relational database.
I have also used the data from boards.ie for my master thesis. I have parsed the SIOC format file in java using SAX parser and stored into MySQL tables.