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

Introduce student fee #47

Closed clange closed 3 years ago

clange commented 3 years ago

In addition to

https://github.com/tibonto/aeon/blob/77a0ce7d192d663a0c0bc83ca149a231af558565/aeon.ttl#L1718-L1719

and

https://github.com/tibonto/aeon/blob/77a0ce7d192d663a0c0bc83ca149a231af558565/aeon.ttl#L1752-L1753

would it make sense to have Student_Fee.

Also, what about the hierarchy? Is a member/student fee always a reduced fee?

StroemPhi commented 3 years ago

@clange you are right to ask about the student fee. I wasn't sure yet, if the distinctions of fees could be modeled using named individuals. I seems like this is not a good idea and that instead it these types of fees should be subclasses of aeon:Fee. What do you think?