SmartDataAnalytics / OpenResearch

Public issue system for OPENRESEARCH/ConfIDent
8 stars 3 forks source link

has Proceedings Bibliography/has Bibliography no effect problem #195

Open WolfgangFahl opened 3 years ago

WolfgangFahl commented 3 years ago

There are quite a few event and event series entries trying to set bibliography information:

https://confident.dbis.rwth-aachen.de/or/index.php?search=bibliography&title=Special%3ASearch&go=Go

Most of the statements have no effect as outlined in the MigrationPlan Summary. Also the only existing property is not set properly. For a start we need a list of problematic events and rate them with pain 8 or higher.

MusaabKh commented 3 years ago

267 Events have the field "has Proceedings Bibliography"

WolfgangFahl commented 3 years ago

And non ends up in the triplestore:

-- 
-- prediate usage in OpenResearch clone 2021-04-26
-- WF 2021-04-26
-- 
-- where predicate like "Has Proceed%"
select count(*),predicate 
from smw_triples
where predicate like "Has_Proc%"
group by predicate
order by 1 desc
count(*) predicate
2 Has_proceedings_chair

Therefore labeled KGLF