Skip to content

Commit

Permalink
"Alternative symbol" synonyms & "Formerly"
Browse files Browse the repository at this point in the history
- Add: a comment
  • Loading branch information
joeflack4 committed Nov 21, 2024
1 parent 042296b commit bb392ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omim2obo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def omim2obo(use_cache: bool = False):
# - Non-OMIM triples
graph.add((URIRef('http://purl.obolibrary.org/obo/mondo/omim.owl'), RDF.type, OWL.Ontology))
graph.add((URIRef(oboInOwl.hasSynonymType), RDF.type, OWL.AnnotationProperty))
graph.add((URIRef(MONDONS.includedEntryInOMIM), RDF.type, OWL.AnnotationProperty))
graph.add((URIRef(MONDONS.includedEntryInOMIM), RDF.type, OWL.AnnotationProperty)) # like an rdfs:label subClass
graph.add((URIRef(OMO['0003000']), RDF.type, OWL.AnnotationProperty))
graph.add((BIOLINK['has_evidence'], RDF.type, OWL.AnnotationProperty))
graph.add((TAX_URI, RDF.type, OWL.Class))
Expand Down

0 comments on commit bb392ae

Please sign in to comment.