Open joncison opened 4 years ago
Example of two different ways where we're linking to Wikipedia incorrectly:
<oboInOwl:hasDbXref rdf:resource="http://en.wikipedia.org/wiki/Simplified_molecular_input_line_entry_specification"/>
<oboInOwl:hasExactSynonym rdf:resource="https://en.wikipedia.org/wiki/Pathology"/>
another one done @hmenager @albangaignard
see https://github.com/edamontology/edamverify/blob/master/queries/wikipediaMisuse.ipynb
this python stuff is cute, and these tests are detecting lots of errors!
Example of two different ways where we're linking to Wikipedia incorrectly:
<oboInOwl:hasDbXref rdf:resource="http://en.wikipedia.org/wiki/Simplified_molecular_input_line_entry_specification"/>
<oboInOwl:hasExactSynonym rdf:resource="https://en.wikipedia.org/wiki/Pathology"/>