Hi Kevin,

have you looked at Semantic XML, as supported by sml:ConvertXMLToRDF?  
This will take any XML instance document and turn it into a simple  
ontology with classes such as widget and name, and values for the  
attributes and nested text elements.

I am not sure why you are referring to Eclipse UI and TBE here?

Regards,
Holger


On Sep 30, 2009, at 9:34 AM, Kevin Matthews wrote:

>
> I am trying to write a SparqlMotion web service that takes in XML,
> representing an instance of a class in my ontology, and stores that
> instance in the onotology.  For instance:
>
> <widget>
>       <name>my widget</name>
>       <hasSprockets>3</hasSprockets>
> </widget>
>
> This input would produce a :Widget instance with a :hasSprockets value
> of 3 and an instance :name of "my widget".
>
> It dawned on me while writing a complex SparqlMotion script composed
> of BindByXPath, ApplyConstruct, and IterateOverXPath modules that
> there must be an web service that already provides this
> functionality.  Otherwise, what is the GUI of Eclipse calling to do
> this?  What is Topbraid Ensemble calling to do the same?
>
> So, does this functionality exist, and if so, how do I access it from
> a web application?
>
>
> Thanks,
>
> Kev
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
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-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to