fadmaa / grefine-rdf-extension

An extension to Google Refine that enables graphical mapping of Google Refine project data to an RDF skeleton and then exporting it in RDF format
http://refine.deri.ie
Other
94 stars 55 forks source link

Creating hierarchy with grefine-rdf-extension #63

Open manu6 opened 12 years ago

manu6 commented 12 years ago

Hello Fadi, I am trying to create a hierarchy of superclass and subclasses using the pluging.

Below is my example spreadsheet, and my objective is to be able to create subClass4->subClass3->subClass2->subClass1. With subClass1 beign the top/highest in hierarchy and subClass4 the lowest in the hierarchy. I wonder what would be the best way to create this in the tool.

superClass subClass1 subClass2 subClass3 subClass4 SuperClass 1 SubClass 1-1
SuperClass 2 SubClass 1-2 SubClass 2-1
SuperClass 3 SubClass 1-3 SubClass 2-2
SuperClass 4 SubClass 1-4 SubClass 2-3
SuperClass 5 SubClass 1-5 SubClass 2-4
SuperClass 6 SubClass 1-6 SubClass 2-5
SuperClass 7 SubClass 1-7 SubClass 2-6 SubClass 3-1 SubClass 4-1 SuperClass 8 SubClass 1-8 SubClass 2-7 SubClass 3-2 SubClass 4-2

Thank you for your attention.

BarryNorton commented 12 years ago

A related question was asked here: http://answers.semanticweb.com/questions/17791/convert-spreadsheet-columns-to-owl-classsubclass