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
e.g.
SELECT * WHERE {<http://www.gokb.org/data/titles/21879> <http://purl.org/dc/terms/publisher> ?p }
result:
"p" "http://www.gokb.org/data/orgs/21879"
The Publisher URI is expected to be http://www.gokb.org/data/orgs/1042
The ID on the end of the publisher URI is the same as the ID on the end of the Title URI - this seems a consistent pattern (see query)
There are a few exceptions where the title ID seems to be repeated twice in the Publisher URI - e.g.:
SELECT * WHERE { <http://www.gokb.org/data/titles/29594> <http://purl.org/dc/terms/publisher> ?publisher }
gives result
publisher http://www.gokb.org/data/orgs/2959429594
The text was updated successfully, but these errors were encountered:
ianibbo
No branches or pull requests
e.g.
result:
The Publisher URI is expected to be
http://www.gokb.org/data/orgs/1042
The ID on the end of the publisher URI is the same as the ID on the end of the Title URI - this seems a consistent pattern (see query)
There are a few exceptions where the title ID seems to be repeated twice in the Publisher URI - e.g.:
gives result
The text was updated successfully, but these errors were encountered: