Hi, I tried to use semantic xml & sparql to transform legacy terminology to skos. Everything else worked fine except creating literals from mixed content.
I have records such as: <record> <id>B34</id> <term>drinkable</term> <comment>For example <concept rel="#A123">water</concept> is <concept rel="#A344">liquid</concept> that is <concept rel="#B34">drinkable</concept></comment> </record> Creating skos concepts and adding relations is fairly easy from this format. However, creating literals from the comment element seems to be tricky. I tried to use group_concat, but ordering, spacing, commas etc. gets messed up. Any ideas how to do this other way? As a suggestion, this would be much easier if all elements with mixed content would also contain the flattened text. br, Miika -- -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
