We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replace the hard coded line #48 by a programmatic query.
Rapid Query to get relevant info from LLQS :
SELECT ?lang ?langLabel ?code ( count(DISTINCT ?record) as ?nb ) WHERE { ?lang prop:P2 entity:Q4 ; rdfs:label ?langLabel . FILTER (lang(?langLabel) = "en"). OPTIONAL { ?record prop:P4 ?lang ; prop:P2 entity:Q2 . } OPTIONAL { ?lang prop:P13 ?code } } GROUP BY ?lang ?langLabel ?code ORDER BY DESC(?nb)
See also :
The text was updated successfully, but these errors were encountered:
The current code in create_datasets.sh seems to be out of date compared to what @mickeybarber showed me on Friday. Let's wait for input from him.
create_datasets.sh
Sorry, something went wrong.
hugolpz
mickeybarber
No branches or pull requests
Replace the hard coded line #48 by a programmatic query.
Rapid Query to get relevant info from LLQS :
See also :
The text was updated successfully, but these errors were encountered: