Lionel TAILHARDAT

Results 12 comments of Lionel TAILHARDAT

**WORKAROUND** With more scrutiny on error logs, the `java.lang.IllegalArgumentException: Invalid version number: Version number may be negative or greater than 255` message lead to the following workaround, with help from...

Hello @dgarijo It looks like this issue is also true when there's some URL rewriting at remote server side : Widoco sees remote URIs as non-derreferenceable (i.e. non accessible) although...

Hi! I recently found the https://github.com/stain/profilechecker project (2017) that could help on this question, and maybe integrated into the Protégé framework. Typical output from profilechecker for a given ontology is...

Hello. I get the same behavior (i.e. missing ontology name and `[Ontology Name]` place holder text in titles) when defining a `rdfs:subPropertyOf dcterms:title ;` in a `owl:DatatypeProperty`: ``` noria:logText a...

> The ontology/kos files use the `@base` statement but do not define a default namespace with the ` prefix : ` statement. Most turtle parsers (if not all) are unable...

> The shortname `noria-kos` is fine but more importantly, the default namespace should be attached to this namespace URI Thanks for the remark @rtroncy. Considering `noria` as the default namespace,...

> @GenEars thanks for the quick response and proposal. > > Yes I think your proposal is a good approach, it makes more sense to have a common root namespace...

Hello @thomashassan35. We plan to include all the above mentioned enhancements in the next NORIA-O release. See you then.

Hi @aelrij2024, and thank you for the proposal of new concepts. Please find the implementation of some of these in https://github.com/Orange-OpenSource/noria-ontology/blob/v0.4.1/kos/noria-0.4/noria-kos.ttl for your validation. See also my remarks below for...

> I have trouble with this modeling too, as in this case, the "RepeatedEvent" seems to be a Collection (of events being repeated) and stating that a Collection is an...