|
How do people go about mapping their existing data into an ontology? I must be missing something very basic here. I have identified an OWL ontology that (for the most part) covers the data in my database but I am confused as to how to build the triples. Is this normally a manual process? Should I be writing code to run through my existing data and build the triples one by one or are there tools out there to do this type of thing? I keep thinking that I should be able to find something that lays out my ontology (i.e. Protege) on one side and my db schema on the other and let me connect the two to generate the triples. Can someone point me to any reference material in regards to how to do this as my head is killing me from banging it against this wall. |
|
Marc, The W3C RDB2RDF Working Group works on this very topic. Their stated goals are
The earlier Incubator Group published a report here and here. If like me, you're somewhat impatient, try seeing if D2RQ or Triplify meet your requirements. A detailed breakdown of other options are in the report above. 2
I think you mean the RDB2RDF WG? The incubator finished last year. http://www.w3.org/2001/sw/rdb2rdf/ Doh. I knew that too. Momentary lapse of brain function. Cheers. |


Also have a look at this related question: http://www.semanticoverflow.com/questions/1898/how-to-use-large-databases-in-semantic-web-applications/1900#1900