Skip to content

Commit

Permalink
Revert "Merge branch 'develop' of https://github.com/semiodesk/trinit…
Browse files Browse the repository at this point in the history
…y-rdf into develop"

This reverts commit 630b55d, reversing
changes made to 4effdbb.
  • Loading branch information
meberl committed Sep 8, 2022
1 parent bad41be commit 0a47f35
Show file tree
Hide file tree
Showing 31 changed files with 6,822 additions and 132 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Documentation/log.txt
*.zip
*.user
**/.vs/**
**/.idea/**
25 changes: 23 additions & 2 deletions Semiodesk.Trinity.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trinity", "Trinity\Trinity.csproj", "{02896AA0-2FC6-4BF3-8F26-48F887DBFC6B}"
EndProject
Expand Down Expand Up @@ -29,6 +29,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8F810E3F
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trinity.Tests.Virtuoso", "tests\Trinity.Tests.Virtuoso\Trinity.Tests.Virtuoso.csproj", "{47A2749D-25BB-4C4D-BAFD-E0B02549A016}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trinity.Fuseki", "Trinity.Fuseki\Trinity.Fuseki.csproj", "{049FDECC-2933-42F8-8F82-36BB2E22FC28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trinity.Tests.Fuseki", "tests\Trinity.Tests.Fuseki\Trinity.Tests.Fuseki.csproj", "{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -92,13 +96,30 @@ Global
{47A2749D-25BB-4C4D-BAFD-E0B02549A016}.Release|Any CPU.Build.0 = Release|Any CPU
{47A2749D-25BB-4C4D-BAFD-E0B02549A016}.Release|x86.ActiveCfg = Release|Any CPU
{47A2749D-25BB-4C4D-BAFD-E0B02549A016}.Release|x86.Build.0 = Release|Any CPU
{049FDECC-2933-42F8-8F82-36BB2E22FC28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{049FDECC-2933-42F8-8F82-36BB2E22FC28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{049FDECC-2933-42F8-8F82-36BB2E22FC28}.Debug|x86.ActiveCfg = Debug|Any CPU
{049FDECC-2933-42F8-8F82-36BB2E22FC28}.Debug|x86.Build.0 = Debug|Any CPU
{049FDECC-2933-42F8-8F82-36BB2E22FC28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{049FDECC-2933-42F8-8F82-36BB2E22FC28}.Release|Any CPU.Build.0 = Release|Any CPU
{049FDECC-2933-42F8-8F82-36BB2E22FC28}.Release|x86.ActiveCfg = Release|Any CPU
{049FDECC-2933-42F8-8F82-36BB2E22FC28}.Release|x86.Build.0 = Release|Any CPU
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}.Debug|x86.Build.0 = Debug|Any CPU
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}.Release|Any CPU.Build.0 = Release|Any CPU
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}.Release|x86.ActiveCfg = Release|Any CPU
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5E1FCE3C-9436-44F8-8DB6-18F6282DE70C} = {8F810E3F-1005-4D95-BF82-E903B9DF4F5E}
{47A2749D-25BB-4C4D-BAFD-E0B02549A016} = {8F810E3F-1005-4D95-BF82-E903B9DF4F5E}
{C5279E4A-5BCB-4FCD-ACAA-2800F4AE21A0} = {8F810E3F-1005-4D95-BF82-E903B9DF4F5E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01F0E2D7-A253-4F8E-9D8D-8C6EFF35CCF5}
Expand Down
74 changes: 74 additions & 0 deletions Trinity.Fuseki/FusekiSparqlQueryResult.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
// LICENSE:
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//
// AUTHORS:
//
// Moritz Eberl <[email protected]>
// Sebastian Faubel <[email protected]>
//
// Copyright (c) Semiodesk GmbH 2022

using VDS.RDF.Query;
using VDS.RDF;

namespace Semiodesk.Trinity.Store.Fuseki
{
/// <summary>
/// The results returned from a SPARQL query.
/// </summary>
internal class FusekiSparqlQueryResult : dotNetRDFQueryResult
{
#region Members

#endregion

#region Constructors

/// <summary>
/// Internal constructor which parses the results returned from a given query.
/// </summary>
/// <param name="query">The executed query.</param>
/// <param name="store"></param>
/// <param name="resultSet">the results</param>
internal FusekiSparqlQueryResult(FusekiStore store, ISparqlQuery query, SparqlResultSet resultSet) : base(store, query, resultSet)
{

}

/// <summary>
/// Internal constructor which parses the results returned from a given query.
/// </summary>
/// <param name="query">The executed query.</param>
/// <param name="store"></param>
/// <param name="graph">the results</param>
internal FusekiSparqlQueryResult(FusekiStore store, ISparqlQuery query, IGraph graph) : base(store, query, graph)
{

}

#endregion

#region Methods

#endregion

}

}
Loading

0 comments on commit 0a47f35

Please sign in to comment.