-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opendata.swiss resources #1533
opendata.swiss resources #1533
Conversation
🦋 Changeset detectedLatest commit: 4ba35b3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1533 +/- ##
=======================================
Coverage 74.59% 74.59%
=======================================
Files 219 219
Lines 14892 14892
Branches 850 839 -11
=======================================
Hits 11109 11109
Misses 3780 3780
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
${skos.prefLabel} ?name ; | ||
${skos.inScheme} <http://publications.europa.eu/resource/authority/file-type> . | ||
|
||
FILTER(regex(?name, "_q_", "i")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why the filter? in TEST,it filters out all values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a template. Does _q_
instead of {q}
to prevent URL encoding an gets replaced later.
From the UI, the value of q
is provided from the auto-complete editor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, is there a way to test the UI locally? It relies on the presence of the https://lindas.admin.ch/ontologies graph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. The queries go against PUBLIC_QUERY_ENDPOINT
.
You can add PUBLIC_QUERY_ENDPOINT=https://test.lindas.admin.ch/query
to .env
in project root and then lando rebuild
No description provided.