Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Restructure subclassing in odml OWL file

Open
#335 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
42/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Domain
data

Research direction

Start by reading odml/resources/odml-ontology.ttl and identify the example Section subclasses such as Cell and Hardware. Move those subclass definitions into a separate odml-subclass-ontology.owl file and add the import in odml-ontology.ttl; done means the ontology retains the same subclassing content through the import.

Written by the indexing model from the issue text.

Description

Currently odml/resources/odml-ontology.ttl contains the basic ontology for mapping odML entities to RDF classes. It also includes some example Section subclasses e.g. Cell or Hardware as proof of concept.

If we want to expand on the subclassing concept and add more terms on a regular basis it would probably be good to move the subclasses from odml-ontology.ttl to its own file e.g. odml-subclass-ontology.owl and import this file in odml-ontology.ttl.

Dominant language
Python
Stars
25
Forks
30
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from G-Node/python-odml

All issues in G-Node/python-odml

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.