Skip to content

Commit

Permalink
Merge pull request #10253 from obophenotype/fix-abbrev
Browse files Browse the repository at this point in the history
Fix cl:abbreviation typo
  • Loading branch information
pnrobinson authored Dec 11, 2023
2 parents ef86959 + 1d97f71 commit fb78946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ontology/hp-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -24521,7 +24521,7 @@ AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#has
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> <http://purl.obolibrary.org/obo/HP_0000511> "SNOMEDCT_US:246773002")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> <http://purl.obolibrary.org/obo/HP_0000511> "UMLS:C0339652")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> <http://purl.obolibrary.org/obo/HP_0000511> "UMLS:C1843369")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasSynonymType> <http://purl.obolibrary.org/obo/cl#abbreviation>) <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/HP_0000511> "VSGP")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasSynonymType> <http://purl.obolibrary.org/obo/hp#abbreviation>) <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/HP_0000511> "VSGP")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/HP_0000511> "Vertical gaze palsy")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#id> <http://purl.obolibrary.org/obo/HP_0000511> "HP:0000511")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/HP_0000511> "Vertical gaze palsies can manifest as selective limitation of upgaze or downgaze.")
Expand Down Expand Up @@ -144482,7 +144482,7 @@ SubClassOf(<http://purl.obolibrary.org/obo/HP_0025434> <http://purl.obolibrary.o
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/HP_0025435> "An elevated level of the enzyme lactate dehydrogenase in the blood circulation.")
AnnotationAssertion(dc:date <http://purl.obolibrary.org/obo/HP_0025435> "2017-04-23T17:11:02Z"^^xsd:dateTime)
AnnotationAssertion(dcterms:creator <http://purl.obolibrary.org/obo/HP_0025435> <https://orcid.org/0000-0002-0736-9199>)
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasSynonymType> <http://purl.obolibrary.org/obo/cl#abbreviation>) <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/HP_0025435> "Increased circulating LDH concentration")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasSynonymType> <http://purl.obolibrary.org/obo/hp#abbreviation>) <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/HP_0025435> "Increased circulating LDH concentration")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/HP_0025435> "Increased lactate dehydrogenase level")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/HP_0025435> "Lactate dehydrogenase catalyzes the interconversion of lactate and pyruvate.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/HP_0025435> "Increased circulating lactate dehydrogenase concentration"@en)
Expand Down

0 comments on commit fb78946

Please sign in to comment.