w3c-lbd-cg / bot

Building Topology Ontology
https://w3id.org/bot
53 stars 15 forks source link

BOT Version IRIs do not resolve #80

Open GeorgFerdinandSchneider opened 4 years ago

GeorgFerdinandSchneider commented 4 years ago

The redirect to a dedicated version of BOT from Protege, e.g. 0.2.0 yields an error:

File not found: https://w3c-lbd-cg.github.io/bot/0.2.0

! Originally the version has been added using a slash; however, it has been changed to a dash:

This should be caused by the convention of defining the version IRIs.

Changing the version IRIs of BOT version to, e.g.

https://w3id.org/bot-0.2.0

Should resolve this issue as the file(s) https://w3c-lbd-cg.github.io/bot/bot-0.2.0.ttl exist and is returned by the server.

A similar approach has been followed by the seas ontologies, e.g.:

https://w3id.org/seas/BatteryOntology-1.0

GeorgFerdinandSchneider commented 4 years ago

Accepted as of CG Call 02 June 2020

Pending check if it causes problems

GeorgFerdinandSchneider commented 3 years ago

tested vom protege and issue remains -> revision of htaccess needed

GeorgFerdinandSchneider commented 3 years ago

Potentially this can be revised by @AnnaWagner

mathib commented 3 years ago

Tested https://w3id.org/bot-0.2.0 with Protégé v5.5.0 (most recent) and still does not load the versioned ontology. Also did some quick tests with Postman for RDF/XML and Turtle which do not return RDF (404).

@GeorgFerdinandSchneider : can you give a quick update? I see the pull request is merged in w3id, but there's still an open issue there.

mathib commented 2 years ago

The following was decided in the LBD call of 29th of June:

copy htaccess from OMG to BOT and rewire to BOT

Can someone who's listed on the w3id folder of BOT update this or appoint the current chairs to w3id? @MadsHolten , @GeorgFerdinandSchneider , @pipauwel , @maximelefrancois86 ? The w3id only accepts pull requests from listed editors

mathib commented 2 years ago

see the following pull request: https://github.com/perma-id/w3id.org/pull/2292