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

Added chronic pain terms for #2304 #2307

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 51 additions & 1 deletion src/ontology/efo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -17244,6 +17244,11 @@ Declaration(Class(efo:EFO_0022857))
Declaration(Class(efo:EFO_0022858))
Declaration(Class(efo:EFO_0022859))
Declaration(Class(efo:EFO_0022860))
Declaration(Class(efo:EFO_0022861))
Declaration(Class(efo:EFO_0022862))
Declaration(Class(efo:EFO_0022863))
Declaration(Class(efo:EFO_0022864))
Declaration(Class(efo:EFO_0022865))
Declaration(Class(efo:EFO_0030000))
Declaration(Class(efo:EFO_0030001))
Declaration(Class(efo:EFO_0030002))
Expand Down Expand Up @@ -29812,7 +29817,7 @@ AnnotationAssertion(rdfs:label obo:RO_0001025 "located_in")

AnnotationAssertion(rdfs:label obo:RO_0002104 "has_plasma_membrane_part")

# Object Property: obo:RO_0002160 (only in taxon)
# Object Property: obo:RO_0002160 (only_in_taxon)

AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:20973947") obo:IAO_0000115 obo:RO_0002160 "S only_in_taxon T iff: S SubClassOf in_taxon only T")
AnnotationAssertion(oboInOwl:hasDbXref obo:RO_0002160 "RO:0002160")
Expand Down Expand Up @@ -207747,6 +207752,51 @@ AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0022860 "Visium CytAssist,
AnnotationAssertion(rdfs:label efo:EFO_0022860 "Visium CytAssist Spatial Gene Expression, 11mm"@en)
SubClassOf(efo:EFO_0022860 efo:EFO_0022858)

# Class: efo:EFO_0022861 (chronic back pain)

AnnotationAssertion(obo:IAO_0000115 efo:EFO_0022861 "A chronic pain phenotype that originates in the back muscles")
AnnotationAssertion(dc:creator efo:EFO_0022861 "Zoe May Pendlington")
AnnotationAssertion(dc:date efo:EFO_0022861 "2024-10-21T08:56:59Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label efo:EFO_0022861 "chronic back pain"@en)
SubClassOf(efo:EFO_0022861 obo:HP_0003418)
SubClassOf(efo:EFO_0022861 efo:EFO_0022195)

# Class: efo:EFO_0022862 (chronic neck pain)

AnnotationAssertion(obo:IAO_0000115 efo:EFO_0022862 "A chronic pain phenotype that originates in the neck")
AnnotationAssertion(dc:creator efo:EFO_0022862 "Zoe May Pendlington")
AnnotationAssertion(dc:date efo:EFO_0022862 "2024-10-21T08:57:52Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label efo:EFO_0022862 "chronic neck pain"@en)
SubClassOf(efo:EFO_0022862 obo:HP_0030833)
SubClassOf(efo:EFO_0022862 efo:EFO_0022195)

# Class: efo:EFO_0022863 (chronic hip pain)

AnnotationAssertion(obo:IAO_0000115 efo:EFO_0022863 "A chronic pain phenotype that originates in the hip")
AnnotationAssertion(dc:creator efo:EFO_0022863 "Zoe May Pendlington")
AnnotationAssertion(dc:date efo:EFO_0022863 "2024-10-21T08:58:19Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label efo:EFO_0022863 "chronic hip pain"@en)
SubClassOf(efo:EFO_0022863 obo:HP_0030838)
SubClassOf(efo:EFO_0022863 efo:EFO_0022195)

# Class: efo:EFO_0022864 (chronic shoulder pain)

AnnotationAssertion(obo:IAO_0000115 efo:EFO_0022864 "A chronic pain phenotype that originates in the shoulder")
AnnotationAssertion(dc:creator efo:EFO_0022864 "Zoe May Pendlington")
AnnotationAssertion(dc:date efo:EFO_0022864 "2024-10-21T08:58:43Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label efo:EFO_0022864 "chronic shoulder pain"@en)
SubClassOf(efo:EFO_0022864 obo:HP_0030834)
SubClassOf(efo:EFO_0022864 efo:EFO_0022195)

# Class: efo:EFO_0022865 (chronic bone pain)

AnnotationAssertion(obo:IAO_0000115 efo:EFO_0022865 "A chronic pain phenotype that originates in the bones")
AnnotationAssertion(dc:creator efo:EFO_0022865 "Zoe May Pendlington")
AnnotationAssertion(dc:date efo:EFO_0022865 "2024-10-21T08:59:06Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label efo:EFO_0022865 "chronic bone pain"@en)
SubClassOf(efo:EFO_0022865 obo:HP_0002653)
SubClassOf(efo:EFO_0022865 efo:EFO_0022195)

# Class: efo:EFO_0030000 (STARmap)

AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:29930089") Annotation(oboInOwl:hasDbXref "https://orcid.org/0000-0002-3090-9894") obo:IAO_0000115 efo:EFO_0030000 "STARmap is an image-based technology for 3D intact-tissue RNA sequencing, which integrates hydrogel-tissue chemistry, targeted signal amplification, and in situ sequencing.")
Expand Down