cul-it / qa_server

A rails app with questioning authority gem installed to serve as a QA server.
Apache License 2.0
1 stars 6 forks source link

Confirm entities supported for dbPedia and sample test URLs #9

Closed elrayle closed 6 years ago

elrayle commented 6 years ago

Currently, dbpedia_ld4l_cache is configured to have the same subauthorities (aka entities) as loc configs. I'm not sure this is correct.

@eichmann Can you confirm the entities supported by http://services.ld4l.org/ld4l_services/dbpedia_name_batch.jsp?entity=XXX&query=YYY

And do you have sample queries I can use to test each entity?

eichmann commented 6 years ago

@elrayle dbpedia's adhering to the standard naming scheme with entities Person and Work. Hence

http://services.ld4l.org/ld4l_services/dbpedia_name_batch.jsp?entity=Person&query=Hugo+Gernsback&maxRecords=5

http://services.ld4l.org/ld4l_services/dbpedia_name_batch.jsp?entity=Work&query=Hugo+Gernsback&maxRecords=5

elrayle commented 6 years ago

Moved to: https://github.com/LD4P/qa_server/issues/2