From: <tr...@do...> - 2012-12-03 18:03:11
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Querying dates from Virtuoso</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-03 06:02 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> I'm not sure if this is actually a bug or whether Virtuoso is producing invalid SPARQL JSON, the <a href="http://www.w3.org/TR/sparql11-results-json/">specification</a> shows all the data encoding RDF terms as being enclosed in JSON strings.</p> <p> However the specification does not say anything explicit about whether using native JSON terms like dates, integers, booleans etc is acceptable. I will investigate further and get back to you on this</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-03 18:49:35
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Querying dates from Virtuoso</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Dimitri</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-03 06:48 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Hi Rob,</p> <p> Indeed maybe Virtuoso does not conform to the specification. I have tested dotNetRDF with 4store as well, and, when doing so, I didn't encounter this issue. So I wasn't sure whether I should report a bug or a suggested improvement. All I have noticed is that the query works without any problems if this little json token peculiarity of Virtuoso is "excused" :)</p> <p> Best regards,</p> <p> Dimitri</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-03 19:36:15
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Querying dates from Virtuoso</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-03 07:35 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> I'm not so sure this is a Virtuoso problem on further investigation, it may actually be a Json.Net perculiarity instead</p> <p> Raw dates are not allowed in JSON and would be encoded in strings (thus meeting the SPARQL JSON spec) so it looks like it may be the case that Json.Net is simply being smart and identifying certain strings as belonging to certain types. I will write up a few test cases to confirm this and then put in place appropriate fixes.</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-03 20:02:20
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Querying dates from Virtuoso</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Dimitri</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-03 08:01 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Many thanks! In any case my little hack has solved my problem for now. But I hope that the info helps and, also, it will be cooler when we can just use the library directly from Nuget :)</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-03 20:10:14
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Querying dates from Virtuoso</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-03 08:09 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Per my previous comment this was a Json.Net perculiarity with it auto-identifying the valid string wrapped date as a special token type causing issues for the parser. This has been fixed in default</p> <p> </p> <p> For future reference code is in Mercurial and available at BitBucket - http://bitbucket.org/dotnetrdf/dotnetrdf so you can always fork and send us a pull request if you have a patch for an issue. </p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |
From: <tr...@do...> - 2012-12-03 21:19:22
|
<p>A new comment has been added to the following issue.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Querying dates from Virtuoso</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Dimitri</td> </tr> <tr> <td><b>Date:</b></td> <td>2012-12-03 09:18 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Awesome! Thanks again!</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=290</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |