Skip to content

Commit

Permalink
Add mesht:identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
filak authored Mar 21, 2020
1 parent a7506a1 commit b286829
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% include 'sparql/_namespaces.sparql' %}

SELECT distinct ?label ?d ?type ?active ?val ?lockedBy {
SELECT distinct ?label ?d ?type ?active ?val ?lockedBy ?tui {
{
SELECT *
WHERE {
Expand All @@ -19,6 +19,7 @@ SELECT distinct ?label ?d ?type ?active ?val ?lockedBy {
}
OPTIONAL { ?c mesht:notTranslatable ?ntx }
OPTIONAL { ?d mesht:lockedBy ?lockedBy }
OPTIONAL { ?t mesht:identifier ?tui }
}
} UNION {
SELECT *
Expand All @@ -36,6 +37,7 @@ SELECT distinct ?label ?d ?type ?active ?val ?lockedBy {
}
OPTIONAL { ?c mesht:notTranslatable ?ntx }
OPTIONAL { ?d mesht:lockedBy ?lockedBy }
OPTIONAL { ?t mesht:identifier ?tui }
}
} UNION {
SELECT *
Expand All @@ -53,6 +55,7 @@ SELECT distinct ?label ?d ?type ?active ?val ?lockedBy {
}
OPTIONAL { ?c mesht:notTranslatable ?ntx }
OPTIONAL { ?d mesht:lockedBy ?lockedBy }
OPTIONAL { ?t mesht:identifier ?tui }
}
}
}
Expand Down

0 comments on commit b286829

Please sign in to comment.