You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
},
The text was updated successfully, but these errors were encountered:
This is in PCO which is imported by PATO
<Class rdf:about="http://purl.obolibrary.org/obo/PCO_0000001">
<rdfs:label xml:lang="en">population of organisms</rdfs:label>
<rdfs:subClassOf rdf:resource="
http://purl.obolibrary.org/obo/PCO_0000018"/>
<ns2:IAO_0000112 xml:lang="en"></ns2:IAO_0000112>
<ns2:IAO_0000115 xml:lang="en">A collection of organisms, all of
the same species, that live in the same place.</ns2:IAO_0000115>
This is valid OWL but clearly still reflects a mistake. I suppose the
owl2json should not try and be smart and omit vals with empty strings, and
should either omit the annotation altogether, or following principle of
least surprise, reflect the owl in the json with an empty string.
On Thu, Oct 13, 2022 at 7:18 AM Martin Larralde ***@***.***> wrote:
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."
},
—
Reply to this email directly, view it on GitHub
<#530>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMOOFIEOVHUZPX3I4Q7DWDAK2PANCNFSM6AAAAAAREKSFE4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hi!
The last version of
pato.json
has an invalid property-value node: at line 510134 ofpato.json
, there is a predicate appearing twice but once without a value, which I think is an error:The text was updated successfully, but these errors were encountered: