Update notes for 2017-08

This commit is contained in:
2019-03-04 02:43:22 +02:00
parent 5169d91bdf
commit 0dc1344575
4 changed files with 9 additions and 9 deletions

View File

@ -300,7 +300,7 @@ SELECT
WHERE {
{ ?concept skos:altLabel ?label . } UNION { ?concept skos:prefLabel ?label . }
FILTER regex(str(?label), "^fish", "i") .
} LIMIT 10
} LIMIT 10;
┌───────────────────────┐
│ ?label │