pelagios / recogito2

Semantic Annotation Without the Pointy Brackets
Apache License 2.0
153 stars 30 forks source link

Are the instruction for importing gazetteers still current #619

Closed davanstrien closed 5 years ago

davanstrien commented 5 years ago

I'm working on the Living with Machines project and have set up a local instance of Recogito which is working but so far I haven't managed to upload a custom gazetteer.

I might be missing something obvious but when I try and point to http://localhost:9000/admin/gazetteers as mentioned in the documenation I get an error. I am using the default admin user.

Has the path for the gazetteer upload changed?

rsimon commented 5 years ago

Ah, sorry - yes. The docs are outdated, thanks for spotting :-)

The admin dashboard has improved since those docs were written. /admin remains the main entrypoint into the admin GUI. Everything else is reachable via the fold-down menu at the top left. Gazetteer management, specifically, has moved to /admin/authorities.

Let me know how you get along with uploading the gazetteer. There might be a few glitches left. (Admin never quite managed to get a lot of attention, dev-resources wise.)

Cheers, Rainer

davanstrien commented 5 years ago

Thanks for the quick reply! I will give that a try and let you know how we get on.

thanks,

Daniel

rsimon commented 5 years ago

While updating the Wiki page just now, I realized the page also lacks the information that Recogito now also supports (a subset of) the Linked Places data model:

https://github.com/LinkedPasts/linked-places

It's a lot more convenient than the (slightly outdated) Pelagios RDF model. (It's JSON-LD as well as GeoJSON compatible.) I'm adding the info to the Wiki page now...