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

GFO modules #31

Closed
5 of 6 tasks
ChristophB opened this issue Jul 8, 2024 · 0 comments · Fixed by #30
Closed
5 of 6 tasks

GFO modules #31

ChristophB opened this issue Jul 8, 2024 · 0 comments · Fixed by #30

Comments

@ChristophB
Copy link
Member

ChristophB commented Jul 8, 2024

How should modules be organised?

Suggested Changes

  • create sub directory modules/ that contains all GFO modules
  • divide gfo.owl into modules
    • modules/gfo-base.owl: all fundamental classes, properties and axioms; imported by other modules
    • other modules, such as modules/gfo-time.owl
  • provide a complete compilation of all modules as gfo.owl
  • provide a minimal compilation of modules as gfo-light.owl (imports might not work here)
  • all OWL files should have their own namespace
    (e.g., https://w3id.org/gfo, https://w3id.org/gfo/base, https://w3id.org/gfo/time)
  • classes use the namespace of the OWL file they are defined in
    (e.g., https://w3id.org/gfo/base/Entity, https://w3id.org/gfo/time/Chronoid)
@ChristophB ChristophB linked a pull request Jul 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant