Skip to content
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

dct:publisher relationship uses incorrect URI for publisher org #506

Open
ostephens opened this issue May 11, 2016 · 0 comments
Open

dct:publisher relationship uses incorrect URI for publisher org #506

ostephens opened this issue May 11, 2016 · 0 comments
Assignees

Comments

@ostephens
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants