Raphael Troncy

Results 51 comments of Raphael Troncy

Not really: we need an inventory of the shortcuts we have defined and implemented (i.e. using a single property instead of a longer path) so that we implement the corresponding...

@kgtodorov You're talking about https://github.com/DOREMUS-ANR/knowledge-base/blob/master/data/itema3/README.md? Note that this file has NOT been updated recently, so you should not necessarily trust it. Furthermore, the latest dump in the repo has not...

I'm not questioning the need for those new ```skos:Concept```. However, I found awkward to define those new terms in the `````` concept scheme because there are not (yet) defined in...

@kgtodorov Can you let us know the status regarding the validation of all alignments between controlled vocabularies, and in particular, for genres and mop? Do we have a chance to...

The shortname `noria-kos` is fine but more importantly, the default namespace should be attached to this namespace URI

What you need to model is very analogous to Event and EventSeries. This is well studied in the literature. I recommend you to look at how it is modeled in...

Thanks for the clarification. If the emphasis is on the number of repetitions, then the concept is closer to what schema.org called a Schedule, https://schema.org/Schedule which offers properties such as...

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 Individual...

I'm definitively supporting this modeling view.

This query: ``` SELECT ?s WHERE { { ?s rdf:type noria:Resource } UNION { ?s rdf:type ?equivalentClass . ?equivalentClass owl:equivalentClass noria:Resource } UNION { ?s rdf:type ?subClass . ?subClass rdfs:subClassOf...