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

NOR Dashboard: an ontology with no definitions passes definitions check #148

Open
nataled opened this issue Nov 21, 2024 · 1 comment
Open

Comments

@nataled
Copy link

nataled commented Nov 21, 2024

The OTO ontology (OBOFoundry/OBOFoundry.github.io#2650) dashboard check reports no issues regarding definitions, yet the ontology contains no definitions at all. Could this be due to the lack of any class declarations? Here's how classes are given in the OWL file:

    <Declaration>
        <Class IRI="#Development_Feedback"/>
    </Declaration>
    <Declaration>
        <Class IRI="#Gender"/>
    </Declaration>
@anitacaron
Copy link
Collaborator

The check for FP 06 gets the results from the ROBOT Report. In this case, no issue was found in the report. I could investigate the ROBOT report, but as you noted, it probably cannot identify a proper class, so technically, everything is good.

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

No branches or pull requests

2 participants