Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Des status communs pour les événements ? #189

Open
srosset81 opened this issue Sep 28, 2021 · 4 comments
Open

Des status communs pour les événements ? #189

srosset81 opened this issue Sep 28, 2021 · 4 comments

Comments

@srosset81
Copy link

Il me semble qu'il pourrait être utile d'avoir une définition, à l'intérieur de l'ontologie PAIR, pour des statuts qui sont couramment utilisés.

Par exemple un pair:Event peut être "à venir" (coming) ou "passé" (finished). Chaque instance peut définir son propre statut pour ça (p.ex. pour les CDLT c'est https://data.lescheminsdelatransition.org/status/coming), mais du coup il n'y a pas d'intelligence partagée et une autre instance ne saura pas ce que ça veut dire.

Un autre statut pourrait définir si les inscriptions à l'événement sont ouvertes ou fermées.

Il me semble que OWL permet de faire ça avec les NamedIndividual, est-ce correct ? Ou existe-t-il un autre mécanisme ?

@srosset81
Copy link
Author

srosset81 commented Dec 13, 2021

Ping @tfrancart ? :)
Je pense utiliser ce mécanisme pour les ActivityPods, sans forcément passer par l'ontologie PAIR. Je serais curieux de savoir si les NamedIndividuals sont la bonne manière de gérer ça.
Un alternative pourrait être d'avoir des classes ComingEvent, FinishedEvent qu'on utiliserait comme ça: @type: ['pair:Event', 'pair:ClosedEvent']

@GuillaumeAV GuillaumeAV added this to the PAIR Summer 2022 milestone Feb 4, 2022
@srosset81
Copy link
Author

srosset81 commented Mar 8, 2022

Ping @tfrancart ?
On se pose le même type de question pour l'ontologie Place du marché...

@rmkni
Copy link

rmkni commented Apr 2, 2024

Why did you create a new event type dedicated to the PAIR ontology? Why not reuse existing event ontologies? like this one
Thus you could also reuse timeline ontology which has multiple proporties related to time management

@simonLouvet
Copy link
Contributor

simonLouvet commented Apr 4, 2024

I think that the statuses should be managed as a taxonomy and not as an ontology. This is the choice that Florence, Maxime and Baptiste made in DFC, and we have no regrets about it.
https://github.com/datafoodconsortium/taxonomies
It is also possible to encourage contributions to a taxonomy without granting rights to the ontology, using tools such as vocbench.
https://vocbench.datafoodconsortium.org/vocbench3/#/Projects
It's also easy to publish these taxonomies on showvoc.
https://showvoc.datafoodconsortium.org/showvoc/#/datasets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants