You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(11) |
Mar
(17) |
Apr
(12) |
May
(2) |
Jun
(20) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(5) |
2011 |
Jan
(4) |
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
(5) |
Jun
|
Jul
(12) |
Aug
(4) |
Sep
(5) |
Oct
(1) |
Nov
(38) |
Dec
(27) |
2012 |
Jan
(46) |
Feb
(182) |
Mar
(83) |
Apr
(22) |
May
(68) |
Jun
(47) |
Jul
(135) |
Aug
(84) |
Sep
(57) |
Oct
(45) |
Nov
(27) |
Dec
(61) |
2013 |
Jan
(59) |
Feb
(78) |
Mar
(66) |
Apr
(107) |
May
(27) |
Jun
(56) |
Jul
(53) |
Aug
(3) |
Sep
(19) |
Oct
(41) |
Nov
(44) |
Dec
(54) |
2014 |
Jan
(49) |
Feb
(72) |
Mar
(22) |
Apr
(41) |
May
(63) |
Jun
(27) |
Jul
(45) |
Aug
(12) |
Sep
(3) |
Oct
(8) |
Nov
(27) |
Dec
(16) |
2015 |
Jan
(3) |
Feb
(20) |
Mar
(6) |
Apr
(4) |
May
(15) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(16) |
May
(9) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <tr...@do...> - 2013-11-21 14:08:46
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Allow direct creation of populated SparqlResultSet instances</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "Planned" to "Completed" </li> <li>Resolution changed from "Unassigned" to "Completed" </li> <li>Progress changed from "0 %" to "100 %" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=383" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=383</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: Rob V. <rv...@do...> - 2013-11-18 11:35:26
|
Hi All Just prior to the weekend we released dotNetRDF 1.0.2 which is a minor bug fix release, it fixes the following important bugs: * CORE-378 OOM when parsing large RDF/XML inputs * VIRT-383 In some cases Virtuoso transactions are not cleaned up * Portable Class Library builds were not included in NuGet packages The release is available via all the usual avenues dotNetRDF website [1], SourceForge [2], BitBucket [3], CodePlex [4] and NuGet Thanks as always to everyone who submitted bug reports and code contributions, Regards, Rob Vesse [1] http://www.dotnetrdf.org/content.asp?pageID=Download [2] http://sourceforge.net/projects/dotnetrdf [3] http://bitbucket.org/dotnetrdf/dotnetrdf/downloads [4] http://dotnetrdf.codeplex.com |
From: <tr...@do...> - 2013-11-18 11:29:52
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Refactor the SparqlResultSet API</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Related issue changed from "" to "Added" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=384" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=384</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...> - 2013-11-18 11:29:37
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Refactor the SparqlResultSet API</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>Milestone:</b></td> <td>1.9.0 Beta</td> </tr> <tr> <td><b>Category:</b></td> <td>Query</td> </tr> <tr> <td><b>Priority:</b></td> <td>High</td> </tr> <tr> <td><b>Type:</b></td> <td>Refactor</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> As part of the 2.0 redesign it is proposed to refactor the existing SparqlResultSet API to split it into multiple APIs:</p> <ul> <li> Add a IQueryResult API which replaces the use of Object for generic SPARQL query returns and provides a results type and properties to access more specific interface instances</li> <li> IRowQueryResults API which replaces SparqlResultSet for representing row based results</li> <li> IBooleanQueryResults API which replaces the boolean results portion of SparqlResultSet</li> </ul></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=384" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=384</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...> - 2013-11-18 11:25:24
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Allow direct creation of populated SparqlResultSet instances</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>Milestone:</b></td> <td>1.0.3</td> </tr> <tr> <td><b>Category:</b></td> <td>Query</td> </tr> <tr> <td><b>Priority:</b></td> <td>Normal</td> </tr> <tr> <td><b>Type:</b></td> <td>Improvement</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> Currently SparqlResultSet is a fairly sealed API, for users it would be useful to have a way to create a populated SparqlResultSet instance for various purposes e.g. testing</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=383" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=383</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: <dot...@li...> - 2013-11-14 12:21:48
|
Send dotNetRDF-commits mailing list submissions to dot...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits or, via email, send a message with subject or body 'help' to dot...@li... You can reach the person managing the list at dot...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of dotNetRDF-commits digest..." Today's Topics: 1. commit/dotnetrdf: 6 new changesets (Bitbucket) 2. commit/dotnetrdf: 4 new changesets (Bitbucket) 3. commit/dotnetrdf: rvesse: Partial refactoring of NQuadsWriter (Bitbucket) 4. commit/dotnetrdf: 7 new changesets (Bitbucket) 5. commit/dotnetrdf: 3 new changesets (Bitbucket) 6. commit/dotnetrdf: rvesse: Trivial fix to ensure PCL builds are included in download and NuGet packages (Bitbucket) 7. commit/dotnetrdf: 2 new changesets (Bitbucket) 8. commit/dotnetrdf: 7 new changesets (Bitbucket) ---------------------------------------------------------------------- Message: 1 Date: Thu, 24 Oct 2013 14:55:27 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 6 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 6 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6099b36e1e29/ Changeset: 6099b36e1e29 Branch: 1.9 User: rvesse Date: 2013-10-24 16:28:54 Summary: Merge latest changes from default Affected #: 5 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c3047ad1f9cb/ Changeset: c3047ad1f9cb Branch: 1.9 User: rvesse Date: 2013-10-24 16:44:14 Summary: Move more SPARQL related IO out of IO Core Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/391242db14fd/ Changeset: 391242db14fd Branch: 1.9 User: rvesse Date: 2013-10-24 16:48:00 Summary: Move JSON parsing support out of IO Core Affected #: 10 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/367d15354d09/ Changeset: 367d15354d09 Branch: 1.9 User: rvesse Date: 2013-10-24 16:54:16 Summary: Move RDFa/HTML related IO out of IO Core Affected #: 31 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/f7929cbec9de/ Changeset: f7929cbec9de Branch: 1.9 User: rvesse Date: 2013-10-24 16:54:38 Summary: Rename RdfA folder to Html Affected #: 30 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9ccad9b1d845/ Changeset: 9ccad9b1d845 Branch: 1.9 User: rvesse Date: 2013-10-24 16:55:13 Summary: Introduce profile subfolder under Html folder Affected #: 30 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 2 Date: Thu, 24 Oct 2013 15:47:44 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 4 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 4 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a27076ddb92a/ Changeset: a27076ddb92a Branch: 1.9 User: rvesse Date: 2013-10-24 17:04:00 Summary: More refactoring work towards getting IO Core to a buildable state Affected #: 27 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/05d6d94ed81f/ Changeset: 05d6d94ed81f Branch: 1.9 User: rvesse Date: 2013-10-24 17:17:40 Summary: More IO Core refactoring, most easy errors now eliminated Affected #: 27 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/2153712420e6/ Changeset: 2153712420e6 Branch: 1.9 User: rvesse Date: 2013-10-24 17:19:05 Summary: Reduced errors down to 74 in IO Core Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/bf448bc80567/ Changeset: bf448bc80567 Branch: 1.9 User: rvesse Date: 2013-10-24 17:47:31 Summary: Start refactoring IStoreReader and IStoreWriter implementations into IRdfReader and IRdfWriter implementations Affected #: 27 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 3 Date: Thu, 24 Oct 2013 15:48:22 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Partial refactoring of NQuadsWriter To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/82f8aeba3974/ Changeset: 82f8aeba3974 Branch: 1.9 User: rvesse Date: 2013-10-24 17:48:13 Summary: Partial refactoring of NQuadsWriter Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 4 Date: Fri, 25 Oct 2013 14:08:31 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 7 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 7 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c5a143cb25b3/ Changeset: c5a143cb25b3 Branch: 1.9 User: rvesse Date: 2013-10-25 15:35:58 Summary: Refactor NQuadsWriter to meet new IRdfWriter interface Affected #: 8 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/301327c80f9e/ Changeset: 301327c80f9e Branch: 1.9 User: rvesse Date: 2013-10-25 15:41:59 Summary: Improve ParserHelper to use new UriFactory resolution methods (CORE-381) Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/51aab5fc3ce4/ Changeset: 51aab5fc3ce4 Branch: 1.9 User: rvesse Date: 2013-10-25 15:45:59 Summary: Ensure UriFactory interns resolved URIs (CORE-320,CORE-381) Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6fe6f6b1f6b5/ Changeset: 6fe6f6b1f6b5 Branch: 1.9 User: rvesse Date: 2013-10-25 15:56:43 Summary: Simplify GraphHandler to reduce memory usage when parsing into non-empty graphs Affected #: 7 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/e846ac37894a/ Changeset: e846ac37894a Branch: 1.9 User: rvesse Date: 2013-10-25 15:58:24 Summary: Mark StringWriter as obsolete unusable Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d5f748f7fb8e/ Changeset: d5f748f7fb8e Branch: 1.9 User: rvesse Date: 2013-10-25 16:00:41 Summary: Note some recent changes in Change Log Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/1095370add78/ Changeset: 1095370add78 Branch: 1.9 User: rvesse Date: 2013-10-25 16:08:16 Summary: Partially refactor TrigParser to new IRdfReader interface and usage of new UriFactory methods Affected #: 3 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 5 Date: Fri, 25 Oct 2013 16:06:48 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 3 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 3 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c9f746b426fb/ Changeset: c9f746b426fb Branch: 1.9 User: rvesse Date: 2013-10-25 17:31:43 Summary: Introduce CreateBlankNode(Guid) method and add a IBlankNodeGenerator interface to IO Core Affected #: 8 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/aec9403c158f/ Changeset: aec9403c158f Branch: 1.9 User: rvesse Date: 2013-10-25 17:49:07 Summary: Finish refactoring TrigParser Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/7e97aee4cddb/ Changeset: 7e97aee4cddb Branch: 1.9 User: rvesse Date: 2013-10-25 18:06:38 Summary: More progress on getting the IO Core into a buildable state, getting closer but still a little ways off Affected #: 10 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 6 Date: Thu, 07 Nov 2013 09:38:58 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Trivial fix to ensure PCL builds are included in download and NuGet packages To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/0fd793762296/ Changeset: 0fd793762296 User: rvesse Date: 2013-11-07 10:36:57 Summary: Trivial fix to ensure PCL builds are included in download and NuGet packages Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 7 Date: Tue, 12 Nov 2013 16:28:24 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 2 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/75d4e7240f36/ Changeset: 75d4e7240f36 User: kal_ahmed Date: 2013-11-12 15:40:49 Summary: Force use of x86 version of MSBuild to build Silverlight 4 library Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/5f086a279ac3/ Changeset: 5f086a279ac3 User: kal_ahmed Date: 2013-11-12 17:27:52 Summary: Initial version of toolkit installer WiX project Affected #: 6 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 8 Date: Thu, 14 Nov 2013 12:21:39 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 7 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 7 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/585dbef1afab/ Changeset: 585dbef1afab User: rvesse Date: 2013-11-11 15:52:52 Summary: Set version to 1.0.2.2880 which is estimated revision for 1.0.2 release Affected #: 31 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d00f4cade267/ Changeset: d00f4cade267 User: rvesse Date: 2013-11-11 16:14:30 Summary: Update ChangeLog, ReadMe and Release Notes appropriately Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c6547b9de40f/ Changeset: c6547b9de40f User: rvesse Date: 2013-11-11 16:16:44 Summary: More 1.0.2 release related tweaks Affected #: 5 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/1e8f21c430de/ Changeset: 1e8f21c430de User: rvesse Date: 2013-11-11 16:37:58 Summary: Use Trim()'d versions of inputs for configuring rdfServer instances in the rdfServerGUI to avoid possible malformed configuration Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/da52e6c46dc3/ Changeset: da52e6c46dc3 User: rvesse Date: 2013-11-11 16:50:28 Summary: Note rdfServerGUI tweak in Change Log Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4e7847de17ca/ Changeset: 4e7847de17ca User: rvesse Date: 2013-11-11 17:35:36 Summary: Unit test to try and report a Virtuoso issue reported but can't reproduce Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d291bfe6103e/ Changeset: d291bfe6103e User: rvesse Date: 2013-11-14 13:19:50 Summary: Merge in remote changes Affected #: 7 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk ------------------------------ _______________________________________________ dotNetRDF-commits mailing list dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits End of dotNetRDF-commits Digest, Vol 13, Issue 1 ************************************************ |
From: <tr...@do...> - 2013-11-11 16:04:17
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>In some cases Virtuoso transactions are not cleaned up</td> </tr> <tr> <td><b>Project:</b></td> <td>Data.Virtuoso (dotNetRDF.Data.Virtuoso.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=382" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=382</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...> - 2013-11-11 16:03:54
|
<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>In some cases Virtuoso transactions are not cleaned up</td> </tr> <tr> <td><b>Project:</b></td> <td>Data.Virtuoso (dotNetRDF.Data.Virtuoso.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2013-11-11 04:02 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Have had confirmation that this fixes the specific problem the reported user was seeing. The user still has some concerns but they appear to relate to another issue possibly around how the VIrtuoso ADO provider pools connections so if I can actually verify that I will file a separate issue for that.</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=382" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=382</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...> - 2013-11-11 15:57:56
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Upgrade Virtuoso ADO.Net providers to latest releases</td> </tr> <tr> <td><b>Project:</b></td> <td>Data.Virtuoso (dotNetRDF.Data.Virtuoso.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Milestone changed from "1.0.2" to "1.0.3" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=359" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=359</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...> - 2013-11-11 15:57:48
|
<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>Upgrade Virtuoso ADO.Net providers to latest releases</td> </tr> <tr> <td><b>Project:</b></td> <td>Data.Virtuoso (dotNetRDF.Data.Virtuoso.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2013-11-11 03:56 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Pushing back, still not fixed by OpenLink</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=359" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=359</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...> - 2013-11-11 15:51:03
|
<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>Improve connection management for Favourite and Recent connections in StoreManager</td> </tr> <tr> <td><b>Project:</b></td> <td>Toolkit</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Date:</b></td> <td>2013-11-11 03:49 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Pushed back to 1.0.3</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=377" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=377</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...> - 2013-11-11 15:50:13
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Improve connection management for Favourite and Recent connections in StoreManager</td> </tr> <tr> <td><b>Project:</b></td> <td>Toolkit</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Milestone changed from "1.0.2" to "1.0.3" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=377" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=377</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...> - 2013-11-11 15:03:28
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>RDF/XML parser can OOM even in streaming mode</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "In Progress" to "Completed" </li> <li>Resolution changed from "Unassigned" to "Fixed" </li> <li>Progress changed from "75 %" to "100 %" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=378" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=378</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...> - 2013-11-11 15:03:12
|
<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>RDF/XML parser can OOM even in streaming mode</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>2013-11-11 03:01 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Having looked at the rest of the code the other places are not affected by this as they'd need a pathologically nested RDF/XML document to encounter the problem in the other cases and leaving the code that we know to be stable is better than making a change against some rare situation that might happen</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=378" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=378</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...> - 2013-11-11 15:01:04
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Make SparqlQuery a mutable API</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Milestone changed from "1.0.2" to "1.9.0 Beta" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=320" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=320</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...> - 2013-11-11 15:00:42
|
<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>Make all SPARQL Operators extensible</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>2013-11-11 02:58 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Pushed back to 1.9 as will be much easier to do with rewritten SPARQL implementation</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=325" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=325</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...> - 2013-11-11 15:00: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>Support durations in all comparison operators</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>2013-11-11 02:58 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Pushed back to 1.9 as will be much easier to do with rewritten SPARQL implementation</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=326" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=326</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...> - 2013-11-11 15:00:02
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Make all SPARQL Operators extensible</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Milestone changed from "1.0.2" to "1.9.0 Beta" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=325" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=325</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...> - 2013-11-11 14:59:54
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Support durations in all comparison operators</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Milestone changed from "1.0.2" to "1.9.0 Beta" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=326" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=326</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...> - 2013-11-11 14:59:26
|
<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>Add a IsTypedAs() extension method for IValuedNode</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>2013-11-11 02:57 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Pushed back to 1.9 since will be much easier to do with a rewritten SPARQL implementation</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=328" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=328</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...> - 2013-11-11 14:59:03
|
<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>Support native SPARQL Update for Stardog 2.0 connections</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>2013-11-11 02:57 PM</td> </tr> <tr> <td><b>Comment:</b></td> </tr> <tr> <td colspan="2"><p> Pushed back to 1.0.3</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=376" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=376</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...> - 2013-11-11 14:58:51
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Add a IsTypedAs() extension method for IValuedNode</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Milestone changed from "1.0.2" to "1.9.0 Beta" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=328" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=328</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...> - 2013-11-11 14:58:38
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Support native SPARQL Update for Stardog 2.0 connections</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Milestone changed from "1.0.2" to "1.0.3" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=376" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=376</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: Rob V. <rv...@do...> - 2013-11-11 11:20:16
|
FYI We already support the previously published standardized version of Turtle but do not yet support most of the other specs mentioned here. Currently my plan is not to support these in the 1.x line of dotNetRDF because some of them require substantial refactoring of our data model and will be much more easily implemented against the 1.9 branch that will form the basis for an eventual 2.0 release The TriG, NTriples and NQuads specifications could be supported on the 1.x line if someone has the time to implement them. NTriples and NQuads should be relatively easy because they primarily just expand the character set from ASCII -> UTF-8 for these formats, some care will need to be taken to ensure that backwards compatibility is maintained in the same way we've done for Turtle. Relevant tracker issues: CORE-355 RDF 1.1 NTriples CORE-356 RDF 1.1 NQuads CORE-354 RDF 1.1 TriG Rob On 11/11/2013 09:47, "Andy Seaborne" <an...@ap...> wrote: >Forwarded: RDF 1.1 announcements > >-------- Original Message -------- >Subject: New RDF 1.1 publications & request for implementer feedback >Date: Sun, 10 Nov 2013 20:46:40 +0100 >From: Guus Schreiber <guu...@vu...> >To: <sem...@w3...> >CC: Public RDF comments list <pub...@w3...> > >Colleagues, > >The W3C RDF Working Group, which was chartered to simplify and improve >RDF without breaking existing deployments, published this week five RDF >1.1 documents as Candidate Recommendations: > > RDF 1.1 Concepts & Abstract Syntax: > http://www.w3.org/TR/rdf11-concepts/ > Main change is the inclusion of RDF Datasets as a mechanism for > multiple graphs. Another change is that all literals are typed > ("plain" literals are still available in concrete syntaxes like > Turtle as syntax sugar). > > RDF 1.1 Semantics: http://www.w3.org/TR/rdf11-mt/ > Updated to reflect the new Concepts document and community feedback > on the previous RDF Semantics document. Co-edited by Pat Hayes and > Peter Patel-Schneider > > RDF 1.1 TriG: http://www.w3.org/TR/trig/ > TriG is an extension of Turtle for handling multiple graphs. > This version of TriG differs slightly from the original proposal > in order to maximize alignment with Turtle and SPARQL 1.1. > > RDF 1.1 N-Triples: http://www.w3.org/TR/n-triples/ > RDF 1.1 N-Quads: http://www.w3.org/TR/n-quads/ > These are line-based syntaxes and are popular as exchange format. > N-Triples is a minimalist subset of Turtle. > N-Quads is an extension of N-Triples for handling multiple graphs. > >We are soliciting feedback from implementers on these specifications. >In the draft implementation reports you can find information about >the various test suites and how to run these: > > http://www.w3.org/2011/rdf-wg/wiki/#Implementation_reports > >Earlier this year the group published a Turtle Candidate Recommendation >(http://www.w3.org/TR/turtle/), which acts as a companion document to >the documents above. The group has also published this week a Proposed >Recommendation of JSON-LD, a JSON-based syntax for RDF data >(http://www.w3.org/TR/json-ld/). > >Feedback can be send to pub...@w3.... >More info on the RDF Working Group can be found at >http://www.w3.org/2011/rdf-wg/wiki/. > >Thanks in advance for your feedback! > >Guus Schreiber >RDF WG co-chair > > > |
From: <tr...@do...> - 2013-11-11 11:19:07
|
<p>The following issue has been updated by Rob Vesse:</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Set up CI servers</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td colspan="2"><b>Changes:</b></td> </tr> <tr> <td colspan="2"> <ul> <li>Status changed from "Planned" to "Completed" </li> <li>Affected Milestone changed from "Unassigned" to "1.0.0" </li> <li>Resolution changed from "Unassigned" to "Completed" </li> <li>Assigned to changed from "Rob Vesse" to "Tomasz Pluskiewicz" </li> </ul> </td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=276" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=276</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> |