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

Property chain experiment DO NOT MERGE #960

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
5 changes: 2 additions & 3 deletions src/ontology/efo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -23704,7 +23704,7 @@ AnnotationAssertion(rdfs:label obo:RO_0001025 "located_in"^^xsd:string)

AnnotationAssertion(rdfs:label obo:RO_0002104 "has_plasma_membrane_part"^^xsd:string)

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

AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:20973947"^^xsd:string) obo:IAO_0000115 obo:RO_0002160 "S only_in_taxon T iff: S SubClassOf in_taxon only T"^^xsd:string)
AnnotationAssertion(oboInOwl:hasDbXref obo:RO_0002160 "RO:0002160"^^xsd:string)
Expand Down Expand Up @@ -162978,8 +162978,6 @@ AnnotationAssertion(obo:IAO_0000117 efo:EFO_0006934 "Dani Welter"^^xsd:string)
AnnotationAssertion(efo:gwas_trait efo:EFO_0006934 "true"^^xsd:string)
AnnotationAssertion(rdfs:label efo:EFO_0006934 "amygdala volume"^^xsd:string)
SubClassOf(efo:EFO_0006934 efo:EFO_0001444)
SubClassOf(efo:EFO_0006934 efo:EFO_0006930)
SubClassOf(efo:EFO_0006934 ObjectSomeValuesFrom(obo:IAO_0000136 obo:UBERON_0000955))
SubClassOf(efo:EFO_0006934 ObjectSomeValuesFrom(obo:IAO_0000136 obo:UBERON_0001876))
SubClassOf(efo:EFO_0006934 ObjectSomeValuesFrom(obo:IAO_0000136 efo:EFO_0001715))

Expand Down Expand Up @@ -286709,6 +286707,7 @@ SubClassOf(<http://www.orpha.net/ORDO/Orphanet_99989> <http://www.orpha.net/ORDO


SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000050 obo:RO_0002202) obo:RO_0002202)
SubObjectPropertyOf(ObjectPropertyChain(obo:IAO_0000136 obo:BFO_0000050) obo:IAO_0000136)
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0000052 obo:BFO_0000050) obo:RO_0002314)
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0002202 obo:BFO_0000050) obo:RO_0002202)
AnnotationAssertion(oboInOwl:hasDbXref obo:BFO_0000053 "BFO:0000053"^^xsd:string)
Expand Down