Search the web
Sign In
New User? Sign Up
semweb-dotnet · SemWeb C#/.NET RDF Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 208 - 237 of 622   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
208
... Subject: SemWeb RDF C# Library version 1.0 Date: Sun, 10 Jun 2007 17:32:55 -0400 From: Joshua Tauberer <jt@...> To: semantic-web at W3C...
Joshua Tauberer
tauberer
Offline Send Email
Jun 10, 2007
10:12 pm
209
Hey Joshua, In attempting to build out the the sparql code base I am a bit confused as to what is supposed to be where, and how it's supposed to get there. In...
x5_hacker
Offline Send Email
Jun 12, 2007
5:49 pm
210
Just had to dig around a bit to figure out what was what. I've got things straightened out now....
x5_hacker
Offline Send Email
Jun 12, 2007
5:50 pm
211
... If you have suggestions for any notes I should put in the sparql directory, let me know and I'll add a file. -- - Josh Tauberer http://razor.occams.info ...
Joshua Tauberer
tauberer
Offline Send Email
Jun 13, 2007
11:23 am
212
... How about just adding a prep-sparql-build.sh file with the following content? #!/bin/bash svn co...
M. David Peterson
x5_hacker
Offline Send Email
Jun 13, 2007
12:35 pm
213
Hi, with the 1.0 Release of Semweb I want to make the following suggestions for the further development: Ideas for the 1.x Releases 1) Complete...
Mov GP 0
movgp0
Offline Send Email
Jun 13, 2007
2:56 pm
214
... There are API docs of course, but.... ... Properly programmed, there aren't security issues. So long as everything is properly escaped, it's fine. ... The...
Joshua Tauberer
tauberer
Offline Send Email
Jun 13, 2007
6:22 pm
215
Hi Josh, Perhaps you could use System.EnterpriseServices (although I'm unsure what support there is for that in Mono). Mov, Why would faux-relational interface...
Andrew Matthews
aabsinoz
Online Now Send Email
Jun 14, 2007
12:06 am
216
... None, afair. ... I've spent a considerable amount of time tinkering with that, and it's no easy thing. ... Reasoning engines are already pluggable....
Joshua Tauberer
tauberer
Offline Send Email
Jun 14, 2007
12:28 am
217
Hi Joshua, Sorry, I guess I just meant - 'other reasoners to plug in' :-) You also mentioned that the Euler engine doesn't scale well. I am looking for a ...
Andrew Matthews
aabsinoz
Online Now Send Email
Jun 14, 2007
1:12 am
218
Hi all, ... I refer to a full documentation of the code; that means _every_ class, function, variable, etc. ... Well, the escaption would not be needed if it...
Mov GP 0
movgp0
Offline Send Email
Jun 14, 2007
8:20 am
219
... Nice idea. I'm adding that right into the Makefile. -- - Josh Tauberer http://razor.occams.info "Yields falsehood when preceded by its quotation! Yields ...
Joshua Tauberer
tauberer
Offline Send Email
Jun 14, 2007
11:13 am
220
... I was thinking about scaling in terms of number of triples that have to go in and out of the class to answer a query (i.e. 'tell me all resources that...
Joshua Tauberer
tauberer
Offline Send Email
Jun 14, 2007
11:32 am
221
... Well, look, I'm happy to be nudged to comment more, but don't think I will ever document every variable! ... Tell me how to do stored procedures in the...
Joshua Tauberer
tauberer
Offline Send Email
Jun 14, 2007
11:43 am
222
Hi Mov, Go easy on Josh - he's not being paid for any of this. It's all from the goodness of his own heart :-) I have to say that I prefer the LINQ approach to...
aabsinoz
Online Now Send Email
Jun 14, 2007
1:54 pm
223
... Even better! Thanks, Joshua! -- /M:D M. David Peterson http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155...
M. David Peterson
x5_hacker
Offline Send Email
Jun 14, 2007
9:21 pm
224
Hi, ... Documenting the parameters and commenting some parts of the code is good enough. The documentation of every variable might really be overkill for most ...
Mov GP 0
movgp0
Offline Send Email
Jun 14, 2007
11:23 pm
225
Hi Mov, Brainstorming is good! Pseudo-code? I can do better than that! LINQ to RDF works(*) for SELECT queries using SPARQL. I am focusing on SPARQL because it...
Andrew Matthews
aabsinoz
Online Now Send Email
Jun 15, 2007
2:25 am
226
... Nore should you need to! That's what Reflector[1] is for ;-) [1] http://www.aisto.com/roeder/dotnet/ -- /M:D M. David Peterson http://mdavid.name |...
M. David Peterson
x5_hacker
Offline Send Email
Jun 15, 2007
2:26 am
227
... I can try, when I get a chance, although it's kind of hard for me to write that sort of thing because I'm too familiar with the design. But I'm with you...
Joshua Tauberer
tauberer
Offline Send Email
Jun 15, 2007
7:33 pm
228
... Hmmm, ok, I can't improve the docs that much... ... And so other users (including you) can feel free to submit a patch or post the docs in that format...
Joshua Tauberer
tauberer
Offline Send Email
Jun 15, 2007
7:36 pm
229
... That is really great. You don't get the feeling of working with RDF. Its more like working with a relational database. The code looks very familar and...
Mov GP 0
movgp0
Offline Send Email
Jun 15, 2007
9:19 pm
230
... Well, you could also argument that the code is the ultimate documentation and stands for itself. Also, you could argument that naming classes, functions,...
Mov GP 0
movgp0
Offline Send Email
Jun 15, 2007
9:27 pm
231
In addition to that, Reflector can only go so far before you hit some kind of polymorphism. At that point you would find it difficult to work out how the thing...
Andrew Matthews
aabsinoz
Online Now Send Email
Jun 16, 2007
10:11 am
232
Mov, I like to think that with LINQ I also don't get the feeling of working with relational database either. That was my main motivating factor. It's not a ...
Andrew Matthews
aabsinoz
Online Now Send Email
Jun 16, 2007
10:12 am
233
On Fri, 15 Jun 2007 21:55:42 -0600, Andrew Matthews ... I agree 100%! -- /M:D M. David Peterson http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | ...
M. David Peterson
x5_hacker
Offline Send Email
Jun 16, 2007
10:49 am
234
Hi, This may be a known issue - but a search against the group history didn't return it. I encounter problems when using a default namespace in the ...
Alan Dean
alan_james_dean
Offline Send Email
Jun 19, 2007
11:08 am
235
If anyone's looking for something to hack on, adding JSON output for SPARQL results to SemWeb would be a quick and useful project: ...
Joshua Tauberer
tauberer
Offline Send Email
Jun 19, 2007
11:13 am
236
Hi, I have been playing around with the SemWeb library. To get a feel for it, I have started with trying to replicate my homepage RDF using it ...
Alan Dean
alan_james_dean
Offline Send Email
Jun 19, 2007
1:25 pm
237
Hi, (Am I the only one that doesn't receive group messages from time to time? The only way I know the message went to the group was I had to moderate it.) ...
Joshua Tauberer
tauberer
Offline Send Email
Jun 19, 2007
7:25 pm
Messages 208 - 237 of 622   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help