agroportal / project-management

Repository used to consolidate documentation about the AgroPortal project and track content related issues.
http://agroportal.lirmm.fr
7 stars 0 forks source link

SKOS resources that do not declare owl:Ontology object #403

Open jonquet opened 1 year ago

jonquet commented 1 year ago

Since release 2.4 (notes) we need a owl:Ontology object to: (i) automatically extract metadata and (ii) detect and encode the main thesaurus (to distinguish it from the other skos:ConceptScheme possibly defined in a source file).

Although most of the SKOS ressources in AgroPortal already type the main thesaurus both as skos:ConceptScheme and a owl:Ontology, the following are not and then next occurence of the parsing, the OWL-API wrapper will fail parsing:

We need to contact the SKOS thesaurus editors and let them declare their resourcs also as a owl:Ontology In XML/RDF, the following line is ok: <skos:ConceptScheme rdf:about="URIofthemainconceptscheme"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>

jonquet commented 6 days ago

With https://github.com/ontoportal-lirmm/ontologies_linked_data/pull/139 We shall not need to address this anymore. Lets close the issue when we are sure the 8 resources listed here are "well handled" for point (i) and (ii) mentionned.