hbz / lobid

Linking Open Bibliographic Data
https://lobid.org/
Eclipse Public License 2.0
16 stars 4 forks source link

Remove rdamediatype:1005 from morph #68

Closed acka47 closed 9 years ago

acka47 commented 9 years ago

Obviously, we reuse the two different medium types rdacarriertype:1050 (video carriers) and rdamediatype:1005 (projected) redundantly.

See:

$ curl "http://lobid.org/resource?q=*&medium=http%3A%2F%2Frdvocab.info%2FtermList%2FRDACarrierType%2F1050" | json_pp | grep totalResults
      "http://sindice.com/vocab/search#totalResults" : 12253,
$ curl "http://lobid.org/resource?q=*&medium=http%3A%2F%2Frdvocab.info%2FtermList%2FRDAMediaType%2F1005" | json_pp | grep totalResults
      "http://sindice.com/vocab/search#totalResults" : 12253

Thus, we can dicard one of these. As a lot of resources typed with these are VHS tapes we shouldn't use "projected" and drop it. The respective line in the morp is 295.

dr0i commented 9 years ago

Merged into master. Will be completely deployed when completely reindexed , doen at the weekend. Closing now.