-
Notifications
You must be signed in to change notification settings - Fork 12
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
LOV data dump hosted as a git repo #80
Comments
@hoijui thanks! I listed your dump on Wikidata: https://www.wikidata.org/wiki/Q39392701#P4945 . Please state your update policy. Your dump is 3m old, but this query at https://lov.linkeddata.es/dataset/lov/sparql prefix dct: <http://purl.org/dc/terms/>
select * { # (max(?upd) as ?updated) {
?x dct:modified ?upd
} order by desc(?upd) limit 20 shows newer stuff:
Is it because the LOV dump is 3m old, or you don't track it regularly? |
Thank you for that.. Indeed, I completely neglected that!| |
It should now be updated daily (if there are changes) from this repos CI: ... but ... it looks like there is an issue with the blank-nodes. :/ |
atextor/turtle-formatter#8 : there is active development on this tool, and stability of blank nodes is one of the issues being addressed. You use it as described at https://atextor.de/owl-cli/main/snapshot/usage.html#write-command I'm not from the LOV team, if indeed there is such.
|
Available here:
https://codeberg.org/elevont/lov-dump
I did this, because for software relying on this, it comes in handy to be able to include it as a git sub-module, instead of having to download it before or during the build process. it prevents needless re-downloads, security policy bells ringing, and many other, similar issues.
I did it on codeberg.org, because both GitHub and Gitlab.com have 100MB blob size limits, and this is 208MB
The text was updated successfully, but these errors were encountered: