buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

not relying on topic labels in the taxonomy graph #144

Closed eroux closed 5 years ago

eroux commented 5 years ago

related to https://github.com/buda-base/xmltoldmigration/issues/91

The taxonomy graph currently contains labels for topics (ex: bdrT3CN2023). This shouldn't be the case in the future. I'm not sure how the code is organized, but lds-pdi sends the labels for the topics in the search results, for example:

http://purl.bdrc.io/lib/topicAllAssociations?I_LIM=500&R_RES=bdr%3AT2423

we should just make sure that the labels for the topics are not coming from the outline graph but from a query that lds-pdi would run to get them.

eroux commented 5 years ago

all good, the taxonomy tree is fetched by https://github.com/buda-base/lds-queries/blob/master/library/Taxtree.arq which doesn't care about the graph, so no problem