Re: Update of the MySQL backend database
Csongor Nyulas <[email protected]> Tue, 23 Apr 2013 11:09:15 -0700
| Newsgroups | gmane.comp.misc.ontology.protege.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Eddy, The Protege 3 database back-end is not meant to be edited directly (through SQL updates or Excel or anything). The adding of new information (new rows) is an especially bad idea, since it is very easy to break things. The Protege back-end is NOT a triple store, but rather a "proprietary" storage format developed originally for frames ontologies, and later adapted to be used to store OWL ontologies. You should use the Protege/WebProtege client or the Protege API to modify the content of your ontology. If you explain what you try to achieve, maybe we can provide even more specific advise. Regards, Csongor On 04/23/2013 02:15 AM, [email protected] wrote: > Hello, > MS Excel offers in the 2010 version a nice feature. > When we have the MySQL workbench installed on the same PC, there is a > connection possible from Excel to MySQL. > This is accessible through the button as shown hereby . > We can retrieve and update information in the spreadsheet. > The possibility to upload triples is available too. > However, when we do so, they do not appear in the ontology (updates of > existing triples do). > We are using Protégé 3.4.8 with Webprotégé 1 as user interface, the > collaborative version in the background does not show the new triples > neither. > An example of the uploaded data in the spreadsheet is shown here: > *frame* *frame_type* *slot* *facet* *is_template* *value_index* > *value_type* *short_value* *long_value* > ArisDiagram 25 :DIRECT-TYPE > 0 1 9 http://ec.europa.eu/ontologies/EC_Glossary.owl#EC_Concept > http://ec.europa.eu/ontologies/EC_Glossary.owl#EC_Concept 9 > :DIRECT-INSTANCES > 0 206 25 ArisDiagram > ArisDiagram 25 :NAME > 0 0 3 ArisDiagram > ArisDiagram 25 http://www.w3.org/1999/02/22-rdf-syntax-ns#type > 0 0 9 http://ec.europa.eu/ontologies/EC_Glossary.owl#EC_Concept > ArisDiagram 25 http://www.w3.org/2004/02/skos/core#prefLabel > 0 0 3 Aris diagram > > Is there anything we are missing here to make this function? > Thanks in advance. > Kind regards > Eddy Vanderlinden > ------------- > DIGIT Unit 01, Brussels > MIA - Methodologies, Interoperability and Architectures > Tel.: +32 2 295 26 64 > > > _______________________________________________ > protege-discussion mailing list > [email protected] > https://mailman.stanford.edu/mailman/listinfo/protege-discussion > > Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03 _______________________________________________ protege-discussion mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/protege-discussion Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03