Re: [Kim-discussion] Problems adopting KIM

2009-04-01 Thread Anton Andreev
Hi, Philip Thank you for your kind efforts to help me. The problem is that you somehow missed the bottom of the problem. I am using the MICROSOFT .NET FRAMEWORK, which means that I do have any jars files and: 1. I do know from which web service to access

Re: [Kim-discussion] Problems adopting KIM

2009-04-01 Thread Philip Alexiev
Hi Anton, In order to use the web services you don't need the sesame libraries. You would use them like you use any web services. A complete description with examples can be found at our documentation at http://www.ontotext.com/kim/doc/sys-doc/WSAPI.html . The is no problem writing a C#

Re: [Kim-discussion] Problems adopting KIM

2009-04-01 Thread Anton Andreev
Hi, Thanks to your remarks Philip about openrdf version I almost made it! I was able to get all the entities (almost) and I am very happy about that. The .NET version of the openrdf seems usable. 1. After all the code written with Openrdf is more clean as it more easier to construct queries?

[Kim-discussion] Problems adopting KIM

2009-03-31 Thread Anton Andreev
Hi, I trying the code from: http://www.ontotext.com/kim/doc/sys-doc/ExploreEntitiesExamples.html to get all entities for a document. I am trying to rewrite the code from Java to Microsoft .NET using the provided webservices. I have the following problems: 1. I do know where FeatureConstants is

Re: [Kim-discussion] Problems adopting KIM

2009-03-31 Thread Philip Alexiev
Hi Anton, The answers to these questions are very easy to find in the documentation. I recommend you get familiar with KIM and Sesame documentation. They can be found at these locations: KIM documentation: http://www.ontotext.com/kim/doc/sys-doc Sesame documentation: