tibonto / aeon

The Academic Event Ontology (AEON) can be used to represent information regarding academic events.
https://tibonto.github.io/aeon/
Creative Commons Attribution 4.0 International
14 stars 4 forks source link

Add human-readable labels. #50

Closed clange closed 3 years ago

clange commented 3 years ago

Many classes, such as

https://github.com/tibonto/aeon/blob/77a0ce7d192d663a0c0bc83ca149a231af558565/aeon.ttl#L1638-L1641

do not have human-readable rdfs:labels. I think we'll initially need them in English and German.

StroemPhi commented 3 years ago

@clange: see also https://github.com/tibonto/aeon/issues/7 Will pull this up on my todo list!

StroemPhi commented 3 years ago

@clange although in the example above the non-human readable label is the label of the parent class. Unfortunately, I cannot change this and at the same time adhere to the style principles of OBO (http://www.obofoundry.org/principles/fp-003-uris.html).

StroemPhi commented 3 years ago

sticking to OBO standard of havin term IDs in IRI and rdfs:label for the labels, as labels might change but the entity/property denoted with the term does not