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
Required elements
The text was updated successfully, but these errors were encountered:
Running this SPARQL query to determine missing data providers:
prefix rdfs: prefix rdf: prefix bf: SELECT DISTINCT ?item WHERE { ?item rdf:type bf:Item . FILTER (NOT EXISTS { ?item bf:heldBy ?institution }) } ORDER BY ?item
Resulted in only three BF:Items:
In the spreadsheet, sorting by this _ - @graph - _ - edm:dataProvider - @id column results in the same three BF:Items with empty cells.
_ - @graph - _ - edm:dataProvider - @id
Fixed in commit 00d3ed6.
Sorry, something went wrong.
Added missing rights statements for Issue #11
39bf285
Missing Rights Statement fixed for Colorado State Publications in commit 39bf285
Found with this SPARQL example:
prefix rdfs: prefix rdf: prefix bf: SELECT DISTINCT ?item WHERE { ?item rdf:type bf:Item . FILTER (NOT EXISTS { ?item bf:usageAndAccessPolicy ?policy }) } ORDER BY ?instance
jermnelson
No branches or pull requests
Required elements
The text was updated successfully, but these errors were encountered: