ICA-EGAD / RiC-O

ICA Records in Contexts-Ontology (ICA RiC-O) GitHub repository web pages
https://ica-egad.github.io/RiC-O/
47 stars 17 forks source link

Dereferencing of the ontology URI #100

Closed tfrancart closed 1 month ago

tfrancart commented 5 months ago

Hello !

It seems that, when we owl:imports the RiC-O ontology URI https://www.ica.org/standards/RiC/ontology, Protégé cannot load it. Will the URI give a proper access to the OWL file using content negotiation ?

My test file:

@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://my.test.ontology.ch> a owl:Ontology;
  owl:imports <https://www.ica.org/standards/RiC/ontology>;
.

My Protégé behavior:

image

Thanks !

florenceclavaud commented 5 months ago

Hi @tfrancart, RiC-O 1.0 is not dereferencable yet, as the ICA website is under migration. I am very sorry for that but can do nothing about this for now. We will make it dereferencable ASAP (just like RiC-O 0.2 was). Meanwhile, you should therefore download the file and import it from your local system.

florenceclavaud commented 1 month ago

Just to comment this: RiC-O 1.0.1 (the latest version) is now accessible through its IRI (https://www.ica.org/standards/RiC/ontology), according to this recipe. Tested using various tools, including Protégé and of course curl.