Skip to content

Commit a3bb4a4

Browse files
committed
Introduce RDFPathEngine as sub-engine for path transitivity evaluation
1 parent dedb4a5 commit a3bb4a4

3 files changed

Lines changed: 1212 additions & 1188 deletions

File tree

RDFSharp/Query/Mirella/Engines/RDFOperationEngine.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ limitations under the License.
2727
namespace RDFSharp.Query
2828
{
2929
/// <summary>
30-
/// RDFOperationEngine is the engine for execution of SPARQL UPDATE operations
30+
/// RDFOperationEngine is the engine for execution of SPARQL UPDATE operations (MIRELLA)
3131
/// </summary>
3232
internal sealed class RDFOperationEngine : RDFQueryEngine
3333
{
3434
#region Methods
35-
36-
#region MIRELLA SPARQL UPDATE
3735
/// <summary>
3836
/// Evaluates the given SPARQL UPDATE operation on the given RDF datasource
3937
/// </summary>
@@ -510,7 +508,5 @@ private DataTable PopulateDeleteOperationResults(List<RDFPattern> deleteDataTemp
510508
return resultTable;
511509
}
512510
#endregion
513-
514-
#endregion
515511
}
516512
}

0 commit comments

Comments
 (0)