Skip to content

Commit

Permalink
fix: update for GET concepts/toValidate (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
GtanSndil authored Feb 18, 2025
1 parent 7c18c41 commit 6552040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SELECT DISTINCT ?id ?label ?creator ?valid
WHERE {
GRAPH <${CONCEPTS_GRAPH> {
GRAPH <${CONCEPTS_GRAPH}> {
?concept rdf:type skos:Concept .
BIND(STRAFTER(STR(?concept),'/concepts/definition/') AS ?id) .
?concept skos:prefLabel ?label .
Expand Down

0 comments on commit 6552040

Please sign in to comment.