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

Missing value in basicPropertyValues of latest JSON graph #530

Open
althonos opened this issue Oct 13, 2022 · 1 comment
Open

Missing value in basicPropertyValues of latest JSON graph #530

althonos opened this issue Oct 13, 2022 · 1 comment

Comments

@althonos
Copy link

Hi!

The last version of pato.json has an invalid property-value node: at line 510134 of pato.json, there is a predicate appearing twice but once without a value, which I think is an error:

            "basicPropertyValues": [
              { 
                "pred": "http://purl.obolibrary.org/obo/IAO_0000112"
              },
              {
                "pred": "http://purl.obolibrary.org/obo/IAO_0000112",
                "val": "This a general term that can include every organism of a species living in an area or any subset of them.  Subclasses can be more specific as needed."
              },
@cmungall
Copy link
Contributor

cmungall commented Oct 13, 2022 via email

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