Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
apis
TreeApi
Commits
06997983
Commit
06997983
authored
Jan 31, 2022
by
Petar Hristov
💬
Browse files
Merge branch 'dev' into 'master'
Release: Sprint/2022-01 See merge request
!57
parents
da36b85d
682f7f96
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Tree/Controllers/TreeController.cs
View file @
06997983
...
...
@@ -356,7 +356,7 @@ namespace Coscine.Api.Tree.Controllers
foreach
(
var
triple
in
fixedValuesGraph
.
Triples
.
Where
(
x
=>
x
.
Predicate
.
ToString
()
==
"https://purl.org/coscine/fixedValue"
))
{
var
shapeTriples
=
shapesGraph
.
Triples
.
Where
((
shapeTriple
)
=>
shapeTriple
.
Su
bject
.
ToString
()
==
triple
.
Subject
.
ToString
()
shapeTriple
.
O
bject
.
ToString
()
==
triple
.
Subject
.
ToString
()
&&
shapeTriple
.
Predicate
.
ToString
()
==
"http://www.w3.org/ns/shacl#path"
);
var
entry
=
shapeTriples
.
First
();
...
...
src/Tree/Tree.csproj
View file @
06997983
...
...
@@ -10,7 +10,7 @@
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company>
<Copyright>202
1
IT Center, RWTH Aachen University</Copyright>
<Copyright>202
2
IT Center, RWTH Aachen University</Copyright>
<Description>TreeApi is a part of the Coscine group.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/apis/TreeApi</PackageProjectUrl>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment