Ryan, in his case you may be better off using semantic XML or reading the XML serialization of RDF/OWL directly into Composer. For more information on Semantic XML, see Help > Import and Export > Creating, Importing, Querying, Saving XML documents with Semantic XML. This will convert the XML into a pre-specified RDF format that can be queried SPARQL, transformed in SPARQLMotion scripts, etc. You can convert back to XML in a couple via either a direct transformation, using Semantic XML or XSLT.
In the above, the full URI is always used (i.e. prefix + local name) and there won't be the issue with namespaces you are asking about here. -- Scott On May 21, 7:41 am, Ryan <[email protected]> wrote: > Is there an override for cases where two elements in a file have the > same local name but different prefixes (like owl:Class and rdfs:Class)? -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion 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
