If your main need is to query the data, the best sort of database to use
would be a triple store [1]. Triple stores are designed for RDF data such
as that in SIOC. It is possible to convert from relational databases to RDF
databases; there are a variety of tools, and the W3C RDB2RDF group webpage
might be helpful in identifying a suitable mapping tool [2].
On Fri, Oct 12, 2012 at 8:52 AM, shahzad <mshahzadfai...@gmail.com> wrote:
> 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-data@googlegroups.com.
> To unsubscribe from this group, send email to
> icwsm-data+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/icwsm-data?hl=en.
I agree with Jodi, a triple store would be the best approach. If it
absolutely has to go into a relational database perhaps an XSLT could
transform your dataset into a more compatible format?
Also: where did you get the boards.ie data set from?
Regards,
phil
On Fri, Oct 12, 2012 at 7:11 AM, Jodi Schneider <jschnei...@pobox.com>wrote:
> If your main need is to query the data, the best sort of database to use
> would be a triple store [1]. Triple stores are designed for RDF data such
> as that in SIOC. It is possible to convert from relational databases to RDF
> databases; there are a variety of tools, and the W3C RDB2RDF group webpage
> might be helpful in identifying a suitable mapping tool [2].
> On Fri, Oct 12, 2012 at 8:52 AM, shahzad <mshahzadfai...@gmail.com> wrote:
>> 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-data@googlegroups.com.
>> To unsubscribe from this group, send email to
>> icwsm-data+unsubscribe@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-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> sioc-dev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sioc-dev?hl=en.
I agree with Jodi, a triple store would be the best approach. If it absolutely has to go into a relational database perhaps XSLT could transform your dataset into a more compatible schema?
Also: where did you get the boards.ie data set from?
On Friday, October 12, 2012 7:11:37 AM UTC-4, Jodi Schneider wrote:
> Hi Shahzad,
> If your main need is to query the data, the best sort of database to use > would be a triple store [1]. Triple stores are designed for RDF data such > as that in SIOC. It is possible to convert from relational databases to RDF > databases; there are a variety of tools, and the W3C RDB2RDF group webpage > might be helpful in identifying a suitable mapping tool [2].
> On Fri, Oct 12, 2012 at 8:52 AM, shahzad <mshahza...@gmail.com<javascript:> > > wrote:
>> 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<javascript:> >> . >> To unsubscribe from this group, send email to >> icwsm-data+...@googlegroups.com <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/icwsm-data?hl=en.