Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lodcc
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthäus Zloch
lodcc
Merge requests
!18
WIP: add query generation for watdiv queries
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: add query generation for watdiv queries
40-introduce-query-generation
into
master
Overview
0
Commits
3
Changes
25
Merged
Matthäus Zloch
requested to merge
40-introduce-query-generation
into
master
5 years ago
Overview
0
Commits
3
Changes
25
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b925739a
3 commits,
5 years ago
25 files
+
876
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
query/watdiv/templates/c1.tpl
0 → 100644
+
15
−
0
Options
{{
#
prefixes
}}
{{{ prefix }}}
{
{
/
prefixes
}
}
SELECT ?v0 ?v4 ?v6 ?v7
WHERE {
?v0 {{ e0 }} ?v1 .
?v0 {{ e1 }} ?v2 .
?v0 {{ e2 }} ?v3 .
?v0 {{ e3 }} ?v4 .
?v4 {{ e4 }} ?v5 .
?v4 {{ e5 }} ?v6 .
?v7 {{ e6 }} ?v6 .
?v7 {{ e7 }} ?v8 .
}
\ No newline at end of file
Loading