Re: [topbraid-users] Programmattically define a function using the SPIN API and run it as part of a query

2014-07-20 Thread Monika Solanki
API to create the corresponding triples - a SPIN function call is simply an instance of the function class. You may want to clarify which parts of your application are statically edited and which ones are dynamically produced for further advise. Holger On 7/20/2014 5:16, Monika Solanki

[topbraid-users] URI http://spinrdf.org/spif#duration has no registered function factory

2014-07-20 Thread Monika Solanki
I am following the SPIN Getting started tutorial on TBC ME. I am trying to add this constraint # an invoice with no paidDate is 90 days old ASK WHERE { ?this :invoiceDate ?invoiceDate . OPTIONAL { ?this purchases:paidDate ?paidDate . } . FILTER ((!bound(?paidDate))

Re: [topbraid-users] URI http://spinrdf.org/spif#duration has no registered function factory

2014-07-20 Thread Monika Solanki
supported by TopBraid. -- Scott On 7/20/2014, 11:02 AM, Monika Solanki wrote: I am following the SPIN Getting started tutorial on TBC ME. I am trying to add this constraint # an invoice with no paidDate is 90 days old ASK WHERE { ?this :invoiceDate ?invoiceDate . OPTIONAL

[topbraid-users] Programmattically define a function using the SPIN API and run it as part of a query

2014-07-19 Thread Monika Solanki
I am fairly new to SPIN and the SPIN API. I am looking for examples that show how to create a user defined function using the SPIN API and use it within a query that runs over a model. I am mostly aware of how I could develop the second part, but I would like help on programmatically creating

[topbraid-users] Question regarding the QUDT ontology

2011-08-29 Thread Monika Solanki
My question was about the unit centimetre. As per the blog http://composing-the-semantic-web.blogspot.com/2009/08/units-ontology-with-spin-support.html it seems Centimetre is a class in the http://qudt.org/1.1/vocab/unit namespace. However it has been defined as an individual of the Length

[topbraid-users] Attaching a constraint to an existing ontology through the SPIN API

2011-08-08 Thread Monika Solanki
I am looking for examples that show how a constraint can be modelled and attached to a concept in an existing TBox through the SPIN API. Are there any such example available? Thanks, Monika -- You received this message because you are subscribed to the Google Group TopBraid Suite Users, the