k-int / gokb-phase1

Original GOKb repo - Moving to https://github.com/openlibraryenvironment/gokb
http://www.gokb.org
Other
11 stars 5 forks source link

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

Open ostephens opened 8 years ago

ostephens commented 8 years ago

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