diff --git a/.github/workflows/qc.yml b/.github/workflows/qc.yml
index 5c308f36..07909b27 100644
--- a/.github/workflows/qc.yml
+++ b/.github/workflows/qc.yml
@@ -19,7 +19,7 @@ jobs:
ontology_qc:
# The type of runner that the job will run on
runs-on: ubuntu-latest
- container: obolibrary/odkfull:v1.2.26
+ container: obolibrary/odkfull:v1.4
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
diff --git a/.gitignore b/.gitignore
index 8855ab6a..0aa876fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@ src/patterns/pattern_owl_seed.txt
src/patterns/all_pattern_terms.txt
target/
+src/ontology/core.owl
diff --git a/annotations.owl b/annotations.owl
deleted file mode 100644
index 8f184ce9..00000000
--- a/annotations.owl
+++ /dev/null
@@ -1,338 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-]>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- editor preferred term
-
-
-
-
-
-
-
- example of usage
-
-
-
-
-
-
-
-
- has curation status
-
-
-
-
-
-
-
- definition
-
-
-
-
-
-
-
-
- editor note
-
-
-
-
-
-
-
-
- term editor
-
-
-
-
-
-
-
-
- alternative term
-
-
-
-
-
-
-
-
- definition source
-
-
-
-
-
-
-
-
- imported from
-
-
-
-
-
-
-
-
- expand expression to
-
-
-
-
-
-
-
- expand assertion to
-
-
-
-
-
-
-
- first order logic expression
-
-
-
-
-
-
-
- elucidation
-
-
-
-
-
-
-
- temporal interpretation
- https://oborel.github.io/obo-relations/temporal-semantics/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- shorthand
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- axiom holds for all times
-
-
-## Elucidation
-
-This is used when the statement/axiom is assumed to hold true 'eternally'
-
-## How to interpret (informal)
-
-First the "atemporal" FOL is derived from the OWL using the standard
-interpretation. This axiom is temporalized by embedding the axiom
-within a for-all-times quantified sentence. The t argument is added to
-all instantiation predicates and predicates that use this relation.
-
-## Example
-
- Class: nucleus
- SubClassOf: part_of some cell
-
- forall t :
- forall n :
- instance_of(n,Nucleus,t)
- implies
- exists c :
- instance_of(c,Cell,t)
- part_of(n,c,t)
-
-## Notes
-
-This interpretation is *not* the same as an at-all-times relation
-
-
-
-
-
-
-
-
-
- relation has no temporal argument
-
-
-## Elucidation
-
-This is used when the first-order logic form of the relation is
-binary, and takes no temporal argument.
-
-## Example:
-
- Class: limb
- SubClassOf: develops_from some lateral-plate-mesoderm
-
- forall t, t2:
- forall x :
- instance_of(x,Limb,t)
- implies
- exists y :
- instance_of(y,LPM,t2)
- develops_from(x,y)
-
-
-
-
-
-
-
-
-
-
- ready for release
-
-
-
-
-
-
-
- pending final vetting
-
-
-
-
-
-
-
- requires discussion
-
-
-
-
-
-
-
- curator note
-
-
-
-
-
-
-
-
diff --git a/chemical.owl b/chemical.owl
deleted file mode 100644
index 935ce1ce..00000000
--- a/chemical.owl
+++ /dev/null
@@ -1,39 +0,0 @@
-Prefix(:=)
-Prefix(dc:=)
-Prefix(obo:=)
-Prefix(owl:=)
-Prefix(rdf:=)
-Prefix(xml:=)
-Prefix(xsd:=)
-Prefix(cito:=)
-Prefix(foaf:=)
-Prefix(rdfs:=)
-Prefix(swrl:=)
-Prefix(swrla:=)
-Prefix(swrlb:=)
-Prefix(subsets:=)
-Prefix(oboInOwl:=)
-
-
-Ontology(
-Annotation(dc:description "RO chemical module."@en)
-
-# Object Property: obo:RO_0002260 (has biological role)
-
-AnnotationAssertion(obo:IAO_0000115 obo:RO_0002260 "c has-biological-role r iff c has-role r and r is a biological role (CHEBI:24432)")
-AnnotationAssertion(rdfs:label obo:RO_0002260 "has biological role")
-SubObjectPropertyOf(obo:RO_0002260 obo:RO_0000087)
-
-# Object Property: obo:RO_0002261 (has application role)
-
-AnnotationAssertion(obo:IAO_0000115 obo:RO_0002261 "c has-application-role r iff c has-role r and r is an application role (CHEBI:33232)")
-AnnotationAssertion(rdfs:label obo:RO_0002261 "has application role")
-SubObjectPropertyOf(obo:RO_0002261 obo:RO_0000087)
-
-# Object Property: obo:RO_0002262 (has chemical role)
-
-AnnotationAssertion(obo:IAO_0000115 obo:RO_0002262 "c has-chemical-role r iff c has-role r and r is a chemical role (CHEBI:51086)")
-AnnotationAssertion(rdfs:label obo:RO_0002262 "has chemical role")
-SubObjectPropertyOf(obo:RO_0002262 obo:RO_0000087)
-
-)
\ No newline at end of file
diff --git a/core.json b/core.json
new file mode 100644
index 00000000..d6ada61e
--- /dev/null
+++ b/core.json
@@ -0,0 +1,1025 @@
+{
+ "graphs" : [ {
+ "id" : "http://purl.obolibrary.org/obo/ro/core.json",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/license",
+ "val" : "https://creativecommons.org/publicdomain/zero/1.0/"
+ }, {
+ "pred" : "http://www.w3.org/2002/07/owl#versionInfo",
+ "val" : "2023-02-19"
+ }, {
+ "pred" : "http://xmlns.com/foaf/0.1/homepage",
+ "val" : "https://github.com/oborel/obo-relations/wiki/ROCore"
+ } ],
+ "version" : "http://purl.obolibrary.org/obo/ro/releases/2023-02-19/core.json"
+ },
+ "nodes" : [ {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000002",
+ "lbl" : "continuant",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000003",
+ "lbl" : "occurrent",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "An entity that has temporal parts and that happens, unfolds or develops through time."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000004",
+ "lbl" : "independent continuant",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000006",
+ "lbl" : "spatial region",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000015",
+ "lbl" : "process",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "An occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000016",
+ "lbl" : "disposition",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000017",
+ "lbl" : "realizable entity",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "A specifically dependent continuant that inheres in continuant entities and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000019",
+ "lbl" : "quality",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000020",
+ "lbl" : "specifically dependent continuant",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000023",
+ "lbl" : "role",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000031",
+ "lbl" : "generically dependent continuant",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "A continuant that is dependent on one or other independent continuant bearers. For every instance of A requires some instance of (an independent continuant type) B but which instance of B serves can change from time to time."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000034",
+ "lbl" : "function",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000040",
+ "lbl" : "material entity",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000050",
+ "lbl" : "part of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a core relation that holds between a part and its whole"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "is part of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my brain is part of my body (continuant parthood, two material entities)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this day is part of this year (occurrent parthood)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)\n\nA continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "part_of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://www.obofoundry.org/ro/#OBO_REL:part_of"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000051",
+ "lbl" : "has part",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a core relation that holds between a whole and its part"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "has part"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my body has part my brain (continuant parthood, two material entities)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this year has part this day (occurrent parthood)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)\n\nA continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_part"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000054",
+ "lbl" : "realized in",
+ "type" : "PROPERTY",
+ "meta" : {
+ "comments" : [ "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "realized in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this disease is realized in this disease course"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this fragility is realized in this shattering"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigator role is realized in this investigation"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is realized by"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "realized_in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000600",
+ "val" : "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "val" : "http://purl.obolibrary.org/obo/bfo.owl"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000055",
+ "lbl" : "realizes",
+ "type" : "PROPERTY",
+ "meta" : {
+ "comments" : [ "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "realizes"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this disease course realizes this disease"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigation realizes this investigator role"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this shattering realizes this fragility"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000600",
+ "val" : "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "val" : "http://purl.obolibrary.org/obo/iao.owl"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000066",
+ "lbl" : "occurs in",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"
+ },
+ "comments" : [ "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "occurs in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "occurs_in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "unfolds in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "unfolds_in"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "val" : "http://purl.obolibrary.org/obo/bfo.owl"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000067",
+ "lbl" : "contains process",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"
+ },
+ "comments" : [ "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "site of"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "val" : "http://purl.obolibrary.org/obo/bfo.owl"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000141",
+ "lbl" : "immaterial entity",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000052",
+ "lbl" : "characteristic of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence."
+ },
+ "comments" : [ "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "inheres in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this fragility is a characteristic of this vase"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this red color is a characteristic of this apple"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "inheres_in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000053",
+ "lbl" : "has characteristic",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Inverse of characteristic_of"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "bearer of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this apple is bearer of this red color"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this vase is bearer of this fragility"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "bearer_of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is bearer of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000056",
+ "lbl" : "participates in",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between a continuant and a process, in which the continuant is somehow involved in the process"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "participates in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this blood clot participates in this blood coagulation"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this input material (or this output material) participates in this process"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigator participates in this investigation"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "participates_in"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000057",
+ "lbl" : "has participant",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between a process and a continuant, in which the continuant is somehow involved in the process"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "has participant"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this blood coagulation has participant this blood clot"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigation has participant this investigator"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this process has participant this input material (or this output material)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_participant"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.obofoundry.org/ro/#OBO_REL:has_participant"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000058",
+ "lbl" : "is concretized as",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000059",
+ "lbl" : "concretizes",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "lbl" : "function of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"
+ },
+ "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this catalysis function is a function of this enzyme"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "function_of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is function of"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000080",
+ "lbl" : "quality of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"
+ },
+ "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this red color is a quality of this apple"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A quality inheres in its bearer at all times for which the quality exists."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is quality of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "quality_of"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000081",
+ "lbl" : "role of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"
+ },
+ "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigator role is a role of this person"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is role of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "role_of"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000085",
+ "lbl" : "has function",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_function"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000086",
+ "lbl" : "has quality",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this apple has quality this red color"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_quality"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000087",
+ "lbl" : "has role",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this person has role this investigator role (more colloquially: this person has this role of investigator)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_role"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000091",
+ "lbl" : "has disposition",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000092",
+ "lbl" : "disposition of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0001000",
+ "lbl" : "derives from",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this cell derives from this parent cell (cell division)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this nucleus derives from this parent nucleus (nuclear division)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "derives_from"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0001001",
+ "lbl" : "derives into",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this parent cell derives into this cell (cell division)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this parent nucleus derives into this nucleus (nuclear division)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "derives_into"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0001015",
+ "lbl" : "location of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "is location of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my head is the location of my brain"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this cage is the location of this rat"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "location_of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0001025",
+ "lbl" : "located in",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "located in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my brain is located in my head"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this rat is located in this cage"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "located_in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.obofoundry.org/ro/#OBO_REL:located_in"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002000",
+ "lbl" : "2D boundary of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "the surface of my skin is a 2D boundary of my body"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "2D_boundary_of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "boundary of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is 2D boundary of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is boundary of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002002",
+ "lbl" : "has 2D boundary",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my body has 2D boundary the surface of my skin"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has boundary"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_2D_boundary"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002350",
+ "lbl" : "member of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "is member of is a mereological relation between a item and a collection."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An organism that is a member of a population of organisms"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is member of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "member part of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "SIO"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002351",
+ "lbl" : "has member",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "has member is a mereological relation between a collection and an item."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "SIO"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004096",
+ "lbl" : "DEPRECATED inheres in",
+ "type" : "PROPERTY",
+ "meta" : {
+ "comments" : [ "DEPRECATED This relation is similar to but different in important respects to the characteristic-of relation. See comments on that relation for more information." ],
+ "deprecated" : true
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004097",
+ "lbl" : "DEPRECATED bearer of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "deprecated" : true
+ }
+ } ],
+ "edges" : [ {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000004",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000006",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000141"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000015",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000003"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000016",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000017"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000017",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000020"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000019",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000020"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000020",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000023",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000017"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000031",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000034",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000016"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000040",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000004"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000141",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000004"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000080",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000081",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000085",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000086",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000087",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000091",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000092",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002350",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002351",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000050",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000054",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000055"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000066",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000067"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000052",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000056",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000058",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000059"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000085"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000080",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000086"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000081",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000091",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000092"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001000",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0001001"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001015",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0001025"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002000",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002002"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002350",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002351"
+ } ],
+ "domainRangeAxioms" : [ {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000054",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000055",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000066",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000056",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000057",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000058",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000059",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000034" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000085",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000034" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000087",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000023" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000091",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000016" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001025",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002002",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000141" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000053",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000086",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000019" ]
+ } ],
+ "propertyChainAxioms" : [ {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000066",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000066" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000066",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000066", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ } ]
+ } ]
+}
\ No newline at end of file
diff --git a/core.obo b/core.obo
new file mode 100644
index 00000000..df6a5d10
--- /dev/null
+++ b/core.obo
@@ -0,0 +1,441 @@
+format-version: 1.2
+data-version: ro/releases/2023-02-19/core.owl
+ontology: ro/core
+property_value: http://purl.org/dc/elements/1.1/license https://creativecommons.org/publicdomain/zero/1.0/
+property_value: http://xmlns.com/foaf/0.1/homepage "https://github.com/oborel/obo-relations/wiki/ROCore" xsd:anyURI
+property_value: owl:versionInfo "2023-02-19" xsd:string
+
+[Term]
+id: BFO:0000002
+name: continuant
+def: "An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts." []
+disjoint_from: BFO:0000003 ! occurrent
+
+[Term]
+id: BFO:0000003
+name: occurrent
+def: "An entity that has temporal parts and that happens, unfolds or develops through time." []
+
+[Term]
+id: BFO:0000004
+name: independent continuant
+def: "A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything." []
+is_a: BFO:0000002 ! continuant
+disjoint_from: BFO:0000020 ! specifically dependent continuant
+disjoint_from: BFO:0000031 ! generically dependent continuant
+
+[Term]
+id: BFO:0000006
+name: spatial region
+is_a: BFO:0000141 ! immaterial entity
+
+[Term]
+id: BFO:0000015
+name: process
+def: "An occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t." []
+is_a: BFO:0000003 ! occurrent
+
+[Term]
+id: BFO:0000016
+name: disposition
+is_a: BFO:0000017 ! realizable entity
+disjoint_from: BFO:0000023 ! role
+
+[Term]
+id: BFO:0000017
+name: realizable entity
+def: "A specifically dependent continuant that inheres in continuant entities and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances." []
+is_a: BFO:0000020 ! specifically dependent continuant
+disjoint_from: BFO:0000019 ! quality
+
+[Term]
+id: BFO:0000019
+name: quality
+is_a: BFO:0000020 ! specifically dependent continuant
+
+[Term]
+id: BFO:0000020
+name: specifically dependent continuant
+def: "A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same." []
+is_a: BFO:0000002 ! continuant
+disjoint_from: BFO:0000031 ! generically dependent continuant
+
+[Term]
+id: BFO:0000023
+name: role
+def: "A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts." []
+is_a: BFO:0000017 ! realizable entity
+
+[Term]
+id: BFO:0000031
+name: generically dependent continuant
+def: "A continuant that is dependent on one or other independent continuant bearers. For every instance of A requires some instance of (an independent continuant type) B but which instance of B serves can change from time to time." []
+is_a: BFO:0000002 ! continuant
+
+[Term]
+id: BFO:0000034
+name: function
+is_a: BFO:0000016 ! disposition
+
+[Term]
+id: BFO:0000040
+name: material entity
+def: "An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time." []
+is_a: BFO:0000004 ! independent continuant
+disjoint_from: BFO:0000141 ! immaterial entity
+
+[Term]
+id: BFO:0000141
+name: immaterial entity
+is_a: BFO:0000004 ! independent continuant
+
+[Typedef]
+id: BFO:0000050
+name: part of
+def: "a core relation that holds between a part and its whole" []
+property_value: IAO:0000111 "is part of" xsd:string
+property_value: IAO:0000112 "my brain is part of my body (continuant parthood, two material entities)" xsd:string
+property_value: IAO:0000112 "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)" xsd:string
+property_value: IAO:0000112 "this day is part of this year (occurrent parthood)" xsd:string
+property_value: IAO:0000116 "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other." xsd:string
+property_value: IAO:0000116 "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/" xsd:string
+property_value: IAO:0000116 "Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)\n\nA continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'." xsd:string
+property_value: IAO:0000118 "part_of" xsd:string
+property_value: RO:0001900 RO:0001901
+property_value: seeAlso "http://www.obofoundry.org/ro/#OBO_REL:part_of" xsd:string
+is_transitive: true
+inverse_of: BFO:0000051 ! has part
+
+[Typedef]
+id: BFO:0000051
+name: has part
+def: "a core relation that holds between a whole and its part" []
+property_value: IAO:0000111 "has part" xsd:string
+property_value: IAO:0000112 "my body has part my brain (continuant parthood, two material entities)" xsd:string
+property_value: IAO:0000112 "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)" xsd:string
+property_value: IAO:0000112 "this year has part this day (occurrent parthood)" xsd:string
+property_value: IAO:0000116 "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part." xsd:string
+property_value: IAO:0000116 "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/" xsd:string
+property_value: IAO:0000116 "Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)\n\nA continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'." xsd:string
+property_value: IAO:0000118 "has_part" xsd:string
+property_value: RO:0001900 RO:0001901
+is_transitive: true
+
+[Typedef]
+id: BFO:0000054
+name: realized in
+comment: Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process
+property_value: IAO:0000111 "realized in" xsd:string
+property_value: IAO:0000112 "this disease is realized in this disease course" xsd:string
+property_value: IAO:0000112 "this fragility is realized in this shattering" xsd:string
+property_value: IAO:0000112 "this investigator role is realized in this investigation" xsd:string
+property_value: IAO:0000118 "is realized by" xsd:string
+property_value: IAO:0000118 "realized_in" xsd:string
+property_value: IAO:0000600 "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])" xsd:string
+property_value: isDefinedBy http://purl.obolibrary.org/obo/bfo.owl
+domain: BFO:0000017 ! realizable entity
+range: BFO:0000015 ! process
+inverse_of: BFO:0000055 ! realizes
+
+[Typedef]
+id: BFO:0000055
+name: realizes
+comment: Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process
+property_value: IAO:0000111 "realizes" xsd:string
+property_value: IAO:0000112 "this disease course realizes this disease" xsd:string
+property_value: IAO:0000112 "this investigation realizes this investigator role" xsd:string
+property_value: IAO:0000112 "this shattering realizes this fragility" xsd:string
+property_value: IAO:0000600 "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])" xsd:string
+property_value: isDefinedBy http://purl.obolibrary.org/obo/iao.owl
+domain: BFO:0000015 ! process
+range: BFO:0000017 ! realizable entity
+
+[Typedef]
+id: BFO:0000066
+name: occurs in
+def: "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t" []
+comment: Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant
+property_value: IAO:0000111 "occurs in" xsd:string
+property_value: IAO:0000118 "occurs_in" xsd:string
+property_value: IAO:0000118 "unfolds in" xsd:string
+property_value: IAO:0000118 "unfolds_in" xsd:string
+property_value: isDefinedBy http://purl.obolibrary.org/obo/bfo.owl
+domain: BFO:0000003 ! occurrent
+range: BFO:0000004 ! independent continuant
+holds_over_chain: BFO:0000050 BFO:0000066
+inverse_of: BFO:0000067 ! contains process
+transitive_over: BFO:0000050 ! part of
+
+[Typedef]
+id: BFO:0000067
+name: contains process
+def: "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t" []
+comment: Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant
+property_value: IAO:0000111 "site of" xsd:string
+property_value: isDefinedBy http://purl.obolibrary.org/obo/bfo.owl
+
+[Typedef]
+id: RO:0000052
+name: characteristic of
+def: "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence." []
+comment: Note that this relation was previously called "inheres in", but was changed to be called "characteristic of" because BFO2 uses "inheres in" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing.
+property_value: IAO:0000111 "inheres in" xsd:string
+property_value: IAO:0000112 "this fragility is a characteristic of this vase" xsd:string
+property_value: IAO:0000112 "this red color is a characteristic of this apple" xsd:string
+property_value: IAO:0000118 "inheres_in" xsd:string
+property_value: RO:0001900 RO:0001901
+is_functional: true
+inverse_of: RO:0000053 ! has characteristic
+
+[Typedef]
+id: RO:0000053
+name: has characteristic
+def: "Inverse of characteristic_of" []
+property_value: IAO:0000111 "bearer of" xsd:string
+property_value: IAO:0000112 "this apple is bearer of this red color" xsd:string
+property_value: IAO:0000112 "this vase is bearer of this fragility" xsd:string
+property_value: IAO:0000116 "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist." xsd:string
+property_value: IAO:0000118 "bearer_of" xsd:string
+property_value: IAO:0000118 "is bearer of" xsd:string
+property_value: RO:0001900 RO:0001901
+range: BFO:0000020 ! specifically dependent continuant
+is_inverse_functional: true
+
+[Typedef]
+id: RO:0000056
+name: participates in
+def: "a relation between a continuant and a process, in which the continuant is somehow involved in the process" []
+property_value: IAO:0000111 "participates in" xsd:string
+property_value: IAO:0000112 "this blood clot participates in this blood coagulation" xsd:string
+property_value: IAO:0000112 "this input material (or this output material) participates in this process" xsd:string
+property_value: IAO:0000112 "this investigator participates in this investigation" xsd:string
+property_value: IAO:0000118 "participates_in" xsd:string
+domain: BFO:0000002 ! continuant
+range: BFO:0000003 ! occurrent
+inverse_of: RO:0000057 ! has participant
+
+[Typedef]
+id: RO:0000057
+name: has participant
+def: "a relation between a process and a continuant, in which the continuant is somehow involved in the process" []
+property_value: http://purl.org/dc/elements/1.1/source "http://www.obofoundry.org/ro/#OBO_REL:has_participant" xsd:string
+property_value: IAO:0000111 "has participant" xsd:string
+property_value: IAO:0000112 "this blood coagulation has participant this blood clot" xsd:string
+property_value: IAO:0000112 "this investigation has participant this investigator" xsd:string
+property_value: IAO:0000112 "this process has participant this input material (or this output material)" xsd:string
+property_value: IAO:0000116 "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time." xsd:string
+property_value: IAO:0000118 "has_participant" xsd:string
+domain: BFO:0000003 ! occurrent
+range: BFO:0000002 ! continuant
+
+[Typedef]
+id: RO:0000058
+name: is concretized as
+def: "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants." []
+property_value: IAO:0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)." xsd:string
+property_value: IAO:0000112 "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)." xsd:string
+domain: BFO:0000031 ! generically dependent continuant
+range: BFO:0000020 ! specifically dependent continuant
+inverse_of: RO:0000059 ! concretizes
+
+[Typedef]
+id: RO:0000059
+name: concretizes
+def: "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant." []
+property_value: IAO:0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)." xsd:string
+property_value: IAO:0000112 "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)." xsd:string
+domain: BFO:0000020 ! specifically dependent continuant
+range: BFO:0000031 ! generically dependent continuant
+
+[Typedef]
+id: RO:0000079
+name: function of
+def: "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence" []
+comment: This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020.
+property_value: IAO:0000112 "this catalysis function is a function of this enzyme" xsd:string
+property_value: IAO:0000116 "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists." xsd:string
+property_value: IAO:0000118 "function_of" xsd:string
+property_value: IAO:0000118 "is function of" xsd:string
+domain: BFO:0000034 ! function
+is_a: RO:0000052 ! characteristic of
+inverse_of: RO:0000085 ! has function
+
+[Typedef]
+id: RO:0000080
+name: quality of
+def: "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence" []
+comment: This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020.
+property_value: IAO:0000112 "this red color is a quality of this apple" xsd:string
+property_value: IAO:0000116 "A quality inheres in its bearer at all times for which the quality exists." xsd:string
+property_value: IAO:0000118 "is quality of" xsd:string
+property_value: IAO:0000118 "quality_of" xsd:string
+is_a: RO:0000052 ! characteristic of
+inverse_of: RO:0000086 ! has quality
+
+[Typedef]
+id: RO:0000081
+name: role of
+def: "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence" []
+comment: This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020.
+property_value: IAO:0000112 "this investigator role is a role of this person" xsd:string
+property_value: IAO:0000116 "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists." xsd:string
+property_value: IAO:0000118 "is role of" xsd:string
+property_value: IAO:0000118 "role_of" xsd:string
+is_a: RO:0000052 ! characteristic of
+inverse_of: RO:0000087 ! has role
+
+[Typedef]
+id: RO:0000085
+name: has function
+def: "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence" []
+property_value: IAO:0000112 "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)" xsd:string
+property_value: IAO:0000116 "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists." xsd:string
+property_value: IAO:0000118 "has_function" xsd:string
+domain: BFO:0000004 ! independent continuant
+range: BFO:0000034 ! function
+is_a: RO:0000053 ! has characteristic
+
+[Typedef]
+id: RO:0000086
+name: has quality
+def: "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence" []
+property_value: IAO:0000112 "this apple has quality this red color" xsd:string
+property_value: IAO:0000116 "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist." xsd:string
+property_value: IAO:0000118 "has_quality" xsd:string
+range: BFO:0000019 ! quality
+is_a: RO:0000053 ! has characteristic
+
+[Typedef]
+id: RO:0000087
+name: has role
+def: "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence" []
+property_value: IAO:0000112 "this person has role this investigator role (more colloquially: this person has this role of investigator)" xsd:string
+property_value: IAO:0000116 "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists." xsd:string
+property_value: IAO:0000118 "has_role" xsd:string
+domain: BFO:0000004 ! independent continuant
+range: BFO:0000023 ! role
+is_a: RO:0000053 ! has characteristic
+
+[Typedef]
+id: RO:0000091
+name: has disposition
+def: "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence" []
+domain: BFO:0000004 ! independent continuant
+range: BFO:0000016 ! disposition
+is_a: RO:0000053 ! has characteristic
+inverse_of: RO:0000092 ! disposition of
+
+[Typedef]
+id: RO:0000092
+name: disposition of
+comment: This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020.
+is_a: RO:0000052 ! characteristic of
+
+[Typedef]
+id: RO:0001000
+name: derives from
+def: "a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity" []
+property_value: IAO:0000112 "this cell derives from this parent cell (cell division)" xsd:string
+property_value: IAO:0000112 "this nucleus derives from this parent nucleus (nuclear division)" xsd:string
+property_value: IAO:0000114 IAO:0000125
+property_value: IAO:0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'." xsd:string
+property_value: IAO:0000118 "derives_from" xsd:string
+inverse_of: RO:0001001 ! derives into
+
+[Typedef]
+id: RO:0001001
+name: derives into
+def: "a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity" []
+property_value: IAO:0000112 "this parent cell derives into this cell (cell division)" xsd:string
+property_value: IAO:0000112 "this parent nucleus derives into this nucleus (nuclear division)" xsd:string
+property_value: IAO:0000114 IAO:0000125
+property_value: IAO:0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'." xsd:string
+property_value: IAO:0000118 "derives_into" xsd:string
+
+[Typedef]
+id: RO:0001015
+name: location of
+def: "a relation between two independent continuants, the location and the target, in which the target is entirely within the location" []
+property_value: IAO:0000111 "is location of" xsd:string
+property_value: IAO:0000112 "my head is the location of my brain" xsd:string
+property_value: IAO:0000112 "this cage is the location of this rat" xsd:string
+property_value: IAO:0000116 "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/" xsd:string
+property_value: IAO:0000118 "location_of" xsd:string
+property_value: RO:0001900 RO:0001901
+is_transitive: true
+inverse_of: RO:0001025 ! located in
+
+[Typedef]
+id: RO:0001025
+name: located in
+def: "a relation between two independent continuants, the target and the location, in which the target is entirely within the location" []
+property_value: http://purl.org/dc/elements/1.1/source "http://www.obofoundry.org/ro/#OBO_REL:located_in" xsd:string
+property_value: IAO:0000111 "located in" xsd:string
+property_value: IAO:0000112 "my brain is located in my head" xsd:string
+property_value: IAO:0000112 "this rat is located in this cage" xsd:string
+property_value: IAO:0000116 "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus" xsd:string
+property_value: IAO:0000116 "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/" xsd:string
+property_value: IAO:0000118 "located_in" xsd:string
+property_value: RO:0001900 RO:0001901
+domain: BFO:0000004 {http://purl.obolibrary.org/obo/IAO_0000116="This is redundant with the more specific 'independent and not spatial region' constraint. We leave in the redundant axiom for use with reasoners that do not use negation."} ! independent continuant
+range: BFO:0000004 {http://purl.obolibrary.org/obo/IAO_0000116="This is redundant with the more specific 'independent and not spatial region' constraint. We leave in the redundant axiom for use with reasoners that do not use negation."} ! independent continuant
+is_transitive: true
+
+[Typedef]
+id: RO:0002000
+name: 2D boundary of
+def: "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity" []
+property_value: IAO:0000112 "the surface of my skin is a 2D boundary of my body" xsd:string
+property_value: IAO:0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts." xsd:string
+property_value: IAO:0000116 "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape." xsd:string
+property_value: IAO:0000118 "2D_boundary_of" xsd:string
+property_value: IAO:0000118 "boundary of" xsd:string
+property_value: IAO:0000118 "is 2D boundary of" xsd:string
+property_value: IAO:0000118 "is boundary of" xsd:string
+property_value: RO:0001900 RO:0001901
+inverse_of: RO:0002002 ! has 2D boundary
+
+[Typedef]
+id: RO:0002002
+name: has 2D boundary
+def: "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity" []
+property_value: IAO:0000112 "my body has 2D boundary the surface of my skin" xsd:string
+property_value: IAO:0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts." xsd:string
+property_value: IAO:0000116 "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape." xsd:string
+property_value: IAO:0000118 "has boundary" xsd:string
+property_value: IAO:0000118 "has_2D_boundary" xsd:string
+property_value: RO:0001900 RO:0001901
+domain: BFO:0000040 ! material entity
+range: BFO:0000141 ! immaterial entity
+
+[Typedef]
+id: RO:0002350
+name: member of
+def: "is member of is a mereological relation between a item and a collection." []
+property_value: IAO:0000112 "An organism that is a member of a population of organisms" xsd:string
+property_value: IAO:0000118 "is member of" xsd:string
+property_value: IAO:0000118 "member part of" xsd:string
+property_value: IAO:0000119 "SIO" xsd:string
+property_value: RO:0001900 RO:0001901
+is_a: BFO:0000050 ! part of
+inverse_of: RO:0002351 ! has member
+
+[Typedef]
+id: RO:0002351
+name: has member
+def: "has member is a mereological relation between a collection and an item." []
+property_value: IAO:0000119 "SIO" xsd:string
+property_value: RO:0001900 RO:0001901
+is_a: BFO:0000051 ! has part
+
+[Typedef]
+id: RO:0004096
+name: DEPRECATED inheres in
+comment: DEPRECATED This relation is similar to but different in important respects to the characteristic-of relation. See comments on that relation for more information.
+is_obsolete: true
+
+[Typedef]
+id: RO:0004097
+name: DEPRECATED bearer of
+is_obsolete: true
+
diff --git a/core.owl b/core.owl
index 227ebb83..31e29698 100644
--- a/core.owl
+++ b/core.owl
@@ -1,6 +1,6 @@
-
+ xmlns:terms="http://purl.org/dc/terms/">
-
-
+
+ 2023-02-19
https://github.com/oborel/obo-relations/wiki/ROCore
@@ -50,6 +50,12 @@
+
+
+
+
+
+
@@ -80,9 +86,9 @@
-
+
-
+
@@ -92,6 +98,12 @@
+
+
+
+
+
+
@@ -635,27 +647,153 @@ A continuant cannot have an occurrent as part: use 'participates in'.
-
+
+
-
+ An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts.
+ continuant
+
-
+
-
+ An entity that has temporal parts and that happens, unfolds or develops through time.
+ occurrent
+
+
+
+
+
+
+
+
+
+
+ A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything.
+ independent continuant
+
+
+
+
+
+
+
+
+ spatial region
+
+
+
+
+
+
+
+
+ An occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t.
+ process
+
+
+
+
+
+
+
+
+
+ disposition
+
+
+
+
+
+
+
+
+
+ A specifically dependent continuant that inheres in continuant entities and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances.
+ realizable entity
+
+
+
+
+
+
+
+
+ quality
+
+
+
+
+
+
+
+
+
+ A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same.
+ specifically dependent continuant
+
+
+
+
+
+
+
+
+ A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts.
+ role
+
+
+
+
+
+
+
+
+ A continuant that is dependent on one or other independent continuant bearers. For every instance of A requires some instance of (an independent continuant type) B but which instance of B serves can change from time to time.
+ generically dependent continuant
+
+
+
+
+
+
+
+
+ function
+
+
+
+
+
+
+
+
+
+ An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time.
+ material entity
+
+
+
+
+
+
+
+
+ immaterial entity
+
@@ -849,5 +987,5 @@ A continuant cannot have an occurrent as part: use 'participates in'.
-
+
diff --git a/el-constraints.owl b/el-constraints.owl
deleted file mode 100644
index be5809d0..00000000
--- a/el-constraints.owl
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-]>
-
-
-
-
- This ontology is intended for encoding constraints on ro/core in a way that is usable by EL reasoners such as Elk. In future this ontology may be derived by some automatic or semi-automatic translation process from a more direct encoding.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/generated-axioms.owl b/generated-axioms.owl
deleted file mode 100644
index 4adb7c15..00000000
--- a/generated-axioms.owl
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/go-biotic.owl b/go-biotic.owl
deleted file mode 100644
index 8b2ae6ca..00000000
--- a/go-biotic.owl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/go_cc_import.owl b/go_cc_import.owl
deleted file mode 100644
index e98e6ad5..00000000
--- a/go_cc_import.owl
+++ /dev/null
@@ -1,165 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- nucleus
-
-
-
-
-
-
-
-
- biological_process
-
-
-
-
-
-
-
-
-
- membrane
-
-
-
-
-
-
-
-
-
- axon
-
-
-
-
-
-
-
-
-
- dendrite
-
-
-
-
-
-
-
-
-
-
- presynaptic membrane
-
-
-
-
-
-
-
-
- cell projection
-
-
-
-
-
-
-
-
-
- neuron projection
-
-
-
-
-
-
-
-
- synapse part
-
-
-
-
-
-
-
-
-
- synapse
-
-
-
-
-
-
-
-
-
-
- postsynaptic membrane
-
-
-
-
-
-
-
diff --git a/go_mf_import.owl b/go_mf_import.owl
deleted file mode 100644
index 1f81d784..00000000
--- a/go_mf_import.owl
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- molecular_function
-
-
-
-
-
-
-
- catalytic activity
-
-
-
-
-
-
-
-
- ubiquitin-protein ligase activity
-
-
-
-
-
-
-
-
- kinase activity
-
-
-
-
-
-
-
-
- transferase activity
-
-
-
-
-
-
-
-
- transferase activity, transferring phosphorus-containing groups
-
-
-
-
-
-
-
-
- ligase activity
-
-
-
-
-
-
-
-
- ligase activity, forming carbon-nitrogen bonds
-
-
-
-
-
-
-
-
- acid-amino acid ligase activity
-
-
-
-
-
-
-
-
- small conjugating protein ligase activity
-
-
-
-
-
-
-
-
-
diff --git a/issue_template.md b/issue_template.md
new file mode 100644
index 00000000..ac4497ce
--- /dev/null
+++ b/issue_template.md
@@ -0,0 +1,21 @@
+For new term requests, please provide the following information:
+
+## Preferred term label
+
+(e.g., Asplenia)
+
+## Synonyms
+
+(e.g., Absent spleen)
+
+## Textual definition
+
+the definition should be understandable even for non-specialists. Include a PubMed ID to refer to any relevant article that provides additional information about the suggested term.
+
+## Suggested parent term
+
+Please look in the hierarchy in a browser such as [OLS](http://www.ebi.ac.uk/ols/ontologies/ro)
+
+## Attribution
+
+If you would like a nanoattribution, please indicate your ORCID id
\ No newline at end of file
diff --git a/pato_import.owl b/pato_import.owl
deleted file mode 100644
index 7bad5f16..00000000
--- a/pato_import.owl
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- quality
-
-
-
-
-
-
-
- morphology
-
-
-
-
-
-
-
-
- shape
-
-
-
-
-
-
-
-
- structure
-
-
-
-
-
-
-
-
- linear
-
-
-
-
-
-
-
-
- physical object quality
-
-
-
-
-
-
-
-
- laminar
-
-
-
-
-
-
-
-
-
-
diff --git a/ro-base.json b/ro-base.json
index 19f07664..69deb094 100644
--- a/ro-base.json
+++ b/ro-base.json
@@ -1,1430 +1,1353 @@
{
"graphs" : [ {
+ "id" : "http://purl.obolibrary.org/obo/ro/ro-base.json",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/description",
+ "val" : "The OBO Relations Ontology (RO) is a collection of OWL relations (ObjectProperties) intended for use across a wide variety of biological ontologies."
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/title",
+ "val" : "OBO Relations Ontology"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/type",
+ "val" : "http://purl.obolibrary.org/obo/IAO_8000001"
+ }, {
+ "pred" : "http://purl.org/dc/terms/license",
+ "val" : "https://creativecommons.org/publicdomain/zero/1.0/"
+ }, {
+ "pred" : "http://www.w3.org/2002/07/owl#versionInfo",
+ "val" : "2023-02-19"
+ }, {
+ "pred" : "http://xmlns.com/foaf/0.1/homepage",
+ "val" : " https://github.com/oborel/obo-relations/"
+ } ],
+ "version" : "http://purl.obolibrary.org/obo/ro/releases/2023-02-19/ro-base.json"
+ },
"nodes" : [ {
- "id" : "http://purl.obolibrary.org/obo/RO_0002170",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000002",
+ "lbl" : "continuant",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "a is connected to b if and only if a and b are discrete structure, and there exists some connecting structure c, such that c connects a and b",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Connectivity-Design-Pattern"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "a 'toe distal phalanx bone' that is connected to a 'toe medial phalanx bone' (an interphalangeal joint *connects* these two bones)."
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Modeling-articulations-Design-Pattern"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "connected to"
+ "val" : "An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002291",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000003",
+ "lbl" : "occurrent",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "x is ubiquitously expressed in y if and only if x is expressed in y, and the majority of cells in y express x",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Revisit this term after coordinating with SO/SOM. The domain of this relation should be a sequence, as an instance of a DNA molecule is only expressed in the cell of which it is a part."
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "ubiquitously expressed in"
+ "val" : "An entity that has temporal parts and that happens, unfolds or develops through time."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002292",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000004",
+ "lbl" : "independent continuant",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "Inverse of 'expressed in'",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "expresses"
+ "val" : "A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002171",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000006",
+ "lbl" : "spatial region",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000015",
+ "lbl" : "process",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "A is mutually_spatially_disjoint_with B if both A and B are classes, and there exists no p such that p is part_of some A and p is part_of some B.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "non-overlapping with"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Part-disjointness-Design-Pattern"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000425",
- "val" : "Class: EquivalentTo: (BFO_0000050 some ?X) and (BFO_0000050 some ?Y)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "shares no parts with"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/OMO_0002000",
- "val" : "PREFIX owl: \nPREFIX part_of: \nPREFIX mutually_spatially_disjoint_with: \nCONSTRUCT {\n part_of: a owl:ObjectProperty .\n [\n a owl:Restriction ;\n owl:onProperty part_of: ;\n owl:someValuesFrom ?x ;\n owl:disjointWith [\n a owl:Restriction ;\n owl:onProperty part_of: ;\n owl:someValuesFrom ?y\n ]\n ]\n}\nWHERE {\n ?x mutually_spatially_disjoint_with: ?y .\n}"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/RO_0002163"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "mutually spatially disjoint with"
+ "val" : "An occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015006",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000016",
+ "lbl" : "disposition",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000017",
+ "lbl" : "realizable entity",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "q1 different_in_magnitude_relative_to q2 if and only if magnitude(q1) NOT =~ magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale.",
- "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
+ "val" : "A specifically dependent continuant that inheres in continuant entities and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances."
}
- },
- "type" : "PROPERTY",
- "lbl" : "different in magnitude relative to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015007",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000019",
+ "lbl" : "quality",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000020",
+ "lbl" : "specifically dependent continuant",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "q1 increased_in_magnitude_relative_to q2 if and only if magnitude(q1) > magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale.",
- "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
- },
- "comments" : [ "This relation is used to determine the 'directionality' of relative qualities such as 'increased strength', relative to the parent type, 'strength'." ]
- },
- "type" : "PROPERTY",
- "lbl" : "increased in magnitude relative to"
+ "val" : "A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015008",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000023",
+ "lbl" : "role",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "q1 decreased_in_magnitude_relative_to q2 if and only if magnitude(q1) < magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale.",
- "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
- },
- "comments" : [ "This relation is used to determine the 'directionality' of relative qualities such as 'decreased strength', relative to the parent type, 'strength'." ]
- },
- "type" : "PROPERTY",
- "lbl" : "decreased in magnitude relative to"
+ "val" : "A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015009",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000031",
+ "lbl" : "generically dependent continuant",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "q1 similar_in_magnitude_relative_to q2 if and only if magnitude(q1) =~ magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale.",
- "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
+ "val" : "A continuant that is dependent on one or other independent continuant bearers. For every instance of A requires some instance of (an independent continuant type) B but which instance of B serves can change from time to time."
}
- },
- "type" : "PROPERTY",
- "lbl" : "similar in magnitude relative to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002176",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000034",
+ "lbl" : "function",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000040",
+ "lbl" : "material entity",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000050",
+ "lbl" : "part of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c connects a if and only if there exist some b such that a and b are similar parts of the same system, and c connects b, specifically, c connects a with b. When one structure connects two others it unites some aspect of the function or role they play within the system.",
- "xrefs" : [ ]
+ "val" : "a core relation that holds between a part and its whole"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_gp2term", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "is part of"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The M8 connects Glasgow and Edinburgh"
+ "val" : "my brain is part of my body (continuant parthood, two material entities)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this day is part of this year (occurrent parthood)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)\n\nA continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "part_of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000003"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000004"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000017"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000019"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000020"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000031"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Connectivity-Design-Pattern"
+ "val" : "http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "a 'toe distal phalanx bone' that is connected to a 'toe medial phalanx bone' (an interphalangeal joint *connects* these two bones)."
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://ontologydesignpatterns.org/wiki/Submissions:PartOf"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Modeling-articulations-Design-Pattern"
+ "val" : "http://www.obofoundry.org/ro/#OBO_REL:part_of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "connects"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002297",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000051",
+ "lbl" : "has part",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "a core relation that holds between a whole and its part"
+ },
"subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "has part"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "GOC:mtg_berkeley_2013"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my body has part my brain (continuant parthood, two material entities)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "an annotation of gene X to anatomical structure formation with results_in_formation_of UBERON:0000007 (pituitary gland) means that at the beginning of the process a pituitary gland does not exist and at the end of the process a pituitary gland exists."
+ "val" : "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "every \"endocardial cushion formation\" (GO:0003272) results_in_formation_of some \"endocardial cushion\" (UBERON:0002062)"
+ "val" : "this year has part this day (occurrent parthood)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)\n\nA continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_part"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in formation of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002298",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000054",
+ "lbl" : "realized in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The relationship that links an entity with the process that results in the formation and shaping of that entity over time from an immature to a mature state.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "comments" : [ "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "realized in"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "tongue morphogenesis (GO:0043587) results in morphogenesis of tongue (UBERON:0001723)"
+ "val" : "this disease is realized in this disease course"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "an annotation of gene X to cell morphogenesis with results_in_morphogenesis_of CL:0000540 (neuron) means that at the end of the process an input neuron has attained its shape."
+ "val" : "this fragility is realized in this shattering"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigator role is realized in this investigation"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "GOC:mtg_berkeley_2013"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is realized by"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "realized_in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000600",
+ "val" : "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "val" : "http://purl.obolibrary.org/obo/bfo.owl"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in morphogenesis of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002177",
- "meta" : {
- "definition" : {
- "val" : "a is attached to part of b if a is attached to b, or a is attached to some p, where p is part of b.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "attached to part of (anatomical structure to anatomical structure)"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000055",
+ "lbl" : "realizes",
"type" : "PROPERTY",
- "lbl" : "attached to part of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002299",
"meta" : {
- "definition" : {
- "val" : "The relationship that links an entity with a process that results in the progression of the entity over time that is independent of changes in it's shape and results in an end point state of that entity.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "comments" : [ "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "realizes"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : " an annotation of gene X to cell maturation with results_in_maturation_of CL:0000057 (fibroblast) means that the fibroblast is mature at the end of the process"
+ "val" : "this disease course realizes this disease"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "GOC:mtg_berkeley_2013"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigation realizes this investigator role"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "bone maturation (GO:0070977) results_in_maturation_of bone (UBERON:0001474)"
+ "val" : "this shattering realizes this fragility"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000600",
+ "val" : "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "val" : "http://purl.obolibrary.org/obo/iao.owl"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000060",
+ "lbl" : "obsolete preceded by",
"type" : "PROPERTY",
- "lbl" : "results in maturation of"
+ "meta" : {
+ "comments" : [ "accidentally included in BFO 1.2 proposal\n - should have been BFO_0000062" ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002178",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000062",
+ "lbl" : "preceded by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between an arterial structure and another structure, where the arterial structure acts as a conduit channeling fluid, substance or energy.",
- "xrefs" : [ ]
+ "val" : "x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "preceded by"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Individual ontologies should provide their own constraints on this abstract relation. For example, in the realm of anatomy this should hold between an artery and an anatomical structure"
+ "val" : "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is preceded by"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "preceded_by"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.obofoundry.org/ro/#OBO_REL:preceded_by"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "supplies"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002179",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000063",
+ "lbl" : "precedes",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between an collecting structure and another structure, where the collecting structure acts as a conduit channeling fluid, substance or energy away from the other structure.",
- "xrefs" : [ ]
+ "val" : "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Individual ontologies should provide their own constraints on this abstract relation. For example, in the realm of anatomy this should hold between a vein and an anatomical structure"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "precedes"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "drains"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002172",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000066",
+ "lbl" : "occurs in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An assertion that holds between an ontology class and an organism taxon class, which is intepreted to yield some relationship between instances of the ontology class and the taxon.",
- "xrefs" : [ ]
+ "val" : "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"
},
+ "comments" : [ "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "occurs in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "occurs_in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "unfolds in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "unfolds_in"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "val" : "http://purl.obolibrary.org/obo/bfo.owl"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "taxonomic class assertion"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002293",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000067",
+ "lbl" : "contains process",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of ubiquiotously expressed in",
- "xrefs" : [ ]
+ "val" : "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "comments" : [ "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "site of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "val" : "http://purl.obolibrary.org/obo/bfo.owl"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "ubiquitously expresses"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002173",
+ "id" : "http://purl.obolibrary.org/obo/BFO_0000141",
+ "lbl" : "immaterial entity",
+ "type" : "CLASS"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/IAO_0000115",
+ "lbl" : "definition",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/IAO_0000426",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "S ambiguous_for_taxon T if the class S does not have a clear referent in taxon T. An example would be the class 'manual digit 1', which encompasses a homology hypotheses that is accepted for some species (e.g. human and mouse), but does not have a clear referent in Aves - the referent is dependent on the hypothesis embraced, and also on the ontogenetic stage. [PHENOSCPAE:asilomar_mtg]",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "ambiguous for taxon"
+ "val" : "An assertion that holds between an OWL Object Property and a string or literal, where the value of the string or literal is a Common Logic sentence of collection of sentences that define the Object Property."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002174",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000052",
+ "lbl" : "characteristic of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "S dubious_for_taxon T if it is probably the case that no instances of S can be found in any instance of T.",
- "xrefs" : [ ]
+ "val" : "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence."
},
- "comments" : [ "This relation lacks a strong logical interpretation, but can be used in place of never_in_taxon where it is desirable to state that the definition of the class is too strict for the taxon under consideration, but placing a never_in_taxon link would result in a chain of inconsistencies that will take ongoing coordinated effort to resolve. Example: metencephalon in teleost" ],
+ "comments" : [ "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "inheres in"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this fragility is a characteristic of this vase"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this red color is a characteristic of this apple"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "inheres_in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "dubious for taxon"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002295",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000053",
+ "lbl" : "has characteristic",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p results in the developmental progression of s iff p is a developmental process and s is an anatomical entity and p causes s to undergo a change in state at some point along its natural developmental cycle (this cycle starts with its formation, through the mature structure, and ends with its loss).",
- "xrefs" : [ ]
+ "val" : "Inverse of characteristic_of"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://wiki.geneontology.org/index.php/Ontology_extensions"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "bearer of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this apple is bearer of this red color"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this vase is bearer of this fragility"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This property and its subproperties are being used primarily for the definition of GO developmental processes. The property hierarchy mirrors the core GO hierarchy. In future we may be able to make do with a more minimal set of properties, but due to the way GO is currently structured we require highly specific relations to avoid incorrect entailments. To avoid this, the corresponding genus terms in GO should be declared mutually disjoint."
+ "val" : "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "bearer_of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is bearer of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in developmental progression of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002296",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000056",
+ "lbl" : "participates in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p 'results in development of' c if and only if p is a developmental process and p results in the state of c changing from its initial state as a primordium or anlage through its mature state and to its final state.",
- "xrefs" : [ ]
+ "val" : "a relation between a continuant and a process, in which the continuant is somehow involved in the process"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "participates in"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "every flower development (GO:0009908) results in development of some flower (PO:0009046)"
+ "val" : "this blood clot participates in this blood coagulation"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this input material (or this output material) participates in this process"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.geneontology.org/GO.doc.development.shtml"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigator participates in this investigation"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "participates_in"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in development of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002175",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000057",
+ "lbl" : "has participant",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "S present_in_taxon T if some instance of T has some S. This does not means that all instances of T have an S - it may only be certain life stages or sexes that have S",
- "xrefs" : [ ]
+ "val" : "a relation between a process and a continuant, in which the continuant is somehow involved in the process"
},
- "comments" : [ "The SPARQL expansion for this relation introduces new named classes into the ontology. For this reason it is likely that the expansion should only be performed during a QC pipeline; the expanded output should usually not be included in a published version of the ontology." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "has participant"
}, {
- "pred" : "http://purl.obolibrary.org/obo/OMO_0002000",
- "val" : "PREFIX rdfs: \nPREFIX owl: \nPREFIX in_taxon: \nPREFIX present_in_taxon: \nCONSTRUCT {\n in_taxon: a owl:ObjectProperty .\n ?witness rdfs:label ?label .\n ?witness rdfs:subClassOf ?x .\n ?witness rdfs:subClassOf [\n a owl:Restriction ;\n owl:onProperty in_taxon: ;\n owl:someValuesFrom ?taxon\n ] .\n}\nWHERE {\n ?x present_in_taxon: ?taxon .\n BIND(IRI(CONCAT(\n \"http://purl.obolibrary.org/obo/RO_0002175#\",\n MD5(STR(?x)),\n \"-\",\n MD5(STR(?taxon))\n )) as ?witness)\n BIND(CONCAT(STR(?x), \" in taxon \", STR(?taxon)) AS ?label)\n}"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this blood coagulation has participant this blood clot"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigation has participant this investigator"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "present in taxon"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015015",
- "meta" : {
- "definition" : {
- "val" : "A relation between a cell and molecule or complex such that every instance of the cell has a high number of instances of that molecule expressed on the cell surface.",
- "xrefs" : [ "PMID:19243617" ]
- },
- "basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'Ly-76 high positive erythrocyte' equivalent to 'enucleate erythrocyte' and (has_high_plasma_membrane_amount some 'lymphocyte antigen 76 (mouse)')"
+ "val" : "this process has participant this input material (or this output material)"
}, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "http://orcid.org/0000-0003-1617-8244"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."
}, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "http://orcid.org/0000-0003-1940-6740"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_participant"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.obofoundry.org/ro/#OBO_REL:has_participant"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has high plasma membrane amount"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015016",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000058",
+ "lbl" : "is concretized as",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a cell and molecule or complex such that every instance of the cell has a low number of instances of that molecule expressed on the cell surface.",
- "xrefs" : [ "PMID:19243617" ]
+ "val" : "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "http://orcid.org/0000-0003-1940-6740"
- }, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "http://orcid.org/0000-0003-1617-8244"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'DN2b thymocyte' equivalent to 'DN2 thymocyte' and (has_low_plasma_membrane_amount some 'mast/stem cell growth factor receptor')"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has low plasma membrane amount"
- }, {
- "id" : "http://purl.obolibrary.org/obo/valid_for_gocam",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ "val" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-09-22T11:05:45Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "valid_for_gocam"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015010",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000059",
+ "lbl" : "concretizes",
"type" : "PROPERTY",
- "lbl" : "has relative magnitude"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015011",
"meta" : {
"definition" : {
- "val" : "s3 has_cross_section s3 if and only if : there exists some 2d plane that intersects the bearer of s3, and the impression of s3 upon that plane has shape quality s2.",
- "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
+ "val" : "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."
},
- "comments" : [ "Example: a spherical object has the quality of being spherical, and the spherical quality has_cross_section round." ]
- },
- "type" : "PROPERTY",
- "lbl" : "has cross section"
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015012",
- "meta" : {
- "definition" : {
- "val" : "q1 reciprocal_of q2 if and only if : q1 and q2 are relational qualities and a phenotype e q1 e2 mutually implies a phenotype e2 q2 e.",
- "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
- },
- "comments" : [ "There are frequently two ways to state the same thing: we can say 'spermatocyte lacks asters' or 'asters absent from spermatocyte'. In this case the quality is 'lacking all parts of type' - it is a (relational) quality of the spermatocyte, and it is with respect to instances of 'aster'. One of the popular requirements of PATO is that it continue to support 'absent', so we need to relate statements which use this quality to the 'lacking all parts of type' quality." ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "lbl" : "function of",
"type" : "PROPERTY",
- "lbl" : "reciprocal of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002160",
"meta" : {
"definition" : {
- "val" : "x only in taxon y if and only if x is in taxon y, and there is no other organism z such that y!=z a and x is in taxon z.",
- "xrefs" : [ ]
+ "val" : "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"
},
+ "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "lactation SubClassOf 'only in taxon' some 'Mammalia'"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/17921072"
+ "val" : "this catalysis function is a function of this enzyme"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "The original intent was to treat this as a macro that expands to 'in taxon' only ?Y - however, this is not necessary if we instead have supplemental axioms that state that each pair of sibling tax have a disjointness axiom using the 'in taxon' property - e.g.\n\n 'in taxon' some Eukaryota DisjointWith 'in taxon' some Eubacteria"
+ "val" : "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20973947"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "function_of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is function of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "only in taxon"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002286",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000080",
+ "lbl" : "quality of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Inverse of developmentally preceded by",
- "xrefs" : [ ]
+ "val" : "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"
},
+ "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this red color is a quality of this apple"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "developmentally succeeded by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002287",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A quality inheres in its bearer at all times for which the quality exists."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is quality of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'hypopharyngeal eminence' SubClassOf 'part of precursor of' some tongue"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "quality_of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "part of developmental precursor of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002161",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000081",
+ "lbl" : "role of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x never in taxon T if and only if T is a class, and x does not instantiate the class expression \"in taxon some T\". Note that this is a shortcut relation, and should be used as a hasValue restriction in OWL.",
- "xrefs" : [ ]
+ "val" : "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"
},
+ "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20973947"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/17921072"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/OMO_0002000",
- "val" : "PREFIX rdfs: \nPREFIX owl: \nPREFIX in_taxon: \nPREFIX never_in_taxon: \nCONSTRUCT {\n in_taxon: a owl:ObjectProperty .\n ?x owl:disjointWith [\n a owl:Restriction ;\n owl:onProperty in_taxon: ;\n owl:someValuesFrom ?taxon\n ] .\n ?x rdfs:subClassOf [\n a owl:Restriction ;\n owl:onProperty in_taxon: ;\n owl:someValuesFrom [\n a owl:Class ;\n owl:complementOf ?taxon\n ]\n ] .\n}\nWHERE {\n ?x never_in_taxon: ?taxon .\n}"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this investigator role is a role of this person"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000425",
- "val" : "Class: ?X DisjointWith: RO_0002162 some ?Y "
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "tooth SubClassOf 'never in taxon' value 'Aves'"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is role of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "role_of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "never in taxon"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000085",
+ "lbl" : "has function",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is in taxon y if an only if y is an organism, and the relationship between x and y is one of: part of (reflexive), developmentally preceded by, derives from, secreted by, expressed.",
- "xrefs" : [ ]
+ "val" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"
},
- "comments" : [ "Connects a biological entity to its taxon of origin." ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-9227-417X"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20973947"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/17921072"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_function"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in taxon"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002163",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000086",
+ "lbl" : "has quality",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A is spatially_disjoint_from B if and only if they have no parts in common",
- "xrefs" : [ ]
+ "val" : "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 exactly 0 (BFO_0000050 some ?Y)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Note that it would be possible to use the relation to label the relationship between a near infinite number of structures - between the rings of saturn and my left earlobe. The intent is that this is used for parsiomoniously for disambiguation purposes - for example, between siblings in a jointly exhaustive pairwise disjointness hierarchy"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this apple has quality this red color"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "There are two ways to encode this as a shortcut relation. The other possibility to use an annotation assertion between two classes, and expand this to a disjointness axiom. "
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/wiki/Part-disjointness-Design-Pattern"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "val" : "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_quality"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "spatially disjoint from"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002285",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000087",
+ "lbl" : "has role",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x developmentally replaces y if and only if there is some developmental process that causes x to move or to cease to exist, and for the site that was occupied by x to become occupied by y, where y either comes into existence in this site or moves to this site from somewhere else",
- "xrefs" : [ ]
+ "val" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "replaces"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this person has role this investigator role (more colloquially: this person has this role of investigator)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This relation is intended for cases such as when we have a bone element replacing its cartilage element precursor. Currently most AOs represent this using 'develops from'. We need to decide whether 'develops from' will be generic and encompass replacement, or whether we need a new name for a generic relation that encompasses replacement and development-via-cell-lineage"
+ "val" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_role"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0000091",
+ "lbl" : "has disposition",
"type" : "PROPERTY",
- "lbl" : "developmentally replaces"
+ "meta" : {
+ "definition" : {
+ "val" : "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002158",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000092",
+ "lbl" : "disposition of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "two individual entities d1 and d2 stand in a shares_ancestor_with relation if and only if there exists some a such that d1 derived_by_descent_from a and d2 derived_by_descent_from a.",
- "xrefs" : [ ]
+ "val" : "inverse of has disposition"
},
- "comments" : [ "VBO calls this homologous_to" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Consider obsoleting and merging with child relation, 'in homology relationship with'"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "shares ancestor with"
+ "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002159",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000300",
+ "lbl" : "obsolete in neural circuit with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "OBSOLETE A relation that holds between two neurons connected directly via a synapse, or indirectly via a series of synaptically connected neurons."
+ },
+ "comments" : [ "Obsoleted as no longer a useful relationship (all neurons in an organism are in a neural circuit with each other)." ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "serially homologous to"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0019501",
- "meta" : {
- "definition" : {
- "val" : "Relates a gene to condition, such that a variation in this gene predisposes to the development of a condition.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "http://orcid.org/0000-0002-4142-7153"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "confers susceptibility to condition"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000092",
- "meta" : {
- "definition" : {
- "val" : "inverse of has disposition",
- "xrefs" : [ ]
- },
- "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
- "type" : "PROPERTY",
- "lbl" : "disposition of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000091",
- "meta" : {
- "definition" : {
- "val" : "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0000301",
+ "lbl" : "obsolete upstream in neural circuit with",
"type" : "PROPERTY",
- "lbl" : "has disposition"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003002",
"meta" : {
"definition" : {
- "val" : "Holds between entity A (a transcription factor) and a nucleic acid B if and only if A down-regulates the expression of B. The nucleic acid can be a gene or an mRNA.",
- "xrefs" : [ ]
+ "val" : "OBSOLETE A relation that holds between a neuron that is synapsed_to another neuron or a neuron that is connected indirectly to another by a chain of neurons, each synapsed_to the next, in which the direction is from the last to the first."
},
+ "comments" : [ "Obsoleted as no longer a useful relationship (all neurons in an organism are in a neural circuit with each other)." ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "represses expression of"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0000302",
+ "lbl" : "obsolete downstream in neural circuit with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a produced_by b iff some process that occurs_in b has_output a.",
- "xrefs" : [ ]
+ "val" : "OBSOLETE A relation that holds between a neuron that is synapsed_by another neuron or a neuron that is connected indirectly to another by a chain of neurons, each synapsed_by the next, in which the direction is from the last to the first."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "comments" : [ "Obsoleted as no longer a useful relationship (all neurons in an organism are in a neural circuit with each other)." ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-9114-8737"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "produced by"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002156",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001000",
+ "lbl" : "derives from",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "d derived_by_descent_from a if d is specified by some genetic program that is sequence-inherited-from a genetic program that specifies a.",
- "xrefs" : [ ]
+ "val" : "a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "evolutionarily_descended_from"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this cell derives from this parent cell (cell division)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "ancestral_stucture_of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this nucleus derives from this parent nucleus (nuclear division)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "derives_from"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation is taken from the RO2005 version of RO. It may be obsoleted and replaced by relations with different definitions. See also the 'develops from' family of relations."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "derived by descent from"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003003",
- "meta" : {
- "definition" : {
- "val" : "Holds between entity A (a transcription factor) and nucleic acid B if and only if A up-regulates the expression of B. The nucleic acid can be a gene or mRNA.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0001001",
+ "lbl" : "derives into",
"type" : "PROPERTY",
- "lbl" : "increases expression of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002157",
"meta" : {
"definition" : {
- "val" : "inverse of derived by descent from",
- "xrefs" : [ ]
+ "val" : "a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this parent cell derives into this cell (cell division)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this parent nucleus derives into this nucleus (nuclear division)"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "derives_into"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has derived by descendant"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002150",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001015",
+ "lbl" : "location of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "X continuous_with Y if and only if X and Y share a fiat boundary.",
- "xrefs" : [ ]
+ "val" : "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "is location of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "The label for this relation was previously connected to. I relabeled this to \"continuous with\". The standard notion of connectedness does not imply shared boundaries - e.g. Glasgow connected_to Edinburgh via M8; my patella connected_to my femur (via patellar-femoral joint)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my head is the location of my brain"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this cage is the location of this rat"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "connected to"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "FMA:85972"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "location_of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "continuous with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002151",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001018",
+ "lbl" : "contained in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "x partially overlaps y iff there exists some z such that z is part of x and z is part of y, and it is also the case that neither x is part of y or y is part of x",
- "xrefs" : [ ]
- },
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000426",
- "val" : "(forall (?x ?y) \n\t(iff \n\t\t(proper_overlaps ?x ?y)\n\t\t(and \n\t\t\t(overlaps ?x ?y)\n\t\t\t(not (part_of ?x ?y)) \n\t\t\t(not (part_of ?y ?x)))))"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "contained in"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "proper overlaps"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Containment is location not involving parthood, and arises only where some immaterial continuant is involved."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "We would like to include disjointness axioms with part_of and has_part, however this is not possible in OWL2 as these are non-simple properties and hence cannot appear in a disjointness axiom"
+ "val" : "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Intended meaning:\ndomain: material entity\nrange: spatial region or site (immaterial continuant)\n "
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "contained_in"
}, {
"pred" : "http://purl.obolibrary.org/obo/RO_0001900",
"val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "partially overlaps"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003000",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001019",
+ "lbl" : "contains",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "a produces b if some process that occurs_in a has_output b, where a and b are material entities. Examples: hybridoma cell line produces monoclonal antibody reagent; chondroblast produces avascular GAG-rich matrix.",
- "xrefs" : [ ]
- },
- "comments" : [ "Note that this definition doesn't quite distinguish the output of a transformation process from a production process, which is related to the identity/granularity issue." ],
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-9114-8737"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "contains"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "produces"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002026",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001020",
+ "lbl" : "is allergic trigger for",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between two images, A and B, where:\nA depicts X;\nB depicts Y;\nX and Y are both of type T'\nC is a 2 layer image consiting of layers A and B;\nA and B are aligned in C according to a shared co-ordinate framework so that common features of X and Y are co-incident with each other.\nNote: A and B may be 2D or 3D.\nExamples include: the relationship between two channels collected simultaneously from a confocal microscope; the relationship between an image dpeicting X and a painted annotation layer that delineates regions of X; the relationship between the tracing of a neuron on an EM stack and the co-ordinate space of the stack; the relationship between two separately collected images that have been brought into register via some image registration software.",
- "xrefs" : [ "GOC:dos" ]
+ "val" : "A relation between a material entity and a condition (a phenotype or disease) of a host, in which the material entity is not part of the host, and is considered harmless to non-allergic hosts, and the condition results in pathological processes that include an abnormally strong immune response against the material entity."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-12-07T12:58:06Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "penicillin (CHEBI:17334) is allergic trigger for penicillin allergy (DOID:0060520)"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0001021",
+ "lbl" : "is autoimmune trigger for",
"type" : "PROPERTY",
- "lbl" : "in register with"
+ "meta" : {
+ "definition" : {
+ "val" : "A relation between a material entity and a condition (a phenotype or disease) of a host, in which the material entity is part of the host itself, and the condition results in pathological processes that include an abnormally strong immune response against the material entity."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002029",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001022",
+ "lbl" : "has allergic trigger",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Then percentage of organisms in a population that die during some specified age range (age-specific mortality rate), minus the percentage that die in during the same age range in a wild-type population.",
- "xrefs" : [ "PMID:24138933", "Wikipedia:Infant_mortality" ]
+ "val" : "A relation between a condition (a phenotype or disease) of a host and a material entity, in which the material entity is not part of the host, and is considered harmless to non-allergic hosts, and the condition results in pathological processes that include an abnormally strong immune response against the material entity."
},
- "comments" : [ "This could be used to record the increased infant morality rate in some population compared to wild-type. For examples of usage see http://purl.obolibrary.org/obo/FBcv_0000351 and subclasses." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-05-22T16:43:28Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "penicillin allergy (DOID:0060520) has allergic trigger penicillin (CHEBI:17334)"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0001023",
+ "lbl" : "has autoimmune trigger",
"type" : "PROPERTY",
- "lbl" : "has increased age-specific mortality rate"
+ "meta" : {
+ "definition" : {
+ "val" : "A relation between a condition (a phenotype or disease) of a host and a material entity, in which the material entity is part of the host itself, and the condition results in pathological processes that include an abnormally strong immune response against the material entity."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0016004",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001025",
+ "lbl" : "located in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "X has exposure medium Y if X is an exposure event (process), Y is a material entity, and the stimulus for X is transmitted or carried in Y.",
- "xrefs" : [ ]
+ "val" : "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-7463-6306"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
+ "val" : "located in"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "ExO:0000083"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my brain is located in my head"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/date",
- "val" : "2021-12-14T20:41:45Z"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has exposure medium"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0016001",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a set of relations regarding presentation of phenotypes and disease."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "this rat is located in this cage"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/date",
- "val" : "2021-11-05T17:30:14Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/contributor",
- "val" : "http://orcid.org/0000-0002-7463-6306"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/oborel/obo-relations/issues/478"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "located_in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.obofoundry.org/ro/#OBO_REL:located_in"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has phenotype or disease"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0016002",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "lbl" : "temporal interpretation",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between an organism and a disease. Here a disease is construed broadly as a disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism.",
- "xrefs" : [ ]
+ "val" : "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/date",
- "val" : "2021-11-05T17:30:44Z"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/contributor",
- "val" : "http://orcid.org/0000-0002-7463-6306"
- }, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/oborel/obo-relations/issues/478"
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has disease"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002380",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001901",
+ "lbl" : "axiom holds for all times",
+ "type" : "INDIVIDUAL",
"meta" : {
"definition" : {
- "val" : "x is a branching part of y if and only if x is part of y and x is connected directly or indirectly to the main stem of y",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "FMA:85994"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "In the tree T depicted in https://oborel.github.io/obo-relations/branching_part_of.png, B1 is a (direct) branching part of T. B1-1, B1-2, and B1-3 are also branching parts of T, but these are considered indirect branching parts as they do not directly connect to the main stem S"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/issues/2212"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "branching part of"
+ "val" : "## Elucidation\n\nThis is used when the statement/axiom is assumed to hold true 'eternally'\n\n## How to interpret (informal)\n\nFirst the "atemporal" FOL is derived from the OWL using the standard\ninterpretation. This axiom is temporalized by embedding the axiom\nwithin a for-all-times quantified sentence. The t argument is added to\nall instantiation predicates and predicates that use this relation.\n\n## Example\n\n Class: nucleus\n SubClassOf: part_of some cell\n\n forall t :\n forall n :\n instance_of(n,Nucleus,t)\n implies\n exists c :\n instance_of(c,Cell,t)\n part_of(n,c,t)\n\n## Notes\n\nThis interpretation is *not* the same as an at-all-times relation"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000081",
+ "id" : "http://purl.obolibrary.org/obo/RO_0001902",
+ "lbl" : "relation has no temporal argument",
+ "type" : "INDIVIDUAL",
+ "meta" : {
+ "definition" : {
+ "val" : "## Elucidation\n\nThis is used when the first-order logic form of the relation is\nbinary, and takes no temporal argument.\n\n## Example:\n\n Class: limb\n SubClassOf: develops_from some lateral-plate-mesoderm\n\n forall t, t2:\n forall x :\n instance_of(x,Limb,t)\n implies\n exists y :\n instance_of(y,LPM,t2)\n develops_from(x,y)"
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002000",
+ "lbl" : "2D boundary of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence",
- "xrefs" : [ ]
+ "val" : "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity"
},
- "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this investigator role is a role of this person"
+ "val" : "the surface of my skin is a 2D boundary of my body"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is role of"
+ "val" : "2D_boundary_of"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "role_of"
+ "val" : "boundary of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is 2D boundary of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is boundary of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "surface of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "role of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000080",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002001",
+ "lbl" : "aligned with",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence",
- "xrefs" : [ ]
- },
- "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "quality_of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A quality inheres in its bearer at all times for which the quality exists."
+ "val" : "May be obsoleted, see https://github.com/oborel/obo-relations/issues/260"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is quality of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this red color is a quality of this apple"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "quality of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000085",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002002",
+ "lbl" : "has 2D boundary",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence",
- "xrefs" : [ ]
+ "val" : "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity"
},
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "my body has 2D boundary the surface of my skin"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."
+ "val" : "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has_function"
+ "val" : "has boundary"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has_2D_boundary"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has function"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002264",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002003",
+ "lbl" : "electrically_synapsed_to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process.",
- "xrefs" : [ ]
+ "val" : "A relation that holds between two neurons that are electrically coupled via gap junctions."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "affects",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway."
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "acts upstream of or within"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002385",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002004",
+ "lbl" : "tracheates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has potential to developmentrally contribute to y iff x developmentally contributes to y or x is capable of developmentally contributing to y",
- "xrefs" : [ ]
+ "val" : "The relationship that holds between a trachea or tracheole and an antomical structure that is contained in (and so provides an oxygen supply to)."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has potential to developmentally contribute to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002022",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002005",
+ "lbl" : "innervated_by",
+ "type" : "PROPERTY",
"meta" : {
- "comments" : [ "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-09-17T13:52:24Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002006",
+ "lbl" : "has synaptic terminal of",
"type" : "PROPERTY",
- "lbl" : "directly regulated by"
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002386",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002007",
+ "lbl" : "bounding layer of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has potential to developmentally induce y iff x developmentally induces y or x is capable of developmentally inducing y",
- "xrefs" : [ ]
+ "val" : "X outer_layer_of Y iff:\n. X :continuant that bearer_of some PATO:laminar\n. X part_of Y\n. exists Z :surface\n. X has_boundary Z\n. Z boundary_of Y\n\nhas_boundary: http://purl.obolibrary.org/obo/RO_0002002\nboundary_of: http://purl.obolibrary.org/obo/RO_0002000"
},
+ "comments" : [ "A relationship that applies between a continuant and its outer, bounding layer. Examples include the relationship between a multicellular organism and its integument, between an animal cell and its plasma membrane, and between a membrane bound organelle and its outer/bounding membrane." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has potential to developmentally induce"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002023",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002008",
+ "lbl" : "coincident with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1.",
- "xrefs" : [ "GOC:dos" ]
+ "val" : "A relation that holds between two linear structures that are approximately parallel to each other for their entire length and where either the two structures are adjacent to each other or one is part of the other."
},
+ "comments" : [ "Example: if we define region of chromosome as any subdivision of a chromosome along its long axis, then we can define a region of chromosome that contains only gene x as 'chromosome region' that coincident_with some 'gene x', where the term gene X corresponds to a genomic sequence." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-09-17T13:52:38Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Note from NCEAS meeting: consider changing primary label"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly negatively regulated by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002024",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002009",
+ "lbl" : "cell expresses",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1.",
- "xrefs" : [ "GOC:dos" ]
+ "val" : "A relation that applies between a cell(c) and a gene(g) , where the process of 'transcription, DNA templated (GO_0006351)' is occuring in in cell c and that process has input gene g."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-09-17T13:52:47Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
+ "pred" : "http://purl.org/dc/terms/description",
+ "val" : "x 'cell expresses' y iff:\ncell(x)\nAND gene(y)\nAND exists some 'transcription, DNA templated (GO_0006351)'(t)\nAND t occurs_in x\nAND t has_input y"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly positively regulated by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002387",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002010",
+ "lbl" : "regulates in other organism",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has the potential to develop into y iff x develops into y or if x is capable of developing into y",
- "xrefs" : [ ]
+ "val" : "x 'regulates in other organism' y if and only if: (x is the realization of a function to exert an effect on the frequency, rate or extent of y) AND (the agents of x are produced by organism o1 and the agents of y are produced by organism o2)."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has potential to develop into"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002388",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002011",
+ "lbl" : "regulates transport of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has potential to directly develop into y iff x directly develops into y or x is capable of directly developing into y",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a process that regulates a transport process and the entity transported by that process."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has potential to directly develop into"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002025",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002012",
+ "lbl" : "occurrent part of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity.",
- "xrefs" : [ "GOC:dos" ]
+ "val" : "A part of relation that applies only between occurrents."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002013",
+ "lbl" : "has regulatory component activity",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B."
},
- "comments" : [ "This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations." ],
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "dos"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-09-22T14:14:36Z"
+ "val" : "2017-05-24T09:30:46Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has effector activity"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002381",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002014",
+ "lbl" : "has negative regulatory component activity",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x main_stem_of y if y is a branching structure and x is a channel that traces a linear path through y, such that x has higher capacity than any other such path.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "comments" : [ "By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/issues/2212"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "In the tree T depicted in https://oborel.github.io/obo-relations/branching_part_of.png, S is the main stem of T. There are no other main stems. If we were to slice off S to get a new tree T', rooted at the root of B1, then B1 would be the main stem of T'."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-05-24T09:31:01Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "main stem of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002260",
- "meta" : {
- "definition" : {
- "val" : "c has-biological-role r iff c has-role r and r is a biological role (CHEBI:24432)",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002015",
+ "lbl" : "has positive regulatory component activity",
"type" : "PROPERTY",
- "lbl" : "has biological role"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002382",
"meta" : {
"definition" : {
- "val" : "x proper_distributary_of y iff x distributary_of y and x does not flow back into y",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "comments" : [ "By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-05-24T09:31:17Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "proper distributary of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002261",
- "meta" : {
- "definition" : {
- "val" : "c has-application-role r iff c has-role r and r is an application role (CHEBI:33232)",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002016",
+ "lbl" : "has necessary component activity",
"type" : "PROPERTY",
- "lbl" : "has application role"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000087",
"meta" : {
- "definition" : {
- "val" : "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence",
- "xrefs" : [ ]
- },
+ "comments" : [ "A has necessary component activity B if A and B are GO molecular functions (GO_0003674), A has_component B and B is necessary for A. For example, ATPase coupled transporter activity has necessary component ATPase activity; transcript factor activity has necessary component DNA binding activity." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has_role"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this person has role this investigator role (more colloquially: this person has this role of investigator)"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-05-24T09:36:08Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has role"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002020",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002017",
+ "lbl" : "has component activity",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Holds between p and c when p is a transport process or transporter activity and the outcome of this p is to move c from one location to another.",
- "xrefs" : [ ]
- },
+ "comments" : [ "A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B." ],
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "dos"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-07-20T17:11:08Z"
+ "val" : "2017-05-24T09:44:33Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "transports"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002262",
- "meta" : {
- "definition" : {
- "val" : "c has-chemical-role r iff c has-role r and r is a chemical role (CHEBI:51086)",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002018",
+ "lbl" : "has component process",
"type" : "PROPERTY",
- "lbl" : "has chemical role"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002383",
"meta" : {
"definition" : {
- "val" : "x proper_tributary_of y iff x tributary_of y and x does not originate from y",
- "xrefs" : [ ]
+ "val" : "w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-05-24T09:49:21Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "proper tributary of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000086",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002019",
+ "lbl" : "has ligand",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between between a receptor and an chemical entity, typically a small molecule or peptide, that carries information between cells or compartments of a cell and which binds the receptor and regulates its effector function."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this apple has quality this red color"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has_quality"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-07-19T17:30:36Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has quality"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002384",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002020",
+ "lbl" : "transports",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has developmental potential involving y iff x is capable of a developmental process with output y. y may be the successor of x, or may be a different structure in the vicinity (as for example in the case of developmental induction).",
- "xrefs" : [ ]
+ "val" : "Holds between p and c when p is a transport process or transporter activity and the outcome of this p is to move c from one location to another."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-07-20T17:11:08Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has developmental potential involving"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002021",
+ "lbl" : "occurs across",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a process and a barrier, where the process occurs in a region spanning the barrier. For cellular processes the barrier is typically a membrane. Examples include transport across a membrane and membrane depolarization.",
- "xrefs" : [ ]
+ "val" : "A relationship between a process and a barrier, where the process occurs in a region spanning the barrier. For cellular processes the barrier is typically a membrane. Examples include transport across a membrane and membrane depolarization."
},
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
@@ -1433,6723 +1356,6039 @@
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
"val" : "2017-07-20T17:19:37Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "occurs across"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002263",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002022",
+ "lbl" : "directly regulated by",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
+ "comments" : [ "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding regulates the kinase activity (P2) of protein B then P1 directly regulates P2." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision."
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-09-17T13:52:24Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "acts upstream of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002019",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002023",
+ "lbl" : "directly negatively regulated by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between between a receptor and an chemical entity, typically a small molecule or peptide, that carries information between cells or compartments of a cell and which binds the receptor and regulates its effector function.",
- "xrefs" : [ ]
+ "val" : "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1.",
+ "xrefs" : [ "GOC:dos" ]
},
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "dos"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-07-19T17:30:36Z"
+ "val" : "2017-09-17T13:52:38Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has ligand"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002024",
+ "lbl" : "directly positively regulated by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence",
- "xrefs" : [ ]
+ "val" : "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2). For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1.",
+ "xrefs" : [ "GOC:dos" ]
},
- "comments" : [ "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this catalysis function is a function of this enzyme"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "function_of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is function of"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-09-17T13:52:47Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "function of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002378",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002025",
+ "lbl" : "has effector activity",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x anabranch_of y if x is a distributary of y (i.e. it channels a from a larger flow from y) and x ultimately channels the flow back into y.",
- "xrefs" : [ ]
+ "val" : "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674), A 'has component activity' B and B is the effector (output function) of B. Each compound function has only one effector activity.",
+ "xrefs" : [ "GOC:dos" ]
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "comments" : [ "This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "anastomoses with"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-09-22T14:14:36Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "anabranch of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002015",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002026",
+ "lbl" : "in register with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between two images, A and B, where:\nA depicts X;\nB depicts Y;\nX and Y are both of type T'\nC is a 2 layer image consiting of layers A and B;\nA and B are aligned in C according to a shared co-ordinate framework so that common features of X and Y are co-incident with each other.\nNote: A and B may be 2D or 3D.\nExamples include: the relationship between two channels collected simultaneously from a confocal microscope; the relationship between an image dpeicting X and a painted annotation layer that delineates regions of X; the relationship between the tracing of a neuron on an EM stack and the co-ordinate space of the stack; the relationship between two separately collected images that have been brought into register via some image registration software.",
+ "xrefs" : [ "GOC:dos" ]
},
- "comments" : [ "By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components. So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-05-24T09:31:17Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "dos"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-12-07T12:58:06Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has positive regulatory component activity"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002257",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002029",
+ "lbl" : "has increased age-specific mortality rate",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Inverse of developmentally induced by",
- "xrefs" : [ ]
+ "val" : "Then percentage of organisms in a population that die during some specified age range (age-specific mortality rate), minus the percentage that die in during the same age range in a wild-type population.",
+ "xrefs" : [ "PMID:24138933", "Wikipedia:Infant_mortality" ]
},
+ "comments" : [ "This could be used to record the increased infant morality rate in some population compared to wild-type. For examples of usage see http://purl.obolibrary.org/obo/FBcv_0000351 and subclasses." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "dos"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-05-22T16:43:28Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "developmentally induces"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002258",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002081",
+ "lbl" : "before or simultaneous with",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Candidate definition: x developmentally related to y if and only if there exists some developmental process (GO:0032502) p such that x and y both participates in p, and x is the output of p and y is the input of p",
- "xrefs" : [ ]
- },
- "comments" : [ "This relation groups together various other developmental relations. It is fairly generic, encompassing induction, developmental contribution and direct and transitive develops from" ],
+ "comments" : [ "Primitive instance level timing relation between events" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "false"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "In general you should not use this relation to make assertions - use one of the more specific relations below this one"
+ "val" : "David Osumi-Sutherland"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "<="
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "developmentally preceded by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002379",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002082",
+ "lbl" : "simultaneous with",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "x spatially_coextensive_with y if and inly if x and y have the same location",
- "xrefs" : [ ]
- },
+ "comments" : [ "t1 simultaneous_with t2 iff:= t1 before_or_simultaneous_with t2 and not (t1 before t2)" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A lump of clay and a statue"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation is added for formal completeness. It is unlikely to be used in many practical scenarios"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "David Osumi-Sutherland"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "spatially coextensive with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002016",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002083",
+ "lbl" : "before",
+ "type" : "PROPERTY",
"meta" : {
- "comments" : [ "A has necessary component activity B if A and B are GO molecular functions (GO_0003674), A has_component B and B is necessary for A. For example, ATPase coupled transporter activity has necessary component ATPase activity; transcript factor activity has necessary component DNA binding activity." ],
+ "comments" : [ "t1 before t2 iff:= t1 before_or_simulataneous_with t2 and not (t1 simultaeous_with t2)" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-05-24T09:36:08Z"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "David Osumi-Sutherland"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has necessary component activity"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002017",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002084",
+ "lbl" : "during which ends",
+ "type" : "PROPERTY",
"meta" : {
- "comments" : [ "A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B." ],
+ "comments" : [ "Previously had ID http://purl.obolibrary.org/obo/RO_0002122 in test files in sandpit - but this seems to have been dropped from ro-edit.owl at some point. No re-use under this ID AFAIK, but leaving note here in case we run in to clashes down the line. Official ID now chosen from DOS ID range." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-05-24T09:44:33Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "David Osumi-Sutherland"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has component activity"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002259",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002085",
+ "lbl" : "encompasses",
"type" : "PROPERTY",
- "lbl" : "defined by inverse"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002018",
"meta" : {
- "definition" : {
- "val" : "w 'has process component' p if p and w are processes, w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type.",
- "xrefs" : [ ]
- },
+ "comments" : [ "Previously had ID http://purl.obolibrary.org/obo/RO_0002124 in test files in sandpit - but this seems to have been dropped from ro-edit.owl at some point. No re-use under this ID AFAIK, but leaving note here in case we run in to clashes down the line. Official ID now chosen from DOS ID range." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-05-24T09:49:21Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "di"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has component process"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002490",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002086",
+ "lbl" : "ends after",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "x existence overlaps y if and only if either (a) the start of x is part of y or (b) the end of x is part of y. Formally: x existence starts and ends during y iff (α(x) >= α(y) & α(x) <= ω(y)) OR (ω(x) <= ω(y) & ω(x) >= α(y))",
- "xrefs" : [ ]
- },
- "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
+ "comments" : [ "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "David Osumi-Sutherland"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "existence overlaps"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002374",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002087",
+ "lbl" : "immediately preceded by",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "x has_fused_element y iff: there exists some z : x has_part z, z homologous_to y, and y is a distinct element, the boundary between x and z is largely fiat",
- "xrefs" : [ ]
- },
- "comments" : [ "A has_fused_element B does not imply that A has_part some B: rather than A has_part some B', where B' that has some evolutionary relationship to B." ],
- "synonyms" : [ {
- "pred" : "hasBroadSynonym",
- "val" : "has fused element",
- "xrefs" : [ ]
- } ],
+ "comments" : [ "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "val" : "David Osumi-Sutherland"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "false"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "starts_at_end_of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "derived from ancestral fusion of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002495",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002088",
+ "lbl" : "during which starts",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "x immediate transformation of y iff x immediately succeeds y temporally at a time boundary t, and all of the matter present in x at t is present in y at t, and all the matter in y at t is present in x at t",
- "xrefs" : [ ]
- },
+ "comments" : [ "Previously had ID http://purl.obolibrary.org/obo/RO_0002123 in test files in sandpit - but this seems to have been dropped from ro-edit.owl at some point. No re-use under this ID AFAIK, but leaving note here in case we run in to clashes down the line. Official ID now chosen from DOS ID range." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
- "val" : "http://purl.obolibrary.org/obo/RO_0002494"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "David Osumi-Sutherland"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "immediate transformation of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002011",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002089",
+ "lbl" : "starts before",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "A relationship that holds between a process that regulates a transport process and the entity transported by that process.",
- "xrefs" : [ ]
- },
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "val" : "David Osumi-Sutherland"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "regulates transport of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002132",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002090",
+ "lbl" : "immediately precedes",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The relation between a neuron projection bundle and a neuron projection that is fasciculated with it.",
- "xrefs" : [ ]
- },
+ "comments" : [ "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000426",
- "val" : "(forall (?x ?y) \n\t(iff \n\t\t(has_fasciculating_neuron_projection ?x ?y)\n\t\t(exists (?nps ?npbs)\t\t\n\t\t\t(and \n\t\t\t\t(\"neuron projection bundle ; CARO_0001001\" ?x)\n\t\t\t\t(\"neuron projection ; GO0043005\" ?y)\n\t\t\t\t(\"neuron projection segment ; CARO_0001502\" ?nps)\n\t\t\t\t(\"neuron projection bundle segment ; CARO_0001500\" ?npbs)\n\t\t\t\t(part_of ?nps ?y)\n\t\t\t\t(part_of ?npbs ?x)\n\t\t\t\t(part_of ?nps ?npbs)\n\t\t\t\t(forall (?npbss)\n\t\t\t\t\t(if\n\t\t\t\t\t\t(and \n\t\t\t\t\t\t\t(\"neuron projection bundle subsegment ; CARO_0001501\" ?npbss)\n\t\t\t\t\t\t\t(part_of ?npbss ?npbs) \n\t\t\t\t\t\t)\n\t\t\t\t\t\t(overlaps ?nps ?npbss)\n\t\t\t\t\t))))))\n\n\n"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "David Osumi-Sutherland"
}, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "ends_at_start_of"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has fasciculating component"
+ "val" : "meets"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000063"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has fasciculating neuron projection"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002253",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002091",
+ "lbl" : "starts during",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "inverse of connecting branch of",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "comments" : [ "X starts_during Y iff: (start(Y) before_or_simultaneous_with start(X)) AND (start(X) before_or_simultaneous_with end(Y))" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004036",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "David Osumi-Sutherland"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "io"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has connecting branch"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002375",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002092",
+ "lbl" : "happens during",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "A relationship that holds between two material entities in a system of connected structures, where the branching relationship holds based on properties of the connecting network.",
- "xrefs" : [ ]
- },
+ "comments" : [ "X happens_during Y iff: (start(Y) before_or_simultaneous_with start(X)) AND (end(X) before_or_simultaneous_with end(Y))" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/issues/170"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation can be used for geographic features (e.g. rivers) as well as anatomical structures (plant branches and roots, leaf veins, animal veins, arteries, nerves)"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/branching_part_of.png"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving branching relationships"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "David Osumi-Sutherland"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004036",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "d"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "during"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in branching relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002012",
- "meta" : {
- "definition" : {
- "val" : "A part of relation that applies only between occurrents.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002093",
+ "lbl" : "ends during",
"type" : "PROPERTY",
- "lbl" : "occurrent part of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002496",
"meta" : {
- "definition" : {
- "val" : "x existence starts during or after y if and only if the time point at which x starts is after or equivalent to the time point at which y starts. Formally: x existence starts during or after y iff α (x) >= α (y).",
- "xrefs" : [ ]
- },
- "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
+ "comments" : [ "X ends_during Y iff: ((start(Y) before_or_simultaneous_with end(X)) AND end(X) before_or_simultaneous_with end(Y). " ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "David Osumi-Sutherland"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "o"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "overlaps"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "existence starts during or after"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002254",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002100",
+ "lbl" : "has soma location",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has developmental contribution from y iff x has some part z such that z develops from y",
- "xrefs" : [ ]
+ "val" : "Relation between a neuron and an anatomical structure that its soma is part of."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Mammalian thymus has developmental contribution from some pharyngeal pouch 3; Mammalian thymus has developmental contribution from some pharyngeal pouch 4 [Kardong]"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : " some (\n and some ?Y)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has developmental contribution from"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002376",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002101",
+ "lbl" : "fasciculates with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x tributary_of y if and only if x a channel for the flow of a substance into y, where y is larger than x. If x and y are hydrographic features, then y is the main stem of a river, or a lake or bay, but not the sea or ocean. If x and y are anatomical, then y is a vein.",
- "xrefs" : [ ]
+ "val" : "relationship between a neuron and a neuron projection bundle (e.g.- tract or nerve bundle) that one or more of its projections travels through.\n"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "drains to"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://en.wikipedia.org/wiki/Tributary"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "drains into"
+ "val" : "fasciculates with"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "inferior epigastric vein tributary_of external iliac vein"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000426",
+ "val" : "(forall (?x ?y) \n\t(iff \n\t\t(fasciculates_with ?x ?y)\n\t\t(exists (?nps ?npbs)\n\t\t\t(and \n\t\t\t\t(\"neuron ; CL_0000540\" ?x)\n\t\t\t\t(\"neuron projection bundle ; CARO_0001001\" ?y) \n\t\t\t\t(\"neuron projection segment ; CARO_0001502\" ?nps)\n\t\t\t\t(\"neuron projection bundle segment ; CARO_0001500' \" ?npbs)\n\t\t\t\t(part_of ?npbs ?y) \t\t\t\n\t\t\t\t(part_of ?nps ?x)\n\t\t\t\t(part_of ?nps ?npbs)\n\t\t\t\t(forall (?npbss)\n\t\t\t\t\t(if\n\t\t\t\t\t\t(and \n\t\t\t\t\t\t\t(\"neuron projection bundle subsegment ; CARO_0001501\" ?npbss)\n\t\t\t\t\t\t\t(part_of ?npbss ?npbs) \n\t\t\t\t\t\t)\n\t\t\t\t\t\t(overlaps ?nps ?npbss)\n\t\t\t\t\t))))))"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation can be used for geographic features (e.g. rivers) as well as anatomical structures (veins, arteries)"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002102",
+ "lbl" : "axon synapses in",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Relation between a neuron and some structure its axon forms (chemical) synapses in."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.medindia.net/glossary/venous_tributary.htm"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Deschutes River tributary_of Columbia River"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://dbpedia.org/ontology/drainsTo"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "tributary channel of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : " some (\n and some (\n and some (\n and some ?Y)))"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://en.wikipedia.org/wiki/Tributary"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "tributary of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002134",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002103",
+ "lbl" : "synapsed by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between a 'neuron projection bundle' and a region in which one or more of its component neuron projections either synapses to targets or receives synaptic input.\nT innervates some R\nExpands_to: T has_fasciculating_neuron_projection that synapse_in some R.",
- "xrefs" : [ ]
+ "val" : "Relation between an anatomical structure (including cells) and a neuron that chemically synapses to it. "
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-7073-9172"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some ( that ( some ( that some Y?)))"
+ "val" : " some ( that part_of some ( that has_part some ( that some Y?)))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "innervates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002497",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002104",
+ "lbl" : "has plasma membrane part",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x existence ends during or before y if and only if the time point at which x ends is before or equivalent to the time point at which y ends.",
- "xrefs" : [ ]
+ "val" : "Holds between a cell c and a protein complex or protein p if and only if that cell has as part a plasma_membrane[GO:0005886], and that plasma membrane has p as part."
},
- "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Every B cell[CL_0000236] has plasma membrane part some immunoglobulin complex[GO_0019814]"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-9990-8331"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-1617-8244"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/19243617"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : " some ( and some ?Y)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "existence ends during or before"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002013",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002105",
+ "lbl" : "synapsed_via_type_Ib_bouton_to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B.",
- "xrefs" : [ ]
+ "val" : "A relation between a motor neuron and a muscle that it synapses to via a type Ib bouton."
},
+ "comments" : [ "Expands to: has_part some ('type Ib terminal button' that has_part some ('pre-synaptic membrane' that part_of some ('synapse' that has_part some ('post-synaptic membrane' that part_of some ?Y))))" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-05-24T09:30:46Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-5948-3092"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 some (GO_0061176 that BFO_0000051 some (that BFO_0000051 some (GO_0045202 that BFO_0000051 some ( that BFO_0000050 some ?Y))))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has regulatory component activity"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002255",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002106",
+ "lbl" : "synapsed_via_type_Is_bouton_to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of has developmental contribution from",
- "xrefs" : [ ]
+ "val" : "A relation between a motor neuron and a muscle that it synapses to via a type Is bouton."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "comments" : [ "Expands to: has_part some ('type Is terminal button' that has_part some ('pre-synaptic membrane' that part_of some ('synapse' that has_part some ('post-synaptic membrane' that part_of some ?Y))))" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-5948-3092"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 some (GO_0061177 that BFO_0000051 some (that BFO_0000051 some (GO_0045202 that BFO_0000051 some ( that BFO_0000050 some ?Y))))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "developmentally contributes to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002014",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002107",
+ "lbl" : "synapsed_via_type_II_bouton_to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole. More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B.",
- "xrefs" : [ ]
+ "val" : "A relation between a motor neuron and a muscle that it synapses to via a type II bouton."
},
- "comments" : [ "By convention GO molecular functions are classified by their effector function. Internal regulatory functions are treated as components. For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'." ],
+ "comments" : [ "Expands to: has_part some ('type II terminal button' that has_part some ('pre-synaptic membrane' that part_of some ('synapse' that has_part some ('post-synaptic membrane' that part_of some ?Y))))" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "dos"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-05-24T09:31:01Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-5948-3092"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 some (GO_0061175 that BFO_0000051 some (that BFO_0000051 some (GO_0045202 that BFO_0000051 some ( that BFO_0000050 some ?Y))))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has negative regulatory component activity"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002256",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002108",
+ "lbl" : "synapsed_by_via_type_II_bouton",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "t1 induced_by t2 if there is a process of developmental induction (GO:0031128) with t1 and t2 as interacting participants. t2 causes t1 to change its fate from a precursor material anatomical entity type T to T', where T' develops_from T",
- "xrefs" : [ ]
+ "val" : "Relation between a muscle and a motor neuron that synapses to it via a type II bouton."
},
+ "comments" : [ "Expands to: has_part some ('presynaptic membrane' that part_of some ('synapse' that has_part some ('type II terminal button' that has_part some 'postsynaptic membrane' that part_of some ?Y)))))" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "https://orcid.org/0000-0001-5948-3092"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "GO:0001759"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 some (GO_0042734 that BFO_0000050 some (GO_0045202 that BFO_0000051 some (GO_0061174 that BFO_0000051 some GO_0045211 that BFO_0000050 some ?Y)))\n"
}, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002109",
+ "lbl" : "synapsed_by_via_type_Ib_bouton",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Relation between a muscle and a motor neuron that synapses to it via a type Ib bouton."
+ },
+ "comments" : [ "Expands to: has_part some ('presynaptic membrane' that part_of some ('synapse' that has_part some ('type Ib terminal button' that has_part some 'postsynaptic membrane' that part_of some ?Y)))))" ],
+ "basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "val" : "https://orcid.org/0000-0001-5948-3092"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "induced by"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "We place this under 'developmentally preceded by'. This placement should be examined in the context of reciprocal inductions[cjm]"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 some (GO_0042734 that BFO_0000050 some (GO_0045202 that BFO_0000051 some (GO_0061176 that BFO_0000051 some GO_0045211 that BFO_0000050 some ?Y)))"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : " Developmental Biology, Gilbert, 8th edition, figure 6.5(F)"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-9114-8737"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "developmentally induced by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002377",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002110",
+ "lbl" : "has postsynaptic terminal in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x distributary_of y if and only if x is capable of channeling the flow of a substance to y, where y channels less of the substance than x",
- "xrefs" : [ ]
+ "val" : "Relation between a neuron and some structure (e.g.- a brain region) in which it receives (chemical) synaptic input. "
},
- "comments" : [ "This is both a mereotopological relationship and a relationship defined in connection to processes. It concerns both the connecting structure, and how this structure is disposed to causally affect flow processes" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "branch of"
+ "val" : "synapsed in"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://en.wikipedia.org/wiki/Distributary"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000051 some (\n http://purl.org/obo/owl/GO#GO_0045211 and http://purl.obolibrary.org/obo/BFO_0000050 some (\n http://purl.org/obo/owl/GO#GO_0045202 and http://purl.obolibrary.org/obo/BFO_0000050 some ?Y))"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "distributary channel of"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Deschutes River distributary_of Little Lava Lake"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002111",
+ "lbl" : "releases neurotransmitter",
"type" : "PROPERTY",
- "lbl" : "distributary of"
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has neurotransmitter"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002491",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002112",
+ "lbl" : "synapsed_by_via_type_Is_bouton",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x exists during y if and only if: 1) the time point at which x begins to exist is after or equal to the time point at which y begins and 2) the time point at which x ceases to exist is before or equal to the point at which y ends. Formally: x existence starts and ends during y iff α(x) >= α(y) & α(x) <= ω(y) & ω(x) <= ω(y) & ω(x) >= α(y)",
- "xrefs" : [ ]
+ "val" : "Relation between a muscle and a motor neuron that synapses to it via a type Is bouton."
},
- "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "exists during",
- "xrefs" : [ ]
- } ],
+ "comments" : [ "Expands to: has_part some ('presynaptic membrane' that part_of some ('synapse' that has_part some ('type Is terminal button' that has_part some 'postsynaptic membrane' that part_of some ?Y)))))" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "https://orcid.org/0000-0001-5948-3092"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 some (GO_0042734 that BFO_0000050 some (GO_0045202 that BFO_0000051 some (GO_0061177 that BFO_0000051 some GO_0045211 that BFO_0000050 some ?Y)))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "existence starts and ends during"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002371",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002113",
+ "lbl" : "has presynaptic terminal in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a is attached to b if and only if a and b are discrete objects or object parts, and there are physical connections between a and b such that a force pulling a will move b, or a force pulling b will move a",
- "xrefs" : [ ]
+ "val" : "Relation between a neuron and some structure (e.g.- a brain region) in which it receives (chemical) synaptic input."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "attached to (anatomical structure to anatomical structure)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "synapses in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : " some ( that some ( that some Y?)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "attached to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002492",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002114",
+ "lbl" : "synapsed_via_type_III_bouton_to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x existence ends during y if and only if the time point at which x ends is before or equivalent to the time point at which y ends and after or equivalent to the point at which y starts. Formally: x existence ends during y iff ω(x) <= ω(y) and ω(x) >= α(y).",
- "xrefs" : [ ]
+ "val" : "A relation between a motor neuron and a muscle that it synapses to via a type III bouton."
},
- "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
+ "comments" : [ "Expands to: has_part some ('type III terminal button' that has_part some ('pre-synaptic membrane' that part_of some ('synapse' that has_part some ('post-synaptic membrane' that part_of some ?Y))))" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 some (GO_0061177 that BFO_0000051 some (that BFO_0000051 some (GO_0097467 that BFO_0000051 some ( that BFO_0000050 some ?Y))))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "existence ends during"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002372",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002115",
+ "lbl" : "synapsed_by_via_type_III_bouton",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "m has_muscle_origin s iff m is attached_to s, and it is the case that when m contracts, s does not move. The site of the origin tends to be more proximal and have greater mass than what the other end attaches to.",
- "xrefs" : [ ]
+ "val" : "Relation between a muscle and a motor neuron that synapses to it via a type III bouton.\n"
},
+ "comments" : [ "Expands to: has_part some ('presynaptic membrane' that part_of some ('synapse' that has_part some ('type III terminal button' that has_part some 'postsynaptic membrane' that part_of some ?Y)))))" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://dbpedia.org/property/origin"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 some (GO_0042734 that BFO_0000050 some (GO_0045202 that BFO_0000051 some (GO_0097467 that BFO_0000051 some GO_0045211 that BFO_0000050 some ?Y)))"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "Wikipedia:Insertion_(anatomy)"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has muscle origin"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002130",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002120",
+ "lbl" : "synapsed to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A general relation between a neuron and some structure in which it either chemically synapses to some target or in which it receives (chemical) synaptic input.",
- "xrefs" : [ ]
+ "val" : " Relation between a neuron and an anatomical structure (including cells) that it chemically synapses to.\n "
},
+ "comments" : [ "N1 synapsed_to some N2 \nExpands to:\nN1 SubclassOf ( \n has_part some (\n ‘pre-synaptic membrane ; GO:0042734’ that part_of some ( \n\t‘synapse ; GO:0045202’ that has_part some (\n\t ‘post-synaptic membrane ; GO:0045211’ that part_of some N2))))" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has synapse in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some ( that some Y?)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : " some ( that part_of some ( that some ( that some Y?)))"
}, {
"pred" : "http://purl.obolibrary.org/obo/RO_0001900",
"val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has synaptic terminal in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002493",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002121",
+ "lbl" : "dendrite synapsed in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x existence ends with y if and only if the time point at which x ends is equivalent to the time point at which y ends. Formally: x existence ends with y iff ω(x) = ω(y).",
- "xrefs" : [ ]
+ "val" : "Relation between a neuron and some structure (e.g.- a brain region) in which its dendrite receives synaptic input.\n\n\t"
},
- "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : " some (\n\t and some (\n\t http://purl.obolibrary.org/obo/GO_0042734 and some (\n\t and some ?Y)))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "existence ends with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002131",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002130",
+ "lbl" : "has synaptic terminal in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x overlaps y if and only if there exists some z such that x has part z and z part of y",
- "xrefs" : [ ]
+ "val" : "A general relation between a neuron and some structure in which it either chemically synapses to some target or in which it receives (chemical) synaptic input."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has synapse in"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)"
+ "val" : " some ( that some Y?)"
}, {
"pred" : "http://purl.obolibrary.org/obo/RO_0001900",
"val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "overlaps"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002373",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002131",
+ "lbl" : "overlaps",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "m has_muscle_insertion s iff m is attaches_to s, and it is the case that when m contracts, s moves. Insertions are usually connections of muscle via tendon to bone.",
- "xrefs" : [ ]
+ "val" : "x overlaps y if and only if there exists some z such that x has part z and z part of y"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://dbpedia.org/property/insertion"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "Wikipedia:Insertion_(anatomy)"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has muscle insertion"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002494",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002132",
+ "lbl" : "has fasciculating neuron projection",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x transformation of y if x is the immediate transformation of y, or is linked to y through a chain of transformation relationships",
- "xrefs" : [ ]
+ "val" : "The relation between a neuron projection bundle and a neuron projection that is fasciculated with it."
},
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has fasciculating component"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000426",
+ "val" : "(forall (?x ?y) \n\t(iff \n\t\t(has_fasciculating_neuron_projection ?x ?y)\n\t\t(exists (?nps ?npbs)\t\t\n\t\t\t(and \n\t\t\t\t(\"neuron projection bundle ; CARO_0001001\" ?x)\n\t\t\t\t(\"neuron projection ; GO0043005\" ?y)\n\t\t\t\t(\"neuron projection segment ; CARO_0001502\" ?nps)\n\t\t\t\t(\"neuron projection bundle segment ; CARO_0001500\" ?npbs)\n\t\t\t\t(part_of ?nps ?y)\n\t\t\t\t(part_of ?npbs ?x)\n\t\t\t\t(part_of ?nps ?npbs)\n\t\t\t\t(forall (?npbss)\n\t\t\t\t\t(if\n\t\t\t\t\t\t(and \n\t\t\t\t\t\t\t(\"neuron projection bundle subsegment ; CARO_0001501\" ?npbss)\n\t\t\t\t\t\t\t(part_of ?npbss ?npbs) \n\t\t\t\t\t\t)\n\t\t\t\t\t\t(overlaps ?nps ?npbss)\n\t\t\t\t\t))))))\n\n\n"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "transformation of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002252",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002134",
+ "lbl" : "innervates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "b connecting-branch-of s iff b is connected to s, and there exists some tree-like structure t such that the mereological sum of b plus s is either the same as t or a branching-part-of t.",
- "xrefs" : [ ]
+ "val" : "Relation between a 'neuron projection bundle' and a region in which one or more of its component neuron projections either synapses to targets or receives synaptic input.\nT innervates some R\nExpands_to: T has_fasciculating_neuron_projection that synapse_in some R."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "In the tree T depicted in https://oborel.github.io/obo-relations/branching_part_of.png, B1 is connecting branch of S, and B1-1 as a connecting branch of B1."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/obophenotype/uberon/issues/2212"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004036",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : " some ( that ( some ( that some Y?)))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "connecting branch of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002010",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002150",
+ "lbl" : "continuous with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x 'regulates in other organism' y if and only if: (x is the realization of a function to exert an effect on the frequency, rate or extent of y) AND (the agents of x are produced by organism o1 and the agents of y are produced by organism o2).",
- "xrefs" : [ ]
+ "val" : "X continuous_with Y if and only if X and Y share a fiat boundary."
},
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "connected to"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "The label for this relation was previously connected to. I relabeled this to \"continuous with\". The standard notion of connectedness does not imply shared boundaries - e.g. Glasgow connected_to Edinburgh via M8; my patella connected_to my femur (via patellar-femoral joint)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "FMA:85972"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "regulates in other organism"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002008",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002151",
+ "lbl" : "partially overlaps",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between two linear structures that are approximately parallel to each other for their entire length and where either the two structures are adjacent to each other or one is part of the other.",
- "xrefs" : [ ]
+ "val" : "x partially overlaps y iff there exists some z such that z is part of x and z is part of y, and it is also the case that neither x is part of y or y is part of x"
},
- "comments" : [ "Example: if we define region of chromosome as any subdivision of a chromosome along its long axis, then we can define a region of chromosome that contains only gene x as 'chromosome region' that coincident_with some 'gene x', where the term gene X corresponds to a genomic sequence." ],
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Note from NCEAS meeting: consider changing primary label"
+ "val" : "We would like to include disjointness axioms with part_of and has_part, however this is not possible in OWL2 as these are non-simple properties and hence cannot appear in a disjointness axiom"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "proper overlaps"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000426",
+ "val" : "(forall (?x ?y) \n\t(iff \n\t\t(proper_overlaps ?x ?y)\n\t\t(and \n\t\t\t(overlaps ?x ?y)\n\t\t\t(not (part_of ?x ?y)) \n\t\t\t(not (part_of ?y ?x)))))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "coincident with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002009",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002156",
+ "lbl" : "derived by descent from",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that applies between a cell(c) and a gene(g) , where the process of 'transcription, DNA templated (GO_0006351)' is occuring in in cell c and that process has input gene g.",
- "xrefs" : [ ]
+ "val" : "d derived_by_descent_from a if d is specified by some genetic program that is sequence-inherited-from a genetic program that specifies a."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/description",
- "val" : "x 'cell expresses' y iff:\ncell(x)\nAND gene(y)\nAND exists some 'transcription, DNA templated (GO_0006351)'(t)\nAND t occurs_in x\nAND t has_input y"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "ancestral_stucture_of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "evolutionarily_descended_from"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "cell expresses"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002004",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002157",
+ "lbl" : "has derived by descendant",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The relationship that holds between a trachea or tracheole and an antomical structure that is contained in (and so provides an oxygen supply to).",
- "xrefs" : [ ]
+ "val" : "inverse of derived by descent from"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "tracheates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002488",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002158",
+ "lbl" : "shares ancestor with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x existence starts during y if and only if the time point at which x starts is after or equivalent to the time point at which y starts and before or equivalent to the time point at which y ends. Formally: x existence starts during y iff α(x) >= α(y) & α(x) <= ω(y).",
- "xrefs" : [ ]
+ "val" : "two individual entities d1 and d2 stand in a shares_ancestor_with relation if and only if there exists some a such that d1 derived_by_descent_from a and d2 derived_by_descent_from a."
},
+ "comments" : [ "VBO calls this homologous_to" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Consider obsoleting and merging with child relation, 'in homology relationship with'"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "existence starts during"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002246",
- "meta" : {
- "definition" : {
- "val" : "g is under-expressed in t iff g is expressed in t, and the expression level of g is decreased relative to some background.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002159",
+ "lbl" : "serially homologous to",
"type" : "PROPERTY",
- "lbl" : "under-expressed in"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002005",
"meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "innervated_by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002489",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002160",
+ "lbl" : "only in taxon",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x starts ends with y if and only if the time point at which x starts is equivalent to the time point at which y starts. Formally: x existence starts with y iff α(x) = α(y).",
- "xrefs" : [ ]
+ "val" : "x only in taxon y if and only if x is in taxon y, and there is no other organism z such that y!=z a and x is in taxon z."
},
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "lactation SubClassOf 'only in taxon' some 'Mammalia'"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "The original intent was to treat this as a macro that expands to 'in taxon' only ?Y - however, this is not necessary if we instead have supplemental axioms that state that each pair of sibling tax have a disjointness axiom using the 'in taxon' property - e.g.\n\n 'in taxon' some Eukaryota DisjointWith 'in taxon' some Eubacteria"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/17921072"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20973947"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "existence starts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002248",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002161",
+ "lbl" : "never in taxon",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between a substance and a chemical entity, if the chemical entity is part of the substance, and the chemical entity forms the biologically active component of the substance.",
- "xrefs" : [ ]
+ "val" : "x never in taxon T if and only if T is a class, and x does not instantiate the class expression \"in taxon some T\". Note that this is a shortcut relation, and should be used as a hasValue restriction in OWL."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "has active pharmaceutical ingredient",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "has active substance",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Any portion of roundup 'has active ingredient' some glyphosate"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has active ingredient"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002006",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "val" : "tooth SubClassOf 'never in taxon' value 'Aves'"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/17921072"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20973947"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000425",
+ "val" : "Class: ?X DisjointWith: RO_0002162 some ?Y "
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/OMO_0002000",
+ "val" : "PREFIX rdfs: \nPREFIX owl: \nPREFIX in_taxon: \nPREFIX never_in_taxon: \nCONSTRUCT {\n in_taxon: a owl:ObjectProperty .\n ?x owl:disjointWith [\n a owl:Restriction ;\n owl:onProperty in_taxon: ;\n owl:someValuesFrom ?taxon\n ] .\n ?x rdfs:subClassOf [\n a owl:Restriction ;\n owl:onProperty in_taxon: ;\n owl:someValuesFrom [\n a owl:Class ;\n owl:complementOf ?taxon\n ]\n ] .\n}\nWHERE {\n ?x never_in_taxon: ?taxon .\n}"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has synaptic terminal of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002007",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "lbl" : "in taxon",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "X outer_layer_of Y iff:\n. X :continuant that bearer_of some PATO:laminar\n. X part_of Y\n. exists Z :surface\n. X has_boundary Z\n. Z boundary_of Y\n\nhas_boundary: http://purl.obolibrary.org/obo/RO_0002002\nboundary_of: http://purl.obolibrary.org/obo/RO_0002000",
- "xrefs" : [ ]
+ "val" : "x is in taxon y if an only if y is an organism, and the relationship between x and y is one of: part of (reflexive), developmentally preceded by, derives from, secreted by, expressed."
},
- "comments" : [ "A relationship that applies between a continuant and its outer, bounding layer. Examples include the relationship between a multicellular organism and its integument, between an animal cell and its plasma membrane, and between a membrane bound organelle and its outer/bounding membrane." ],
+ "comments" : [ "Connects a biological entity to its taxon of origin." ],
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "val" : "https://orcid.org/0000-0001-9227-417X"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/17921072"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20973947"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "bounding layer of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002249",
- "meta" : {
- "definition" : {
- "val" : "inverse of has active ingredient",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002163",
+ "lbl" : "spatially disjoint from",
"type" : "PROPERTY",
- "lbl" : "active ingredient in"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002000",
"meta" : {
"definition" : {
- "val" : "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity",
- "xrefs" : [ ]
+ "val" : "A is spatially_disjoint_from B if and only if they have no parts in common"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "the surface of my skin is a 2D boundary of my body"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is 2D boundary of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."
+ "val" : "There are two ways to encode this as a shortcut relation. The other possibility to use an annotation assertion between two classes, and expand this to a disjointness axiom. "
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is boundary of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "boundary of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Note that it would be possible to use the relation to label the relationship between a near infinite number of structures - between the rings of saturn and my left earlobe. The intent is that this is used for parsiomoniously for disambiguation purposes - for example, between siblings in a jointly exhaustive pairwise disjointness hierarchy"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "2D_boundary_of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
+ "val" : "BFO_0000051 exactly 0 (BFO_0000050 some ?Y)"
}, {
"pred" : "http://purl.obolibrary.org/obo/RO_0001900",
"val" : "http://purl.obolibrary.org/obo/RO_0001901"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "surface of"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Part-disjointness-Design-Pattern"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002170",
+ "lbl" : "connected to",
"type" : "PROPERTY",
- "lbl" : "2D boundary of"
+ "meta" : {
+ "definition" : {
+ "val" : "a is connected to b if and only if a and b are discrete structure, and there exists some connecting structure c, such that c connects a and b"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "a 'toe distal phalanx bone' that is connected to a 'toe medial phalanx bone' (an interphalangeal joint *connects* these two bones)."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Connectivity-Design-Pattern"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Modeling-articulations-Design-Pattern"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002121",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002171",
+ "lbl" : "mutually spatially disjoint with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between a neuron and some structure (e.g.- a brain region) in which its dendrite receives synaptic input.\n\n\t",
- "xrefs" : [ ]
+ "val" : "A is mutually_spatially_disjoint_with B if both A and B are classes, and there exists no p such that p is part_of some A and p is part_of some B."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "non-overlapping with"
}, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "shares no parts with"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000425",
+ "val" : "Class: EquivalentTo: (BFO_0000050 some ?X) and (BFO_0000050 some ?Y)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some (\n\t and some (\n\t http://purl.obolibrary.org/obo/GO_0042734 and some (\n\t and some ?Y)))"
+ "pred" : "http://purl.obolibrary.org/obo/OMO_0002000",
+ "val" : "PREFIX owl: \nPREFIX part_of: \nPREFIX mutually_spatially_disjoint_with: \nCONSTRUCT {\n part_of: a owl:ObjectProperty .\n [\n a owl:Restriction ;\n owl:onProperty part_of: ;\n owl:someValuesFrom ?x ;\n owl:disjointWith [\n a owl:Restriction ;\n owl:onProperty part_of: ;\n owl:someValuesFrom ?y\n ]\n ]\n}\nWHERE {\n ?x mutually_spatially_disjoint_with: ?y .\n}"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002163"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Part-disjointness-Design-Pattern"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "dendrite synapsed in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002242",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002172",
+ "lbl" : "taxonomic class assertion",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A broad relationship between an exposure event or process and a process by which the exposure stressor comes into contact with the exposure receptor",
- "xrefs" : [ ]
+ "val" : "An assertion that holds between an ontology class and an organism taxon class, which is intepreted to yield some relationship between instances of the ontology class and the taxon."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "ExO:0000055"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has exposure route"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002484",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002173",
+ "lbl" : "ambiguous for taxon",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Connects an ontology entity (class, property, etc) to a URL from which curator guidance can be obtained. This assertion is inherited in the same manner as functional annotations (e.g. for GO, over SubClassOf and part_of)",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "curator guidance link"
+ "val" : "S ambiguous_for_taxon T if the class S does not have a clear referent in taxon T. An example would be the class 'manual digit 1', which encompasses a homology hypotheses that is accepted for some species (e.g. human and mouse), but does not have a clear referent in Aves - the referent is dependent on the hypothesis embraced, and also on the ontogenetic stage. [PHENOSCPAE:asilomar_mtg]"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002485",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002174",
+ "lbl" : "dubious for taxon",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "S dubious_for_taxon T if it is probably the case that no instances of S can be found in any instance of T."
+ },
+ "comments" : [ "This relation lacks a strong logical interpretation, but can be used in place of never_in_taxon where it is desirable to state that the definition of the class is too strict for the taxon under consideration, but placing a never_in_taxon link would result in a chain of inconsistencies that will take ongoing coordinated effort to resolve. Example: metencephalon in teleost" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "See notes for inverse relation"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "receives input from"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002001",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "May be obsoleted, see https://github.com/oborel/obo-relations/issues/260"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002175",
+ "lbl" : "present in taxon",
"type" : "PROPERTY",
- "lbl" : "aligned with"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002243",
"meta" : {
"definition" : {
- "val" : "A broad relationship between an exposure event or process and the course takes from the source to the target.",
- "xrefs" : [ ]
+ "val" : "S present_in_taxon T if some instance of T has some S. This does not means that all instances of T have an S - it may only be certain life stages or sexes that have S"
},
+ "comments" : [ "The SPARQL expansion for this relation introduces new named classes into the ontology. For this reason it is likely that the expansion should only be performed during a QC pipeline; the expanded output should usually not be included in a published version of the ontology." ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ExO_0000004"
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/OMO_0002000",
+ "val" : "PREFIX rdfs: \nPREFIX owl: \nPREFIX in_taxon: \nPREFIX present_in_taxon: \nCONSTRUCT {\n in_taxon: a owl:ObjectProperty .\n ?witness rdfs:label ?label .\n ?witness rdfs:subClassOf ?x .\n ?witness rdfs:subClassOf [\n a owl:Restriction ;\n owl:onProperty in_taxon: ;\n owl:someValuesFrom ?taxon\n ] .\n}\nWHERE {\n ?x present_in_taxon: ?taxon .\n BIND(IRI(CONCAT(\n \"http://purl.obolibrary.org/obo/RO_0002175#\",\n MD5(STR(?x)),\n \"-\",\n MD5(STR(?taxon))\n )) as ?witness)\n BIND(CONCAT(STR(?x), \" in taxon \", STR(?taxon)) AS ?label)\n}"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Taxon-constraints"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has exposure transport path"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002002",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002176",
+ "lbl" : "connects",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity",
- "xrefs" : [ ]
+ "val" : "c connects a if and only if there exist some b such that a and b are similar parts of the same system, and c connects b, specifically, c connects a with b. When one structure connects two others it unites some aspect of the function or role they play within the system."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has_2D_boundary"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "my body has 2D boundary the surface of my skin"
+ "val" : "The M8 connects Glasgow and Edinburgh"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "a 'toe distal phalanx bone' that is connected to a 'toe medial phalanx bone' (an interphalangeal joint *connects* these two bones)."
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has boundary"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Connectivity-Design-Pattern"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/wiki/Modeling-articulations-Design-Pattern"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has 2D boundary"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002486",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This is an exploratory relation. The label is taken from the FMA. It needs aligned with the neuron-specific relations such as has postsynaptic terminal in."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002177",
+ "lbl" : "attached to part of",
"type" : "PROPERTY",
- "lbl" : "sends output to"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002244",
"meta" : {
"definition" : {
- "val" : "Any relationship between an exposure event or process and any other entity.",
- "xrefs" : [ ]
+ "val" : "a is attached to part of b if a is attached to b, or a is attached to some p, where p is part of b."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving exposure events or processes."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "attached to part of (anatomical structure to anatomical structure)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "related via exposure to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002487",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002178",
+ "lbl" : "supplies",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Relation between an arterial structure and another structure, where the arterial structure acts as a conduit channeling fluid, substance or energy."
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, typically connecting an anatomical entity to a biological process or developmental stage."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Individual ontologies should provide their own constraints on this abstract relation. For example, in the realm of anatomy this should hold between an artery and an anatomical structure"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "relation between physical entity and a process or stage"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002003",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002179",
+ "lbl" : "drains",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between two neurons that are electrically coupled via gap junctions.",
- "xrefs" : [ ]
+ "val" : "Relation between an collecting structure and another structure, where the collecting structure acts as a conduit channeling fluid, substance or energy away from the other structure."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Individual ontologies should provide their own constraints on this abstract relation. For example, in the realm of anatomy this should hold between a vein and an anatomical structure"
}, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "electrically_synapsed_to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002245",
- "meta" : {
- "definition" : {
- "val" : "g is over-expressed in t iff g is expressed in t, and the expression level of g is increased relative to some background.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002180",
+ "lbl" : "has component",
"type" : "PROPERTY",
- "lbl" : "over-expressed in"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002480",
"meta" : {
"definition" : {
- "val" : "An interaction relation between x and y in which x catalyzes a reaction in which one or more ubiquitin groups are added to y",
- "xrefs" : [ ]
+ "val" : "w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Axiomatization to GO to be added later"
+ "val" : "The definition of 'has component' is still under discussion. The challenge is in providing a definition that does not imply transitivity."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "For use in recording has_part with a cardinality constraint, because OWL does not permit cardinality constraints to be used in combination with transitive object properties. In situations where you would want to say something like 'has part exactly 5 digit, you would instead use has_component exactly 5 digit."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://ontologydesignpatterns.org/wiki/Submissions:Componency"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "ubiquitinates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002481",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002200",
+ "lbl" : "has phenotype",
"type" : "PROPERTY",
- "lbl" : "is kinase activity"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002360",
"meta" : {
+ "definition" : {
+ "val" : "A relationship that holds between a biological entity and a phenotype. Here a phenotype is construed broadly as any kind of quality of an organism part, a collection of these qualities, or a change in quality or qualities (e.g. abnormally increased temperature). The subject of this relationship can be an organism (where the organism has the phenotype, i.e. the qualities inhere in parts of this organism), a genomic entity such as a gene or genotype (if modifications of the gene or the genotype causes the phenotype), or a condition such as a disease (such that if the condition inheres in an organism, then the organism has the phenotype)."
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/source",
- "val" : "http://neurolex.org/wiki/Property:DendriteLocation"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has dendrite location"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002240",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002201",
+ "lbl" : "phenotype of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A broad relationship between an exposure event or process and any entity (e.g., an organism, organism population, or an organism part) that interacts with an exposure stimulus during the exposure event.",
- "xrefs" : [ ]
+ "val" : "inverse of has phenotype"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "ExO:0000001"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has exposure receptor"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002482",
- "meta" : {
- "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is ubiquitination"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002120",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002202",
+ "lbl" : "develops from",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : " Relation between a neuron and an anatomical structure (including cells) that it chemically synapses to.\n ",
- "xrefs" : [ ]
+ "val" : "x develops from y if and only if either (a) x directly develops from y or (b) there exists some z such that x directly develops from z and z develops from y"
},
- "comments" : [ "N1 synapsed_to some N2 \nExpands to:\nN1 SubclassOf ( \n has_part some (\n ‘pre-synaptic membrane ; GO:0042734’ that part_of some ( \n\t‘synapse ; GO:0045202’ that has_part some (\n\t ‘post-synaptic membrane ; GO:0045211’ that part_of some N2))))" ],
+ "comments" : [ "This is the transitive form of the develops from relation" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some ( that part_of some ( that some ( that some Y?)))"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "val" : "https://orcid.org/0000-0001-9114-8737"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-1980-3228"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002241",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002203",
+ "lbl" : "develops into",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A broad relationship between an exposure event or process and any agent, stimulus, activity, or event that causes stress or tension on an organism and interacts with an exposure receptor during an exposure event.",
- "xrefs" : [ ]
+ "val" : "inverse of develops from"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "ExO:0000000"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-1980-3228"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has exposure stressor"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002483",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002204",
+ "lbl" : "gene product of",
"type" : "PROPERTY",
- "lbl" : "inherited annotation property"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000059",
"meta" : {
"definition" : {
- "val" : "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant.",
- "xrefs" : [ ]
+ "val" : "definition \"x has gene product of y if and only if y is a gene (SO:0000704) that participates in some gene expression process (GO:0010467) where the output of that process is either y or something that is ribosomally translated from x\""
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "We would like to be able to express the rule: if t transcribed from g, and t is a noncoding RNA and has an evolved function, then t has gene product g."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "concretizes"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000058",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002205",
+ "lbl" : "has gene product",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants.",
- "xrefs" : [ ]
+ "val" : "x has gene product y if and only if x is a gene (SO:0000704) that participates in some gene expression process (GO:0010467) where the output of that process is either y or something that is ribosomally translated from y"
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."
+ "val" : "every HOTAIR lncRNA is the gene product of some HOXC gene"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."
+ "val" : "every sonic hedgehog protein (PR:000014841) is the gene product of some sonic hedgehog gene"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is concretized as"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000057",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002206",
+ "lbl" : "expressed in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a process and a continuant, in which the continuant is somehow involved in the process",
- "xrefs" : [ ]
+ "val" : "x expressed in y if and only if there is a gene expression process (GO:0010467) that occurs in y, and one of the following holds: (i) x is a gene, and x is transcribed into a transcript as part of the gene expression process (ii) x is a transcript, and the transcription of x is part of the gene expression process (iii) x is a mature gene product such as a protein, and x was translated or otherwise processes from a transcript that was transcribed as part of this gene expression process"
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this process has participant this input material (or this output material)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this blood coagulation has participant this blood clot"
+ "val" : "'neural crest cell' SubClassOf expresses some 'Wnt1 gene'"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has_participant"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this investigation has participant this investigator"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.obofoundry.org/ro/#OBO_REL:has_participant"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "has participant"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has participant"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002356",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002207",
+ "lbl" : "directly develops from",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The relationship linking a cell and its participation in a process that results in the fate of the cell being specified. Once specification has taken place, a cell will be committed to differentiate down a specific pathway if left in its normal environment. ",
- "xrefs" : [ ]
+ "val" : "Candidate definition: x directly_develops from y if and only if there exists some developmental process (GO:0032502) p such that x and y both participate in p, and x is the output of p and y is the input of p, and a substantial portion of the matter of x comes from y, and the start of x is coincident with or after the end of y."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "comments" : [ "TODO - add child relations from DOS" ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "has developmental precursor"
+ } ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "FBbt"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002202"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002208",
+ "lbl" : "parasitoid of",
"type" : "PROPERTY",
- "lbl" : "results in specification of"
+ "meta" : {
+ "definition" : {
+ "val" : "A parasite that kills or sterilizes its host"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002114",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002209",
+ "lbl" : "has parasitoid",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a motor neuron and a muscle that it synapses to via a type III bouton.",
- "xrefs" : [ ]
+ "val" : "inverse of parasitoid of"
},
- "comments" : [ "Expands to: has_part some ('type III terminal button' that has_part some ('pre-synaptic membrane' that part_of some ('synapse' that has_part some ('post-synaptic membrane' that part_of some ?Y))))" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002210",
+ "lbl" : "directly develops into",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "inverse of directly develops from"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 some (GO_0061177 that BFO_0000051 some (that BFO_0000051 some (GO_0097467 that BFO_0000051 some ( that BFO_0000050 some ?Y))))"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "developmental precursor of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed_via_type_III_bouton_to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001025",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002211",
+ "lbl" : "regulates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between two independent continuants, the target and the location, in which the target is entirely within the location",
- "xrefs" : [ ]
+ "val" : "p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-7476-6306"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "located in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-3837-8864"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "located_in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "my brain is located in my head"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.obofoundry.org/ro/#OBO_REL:located_in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "GO"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this rat is located in this cage"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Regulation precludes parthood; the regulatory process may not be within the regulated process."
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "regulates (processual)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000600",
+ "val" : "false"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "located in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002598",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002212",
+ "lbl" : "negatively regulates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between c and p if and only if c is capable of some activity a, and a positively regulates p.",
- "xrefs" : [ ]
+ "val" : "p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
"val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "renin -> arteriolar smooth muscle contraction"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "negatively regulates (process to process)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002211"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "capable of positively regulating"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002235",
- "meta" : {
- "definition" : {
- "val" : "A parasite-of relationship in which the host is a plant and the parasite that attaches to the host stem (PO:0009047)",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002213",
+ "lbl" : "positively regulates",
"type" : "PROPERTY",
- "lbl" : "stem parasite of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002477",
"meta" : {
"definition" : {
- "val" : "A child nucleus relationship in which the cells are part of a hermaphroditic organism",
- "xrefs" : [ ]
+ "val" : "p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "child nucleus of in hermaphrodite"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002115",
- "meta" : {
- "definition" : {
- "val" : "Relation between a muscle and a motor neuron that synapses to it via a type III bouton.\n",
- "xrefs" : [ ]
- },
- "comments" : [ "Expands to: has_part some ('presynaptic membrane' that part_of some ('synapse' that has_part some ('type III terminal button' that has_part some 'postsynaptic membrane' that part_of some ?Y)))))" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 some (GO_0042734 that BFO_0000050 some (GO_0045202 that BFO_0000051 some (GO_0097467 that BFO_0000051 some GO_0045211 that BFO_0000050 some ?Y)))"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "positively regulates (process to process)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002211"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed_by_via_type_III_bouton"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002478",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002214",
+ "lbl" : "has prototype",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A child nucleus relationship in which the cells are part of a male organism",
- "xrefs" : [ ]
+ "val" : "x has prototype y if and only if x is an instance of C and y is a prototypical instance of C. For example, every instance of heart, both normal and abnormal is related by the has prototype relation to some instance of a \"canonical\" heart, which participates in blood circulation."
},
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'human p53 protein' SubClassOf some ('has prototype' some ('participates in' some 'DNA repair'))"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "heart SubClassOf 'has prototype' some ('participates in' some 'blood circulation')"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Experimental. In future there may be a formalization in which this relation is treated as a shortcut to some modal logic axiom. We may decide to obsolete this and adopt a more specific evolutionary relationship (e.g. evolved from)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "TODO: add homeomorphy axiom"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This property can be used to make weaker forms of certain relations by chaining an additional property. For example, we may say: retina SubClassOf has_prototype some 'detection of light'. i.e. every retina is related to a prototypical retina instance which is detecting some light. Note that this is very similar to 'capable of', but this relation affords a wider flexibility. E.g. we can make a relation between continuants."
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "child nucleus of in male"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002357",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002215",
+ "lbl" : "capable of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p results in developmental induction of c if and only if p is a collection of cell-cell signaling processes that signal to a neighbouring tissue that is the precursor of the mature c, where the signaling results in the commitment to cell types necessary for the formation of c.",
- "xrefs" : [ ]
+ "val" : "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. "
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "osteoclast SubClassOf 'capable of' some 'bone resorption'"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in developmental induction of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002599",
- "meta" : {
- "definition" : {
- "val" : "Holds between a material entity c and a pathological process p if and only if c is capable of some activity a, where a inhibits p.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "treats"
+ "val" : "has function realized in"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "The entity c may be a molecular entity with a drug role, or it could be some other entity used in a therapeutic context, such as a hyperbaric chamber."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20123131"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/21208450"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "pazopanib -> pathological angiogenesis"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\"."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "capable of inhibiting or preventing pathological process"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002236",
- "meta" : {
- "definition" : {
- "val" : "A parasite-of relationship in which the host is a plant and the parasite that attaches to the host root (PO:0009005)",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002216",
+ "lbl" : "capable of part of",
"type" : "PROPERTY",
- "lbl" : "root parasite of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002479",
"meta" : {
"definition" : {
- "val" : "p has part that occurs in c if and only if there exists some p1, such that p has_part p1, and p1 occurs in c.",
- "xrefs" : [ ]
+ "val" : "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has function in"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/reflexivity/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has part that occurs in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002237",
- "meta" : {
- "definition" : {
- "val" : "A sub-relation of parasite-of in which the parasite is a plant, and the parasite is parasitic under natural conditions and is also photosynthetic to some degree. Hemiparasites may just obtain water and mineral nutrients from the host plant. Many obtain at least part of their organic nutrients from the host as well.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002217",
+ "lbl" : "obsolete actively participates in",
"type" : "PROPERTY",
- "lbl" : "hemiparasite of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002238",
"meta" : {
"definition" : {
- "val" : "X 'has component participant' Y means X 'has participant' Y and there is a cardinality constraint that specifies the numbers of Ys.",
- "xrefs" : [ ]
+ "val" : "OBSOLETE x actively participates in y if and only if x participates in y and x realizes some active role"
},
+ "comments" : [ "Obsoleted as the inverse property was obsoleted." ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-9625-1899"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This object property is needed for axioms using has_participant with a cardinality contrainsts; e.g., has_particpant min 2 object. However, OWL does not permit cardinality constrains with object properties that have property chains (like has_particant) or are transitive (like has_part).\n\nIf you need an axiom that says 'has_participant min 2 object', you should instead say 'has_component_participant min 2 object'."
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has component participant"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "agent in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002608"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0017001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002218",
+ "lbl" : "obsolete has active participant",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "X device utilizes material Y means X and Y are material entities, and X is capable of some process P that has input Y.",
- "xrefs" : [ ]
+ "val" : "OBSOLETE x has participant y if and only if x realizes some active role that inheres in y"
},
- "synonyms" : [ {
- "pred" : "hasBroadSynonym",
- "val" : "utilizes",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-2620-0345"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "See github ticket https://github.com/oborel/obo-relations/issues/497"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "A diagnostic testing device utilizes a specimen means that the diagnostic testing device is capable of an assay, and this assay a specimen as its input."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-9625-1899"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A diagnostic testing device utilizes a specimen."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has agent"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2021-11-08T12:00:00Z"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "device utilizes material"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002500"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002231",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002219",
+ "lbl" : "surrounded by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x 'has starts location' y if and only if there exists some process z such that x 'starts with' z and z 'occurs in' y",
- "xrefs" : [ ]
+ "val" : "x surrounded_by y if and only if (1) x is adjacent to y and for every region r that is adjacent to x, r overlaps y (2) the shared boundary between x and y occupies the majority of the outermost boundary of x"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "starts with process that occurs in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has start location"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002473",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002220",
+ "lbl" : "adjacent to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x composed_primarily_of y if and only if more than half of the mass of x is made from y or units of the same type as y.",
- "xrefs" : [ ]
+ "val" : "x adjacent to y if and only if x and y share a boundary."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'otolith organ' SubClassOf 'composed primarily of' some 'calcium carbonate'"
+ "val" : "A caterpillar walking on the surface of a leaf is adjacent_to the leaf, if one of the caterpillar appendages is touching the leaf. In contrast, a butterfly flying close to a flower is not considered adjacent, unless there are any touching parts."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "The epidermis layer of a vertebrate is adjacent to the dermis."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "The plasma membrane of a cell is adjacent to the cytoplasm, and also to the cell lumen which the cytoplasm occupies."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "The skin of the forelimb is adjacent to the skin of the torso if these are considered anatomical subdivisions with a defined border. Otherwise a relation such as continuous_with would be used."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This relation acts as a join point with BSPO"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
}, {
"pred" : "http://purl.obolibrary.org/obo/RO_0001900",
"val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "composed primarily of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002110",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002221",
+ "lbl" : "surrounds",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between a neuron and some structure (e.g.- a brain region) in which it receives (chemical) synaptic input. ",
- "xrefs" : [ ]
+ "val" : "inverse of surrounded by"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "synapsed in"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000051 some (\n http://purl.org/obo/owl/GO#GO_0045211 and http://purl.obolibrary.org/obo/BFO_0000050 some (\n http://purl.org/obo/owl/GO#GO_0045202 and http://purl.obolibrary.org/obo/BFO_0000050 some ?Y))"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has postsynaptic terminal in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000052",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002222",
+ "lbl" : "temporally related to",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence.",
- "xrefs" : [ ]
- },
- "comments" : [ "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." ],
+ "comments" : [ "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this red color is a characteristic of this apple"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this fragility is a characteristic of this vase"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "inheres_in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://en.wikipedia.org/wiki/Allen%27s_interval_algebra"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "inheres in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends."
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.org/dc/terms/source",
+ "val" : "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "characteristic of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001021",
- "meta" : {
- "definition" : {
- "val" : "A relation between a material entity and a condition (a phenotype or disease) of a host, in which the material entity is part of the host itself, and the condition results in pathological processes that include an abnormally strong immune response against the material entity.",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "is autoimmune trigger for"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002594",
- "meta" : {
- "definition" : {
- "val" : "An annotation property that connects an object property to a class, where the object property is derived from or a shortcut property for the class. The exact semantics of this annotation may vary on a case by case basis.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002223",
+ "lbl" : "starts",
"type" : "PROPERTY",
- "lbl" : "is relational form of a class"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002352",
"meta" : {
"definition" : {
- "val" : "inverse of has input",
- "xrefs" : [ ]
+ "val" : "inverse of starts with"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "Chris Mungall"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "Allen"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "input of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002232",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002224",
+ "lbl" : "starts with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x 'has end location' y if and only if there exists some process z such that x 'ends with' z and z 'occurs in' y",
- "xrefs" : [ ]
+ "val" : "x starts with y if and only if x has part y and the time point at which x starts is equivalent to the time point at which y starts. Formally: α(y) = α(x) ∧ ω(y) < ω(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."
},
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "ends with process that occurs in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Every insulin receptor signaling pathway starts with the binding of a ligand to the insulin receptor"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has end location"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002111",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has neurotransmitter"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "Chris Mungall"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "started by"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "releases neurotransmitter"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002595",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002225",
+ "lbl" : "develops from part of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity.",
- "xrefs" : [ ]
+ "val" : "x develops from part of y if and only if there exists some z such that x develops from z and z is part of y"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causal relation between material entity and a process"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002353",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002226",
+ "lbl" : "develops in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of has output",
- "xrefs" : [ ]
+ "val" : "x develops_in y if x is located in y whilst x is developing"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "EHDAA2"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "Jonathan Bard, EHDAA2"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "output of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001022",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002227",
+ "lbl" : "obligate parasite of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a condition (a phenotype or disease) of a host and a material entity, in which the material entity is not part of the host, and is considered harmless to non-allergic hosts, and the condition results in pathological processes that include an abnormally strong immune response against the material entity.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "penicillin allergy (DOID:0060520) has allergic trigger penicillin (CHEBI:17334)"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has allergic trigger"
+ "val" : "A sub-relation of parasite-of in which the parasite that cannot complete its life cycle without a host."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002474",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002228",
+ "lbl" : "facultative parasite of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An assertion that holds between an OWL Object Property and a dispositional interpretation that elucidates how OWL Class Axioms or OWL Individuals that use this property are to be interpreted in a dispositional context. For example, A binds B may be interpreted as A have a mutual disposition that is realized by binding to the other one.",
- "xrefs" : [ ]
+ "val" : "A sub-relations of parasite-of in which the parasite that can complete its life cycle independent of a host."
}
- },
- "type" : "PROPERTY",
- "lbl" : "dispositional interpretation"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002112",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002229",
+ "lbl" : "ends",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between a muscle and a motor neuron that synapses to it via a type Is bouton.",
- "xrefs" : [ ]
+ "val" : "inverse of ends with"
},
- "comments" : [ "Expands to: has_part some ('presynaptic membrane' that part_of some ('synapse' that has_part some ('type Is terminal button' that has_part some 'postsynaptic membrane' that part_of some ?Y)))))" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-5948-3092"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 some (GO_0042734 that BFO_0000050 some (GO_0045202 that BFO_0000051 some (GO_0061177 that BFO_0000051 some GO_0045211 that BFO_0000050 some ?Y)))"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "Chris Mungall"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed_by_via_type_Is_bouton"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002233",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002230",
+ "lbl" : "ends with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p.",
- "xrefs" : [ ]
+ "val" : "x ends with y if and only if x has part y and the time point at which x ends is equivalent to the time point at which y ends. Formally: α(y) > α(x) ∧ ω(y) = ω(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "consumes"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "Chris Mungall"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "finished by"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has input"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002596",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002231",
+ "lbl" : "has start location",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between c and p if and only if c is capable of some activity a, and a regulates p.",
- "xrefs" : [ ]
+ "val" : "x 'has starts location' y if and only if there exists some process z such that x 'starts with' z and z 'occurs in' y"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "pyrethroid -> growth"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "starts with process that occurs in"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "capable of regulating"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002475",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002232",
+ "lbl" : "has end location",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A is has_no_connections_with B if there are no parts of A or B that have a connection with the other.",
- "xrefs" : [ ]
+ "val" : "x 'has end location' y if and only if there exists some process z such that x 'ends with' z and z 'occurs in' y"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "shares no connection with"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000425",
- "val" : "Class: EquivalentTo: (BFO_0000050 some ?X) and (RO_0002170 some (BFO_0000050 some ?Y))"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'pectoral appendage skeleton' has no connections with 'pelvic appendage skeleton'"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has no connections with"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002354",
- "meta" : {
- "basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "ends with process that occurs in"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "formed as result of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001023",
- "meta" : {
- "definition" : {
- "val" : "A relation between a condition (a phenotype or disease) of a host and a material entity, in which the material entity is part of the host itself, and the condition results in pathological processes that include an abnormally strong immune response against the material entity.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002233",
+ "lbl" : "has input",
"type" : "PROPERTY",
- "lbl" : "has autoimmune trigger"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002113",
"meta" : {
"definition" : {
- "val" : "Relation between a neuron and some structure (e.g.- a brain region) in which it receives (chemical) synaptic input.",
- "xrefs" : [ ]
+ "val" : "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some ( that some ( that some Y?)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "synapses in"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "val" : "consumes"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has presynaptic terminal in"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002234",
+ "lbl" : "has output",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p has output c iff c is a participant in p, c is present at the end of p, and c is not present in the same state at the beginning of p.",
- "xrefs" : [ ]
+ "val" : "p has output c iff c is a participant in p, c is present at the end of p, and c is not present in the same state at the beginning of p."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
"val" : "produces"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002235",
+ "lbl" : "stem parasite of",
"type" : "PROPERTY",
- "lbl" : "has output"
+ "meta" : {
+ "definition" : {
+ "val" : "A parasite-of relationship in which the host is a plant and the parasite that attaches to the host stem (PO:0009047)"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002476",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002236",
+ "lbl" : "root parasite of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "A parasite-of relationship in which the host is a plant and the parasite that attaches to the host root (PO:0009005)"
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002237",
+ "lbl" : "hemiparasite of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "A sub-relation of parasite-of in which the parasite is a plant, and the parasite is parasitic under natural conditions and is also photosynthetic to some degree. Hemiparasites may just obtain water and mineral nutrients from the host plant. Many obtain at least part of their organic nutrients from the host as well."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002238",
+ "lbl" : "has component participant",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c is a child nucleus of d if and only if c and d are both nuclei and parts of cells c' and d', where c' is derived from d' by mitosis and the genetic material in c is a copy of the generic material in d",
- "xrefs" : [ ]
+ "val" : "X 'has component participant' Y means X 'has participant' Y and there is a cardinality constraint that specifies the numbers of Ys."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation is primarily used in the worm anatomy ontology for representing lineage at the level of nuclei. However, it is applicable to any organismal cell lineage."
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "https://orcid.org/0000-0001-9625-1899"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "ABal nucleus child nucleus of ABa nucleus (in C elegans)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This object property is needed for axioms using has_participant with a cardinality contrainsts; e.g., has_particpant min 2 object. However, OWL does not permit cardinality constrains with object properties that have property chains (like has_particant) or are transitive (like has_part).\n\nIf you need an axiom that says 'has_participant min 2 object', you should instead say 'has_component_participant min 2 object'."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "child nucleus of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002597",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002240",
+ "lbl" : "has exposure receptor",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p.",
- "xrefs" : [ ]
+ "val" : "A broad relationship between an exposure event or process and any entity (e.g., an organism, organism population, or an organism part) that interacts with an exposure stimulus during the exposure event."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "val" : "ExO:0000001"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "capable of negatively regulating"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002355",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002241",
+ "lbl" : "has exposure stressor",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a process and an anatomical entity such that the process contributes to the act of creating the structural organization of the anatomical entity.",
- "xrefs" : [ ]
+ "val" : "A broad relationship between an exposure event or process and any agent, stimulus, activity, or event that causes stress or tension on an organism and interacts with an exposure receptor during an exposure event."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "ExO:0000000"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in structural organization of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000056",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002242",
+ "lbl" : "has exposure route",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a continuant and a process, in which the continuant is somehow involved in the process",
- "xrefs" : [ ]
+ "val" : "A broad relationship between an exposure event or process and a process by which the exposure stressor comes into contact with the exposure receptor"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this investigator participates in this investigation"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this input material (or this output material) participates in this process"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this blood clot participates in this blood coagulation"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "participates in"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "participates_in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "ExO:0000055"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "participates in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002590",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002243",
+ "lbl" : "has exposure transport path",
"type" : "PROPERTY",
- "lbl" : "results in disassembly of"
+ "meta" : {
+ "definition" : {
+ "val" : "A broad relationship between an exposure event or process and the course takes from the source to the target."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ExO_0000004"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002470",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002244",
+ "lbl" : "related via exposure to",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "Any relationship between an exposure event or process and any other entity."
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is subject of eating interaction with"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving exposure events or processes."
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002245",
+ "lbl" : "over-expressed in",
"type" : "PROPERTY",
- "lbl" : "eats"
+ "meta" : {
+ "definition" : {
+ "val" : "g is over-expressed in t iff g is expressed in t, and the expression level of g is increased relative to some background."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002591",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002246",
+ "lbl" : "under-expressed in",
"type" : "PROPERTY",
- "lbl" : "results in remodeling of"
+ "meta" : {
+ "definition" : {
+ "val" : "g is under-expressed in t iff g is expressed in t, and the expression level of g is decreased relative to some background."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002350",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002248",
+ "lbl" : "has active ingredient",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "is member of is a mereological relation between a item and a collection.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a substance and a chemical entity, if the chemical entity is part of the substance, and the chemical entity forms the biologically active component of the substance."
},
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "SIO"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is member of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "member part of"
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "has active substance"
}, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "has active pharmaceutical ingredient"
+ } ],
+ "basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "An organism that is a member of a population of organisms"
+ "val" : "Any portion of roundup 'has active ingredient' some glyphosate"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002249",
+ "lbl" : "active ingredient in",
"type" : "PROPERTY",
- "lbl" : "member of"
+ "meta" : {
+ "definition" : {
+ "val" : "inverse of has active ingredient"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002471",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002252",
+ "lbl" : "connecting branch of",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "b connecting-branch-of s iff b is connected to s, and there exists some tree-like structure t such that the mereological sum of b plus s is either the same as t or a branching-part-of t."
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "In the tree T depicted in https://oborel.github.io/obo-relations/branching_part_of.png, B1 is connecting branch of S, and B1-1 as a connecting branch of B1."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "eaten by"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004036",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is target of eating interaction with"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/issues/2212"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is eaten by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002592",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002253",
+ "lbl" : "has connecting branch",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p results in organization of c iff p results in the assembly, arrangement of constituent parts, or disassembly of c",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "results in organization of"
+ "val" : "inverse of connecting branch of"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004036",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002472",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002254",
+ "lbl" : "has developmental contribution from",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a piece of evidence a and some entity b, where b is an information content entity, material entity or process, and \nthe a supports either the existence of b, or the truth value of b.",
- "xrefs" : [ ]
+ "val" : "x has developmental contribution from y iff x has some part z such that z develops from y"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Mammalian thymus has developmental contribution from some pharyngeal pouch 3; Mammalian thymus has developmental contribution from some pharyngeal pouch 4 [Kardong]"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is evidence for"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000053",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002255",
+ "lbl" : "developmentally contributes to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Inverse of characteristic_of",
- "xrefs" : [ ]
+ "val" : "inverse of has developmental contribution from"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this apple is bearer of this red color"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this vase is bearer of this fragility"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is bearer of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "bearer_of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "bearer of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has characteristic"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002230",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002256",
+ "lbl" : "developmentally induced by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x ends with y if and only if x has part y and the time point at which x ends is equivalent to the time point at which y ends. Formally: α(y) > α(x) ∧ ω(y) = ω(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point.",
- "xrefs" : [ ]
+ "val" : "t1 induced_by t2 if there is a process of developmental induction (GO:0031128) with t1 and t2 as interacting participants. t2 causes t1 to change its fate from a precursor material anatomical entity type T to T', where T' develops_from T"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "Chris Mungall"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "finished by"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-9114-8737"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "induced by"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : " Developmental Biology, Gilbert, 8th edition, figure 6.5(F)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "GO:0001759"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "We place this under 'developmentally preceded by'. This placement should be examined in the context of reciprocal inductions[cjm]"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "ends with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001020",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002257",
+ "lbl" : "developmentally induces",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a material entity and a condition (a phenotype or disease) of a host, in which the material entity is not part of the host, and is considered harmless to non-allergic hosts, and the condition results in pathological processes that include an abnormally strong immune response against the material entity.",
- "xrefs" : [ ]
+ "val" : "Inverse of developmentally induced by"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "penicillin (CHEBI:17334) is allergic trigger for penicillin allergy (DOID:0060520)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is allergic trigger for"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002351",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002258",
+ "lbl" : "developmentally preceded by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "has member is a mereological relation between a collection and an item.",
- "xrefs" : [ ]
+ "val" : "Candidate definition: x developmentally related to y if and only if there exists some developmental process (GO:0032502) p such that x and y both participates in p, and x is the output of p and y is the input of p"
},
+ "comments" : [ "This relation groups together various other developmental relations. It is fairly generic, encompassing induction, developmental contribution and direct and transitive develops from" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "SIO"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "false"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "In general you should not use this relation to make assertions - use one of the more specific relations below this one"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002259",
+ "lbl" : "defined by inverse",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002260",
+ "lbl" : "has biological role",
"type" : "PROPERTY",
- "lbl" : "has member"
+ "meta" : {
+ "definition" : {
+ "val" : "c has-biological-role r iff c has-role r and r is a biological role (CHEBI:24432)"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002593",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002261",
+ "lbl" : "has application role",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "holds between x and y if and only if the time point at which x ends is equivalent to the time point at which y starts. Formally: iff ω(x) = α(y).",
- "xrefs" : [ ]
+ "val" : "c has-application-role r iff c has-role r and r is an application role (CHEBI:33232)"
}
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002262",
+ "lbl" : "has chemical role",
"type" : "PROPERTY",
- "lbl" : "existence ends at start of"
+ "meta" : {
+ "definition" : {
+ "val" : "c has-chemical-role r iff c has-role r and r is a chemical role (CHEBI:51086)"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002349",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002263",
+ "lbl" : "acts upstream of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p 'results in determination of' c if and only if p is a developmental process and c is a cell and p results in the state of c changing to be determined. Once a cell becomes determined, it becomes committed to differentiate down a particular pathway regardless of its environment.",
- "xrefs" : [ ]
+ "val" : "c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision."
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in determination of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002228",
- "meta" : {
- "definition" : {
- "val" : "A sub-relations of parasite-of in which the parasite that can complete its life cycle independent of a host.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002264",
+ "lbl" : "acts upstream of or within",
"type" : "PROPERTY",
- "lbl" : "facultative parasite of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002107",
"meta" : {
"definition" : {
- "val" : "A relation between a motor neuron and a muscle that it synapses to via a type II bouton.",
- "xrefs" : [ ]
+ "val" : "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process."
},
- "comments" : [ "Expands to: has_part some ('type II terminal button' that has_part some ('pre-synaptic membrane' that part_of some ('synapse' that has_part some ('post-synaptic membrane' that part_of some ?Y))))" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
+ "synonyms" : [ {
+ "pred" : "hasRelatedSynonym",
+ "val" : "affects"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-5948-3092"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 some (GO_0061175 that BFO_0000051 some (that BFO_0000051 some (GO_0045202 that BFO_0000051 some ( that BFO_0000050 some ?Y))))"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed_via_type_II_bouton_to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001018",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002285",
+ "lbl" : "developmentally replaces",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "x developmentally replaces y if and only if there is some developmental process that causes x to move or to cease to exist, and for the site that was occupied by x to become occupied by y, where y either comes into existence in this site or moves to this site from somewhere else"
+ },
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Intended meaning:\ndomain: material entity\nrange: spatial region or site (immaterial continuant)\n "
+ "val" : "This relation is intended for cases such as when we have a bone element replacing its cartilage element precursor. Currently most AOs represent this using 'develops from'. We need to decide whether 'develops from' will be generic and encompass replacement, or whether we need a new name for a generic relation that encompasses replacement and development-via-cell-lineage"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "contained_in"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "contained in"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Containment is location not involving parthood, and arises only where some immaterial continuant is involved."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"
+ "val" : "replaces"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "contained in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001019",
- "meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "contains"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002286",
+ "lbl" : "developmentally succeeded by",
"type" : "PROPERTY",
- "lbl" : "contains"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002229",
"meta" : {
"definition" : {
- "val" : "inverse of ends with",
- "xrefs" : [ ]
+ "val" : "Inverse of developmentally preceded by"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "Chris Mungall"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "ends"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002108",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002287",
+ "lbl" : "part of developmental precursor of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Relation between a muscle and a motor neuron that synapses to it via a type II bouton.",
- "xrefs" : [ ]
- },
- "comments" : [ "Expands to: has_part some ('presynaptic membrane' that part_of some ('synapse' that has_part some ('type II terminal button' that has_part some 'postsynaptic membrane' that part_of some ?Y)))))" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-5948-3092"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 some (GO_0042734 that BFO_0000050 some (GO_0045202 that BFO_0000051 some (GO_0061174 that BFO_0000051 some GO_0045211 that BFO_0000050 some ?Y)))\n"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'hypopharyngeal eminence' SubClassOf 'part of precursor of' some tongue"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed_by_via_type_II_bouton"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002109",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002291",
+ "lbl" : "ubiquitously expressed in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between a muscle and a motor neuron that synapses to it via a type Ib bouton.",
- "xrefs" : [ ]
+ "val" : "x is ubiquitously expressed in y if and only if x is expressed in y, and the majority of cells in y express x"
},
- "comments" : [ "Expands to: has_part some ('presynaptic membrane' that part_of some ('synapse' that has_part some ('type Ib terminal button' that has_part some 'postsynaptic membrane' that part_of some ?Y)))))" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 some (GO_0042734 that BFO_0000050 some (GO_0045202 that BFO_0000051 some (GO_0061176 that BFO_0000051 some GO_0045211 that BFO_0000050 some ?Y)))"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-5948-3092"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Revisit this term after coordinating with SO/SOM. The domain of this relation should be a sequence, as an instance of a DNA molecule is only expressed in the cell of which it is a part."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed_by_via_type_Ib_bouton"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002103",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002292",
+ "lbl" : "expresses",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between an anatomical structure (including cells) and a neuron that chemically synapses to it. ",
- "xrefs" : [ ]
+ "val" : "Inverse of 'expressed in'"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some ( that part_of some ( that has_part some ( that some Y?)))"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002224",
- "meta" : {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002293",
+ "lbl" : "ubiquitously expresses",
+ "type" : "PROPERTY",
+ "meta" : {
"definition" : {
- "val" : "x starts with y if and only if x has part y and the time point at which x starts is equivalent to the time point at which y starts. Formally: α(y) = α(x) ∧ ω(y) < ω(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point.",
- "xrefs" : [ ]
+ "val" : "inverse of ubiquiotously expressed in"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "started by"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "Chris Mungall"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Every insulin receptor signaling pathway starts with the binding of a ligand to the insulin receptor"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "starts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002466",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002295",
+ "lbl" : "results in developmental progression of",
"type" : "PROPERTY",
- "lbl" : "is commensalism"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002345",
"meta" : {
"definition" : {
- "val" : "Holds between p and c when p is a transportation or localization process and the outcome of this process is to move c to a destination that is part of some s, where the end location of c is part of the region that surrounds s.",
- "xrefs" : [ ]
+ "val" : "p results in the developmental progression of s iff p is a developmental process and s is an anatomical entity and p causes s to undergo a change in state at some point along its natural developmental cycle (this cycle starts with its formation, through the mature structure, and ends with its loss)."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This property and its subproperties are being used primarily for the definition of GO developmental processes. The property hierarchy mirrors the core GO hierarchy. In future we may be able to make do with a more minimal set of properties, but due to the way GO is currently structured we require highly specific relations to avoid incorrect entailments. To avoid this, the corresponding genus terms in GO should be declared mutually disjoint."
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://wiki.geneontology.org/index.php/Ontology_extensions"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "exports"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002587",
- "type" : "PROPERTY",
- "lbl" : "results in synthesis of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002588",
- "meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002296",
+ "lbl" : "results in development of",
"type" : "PROPERTY",
- "lbl" : "results in assembly of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002104",
"meta" : {
"definition" : {
- "val" : "Holds between a cell c and a protein complex or protein p if and only if that cell has as part a plasma_membrane[GO:0005886], and that plasma membrane has p as part.",
- "xrefs" : [ ]
+ "val" : "p 'results in development of' c if and only if p is a developmental process and p results in the state of c changing from its initial state as a primordium or anlage through its mature state and to its final state."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-1617-8244"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some ( and some ?Y)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "every flower development (GO:0009908) results in development of some flower (PO:0009046)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-9990-8331"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/19243617"
+ "val" : "http://www.geneontology.org/GO.doc.development.shtml"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002297",
+ "lbl" : "results in formation of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "an annotation of gene X to anatomical structure formation with results_in_formation_of UBERON:0000007 (pituitary gland) means that at the beginning of the process a pituitary gland does not exist and at the end of the process a pituitary gland exists."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Every B cell[CL_0000236] has plasma membrane part some immunoglobulin complex[GO_0019814]"
+ "val" : "every \"endocardial cushion formation\" (GO:0003272) results_in_formation_of some \"endocardial cushion\" (UBERON:0002062)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "GOC:mtg_berkeley_2013"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has plasma membrane part"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002225",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002298",
+ "lbl" : "results in morphogenesis of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x develops from part of y if and only if there exists some z such that x develops from z and z is part of y",
- "xrefs" : [ ]
+ "val" : "The relationship that links an entity with the process that results in the formation and shaping of that entity over time from an immature to a mature state."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "an annotation of gene X to cell morphogenesis with results_in_morphogenesis_of CL:0000540 (neuron) means that at the end of the process an input neuron has attained its shape."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "tongue morphogenesis (GO:0043587) results in morphogenesis of tongue (UBERON:0001723)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "GOC:mtg_berkeley_2013"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "develops from part of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001015",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002299",
+ "lbl" : "results in maturation of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between two independent continuants, the location and the target, in which the target is entirely within the location",
- "xrefs" : [ ]
+ "val" : "The relationship that links an entity with a process that results in the progression of the entity over time that is independent of changes in it's shape and results in an end point state of that entity."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "my head is the location of my brain"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "location_of"
+ "val" : " an annotation of gene X to cell maturation with results_in_maturation_of CL:0000057 (fibroblast) means that the fibroblast is mature at the end of the process"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this cage is the location of this rat"
+ "val" : "bone maturation (GO:0070977) results_in_maturation_of bone (UBERON:0001474)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "is location of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "GOC:mtg_berkeley_2013"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "location of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002467",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002300",
+ "lbl" : "results in disappearance of",
+ "type" : "PROPERTY",
"meta" : {
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "foramen ovale closure SubClassOf results in disappearance of foramen ovale"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "May be merged into parent relation"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is mutualism"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002226",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002301",
+ "lbl" : "results in developmental regression of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "x develops_in y if x is located in y whilst x is developing",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "Jonathan Bard, EHDAA2"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "every mullerian duct regression (GO:0001880) results in regression of some mullerian duct (UBERON:0003890)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
"val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "EHDAA2"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "May be merged into parent relation"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "develops in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002589",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002302",
+ "lbl" : "is treated by substance",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p results in catabolism of c if and only if p is a catabolic process, and the execution of p results in c being broken into smaller parts with energy being released.",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "results in catabolism of"
+ "val" : "Inverse of 'is substance that treats'"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/terms/creator",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002105",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002303",
+ "lbl" : "has habitat",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a motor neuron and a muscle that it synapses to via a type Ib bouton.",
- "xrefs" : [ ]
+ "val" : "x 'has habitat' y if and only if: x is an organism, y is a habitat, and y can sustain and allow the growth of a population of xs."
},
- "comments" : [ "Expands to: has_part some ('type Ib terminal button' that has_part some ('pre-synaptic membrane' that part_of some ('synapse' that has_part some ('post-synaptic membrane' that part_of some ?Y))))" ],
+ "comments" : [ "A population of xs will possess adaptations (either evolved naturally or via artifical selection) which permit it to exist and grow in y." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-5948-3092"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Hydrozoa (NCBITaxon_6074) SubClassOf 'has habitat' some 'Hydrozoa habitat'\nwhere\n'Hydrozoa habitat' SubClassOf overlaps some ('marine environment' (ENVO_00000569) and 'freshwater environment' (ENVO_01000306) and 'wetland' (ENVO_00000043)) and 'has part' some (freshwater (ENVO_00002011) or 'sea water' (ENVO_00002149)) -- http://eol.org/pages/1795/overview"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-4366-3088"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 some (GO_0061176 that BFO_0000051 some (that BFO_0000051 some (GO_0045202 that BFO_0000051 some ( that BFO_0000050 some ?Y))))"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "adapted for living in"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed_via_type_Ib_bouton_to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002468",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002304",
+ "lbl" : "causally upstream of, positive effect",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q."
+ },
+ "comments" : [ "holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002411"
+ }, {
+ "pred" : "http://purl.org/dc/terms/creator",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is parasitism"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002348",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002305",
+ "lbl" : "causally upstream of, negative effect",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p 'results in commitment to' c if and only if p is a developmental process and c is a cell and p results in the state of c changing such that is can only develop into a single cell type.",
- "xrefs" : [ ]
+ "val" : "p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "an annotation of gene X to cell commitment with results_in_commitment_to CL:0000540 (neuron) means that at the end of the process an unspecified cell has been specified and determined to develop into a neuron."
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002411"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "pred" : "http://purl.org/dc/terms/creator",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in commitment to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002106",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002309",
+ "lbl" : "has exposure stimulus",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a motor neuron and a muscle that it synapses to via a type Is bouton.",
- "xrefs" : [ ]
+ "val" : "A relationship between an exposure event or process and any agent, stimulus, activity, or event that causally effects an organism and interacts with an exposure receptor during an exposure event."
},
- "comments" : [ "Expands to: has_part some ('type Is terminal button' that has_part some ('pre-synaptic membrane' that part_of some ('synapse' that has_part some ('post-synaptic membrane' that part_of some ?Y))))" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0001-6996-0040"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0002-8461-9745"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : "BFO_0000051 some (GO_0061177 that BFO_0000051 some (that BFO_0000051 some (GO_0045202 that BFO_0000051 some ( that BFO_0000050 some ?Y))))"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-5948-3092"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-06-05T17:35:04Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "synapsed_via_type_Is_bouton_to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002469",
- "meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "id" : "http://purl.obolibrary.org/obo/RO_0002310",
+ "lbl" : "exposure event or process",
+ "type" : "CLASS",
+ "meta" : {
+ "definition" : {
+ "val" : "A process occurring within or in the vicinity of an organism that exerts some causal influence on the organism via the interaction between an exposure stimulus and an exposure receptor. The exposure stimulus may be a process, material entity or condition (for example, lack of nutrients). The exposure receptor can be an organism, organism population or a part of an organism."
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An exposure event in which a human is exposed to particulate matter in the air. Here the exposure stimulus/stress is the particulate matter, the receptor is the airways and lungs of the human,"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An exposure event in which a plant is provided with fertilizer. The exposure receptor is the root system of the plant, the stimulus is the fertilizing chemical, the route is via the soil, possibly mediated by symbotic microbes."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This class is intended as a grouping for various domain and species-specific exposure classes. The ExO class http://purl.obolibrary.org/obo/ExO_0000002 'exposure event' assumes that all exposures involve stressors, which limits the applicability of this class to 'positive' exposures, e.g. exposing a plant to beneficial growing conditions."
+ }, {
+ "pred" : "http://purl.org/dc/terms/creator",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-06-05T17:55:39Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/oborel/obo-relations/pull/173"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "provides nutrients for"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002227",
- "meta" : {
- "definition" : {
- "val" : "A sub-relation of parasite-of in which the parasite that cannot complete its life cycle without a host.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002312",
+ "lbl" : "evolutionary variant of",
"type" : "PROPERTY",
- "lbl" : "obligate parasite of"
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002313",
+ "lbl" : "transports or maintains localization of",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Holds between p and c when p is a localization process (localization covers maintenance of localization as well as its establishment) and the outcome of this process is to regulate the localization of c."
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-09-22T11:04:12Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "regulates localization of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "valid_for_go_ontology"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002220",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002314",
+ "lbl" : "characteristic of part of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x adjacent to y if and only if x and y share a boundary.",
- "xrefs" : [ ]
+ "val" : "q characteristic of part of w if and only if there exists some p such that q inheres in p and p part of w."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The skin of the forelimb is adjacent to the skin of the torso if these are considered anatomical subdivisions with a defined border. Otherwise a relation such as continuous_with would be used."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Because part_of is transitive, inheres in is a sub-relation of characteristic of part of"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "inheres in part of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The plasma membrane of a cell is adjacent to the cytoplasm, and also to the cell lumen which the cytoplasm occupies."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
}, {
"pred" : "http://purl.obolibrary.org/obo/RO_0001900",
"val" : "http://purl.obolibrary.org/obo/RO_0001901"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This relation acts as a join point with BSPO"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A caterpillar walking on the surface of a leaf is adjacent_to the leaf, if one of the caterpillar appendages is touching the leaf. In contrast, a butterfly flying close to a flower is not considered adjacent, unless there are any touching parts."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The epidermis layer of a vertebrate is adjacent to the dermis."
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/reflexivity/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "adjacent to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002341",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002315",
+ "lbl" : "results in acquisition of features of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between p and l when p is a transportation or localization process and the outcome of this process is to move c from one location to another, and the route taken by c follows a path that is aligned_with l ",
- "xrefs" : [ ]
+ "val" : "The relationship that links a specified entity with the process that results in an unspecified entity acquiring the features and characteristics of the specified entity"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in transport along"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002462",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Experimental: relation used for defining interaction relations; the meaning of s 'subject participant in' p is determined by the type of p, where p must be a directional interaction process. For example, in a predator-prey interaction process the subject is the predator. We can imagine a reciprocal prey-predatory process with subject and object reversed."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "an annotation of gene X to cell differentiation with results_in_maturation_of CL:0000057 (fibroblast) means that at the end of the process the input cell that did not have features of a fibroblast, now has the features of a fibroblast."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "GOC:mtg_berkeley_2013"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "subject participant in"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002583",
- "meta" : {
- "definition" : {
- "val" : "holds between x and y if and only if the time point at which x starts is equivalent to the time point at which y ends. Formally: iff α(x) = ω(y).",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "existence starts at end of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003310",
- "meta" : {
- "definition" : {
- "val" : "A relationship between a condition (a phenotype or disease) and an entity (e.g. a chemical, environmental exposure, or some form of genetic variation) where some or all aspects of the condition are reduced or eliminated by the presence of the entity.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002320",
+ "lbl" : "evolutionarily related to",
"type" : "PROPERTY",
- "lbl" : "condition ameliorated by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002584",
"meta" : {
"definition" : {
- "val" : "s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p",
- "xrefs" : [ ]
+ "val" : "A relationship that holds via some environmental process"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving the process of evolution."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has part structure that is capable of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002221",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002321",
+ "lbl" : "ecologically related to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of surrounded by",
- "xrefs" : [ ]
+ "val" : "A relationship that is mediated in some way by the environment or environmental feature (ENVO:00002297)"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Awaiting class for domain/range constraint, see: https://github.com/OBOFoundry/Experimental-OBO-Core/issues/6"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving ecological interactions"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "surrounds"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002463",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002322",
+ "lbl" : "confers advantage in",
+ "type" : "PROPERTY",
"meta" : {
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Experimental: relation used for defining interaction relations; the meaning of s 'target participant in' p is determined by the type of p, where p must be a directional interaction process. For example, in a predator-prey interaction process the target is the prey. We can imagine a reciprocal prey-predatory process with subject and object reversed."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "An experimental relation currently used to connect a feature possessed by an organism (e.g. anatomical structure, biological process, phenotype or quality) to a habitat or environment in which that feature is well suited, adapted or provides a reproductive advantage for the organism. For example, fins to an aquatic environment. Usually this will mean that the structure is adapted for this environment, but we avoid saying this directly - primitive forms of the structure may not have evolved specifically for that environment (for example, early wings were not necessarily adapted for an aerial environment). Note also that this is a statement about the general class of structures - not every instance of a limb need confer an advantage for a terrestrial environment, e.g. if the limb is vestigial."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "adapted for"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "target participant in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002100",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002323",
+ "lbl" : "mereotopologically related to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between a neuron and an anatomical structure that its soma is part of.",
- "xrefs" : [ ]
+ "val" : "A mereological relationship or a topological relationship"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some (\n and some ?Y)"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving parthood or connectivity relationships"
}, {
"pred" : "http://purl.obolibrary.org/obo/RO_0001900",
"val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has soma location"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002342",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002324",
+ "lbl" : "developmentally related to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between p and m when p is a transportation or localization process and the outcome of this process is to move c from one location to another, and the route taken by c follows a path that crosses m.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between entities participating in some developmental process (GO:0032502)"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving organismal development"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in transport across"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002101",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002325",
+ "lbl" : "colocalizes with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "relationship between a neuron and a neuron projection bundle (e.g.- tract or nerve bundle) that one or more of its projections travels through.\n",
- "xrefs" : [ ]
+ "val" : "a colocalizes_with b if and only if a is transiently or peripherally associated with b[GO]."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "fasciculates with"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000426",
- "val" : "(forall (?x ?y) \n\t(iff \n\t\t(fasciculates_with ?x ?y)\n\t\t(exists (?nps ?npbs)\n\t\t\t(and \n\t\t\t\t(\"neuron ; CL_0000540\" ?x)\n\t\t\t\t(\"neuron projection bundle ; CARO_0001001\" ?y) \n\t\t\t\t(\"neuron projection segment ; CARO_0001502\" ?nps)\n\t\t\t\t(\"neuron projection bundle segment ; CARO_0001500' \" ?npbs)\n\t\t\t\t(part_of ?npbs ?y) \t\t\t\n\t\t\t\t(part_of ?nps ?x)\n\t\t\t\t(part_of ?nps ?npbs)\n\t\t\t\t(forall (?npbss)\n\t\t\t\t\t(if\n\t\t\t\t\t\t(and \n\t\t\t\t\t\t\t(\"neuron projection bundle subsegment ; CARO_0001501\" ?npbss)\n\t\t\t\t\t\t\t(part_of ?npbss ?npbs) \n\t\t\t\t\t\t)\n\t\t\t\t\t\t(overlaps ?nps ?npbss)\n\t\t\t\t\t))))))"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Clp1p relocalizes from the nucleolus to the spindle and site of cell division; i.e. it is associated transiently with the spindle pole body and the contractile ring (evidence from GFP fusion). Clp1p colocalizes_with spindle pole body (GO:0005816) and contractile ring (GO:0005826)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "fasciculates with"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002222",
- "meta" : {
- "comments" : [ "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Allen%27s_interval_algebra"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends."
- }, {
- "pred" : "http://purl.org/dc/terms/source",
- "val" : "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "val" : "In the context of the Gene Ontology, colocalizes_with may be used for annotating to cellular component terms[GO]"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "temporally related to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002343",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002326",
+ "lbl" : "contributes to",
+ "type" : "PROPERTY",
"meta" : {
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'pollen tube growth' results_in growth_of some 'pollen tube'"
+ "val" : "ATP citrate lyase (ACL) in Arabidopsis: it is a heterooctamer, composed of two types of subunits, ACLA and ACLB in a A(4)B(4) stoichiometry. Neither of the subunits expressed alone give ACL activity, but co-expression results in ACL activity. Both subunits contribute_to the ATP citrate lyase activity."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Subunits of nuclear RNA polymerases: none of the individual subunits have RNA polymerase activity, yet all of these subunits contribute_to DNA-dependent RNA polymerase activity."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "eIF2: has three subunits (alpha, beta, gamma); one binds GTP; one binds RNA; the whole complex binds the ribosome (all three subunits are required for ribosome binding). So one subunit is annotated to GTP binding and one to RNA binding without qualifiers, and all three stand in the contributes_to relationship to \"ribosome binding\". And all three are part_of an eIF2 complex"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "We would like to say\n\nif and only if\n exists c', p'\n c part_of c' and c' capable_of p\n and\n c capable_of p' and p' part_of p\nthen\n c contributes_to p\n\nHowever, this is not possible in OWL. We instead make this relation a sub-relation of the two chains, which gives us the inference in the one direction."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "In the context of the Gene Ontology, contributes_to may be used only with classes from the molecular function ontology. "
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in growth of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002464",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002327",
+ "lbl" : "enables",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "c enables p iff c is capable of p and c acts to execute p."
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This property or its subproperties is not to be used directly. These properties exist as helper properties that are used to support OWL reasoning."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "a particular instances of akt-2 enables some instance of protein kinase activity"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "catalyzes"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "executes"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is catalyzing"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is executing"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "helper property (not for use in curation)"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002585",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "p 'results in closure of' c if and only if p is a developmental process and p results in a state of c changing from open to closed."
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in closure of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002586",
- "meta" : {
- "definition" : {
- "val" : "p results in breakdown of c if and only if the execution of p leads to c no longer being present at the end of p",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002328",
+ "lbl" : "functionally related to",
"type" : "PROPERTY",
- "lbl" : "results in breakdown of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002102",
"meta" : {
"definition" : {
- "val" : "Relation between a neuron and some structure its axon forms (chemical) synapses in.",
- "xrefs" : [ ]
+ "val" : "A grouping relationship for any relationship directly involving a function, or that holds because of a function of one of the related entities."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000424",
- "val" : " some (\n and some (\n and some (\n and some ?Y)))"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This is a grouping relation that collects relations used for the purpose of connecting structure and function"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "axon synapses in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002223",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002329",
+ "lbl" : "part of structure that is capable of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of starts with",
- "xrefs" : [ ]
+ "val" : "this relation holds between c and p when c is part of some c', and c' is capable of p."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "Chris Mungall"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "Allen"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "false"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "starts"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002344",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002330",
+ "lbl" : "genomically related to",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "holds between two entities when some genome-level process such as gene expression is involved. This includes transcriptional, spliceosomal events. These relations can be used between either macromolecule entities (such as regions of nucleic acid) or between their abstract informational counterparts."
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'mitochondrial transport' results_in_transport_to_from_or_in some mitochondrion (GO:0005739)"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving the genome of an organism"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in transport to from or in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003311",
- "meta" : {
- "definition" : {
- "val" : "A relationship between a condition (a phenotype or disease) and an entity (e.g. a chemical, environmental exposure, or some form of genetic variation) where some or all aspects of the condition are worsened by the presence of the entity.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002331",
+ "lbl" : "involved in",
"type" : "PROPERTY",
- "lbl" : "condition exacerbated by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002465",
"meta" : {
+ "definition" : {
+ "val" : "c involved_in p if and only if c enables some process p', and p' is part of p"
+ },
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "actively involved in"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "enables part of"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://wiki.geneontology.org/index.php/Involved_in"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is symbiosis"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002580",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002332",
+ "lbl" : "regulates levels of",
"type" : "PROPERTY",
- "lbl" : "logical macro assertion on an axiom"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002460",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "p regulates levels of c if p regulates some amount (PATO:0000070) of c"
+ },
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "every cellular sphingolipid homeostasis process regulates_level_of some sphingolipid"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "regulates levels of (process to entity)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has vector"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002581",
- "meta" : {
- "definition" : {
- "val" : "If R <- P o Q is a defining property chain axiom, then it also holds that R -> P o Q. Note that this cannot be expressed directly in OWL",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002333",
+ "lbl" : "enabled by",
"type" : "PROPERTY",
- "lbl" : "is a defining property chain axiom"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002461",
"meta" : {
+ "definition" : {
+ "val" : "inverse of enables"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Experimental: relation used for defining interaction relations. An interaction relation holds when there is an interaction event with two partners. In a directional interaction, one partner is deemed the subject, the other the target"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "partner in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002340",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002334",
+ "lbl" : "regulated by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between p and c when p is a transportation or localization process and the outcome of this process is to move c to a destination that is part of some s, where the start location of c is part of the region that surrounds s.",
- "xrefs" : [ ]
+ "val" : "inverse of regulates"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "regulated by (processual)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "imports"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002582",
- "meta" : {
- "definition" : {
- "val" : "If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002335",
+ "lbl" : "negatively regulated by",
"type" : "PROPERTY",
- "lbl" : "is a defining property chain axiom where second argument is reflexive"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003307",
"meta" : {
"definition" : {
- "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the presence of the entity reduces or eliminates some or all aspects of the condition.",
- "xrefs" : [ ]
+ "val" : "inverse of negatively regulates"
},
- "comments" : [ "Genetic variations can span any level of granularity from a full genome or genotype to an individual gene or sequence alteration. These variations can be represented at the physical level (DNA/RNA macromolecules or their parts, as in the ChEBI ontology and Molecular Sequence Ontology) or at the abstract level (generically dependent continuant sequence features that are carried by these macromolecules, as in the Sequence Ontology and Genotype Ontology). The causal relations in this hierarchy can be used in linking either physical or abstract genetic variations to phenotypes or diseases they cause or contribute to. \n\nEnvironmental exposures include those imposed by natural environments, experimentally applied conditions, or clinical interventions." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is preventative for condition"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "ameliorates condition"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002459",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002336",
+ "lbl" : "positively regulated by",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "inverse of positively regulates"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "a is a vector for b if a carries and transmits an infectious pathogen b into another living organism"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Anopheles is a vector for Plasmodium"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is vector for"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002217",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002337",
+ "lbl" : "related via localization to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "OBSOLETE x actively participates in y if and only if x participates in y and x realizes some active role",
- "xrefs" : [ ]
+ "val" : "A relationship that holds via some process of localization"
},
- "comments" : [ "Obsoleted as the inverse property was obsoleted." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "agent in"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
- "val" : "http://purl.obolibrary.org/obo/RO_0002608"
- } ],
- "deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete actively participates in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is a grouping relation."
+ } ]
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002338",
+ "lbl" : "has target start location",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "This relationship holds between p and l when p is a transport or localization process in which the outcome is to move some cargo c from some initial location l to some destination.",
- "xrefs" : [ ]
+ "val" : "This relationship holds between p and l when p is a transport or localization process in which the outcome is to move some cargo c from some initial location l to some destination."
},
"subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has target start location"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002339",
+ "lbl" : "has target end location",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "This relationship holds between p and l when p is a transport or localization process in which the outcome is to move some cargo c from a an initial location to some destination l.",
- "xrefs" : [ ]
+ "val" : "This relationship holds between p and l when p is a transport or localization process in which the outcome is to move some cargo c from a an initial location to some destination l."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has target end location"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002218",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002340",
+ "lbl" : "imports",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "OBSOLETE x has participant y if and only if x realizes some active role that inheres in y",
- "xrefs" : [ ]
+ "val" : "Holds between p and c when p is a transportation or localization process and the outcome of this process is to move c to a destination that is part of some s, where the start location of c is part of the region that surrounds s."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has agent"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
- "val" : "http://purl.obolibrary.org/obo/RO_0002500"
- } ],
- "deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete has active participant"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003306",
- "meta" : {
- "definition" : {
- "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity influences the frequency of the condition in a population.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "contributes to penetrance of condition"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "contributes to frequency of condition"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002219",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002341",
+ "lbl" : "results in transport along",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x surrounded_by y if and only if (1) x is adjacent to y and for every region r that is adjacent to x, r overlaps y (2) the shared boundary between x and y occupies the majority of the outermost boundary of x",
- "xrefs" : [ ]
+ "val" : "Holds between p and l when p is a transportation or localization process and the outcome of this process is to move c from one location to another, and the route taken by c follows a path that is aligned_with l "
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "surrounded by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003309",
- "meta" : {
- "definition" : {
- "val" : "A relationship between an entity (e.g. a chemical, environmental exposure, or some form of genetic variation) and a condition (a phenotype or disease), where the presence of the entity worsens some or all aspects of the condition.",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "exacerbates condition"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003308",
- "meta" : {
- "definition" : {
- "val" : "A relationship between an entity and a condition (phenotype or disease) with which it exhibits a statistical dependence relationship.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002342",
+ "lbl" : "results in transport across",
"type" : "PROPERTY",
- "lbl" : "correlated with condition"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002334",
"meta" : {
"definition" : {
- "val" : "inverse of regulates",
- "xrefs" : [ ]
+ "val" : "Holds between p and m when p is a transportation or localization process and the outcome of this process is to move c from one location to another, and the route taken by c follows a path that crosses m."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "regulated by (processual)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "regulated by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002213",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002343",
+ "lbl" : "results in growth of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "p positively regulates q iff p regulates q, and p increases the rate or magnitude of execution of q.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'pollen tube growth' results_in growth_of some 'pollen tube'"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
- "val" : "http://purl.obolibrary.org/obo/RO_0002211"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "positively regulates (process to process)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "positively regulates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003303",
- "meta" : {
- "definition" : {
- "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some causal role for the condition.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002344",
+ "lbl" : "results in transport to from or in",
"type" : "PROPERTY",
- "lbl" : "causes condition"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002576",
"meta" : {
- "definition" : {
- "val" : "inverse of has skeleton",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'mitochondrial transport' results_in_transport_to_from_or_in some mitochondrion (GO:0005739)"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "skeleton of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002455",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002345",
+ "lbl" : "exports",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "Holds between p and c when p is a transportation or localization process and the outcome of this process is to move c to a destination that is part of some s, where the end location of c is part of the region that surrounds s."
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is subject of pollination interaction with"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/pollinates"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This relation is intended to be used for biotic pollination - e.g. a bee pollinating a flowering plant. Some kinds of pollination may be semibiotic - e.g. wind can have the role of pollinator. We would use a separate relation for this."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Bees pollinate Flowers"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "pollinates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002456",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002348",
+ "lbl" : "results in commitment to",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "p 'results in commitment to' c if and only if p is a developmental process and c is a cell and p results in the state of c changing such that is can only develop into a single cell type."
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has polinator"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is target of pollination interaction with"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/hasPollinator"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "an annotation of gene X to cell commitment with results_in_commitment_to CL:0000540 (neuron) means that at the end of the process an unspecified cell has been specified and determined to develop into a neuron."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "pollinated by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002335",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002349",
+ "lbl" : "results in determination of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of negatively regulates",
- "xrefs" : [ ]
+ "val" : "p 'results in determination of' c if and only if p is a developmental process and c is a cell and p results in the state of c changing to be determined. Once a cell becomes determined, it becomes committed to differentiate down a particular pathway regardless of its environment."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "negatively regulated by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003302",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002350",
+ "lbl" : "member of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some causal or contributing role that influences the condition.",
- "xrefs" : [ ]
+ "val" : "is member of is a mereological relation between a item and a collection."
},
- "comments" : [ "Genetic variations can span any level of granularity from a full genome or genotype to an individual gene or sequence alteration. These variations can be represented at the physical level (DNA/RNA macromolecules or their parts, as in the ChEBI ontology and Molecular Sequence Ontology) or at the abstract level (generically dependent continuant sequence features that are carried by these macromolecules, as in the Sequence Ontology and Genotype Ontology). The causal relations in this hierarchy can be used in linking either physical or abstract genetic variations to phenotypes or diseases they cause or contribute to.\n\nEnvironmental exposures include those imposed by natural environments, experimentally applied conditions, or clinical interventions." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Note that relationships of phenotypes to organisms/strains that bear them, or diseases they are manifest in, should continue to use RO:0002200 ! 'has phenotype' and RO:0002201 ! 'phenotype of'."
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The genetic variant 'NM_007294.3(BRCA1):c.110C>A (p.Thr37Lys)' casues or contributes to the disease 'familial breast-ovarian cancer'.\n\nAn environment of exposure to arsenic causes or contributes to the phenotype of patchy skin hyperpigmentation, and the disease 'skin cancer'."
+ "val" : "An organism that is a member of a population of organisms"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is member of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "member part of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "SIO"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causes or contributes to condition"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002577",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002351",
+ "lbl" : "has member",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A material entity consisting of multiple components that are causally integrated.",
- "xrefs" : [ ]
+ "val" : "has member is a mereological relation between a collection and an item."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "May be replaced by a BFO class, as discussed in http://www.jbiomedsem.com/content/4/1/43"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.jbiomedsem.com/content/4/1/43"
+ "val" : "SIO"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
- "type" : "CLASS",
- "lbl" : "system"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002214",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002352",
+ "lbl" : "input of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has prototype y if and only if x is an instance of C and y is a prototypical instance of C. For example, every instance of heart, both normal and abnormal is related by the has prototype relation to some instance of a \"canonical\" heart, which participates in blood circulation.",
- "xrefs" : [ ]
+ "val" : "inverse of has input"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This property can be used to make weaker forms of certain relations by chaining an additional property. For example, we may say: retina SubClassOf has_prototype some 'detection of light'. i.e. every retina is related to a prototypical retina instance which is detecting some light. Note that this is very similar to 'capable of', but this relation affords a wider flexibility. E.g. we can make a relation between continuants."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'human p53 protein' SubClassOf some ('has prototype' some ('participates in' some 'DNA repair'))"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "heart SubClassOf 'has prototype' some ('participates in' some 'blood circulation')"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "TODO: add homeomorphy axiom"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Experimental. In future there may be a formalization in which this relation is treated as a shortcut to some modal logic axiom. We may decide to obsolete this and adopt a more specific evolutionary relationship (e.g. evolved from)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has prototype"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002578",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002353",
+ "lbl" : "output of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p directly regulates q iff p is immediately causally upstream of q and p regulates q.",
- "xrefs" : [ ]
+ "val" : "inverse of has output"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
- "val" : "http://purl.obolibrary.org/obo/RO_0002211"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "directly regulates (processual)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly regulates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002457",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002354",
+ "lbl" : "formed as result of",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Intended to be used when the target of the relation is not itself consumed, and does not have integral parts consumed, but provided nutrients in some other fashion."
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "acquires nutrients from"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002336",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002355",
+ "lbl" : "results in structural organization of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of positively regulates",
- "xrefs" : [ ]
+ "val" : "A relationship between a process and an anatomical entity such that the process contributes to the act of creating the structural organization of the anatomical entity."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "positively regulated by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002215",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002356",
+ "lbl" : "results in specification of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. ",
- "xrefs" : [ ]
+ "val" : "The relationship linking a cell and its participation in a process that results in the fate of the cell being specified. Once specification has taken place, a cell will be committed to differentiate down a specific pathway if left in its normal environment. "
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/21208450"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "osteoclast SubClassOf 'capable of' some 'bone resorption'"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has function realized in"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\"."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20123131"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "capable of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003305",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002357",
+ "lbl" : "results in developmental induction of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity influences the severity with which a condition manifests in an individual.",
- "xrefs" : [ ]
+ "val" : "p results in developmental induction of c if and only if p is a collection of cell-cell signaling processes that signal to a neighbouring tissue that is the precursor of the mature c, where the signaling results in the commitment to cell types necessary for the formation of c."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "contributes to expressivity of condition"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "contributes to severity of condition"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002579",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002360",
+ "lbl" : "has dendrite location",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "relation p is the indirect form of relation q iff p is a subPropertyOf q, and there exists some p' such that p' is the direct form of q, p' o p' -> p, and forall x,y : x q y -> either (1) x p y or (2) x p' y",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/direct-and-indirect-relations/"
- }, {
- "pred" : "http://purl.org/dc/terms/creator",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.org/dc/terms/source",
+ "val" : "http://neurolex.org/wiki/Property:DendriteLocation"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is indirect form of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003304",
- "meta" : {
- "definition" : {
- "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some contributing role that influences the condition.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002371",
+ "lbl" : "attached to",
"type" : "PROPERTY",
- "lbl" : "contributes to condition"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002458",
"meta" : {
"definition" : {
- "val" : "inverse of preys on",
- "xrefs" : [ ]
+ "val" : "a is attached to b if and only if a and b are discrete objects or object parts, and there are physical connections between a and b such that a force pulling a will move b, or a force pulling b will move a"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/HasPredator"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://polytraits.lifewatchgreece.eu/terms/PRED"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is target of predation interaction with"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has predator"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "attached to (anatomical structure to anatomical structure)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "preyed upon by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002337",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002372",
+ "lbl" : "has muscle origin",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds via some process of localization",
- "xrefs" : [ ]
+ "val" : "m has_muscle_origin s iff m is attached_to s, and it is the case that when m contracts, s does not move. The site of the origin tends to be more proximal and have greater mass than what the other end attaches to."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is a grouping relation."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "Wikipedia:Insertion_(anatomy)"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://dbpedia.org/property/origin"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "related via localization to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002216",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002373",
+ "lbl" : "has muscle insertion",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p.",
- "xrefs" : [ ]
+ "val" : "m has_muscle_insertion s iff m is attaches_to s, and it is the case that when m contracts, s moves. Insertions are usually connections of muscle via tendon to bone."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has function in"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "Wikipedia:Insertion_(anatomy)"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/reflexivity/"
+ "val" : "http://dbpedia.org/property/insertion"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "capable of part of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002451",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002374",
+ "lbl" : "derived from ancestral fusion of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between a disease and organism",
- "xrefs" : [ ]
+ "val" : "x has_fused_element y iff: there exists some z : x has_part z, z homologous_to y, and y is a distinct element, the boundary between x and z is largely fiat"
},
+ "comments" : [ "A has_fused_element B does not imply that A has_part some B: rather than A has_part some B', where B' that has some evolutionary relationship to B." ],
+ "synonyms" : [ {
+ "pred" : "hasBroadSynonym",
+ "val" : "has fused element"
+ } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "all dengue disease transmitted by some mosquito"
+ "val" : "false"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Add domain and range constraints"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "transmitted by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002572",
- "meta" : {
- "definition" : {
- "val" : "s is luminal space of x iff s is lumen_of x and s is an immaterial entity",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002375",
+ "lbl" : "in branching relationship with",
"type" : "PROPERTY",
- "lbl" : "luminal space of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002330",
"meta" : {
"definition" : {
- "val" : "holds between two entities when some genome-level process such as gene expression is involved. This includes transcriptional, spliceosomal events. These relations can be used between either macromolecule entities (such as regions of nucleic acid) or between their abstract informational counterparts.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between two material entities in a system of connected structures, where the branching relationship holds based on properties of the connecting network."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving the genome of an organism"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving branching relationships"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation can be used for geographic features (e.g. rivers) as well as anatomical structures (plant branches and roots, leaf veins, animal veins, arteries, nerves)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004036",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/branching_part_of.png"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/issues/170"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "genomically related to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001000",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002376",
+ "lbl" : "tributary of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity",
- "xrefs" : [ ]
+ "val" : "x tributary_of y if and only if x a channel for the flow of a substance into y, where y is larger than x. If x and y are hydrographic features, then y is the main stem of a river, or a lake or bay, but not the sea or ocean. If x and y are anatomical, then y is a vein."
},
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this nucleus derives from this parent nucleus (nuclear division)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'."
+ "val" : "Deschutes River tributary_of Columbia River"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this cell derives from this parent cell (cell division)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation is taken from the RO2005 version of RO. It may be obsoleted and replaced by relations with different definitions. See also the 'develops from' family of relations."
+ "val" : "inferior epigastric vein tributary_of external iliac vein"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "derives_from"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "derives from"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002331",
- "meta" : {
- "definition" : {
- "val" : "c involved_in p if and only if c enables some process p', and p' is part of p",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
+ "val" : "drains into"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "enables part of"
+ "val" : "drains to"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "actively involved in"
+ "val" : "tributary channel of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://en.wikipedia.org/wiki/Tributary"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.medindia.net/glossary/venous_tributary.htm"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation can be used for geographic features (e.g. rivers) as well as anatomical structures (veins, arteries)"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://wiki.geneontology.org/index.php/Involved_in"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "involved in"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002210",
- "meta" : {
- "definition" : {
- "val" : "inverse of directly develops from",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "developmental precursor of"
+ "val" : "http://dbpedia.org/ontology/drainsTo"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://en.wikipedia.org/wiki/Tributary"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly develops into"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002573",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002377",
+ "lbl" : "distributary of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between an attribute or a qualifier and another attribute.",
- "xrefs" : [ ]
+ "val" : "x distributary_of y if and only if x is capable of channeling the flow of a substance to y, where y channels less of the substance than x"
},
+ "comments" : [ "This is both a mereotopological relationship and a relationship defined in connection to processes. It concerns both the connecting structure, and how this structure is disposed to causally affect flow processes" ],
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Deschutes River distributary_of Little Lava Lake"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "branch of"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation is intended to be used in combination with PATO, to be able to refine PATO quality classes using modifiers such as 'abnormal' and 'normal'. It has yet to be formally aligned into an ontological framework; it's not clear what the ontological status of the \"modifiers\" are."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "distributary channel of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://en.wikipedia.org/wiki/Distributary"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has modifier"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002452",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002378",
+ "lbl" : "anabranch of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between a disease or an organism and a phenotype",
- "xrefs" : [ ]
+ "val" : "x anabranch_of y if x is a distributary of y (i.e. it channels a from a larger flow from y) and x ultimately channels the flow back into y."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "anastomoses with"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has symptom"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002574",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002379",
+ "lbl" : "spatially coextensive with",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "x spatially_coextensive_with y if and inly if x and y have the same location"
+ },
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://dx.doi.org/10.1016/j.ecoinf.2014.08.005"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A lump of clay and a statue"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation is added for formal completeness. It is unlikely to be used in many practical scenarios"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "participates in a biotic-biotic interaction with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002211",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002380",
+ "lbl" : "branching part of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p regulates q iff p is causally upstream of q, the execution of p is not constant and varies according to specific conditions, and p influences the rate or magnitude of execution of q due to an effect either on some enabler of q or some enabler of a part of q.",
- "xrefs" : [ ]
+ "val" : "x is a branching part of y if and only if x is part of y and x is connected directly or indirectly to the main stem of y"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Regulation precludes parthood; the regulatory process may not be within the regulated process."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "In the tree T depicted in https://oborel.github.io/obo-relations/branching_part_of.png, B1 is a (direct) branching part of T. B1-1, B1-2, and B1-3 are also branching parts of T, but these are considered indirect branching parts as they do not directly connect to the main stem S"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "GO"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-7476-6306"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-3837-8864"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000600",
- "val" : "false"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/issues/2212"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "regulates (processual)"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "FMA:85994"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "regulates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002381",
+ "lbl" : "main stem of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity",
- "xrefs" : [ ]
+ "val" : "x main_stem_of y if y is a branching structure and x is a channel that traces a linear path through y, such that x has higher capacity than any other such path."
},
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this parent cell derives into this cell (cell division)"
+ "val" : "In the tree T depicted in https://oborel.github.io/obo-relations/branching_part_of.png, S is the main stem of T. There are no other main stems. If we were to slice off S to get a new tree T', rooted at the root of B1, then B1 would be the main stem of T'."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this parent nucleus derives into this nucleus (nuclear division)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "derives_into"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'."
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/obophenotype/uberon/issues/2212"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "derives into"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002453",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002382",
+ "lbl" : "proper distributary of",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "x proper_distributary_of y iff x distributary_of y and x does not flow back into y"
+ },
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "The term host is usually used for the larger (macro) of the two members of a symbiosis (GO)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "host of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0003301",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002383",
+ "lbl" : "proper tributary of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a biological, experimental, or computational artifact and an entity it is used to study, in virtue of its replicating or approximating features of the studied entity.",
- "xrefs" : [ ]
+ "val" : "x proper_tributary_of y iff x tributary_of y and x does not originate from y"
},
- "comments" : [ "The primary use case for this relation was to link a biological model system such as a cell line or model organism to a disease it is used to investigate, in virtue of the model system exhibiting features similar to that of the disease of interest. But the relation is defined more broadly to support other use cases, such as linking genes in which alterations are made to create model systems to the condition the system is used to interrogate, or computational models to real-world phenomena they are defined to simulate." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-1048-5019"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is used to study"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has role in modeling"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002332",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002384",
+ "lbl" : "has developmental potential involving",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p regulates levels of c if p regulates some amount (PATO:0000070) of c",
- "xrefs" : [ ]
+ "val" : "x has developmental potential involving y iff x is capable of a developmental process with output y. y may be the successor of x, or may be a different structure in the vicinity (as for example in the case of developmental induction)."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "every cellular sphingolipid homeostasis process regulates_level_of some sphingolipid"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "regulates levels of (process to entity)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "regulates levels of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002454",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002385",
+ "lbl" : "has potential to developmentally contribute to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "X 'has host' y if and only if: x is an organism, y is an organism, and x can live on the surface of or within the body of y",
- "xrefs" : [ ]
+ "val" : "x has potential to developmentrally contribute to y iff x developmentally contributes to y or x is capable of developmentally contributing to y"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/hasHost"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has host"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002212",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002386",
+ "lbl" : "has potential to developmentally induce",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p negatively regulates q iff p regulates q, and p decreases the rate or magnitude of execution of q.",
- "xrefs" : [ ]
+ "val" : "x has potential to developmentally induce y iff x developmentally induces y or x is capable of developmentally inducing y"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "negatively regulates (process to process)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
- "val" : "http://purl.obolibrary.org/obo/RO_0002211"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "negatively regulates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002333",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002387",
+ "lbl" : "has potential to develop into",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of enables",
- "xrefs" : [ ]
+ "val" : "x has the potential to develop into y iff x develops into y or if x is capable of developing into y"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "enabled by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002575",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002388",
+ "lbl" : "has potential to directly develop into",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y",
- "xrefs" : [ ]
+ "val" : "x has potential to directly develop into y iff x directly develops into y or x is capable of directly developing into y"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "The general property hierarchy is:\n\n \"directly P\" SubPropertyOf \"P\"\n Transitive(P)\n\nWhere we have an annotation assertion\n\n \"directly P\" \"is direct form of\" \"P\""
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0002423",
- "val" : "If we have the annotation P is-direct-form-of Q, and we have inverses P' and Q', then it follows that P' is-direct-form-of Q'"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://purl.org/dc/terms/creator",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/direct-and-indirect-relations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is direct form of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002400",
+ "lbl" : "has direct input",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "R is homemorphic for C iff (1) there exists some x,y such that x R y, and x and y instantiate C and (2) for all x, if x is an instance of C, and there exists some y some such that x R y, then it follows that y is an instance of C.",
- "xrefs" : [ ]
+ "val" : "p has direct input c iff c is a participant in p, c is present at the start of p, and the state of c is modified during p."
},
- "comments" : [ "R homeomorphic-for C expands to: C SubClassOf R only C. Additionally, for any class D that is disjoint with C, we can also expand to C DisjointWith R some D, D DisjointWith R some C." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'protein catabolic process' SubClassOf has_direct_input some protein"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-10-21T19:46:34Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/oborel/obo-relations/issues/164"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "part-of is homeomorphic for independent continuants."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "directly consumes"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This is likely to be obsoleted. A candidate replacement would be a new relation 'has bound input' or 'has substrate'"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002401",
+ "lbl" : "obsolete has indirect input",
"type" : "PROPERTY",
- "lbl" : "is homeomorphic for"
+ "meta" : {
+ "comments" : [ "Likely to be obsoleted. See:\nhttps://docs.google.com/document/d/1QMhs9J-P_q3o_rDh-IX4ZEnz0PnXrzLRVkI3vvz8NEQ/edit" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002570",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002402",
+ "lbl" : "obsolete has direct output",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is a conduit for y iff y overlaps through the lumen_of of x, and y has parts on either side of the lumen of x.",
- "xrefs" : [ ]
+ "val" : "p has direct input c iff c is a participanti n p, c is present at the end of p, and c is not present at the beginning of c. "
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation holds between a thing with a 'conduit' (e.g. a bone foramen) and a 'conduee' (for example, a nerve) such that at the time the relationship holds, the conduee has two ends sticking out either end of the conduit. It should therefore note be used for objects that move through the conduit but whose spatial extent does not span the passage. For example, it would not be used for a mountain that contains a long tunnel through which trains pass. Nor would we use it for a digestive tract and objects such as food that pass through."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "translation SubClassOf has_direct_output some protein"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "UBERON:cjm"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "conduit for"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "directly produces"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002571",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002403",
+ "lbl" : "obsolete has indirect output",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "x lumen_of y iff x is the space or substance that is part of y and does not cross any of the inner membranes or boundaries of y that is maximal with respect to the volume of the convex hull.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "comments" : [ "Likely to be obsoleted. See:\nhttps://docs.google.com/document/d/1QMhs9J-P_q3o_rDh-IX4ZEnz0PnXrzLRVkI3vvz8NEQ/edit" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "GOC:cjm"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "lumen of"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002450",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002404",
+ "lbl" : "causally downstream of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B.",
- "xrefs" : [ ]
+ "val" : "inverse of upstream of"
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "molecularly increases activity of",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "directly activates"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly positively regulates activity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002448",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002405",
+ "lbl" : "immediately causally downstream of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B.\n\nA and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B.",
- "xrefs" : [ ]
- },
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "molecularly controls",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002406",
+ "lbl" : "obsolete directly activates",
"type" : "PROPERTY",
- "lbl" : "directly regulates activity of"
+ "meta" : {
+ "comments" : [ "This term was obsoleted because it has the same meaning as 'directly positively regulates'." ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002629"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002569",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002407",
+ "lbl" : "indirectly positively regulates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of branching part of",
- "xrefs" : [ ]
+ "val" : "p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "indirectly activates"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002579",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002213"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002408",
+ "lbl" : "obsolete directly inhibits",
"type" : "PROPERTY",
- "lbl" : "has branching part"
+ "meta" : {
+ "comments" : [ "This term was obsoleted because it has the same meaning as 'directly negatively regulates'." ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002630"
+ } ],
+ "deprecated" : true
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002206",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002409",
+ "lbl" : "indirectly negatively regulates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x expressed in y if and only if there is a gene expression process (GO:0010467) that occurs in y, and one of the following holds: (i) x is a gene, and x is transcribed into a transcript as part of the gene expression process (ii) x is a transcript, and the transcription of x is part of the gene expression process (iii) x is a mature gene product such as a protein, and x was translated or otherwise processes from a transcript that was transcribed as part of this gene expression process",
- "xrefs" : [ ]
+ "val" : "p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'neural crest cell' SubClassOf expresses some 'Wnt1 gene'"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "indirectly inhibits"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002579",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002212"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "expressed in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002327",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002410",
+ "lbl" : "causally related to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c enables p iff c is capable of p and c acts to execute p.",
- "xrefs" : [ ]
+ "val" : "relation that links two events, processes, states, or objects such that one event, process, state, or object (a cause) contributes to the production of another event, process, state, or object (an effect) where the cause is partly or wholly responsible for the effect, and the effect is partly or wholly dependent on the cause.",
+ "xrefs" : [ "https://en.wikipedia.org/wiki/Causality" ]
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "executes"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This branch of the ontology deals with causal relations between entities. It is divided into two branches: causal relations between occurrents/processes, and causal relations between material entities. We take an 'activity flow-centric approach', with the former as primary, and define causal relations between material entities in terms of causal relations between occurrents.\n\nTo define causal relations in an activity-flow type network, we make use of 3 primitives:\n\n * Temporal: how do the intervals of the two occurrents relate? \n * Is the causal relation regulatory?\n * Is the influence positive or negative?\n\nThe first of these can be formalized in terms of the Allen Interval Algebra. Informally, the 3 bins we care about are 'direct', 'indirect' or overlapping. Note that all causal relations should be classified under a RO temporal relation (see the branch under 'temporally related to'). Note that all causal relations are temporal, but not all temporal relations are causal. Two occurrents can be related in time without being causally connected. We take causal influence to be primitive, elucidated as being such that has the upstream changed, some qualities of the donwstream would necessarily be modified.\n\nFor the second, we consider a relationship to be regulatory if the system in which the activities occur is capable of altering the relationship to achieve some objective. This could include changing the rate of production of a molecule.\n\nFor the third, we consider the effect of the upstream process on the output(s) of the downstream process. If the level of output is increased, or the rate of production of the output is increased, then the direction is increased. Direction can be positive, negative or neutral or capable of either direction. Two positives in succession yield a positive, two negatives in succession yield a positive, otherwise the default assumption is that the net effect is canceled and the influence is neutral.\n\nEach of these 3 primitives can be composed to yield a cross-product of different relation types."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "catalyzes"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "a particular instances of akt-2 enables some instance of protein kinase activity"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is catalyzing"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is executing"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized."
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002411",
+ "lbl" : "causally upstream of",
"type" : "PROPERTY",
- "lbl" : "enables"
+ "meta" : {
+ "definition" : {
+ "val" : "p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q."
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002207",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002412",
+ "lbl" : "immediately causally upstream of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Candidate definition: x directly_develops from y if and only if there exists some developmental process (GO:0032502) p such that x and y both participate in p, and x is the output of p and y is the input of p, and a substantial portion of the matter of x comes from y, and the start of x is coincident with or after the end of y.",
- "xrefs" : [ ]
+ "val" : "p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q."
},
- "comments" : [ "TODO - add child relations from DOS" ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "has developmental precursor",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/RO_0002575",
- "val" : "http://purl.obolibrary.org/obo/RO_0002202"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "FBbt"
+ "val" : "http://purl.obolibrary.org/obo/RO_0002411"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly develops from"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002449",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002413",
+ "lbl" : "provides input for",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B.",
- "xrefs" : [ ]
+ "val" : "p provides input for q iff p is immediately causally upstream of q, and there exists some c such that p has_output c and q has_input c."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "molecularly decreases activity of",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This is currently called 'directly provides input for' to be consistent with our terminology where we use 'direct' whenever two occurrents succeed one another directly. We may relabel this simply 'provides input for', as directness is implicit"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "directly inhibits"
+ "val" : "directly provides input for"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "directly provides input for (process to process)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly negatively regulates activity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002328",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002414",
+ "lbl" : "transitively provides input for",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A grouping relationship for any relationship directly involving a function, or that holds because of a function of one of the related entities.",
- "xrefs" : [ ]
+ "val" : "transitive form of directly_provides_input_for"
},
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This is a grouping relation that collects relations used for the purpose of connecting structure and function"
+ "val" : "This is a grouping relation that should probably not be used in annotation. Consider instead the child relation 'provides input for'."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "transitively provides input for (process to process)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "functionally related to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002329",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002416",
+ "lbl" : "logical macro assertion",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "this relation holds between c and p when c is part of some c', and c' is capable of p.",
- "xrefs" : [ ]
+ "val" : "An assertion that involves at least one OWL object that is intended to be expanded into one or more logical axioms. The logical expansion can yield axioms expressed using any formal logical system, including, but not limited to OWL2-DL."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "false"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/shortcut-relations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "part of structure that is capable of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002208",
- "meta" : {
- "definition" : {
- "val" : "A parasite that kills or sterilizes its host",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "parasitoid of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002209",
- "meta" : {
- "definition" : {
- "val" : "inverse of parasitoid of",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002418",
+ "lbl" : "causally upstream of or within",
"type" : "PROPERTY",
- "lbl" : "has parasitoid"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002323",
"meta" : {
"definition" : {
- "val" : "A mereological relationship or a topological relationship",
- "xrefs" : [ ]
+ "val" : "p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q."
},
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving parthood or connectivity relationships"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "mereotopologically related to"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002444",
- "meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "direct parasite of",
- "xrefs" : [ ]
+ "pred" : "hasRelatedSynonym",
+ "val" : "affects"
} ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Pediculus humanus capitis parasite of human"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "parasitizes"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/parasitizes"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "influences (processual)"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002419",
+ "lbl" : "annotation property cardinality",
"type" : "PROPERTY",
- "lbl" : "parasite of"
+ "meta" : {
+ "definition" : {
+ "val" : "An assertion that holds between an OWL Annotation Property P and a non-negative integer N, with the interpretation: for any P(i j) it must be the case that | { k : P(i k) } | = N."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002202",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002420",
+ "lbl" : "logical macro assertion on a class",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x develops from y if and only if either (a) x directly develops from y or (b) there exists some z such that x directly develops from z and z develops from y",
- "xrefs" : [ ]
+ "val" : "A logical macro assertion whose domain is an IRI for a class"
},
- "comments" : [ "This is the transitive form of the develops from relation" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-9114-8737"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-1980-3228"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "The domain for this class can be considered to be owl:Class, but we cannot assert this in OWL2-DL"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002421",
+ "lbl" : "logical macro assertion on a property",
"type" : "PROPERTY",
- "lbl" : "develops from"
+ "meta" : {
+ "definition" : {
+ "val" : "A logical macro assertion whose domain is an IRI for a property"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002565",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002422",
+ "lbl" : "logical macro assertion on an object property",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between p and c when p is locomotion process and the outcome of this process is the change of location of c",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "val" : "Used to annotate object properties to describe a logical meta-property or characteristic of the object property."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002423",
+ "lbl" : "logical macro assertion on an annotation property",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002424",
+ "lbl" : "differs in",
+ "type" : "PROPERTY",
+ "meta" : {
+ "comments" : [ "This is an exploratory relation" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : ""
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "false"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://code.google.com/p/phenotype-ontologies/w/edit/PhenotypeModelCompetencyQuestions"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in movement of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002203",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002425",
+ "lbl" : "differs in attribute of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "inverse of develops from",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-1980-3228"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "develops into"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002445",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002426",
+ "lbl" : "differs in attribute",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "directly parasitized by",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has parasite"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/hasParasite"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "parasitised by"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "parasitized by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002566",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002427",
+ "lbl" : "causally downstream of or within",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size).",
- "xrefs" : [ ]
+ "val" : "inverse of causally upstream of or within"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
"val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "causally influences (entity-centric)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally influences"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002324",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002428",
+ "lbl" : "involved in regulation of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between entities participating in some developmental process (GO:0032502)",
- "xrefs" : [ ]
+ "val" : "c involved in regulation of p if c is involved in some p' and p' regulates some p"
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving organismal development"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "developmentally related to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002567",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002429",
+ "lbl" : "involved in positive regulation of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between elements of a musculoskeletal system or its analogs.",
- "xrefs" : [ ]
+ "val" : "c involved in regulation of p if c is involved in some p' and p' positively regulates some p"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving the biomechanical processes."
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002428"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "biomechanically related to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002325",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002430",
+ "lbl" : "involved in negative regulation of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a colocalizes_with b if and only if a is transiently or peripherally associated with b[GO].",
- "xrefs" : [ ]
+ "val" : "c involved in regulation of p if c is involved in some p' and p' negatively regulates some p"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "In the context of the Gene Ontology, colocalizes_with may be used for annotating to cellular component terms[GO]"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Clp1p relocalizes from the nucleolus to the spindle and site of cell division; i.e. it is associated transiently with the spindle pole body and the contractile ring (evidence from GFP fusion). Clp1p colocalizes_with spindle pole body (GO:0005816) and contractile ring (GO:0005826)"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002428"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "colocalizes with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002204",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002431",
+ "lbl" : "involved in or involved in regulation of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "definition \"x has gene product of y if and only if y is a gene (SO:0000704) that participates in some gene expression process (GO:0010467) where the output of that process is either y or something that is ribosomally translated from x\"",
- "xrefs" : [ ]
+ "val" : "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p"
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "We would like to be able to express the rule: if t transcribed from g, and t is a noncoding RNA and has an evolved function, then t has gene product g."
+ "val" : "OWL does not allow defining object properties via a Union"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "involved in or reguates"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "gene product of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002446",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002432",
+ "lbl" : "is active in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A biotic interaction relationship in which one partner is an organism and the other partner is inorganic. For example, the relationship between a sponge and the substrate to which is it anchored.",
- "xrefs" : [ ]
+ "val" : "c executes activity in d if and only if c enables p and p occurs_in d. Assuming no action at a distance by gene products, if a gene product enables (is capable of) a process that occurs in some structure, it must have at least some part in that structure.",
+ "xrefs" : [ "GOC:cjm", "GOC:dos" ]
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "comments" : [ "" ],
"synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "semibiotically interacts with",
- "xrefs" : [ ]
+ "pred" : "hasExactSynonym",
+ "val" : "enables activity in"
} ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A protein that enables activity in a cytosol."
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://dx.doi.org/10.1016/j.ecoinf.2014.08.005"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Porifiera attaches to substrate"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "executes activity in"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "participates in a abiotic-biotic interaction with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002205",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002433",
+ "lbl" : "contributes to morphology of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has gene product y if and only if x is a gene (SO:0000704) that participates in some gene expression process (GO:0010467) where the output of that process is either y or something that is ribosomally translated from y",
- "xrefs" : [ ]
+ "val" : "p contributes to morphology of w if and only if a change in the morphology of p entails a change in the morphology of w. Examples: every skull contributes to morphology of the head which it is a part of. Counter-example: nuclei do not generally contribute to the morphology of the cell they are part of, as they are buffered by cytoplasm."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "every sonic hedgehog protein (PR:000014841) is the gene product of some sonic hedgehog gene"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "every HOTAIR lncRNA is the gene product of some HOXC gene"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has gene product"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002326",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002434",
+ "lbl" : "interacts with",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
+ "definition" : {
+ "val" : "A relationship that holds between two entities in which the processes executed by the two entities are causally connected."
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "in pairwise interaction with"
+ } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "We would like to say\n\nif and only if\n exists c', p'\n c part_of c' and c' capable_of p\n and\n c capable_of p' and p' part_of p\nthen\n c contributes_to p\n\nHowever, this is not possible in OWL. We instead make this relation a sub-relation of the two chains, which gives us the inference in the one direction."
+ "val" : "This relation and all sub-relations can be applied to either (1) pairs of entities that are interacting at any moment of time (2) populations or species of entity whose members have the disposition to interact (3) classes whose members have the disposition to interact."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Subunits of nuclear RNA polymerases: none of the individual subunits have RNA polymerase activity, yet all of these subunits contribute_to DNA-dependent RNA polymerase activity."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Considering relabeling as 'pairwise interacts with'"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "In the context of the Gene Ontology, contributes_to may be used only with classes from the molecular function ontology. "
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "ATP citrate lyase (ACL) in Arabidopsis: it is a heterooctamer, composed of two types of subunits, ACLA and ACLB in a A(4)B(4) stoichiometry. Neither of the subunits expressed alone give ACL activity, but co-expression results in ACL activity. Both subunits contribute_to the ATP citrate lyase activity."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Note that this relationship type, and sub-relationship types may be redundant with process terms from other ontologies. For example, the symbiotic relationship hierarchy parallels GO. The relations are provided as a convenient shortcut. Consider using the more expressive processual form to capture your data. In the future, these relations will be linked to their cognate processes through rules."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "eIF2: has three subunits (alpha, beta, gamma); one binds GTP; one binds RNA; the whole complex binds the ribosome (all three subunits are required for ribosome binding). So one subunit is annotated to GTP binding and one to RNA binding without qualifiers, and all three stand in the contributes_to relationship to \"ribosome binding\". And all three are part_of an eIF2 complex"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2004/02/skos/core#closeMatch",
+ "val" : "http://purl.obolibrary.org/obo/MI_0914"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "contributes to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002568",
- "meta" : {
- "definition" : {
- "val" : "m1 has_muscle_antagonist m2 iff m1 has_muscle_insertion s, m2 has_muscle_insection s, m1 acts in opposition to m2, and m2 is responsible for returning the structure to its initial position.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "Wikipedia:Antagonist_(muscle)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002435",
+ "lbl" : "genetically interacts with",
"type" : "PROPERTY",
- "lbl" : "has muscle antagonist"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002447",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Axiomatization to GO to be added later"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "An interaction relation between x and y in which x catalyzes a reaction in which a phosphate group is added to y."
+ "val" : "An interaction that holds between two genetic entities (genes, alleles) through some genetic interaction (e.g. epistasis)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ECO_0000316"
+ }, {
+ "pred" : "http://www.w3.org/2004/02/skos/core#closeMatch",
+ "val" : "http://purl.obolibrary.org/obo/MI_0208"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "phosphorylates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/IAO_0000115",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002436",
+ "lbl" : "molecularly interacts with",
"type" : "PROPERTY",
- "lbl" : "definition"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0018002",
"meta" : {
"definition" : {
- "val" : "A molecularly-interacts-with relationship between two entities, where the subject catalyzes a myristoylation activity that takes the object as input",
- "xrefs" : [ ]
+ "val" : "An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/conformsTo",
- "val" : "http://purl.obolibrary.org/obo/ro/ro-metamodel/ObjectPropertyDefinedByInteractionProcess"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0003-4423-4370"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "binds"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "molecularly binds with"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ECO_0000353"
+ }, {
+ "pred" : "http://www.w3.org/2004/02/skos/core#closeMatch",
+ "val" : "http://purl.obolibrary.org/obo/MI_0915"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "myristoylates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0018001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002437",
+ "lbl" : "biotically interacts with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Helper relation for OWL definition of RO:0018002 myristoylates",
- "xrefs" : [ ]
+ "val" : "An interaction relationship in which at least one of the partners is an organism and the other is either an organism or an abiotic entity with which the organism interacts."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0003-4423-4370"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "interacts with on organism level"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://dx.doi.org/10.1016/j.ecoinf.2014.08.005"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://eol.org/schema/terms/interactsWith"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is myristoyltransferase activity"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0018003",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002438",
+ "lbl" : "trophically interacts with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of myristoylates",
- "xrefs" : [ ]
+ "val" : "An interaction relationship in which the partners are related via a feeding relationship."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0003-4423-4370"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "myristoylated by"
- }, {
- "id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "is defined by"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://dx.doi.org/10.1016/j.ecoinf.2014.08.005"
} ]
}
}, {
- "id" : "http://purl.obolibrary.org/obo/OMO_0002000",
- "meta" : {
- "definition" : {
- "val" : "Links an annotation property to a SPARQL CONSTRUCT query which is meant to provide semantics for a shortcut relation.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002439",
+ "lbl" : "preys on",
"type" : "PROPERTY",
- "lbl" : "defined by construct"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0040035",
"meta" : {
"definition" : {
- "val" : "This relation groups relations between diseases and any other kind of entity.",
- "xrefs" : [ ]
+ "val" : "An interaction relationship involving a predation process, where the subject kills the target in order to eat it or to feed to siblings, offspring or group members"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A wasp killing a Monarch larva in order to feed to offspring [http://www.inaturalist.org/observations/2942824]"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Baleen whale preys on krill"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-7134-3324"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, in which the subject or object is a disease."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-3138-4118"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-09-26T00:00:32Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is subject of predation interaction with"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "preys upon"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://eol.org/schema/terms/preysUpon"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://www.inaturalist.org/observations/2942824"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease relationship"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002440",
+ "lbl" : "symbiotically interacts with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A biotic interaction in which the two organisms live together in more or less intimate association.",
- "xrefs" : [ ]
+ "val" : "A biotic interaction in which the two organisms live together in more or less intimate association."
},
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "We follow GO and PAMGO in using 'symbiosis' as the broad term encompassing mutualism through parasitism"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
"val" : "http://www.ncbi.nlm.nih.gov/pubmed/19278549"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "We follow GO and PAMGO in using 'symbiosis' as the broad term encompassing mutualism through parasitism"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "symbiotically interacts with"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002561",
- "meta" : {
- "definition" : {
- "val" : "If Rel is the relational form of a process Pr, then it follow that: Rel(x,y) <-> exists p : Pr(p), x partner-in p, y partner-in p",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "is symmetric relational form of process class"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002441",
+ "lbl" : "commensually interacts with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An interaction relationship between two organisms living together in more or less intimate association in a relationship in which one benefits and the other is unaffected (GO).",
- "xrefs" : [ ]
+ "val" : "An interaction relationship between two organisms living together in more or less intimate association in a relationship in which one benefits and the other is unaffected (GO)."
},
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/19278549"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/19278549"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "commensually interacts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002320",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002442",
+ "lbl" : "mutualistically interacts with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds via some environmental process",
- "xrefs" : [ ]
+ "val" : "An interaction relationship between two organisms living together in more or less intimate association in a relationship in which both organisms benefit from each other (GO)."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving the process of evolution."
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/19278549"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "evolutionarily related to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002562",
- "meta" : {
- "definition" : {
- "val" : "R is the relational form of a process if and only if either (1) R is the symmetric relational form of a process or (2) R is the asymmetric relational form of a process",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002443",
+ "lbl" : "interacts with via parasite-host interaction",
"type" : "PROPERTY",
- "lbl" : "is relational form of process class"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0040036",
"meta" : {
"definition" : {
- "val" : "p has anatomical participant c iff p has participant c, and c is an anatomical entity",
- "xrefs" : [ ]
+ "val" : "An interaction relationship between two organisms living together in more or less intimate association in a relationship in which association is disadvantageous or destructive to one of the organisms (GO)."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-09-26T01:08:58Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/19278549"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation groups a pair of inverse relations, parasite of and parasitized by"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in changes to anatomical or cellular structure"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002563",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002444",
+ "lbl" : "parasite of",
+ "type" : "PROPERTY",
"meta" : {
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "direct parasite of"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Pediculus humanus capitis parasite of human"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://ontologydesignpatterns.org/wiki/Submissions:N-Ary_Relation_Pattern_%28OWL_2%29"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "parasitizes"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
+ "val" : "http://eol.org/schema/terms/parasitizes"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "interaction relation helper property"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002321",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002445",
+ "lbl" : "parasitized by",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "A relationship that is mediated in some way by the environment or environmental feature (ENVO:00002297)",
- "xrefs" : [ ]
- },
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "directly parasitized by"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Awaiting class for domain/range constraint, see: https://github.com/OBOFoundry/Experimental-OBO-Core/issues/6"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving ecological interactions"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "ecologically related to"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002200",
- "meta" : {
- "definition" : {
- "val" : "A relationship that holds between a biological entity and a phenotype. Here a phenotype is construed broadly as any kind of quality of an organism part, a collection of these qualities, or a change in quality or qualities (e.g. abnormally increased temperature). The subject of this relationship can be an organism (where the organism has the phenotype, i.e. the qualities inhere in parts of this organism), a genomic entity such as a gene or genotype (if modifications of the gene or the genotype causes the phenotype), or a condition such as a disease (such that if the condition inheres in an organism, then the organism has the phenotype).",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has parasite"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "parasitised by"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://eol.org/schema/terms/hasParasite"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has phenotype"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002442",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002446",
+ "lbl" : "participates in a abiotic-biotic interaction with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An interaction relationship between two organisms living together in more or less intimate association in a relationship in which both organisms benefit from each other (GO).",
- "xrefs" : [ ]
+ "val" : "A biotic interaction relationship in which one partner is an organism and the other partner is inorganic. For example, the relationship between a sponge and the substrate to which is it anchored."
},
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "synonyms" : [ {
+ "pred" : "hasRelatedSynonym",
+ "val" : "semibiotically interacts with"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/19278549"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Porifiera attaches to substrate"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://dx.doi.org/10.1016/j.ecoinf.2014.08.005"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "mutualistically interacts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002322",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002447",
+ "lbl" : "phosphorylates",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Axiomatization to GO to be added later"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "adapted for"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "An experimental relation currently used to connect a feature possessed by an organism (e.g. anatomical structure, biological process, phenotype or quality) to a habitat or environment in which that feature is well suited, adapted or provides a reproductive advantage for the organism. For example, fins to an aquatic environment. Usually this will mean that the structure is adapted for this environment, but we avoid saying this directly - primitive forms of the structure may not have evolved specifically for that environment (for example, early wings were not necessarily adapted for an aerial environment). Note also that this is a statement about the general class of structures - not every instance of a limb need confer an advantage for a terrestrial environment, e.g. if the limb is vestigial."
+ "val" : "An interaction relation between x and y in which x catalyzes a reaction in which a phosphate group is added to y."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "confers advantage in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002201",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002448",
+ "lbl" : "directly regulates activity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of has phenotype",
- "xrefs" : [ ]
+ "val" : "The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B.\n\nA and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "molecularly controls"
+ } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "phenotype of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002443",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002449",
+ "lbl" : "directly negatively regulates activity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An interaction relationship between two organisms living together in more or less intimate association in a relationship in which association is disadvantageous or destructive to one of the organisms (GO).",
- "xrefs" : [ ]
+ "val" : "The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "molecularly decreases activity of"
+ } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/19278549"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation groups a pair of inverse relations, parasite of and parasitized by"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "directly inhibits"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "interacts with via parasite-host interaction"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002564",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002450",
+ "lbl" : "directly positively regulates activity of",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. \nFor example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B."
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "molecularly increases activity of"
+ } ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "directly activates"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "molecular interaction relation helper property"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002560",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002451",
+ "lbl" : "transmitted by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "If Rel is the relational form of a process Pr, then it follow that: Rel(x,y) <-> exists p : Pr(p), x subject-partner-in p, y object-partner-in p",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a disease and organism"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "all dengue disease transmitted by some mosquito"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Add domain and range constraints"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is asymmetric relational form of process class"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002558",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002452",
+ "lbl" : "has symptom",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of is evidence for",
- "xrefs" : [ ]
+ "val" : "A relation that holds between a disease or an organism and a phenotype"
},
- "comments" : [ "x has evidence y iff , x is an information content entity, material entity or process, and y supports either the existence of x, or the truth value of x." ],
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/25052702"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has evidence"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002437",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002453",
+ "lbl" : "host of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "An interaction relationship in which at least one of the partners is an organism and the other is either an organism or an abiotic entity with which the organism interacts.",
- "xrefs" : [ ]
- },
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/interactsWith"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://dx.doi.org/10.1016/j.ecoinf.2014.08.005"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "interacts with on organism level"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "The term host is usually used for the larger (macro) of the two members of a symbiosis (GO)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "biotically interacts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002438",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002454",
+ "lbl" : "has host",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An interaction relationship in which the partners are related via a feeding relationship.",
- "xrefs" : [ ]
+ "val" : "X 'has host' y if and only if: x is an organism, y is an organism, and x can live on the surface of or within the body of y"
},
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://dx.doi.org/10.1016/j.ecoinf.2014.08.005"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://eol.org/schema/terms/hasHost"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "trophically interacts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002559",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002455",
+ "lbl" : "pollinates",
+ "type" : "PROPERTY",
"meta" : {
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Bees pollinate Flowers"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This relation is intended to be used for biotic pollination - e.g. a bee pollinating a flowering plant. Some kinds of pollination may be semibiotic - e.g. wind can have the role of pollinator. We would use a separate relation for this."
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is subject of pollination interaction with"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "causally influenced by (entity-centric)"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://eol.org/schema/terms/pollinates"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally influenced by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002439",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002456",
+ "lbl" : "pollinated by",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "An interaction relationship involving a predation process, where the subject kills the target in order to eat it or to feed to siblings, offspring or group members",
- "xrefs" : [ ]
- },
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Baleen whale preys on krill"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/preysUpon"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "preys upon"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is subject of predation interaction with"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A wasp killing a Monarch larva in order to feed to offspring [http://www.inaturalist.org/observations/2942824]"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-7134-3324"
+ "val" : "has polinator"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-3138-4118"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is target of pollination interaction with"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.inaturalist.org/observations/2942824"
+ "val" : "http://eol.org/schema/terms/hasPollinator"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "preys on"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002433",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002457",
+ "lbl" : "acquires nutrients from",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "p contributes to morphology of w if and only if a change in the morphology of p entails a change in the morphology of w. Examples: every skull contributes to morphology of the head which it is a part of. Counter-example: nuclei do not generally contribute to the morphology of the cell they are part of, as they are buffered by cytoplasm.",
- "xrefs" : [ ]
- },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Intended to be used when the target of the relation is not itself consumed, and does not have integral parts consumed, but provided nutrients in some other fashion."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "contributes to morphology of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002554",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002458",
+ "lbl" : "preyed upon by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of hyperparasite of",
- "xrefs" : [ ]
+ "val" : "inverse of preys on"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", "http://purl.obolibrary.org/obo/RO_0002259" ],
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "has epiparasite",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "has hyperparasite",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "hyperparasitoidized by",
- "xrefs" : [ ]
- } ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "hyperparasitized by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002312",
- "meta" : {
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "evolutionary variant of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002434",
- "meta" : {
- "definition" : {
- "val" : "A relationship that holds between two entities in which the processes executed by the two entities are causally connected.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "in pairwise interaction with",
- "xrefs" : [ ]
- } ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Note that this relationship type, and sub-relationship types may be redundant with process terms from other ontologies. For example, the symbiotic relationship hierarchy parallels GO. The relations are provided as a convenient shortcut. Consider using the more expressive processual form to capture your data. In the future, these relations will be linked to their cognate processes through rules."
}, {
- "pred" : "http://www.w3.org/2004/02/skos/core#closeMatch",
- "val" : "http://purl.obolibrary.org/obo/MI_0914"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has predator"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is target of predation interaction with"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This relation and all sub-relations can be applied to either (1) pairs of entities that are interacting at any moment of time (2) populations or species of entity whose members have the disposition to interact (3) classes whose members have the disposition to interact."
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://eol.org/schema/terms/HasPredator"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Considering relabeling as 'pairwise interacts with'"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://polytraits.lifewatchgreece.eu/terms/PRED"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "interacts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002555",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002459",
+ "lbl" : "is vector for",
+ "type" : "PROPERTY",
"meta" : {
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://en.wikipedia.org/wiki/Allelopathy"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "x is an allelopath of y iff xis an organism produces one or more biochemicals that influence the growth, survival, and reproduction of y"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Anopheles is a vector for Plasmodium"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://eol.org/schema/terms/allelopathyYes"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "a is a vector for b if a carries and transmits an infectious pathogen b into another living organism"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "allelopath of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002313",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002460",
+ "lbl" : "has vector",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Holds between p and c when p is a localization process (localization covers maintenance of localization as well as its establishment) and the outcome of this process is to regulate the localization of c.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "regulates localization of"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "transports or maintains localization of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002314",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002461",
+ "lbl" : "partner in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "q characteristic of part of w if and only if there exists some p such that q inheres in p and p part of w.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/reflexivity/"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Because part_of is transitive, inheres in is a sub-relation of characteristic of part of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "inheres in part of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Experimental: relation used for defining interaction relations. An interaction relation holds when there is an interaction event with two partners. In a directional interaction, one partner is deemed the subject, the other the target"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "characteristic of part of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002556",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002462",
+ "lbl" : "subject participant in",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Experimental: relation used for defining interaction relations; the meaning of s 'subject participant in' p is determined by the type of p, where p must be a directional interaction process. For example, in a predator-prey interaction process the subject is the predator. We can imagine a reciprocal prey-predatory process with subject and object reversed."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "pathogen of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002435",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002463",
+ "lbl" : "target participant in",
+ "type" : "PROPERTY",
"meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2004/02/skos/core#closeMatch",
- "val" : "http://purl.obolibrary.org/obo/MI_0208"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "An interaction that holds between two genetic entities (genes, alleles) through some genetic interaction (e.g. epistasis)"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ECO_0000316"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Experimental: relation used for defining interaction relations; the meaning of s 'target participant in' p is determined by the type of p, where p must be a directional interaction process. For example, in a predator-prey interaction process the target is the prey. We can imagine a reciprocal prey-predatory process with subject and object reversed."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "genetically interacts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002436",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002464",
+ "lbl" : "helper property (not for use in curation)",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "molecularly binds with"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "binds"
- }, {
- "pred" : "http://www.w3.org/2004/02/skos/core#closeMatch",
- "val" : "http://purl.obolibrary.org/obo/MI_0915"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ECO_0000353"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This property or its subproperties is not to be used directly. These properties exist as helper properties that are used to support OWL reasoning."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "molecularly interacts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002315",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002465",
+ "lbl" : "is symbiosis",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The relationship that links a specified entity with the process that results in an unspecified entity acquiring the features and characteristics of the specified entity",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "an annotation of gene X to cell differentiation with results_in_maturation_of CL:0000057 (fibroblast) means that at the end of the process the input cell that did not have features of a fibroblast, now has the features of a fibroblast."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "GOC:mtg_berkeley_2013"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in acquisition of features of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002557",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002466",
+ "lbl" : "is commensalism",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has pathogen"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002550",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002467",
+ "lbl" : "is mutualism",
+ "type" : "PROPERTY",
"meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "end, weeks post birth"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002551",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002468",
+ "lbl" : "is parasitism",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "A relation between a segment or subdivision of an organism and the maximal subdivision of material entities that provides structural support for that segment or subdivision.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Forelimb SubClassOf has_skeleton some 'Forelimb skeleton'"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has supporting framework"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "The skeleton of a structure may be a true skeleton (for example, the bony skeleton of a hand) or any kind of support framework (the hydrostatic skeleton of a sea star, the exoskeleton of an insect, the cytoskeleton of a cell)."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has skeleton"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002430",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002469",
+ "lbl" : "provides nutrients for",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "c involved in regulation of p if c is involved in some p' and p' negatively regulates some p",
- "xrefs" : [ ]
- },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
- "val" : "http://purl.obolibrary.org/obo/RO_0002428"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "involved in negative regulation of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002310",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002470",
+ "lbl" : "eats",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "A process occurring within or in the vicinity of an organism that exerts some causal influence on the organism via the interaction between an exposure stimulus and an exposure receptor. The exposure stimulus may be a process, material entity or condition (for example, lack of nutrients). The exposure receptor can be an organism, organism population or a part of an organism.",
- "xrefs" : [ ]
- },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This class is intended as a grouping for various domain and species-specific exposure classes. The ExO class http://purl.obolibrary.org/obo/ExO_0000002 'exposure event' assumes that all exposures involve stressors, which limits the applicability of this class to 'positive' exposures, e.g. exposing a plant to beneficial growing conditions."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "An exposure event in which a human is exposed to particulate matter in the air. Here the exposure stimulus/stress is the particulate matter, the receptor is the airways and lungs of the human,"
- }, {
- "pred" : "http://purl.org/dc/terms/creator",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-06-05T17:55:39Z"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "An exposure event in which a plant is provided with fertilizer. The exposure receptor is the root system of the plant, the stimulus is the fertilizing chemical, the route is via the soil, possibly mediated by symbotic microbes."
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/oborel/obo-relations/pull/173"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is subject of eating interaction with"
} ]
- },
- "type" : "CLASS",
- "lbl" : "exposure event or process"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002431",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002471",
+ "lbl" : "is eaten by",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p",
- "xrefs" : [ ]
- },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "involved in or reguates"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "OWL does not allow defining object properties via a Union"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "eaten by"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is target of eating interaction with"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "involved in or involved in regulation of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002552",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002472",
+ "lbl" : "is evidence for",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p results in the end of s if p results in a change of state in s whereby s either ceases to exist, or s becomes functionally impaired or s has its fate committed such that it is put on a path to be degraded.",
- "xrefs" : [ ]
+ "val" : "A relationship between a piece of evidence a and some entity b, where b is an information content entity, material entity or process, and \nthe a supports either the existence of b, or the truth value of b."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in ending of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002553",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002473",
+ "lbl" : "composed primarily of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is a hyperparasite of y iff x is a parasite of a parasite of the target organism y",
- "xrefs" : [ ]
+ "val" : "x composed_primarily_of y if and only if more than half of the mass of x is made from y or units of the same type as y."
},
"subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "epiparasite of",
- "xrefs" : [ ]
- }, {
- "pred" : "hasNarrowSynonym",
- "val" : "hyperparasitoid of",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Hyperparasite"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://eol.org/schema/terms/hyperparasitoidOf"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'otolith organ' SubClassOf 'composed primarily of' some 'calcium carbonate'"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Note that parasite-of is a diret relationship, so hyperparasite-of is not considered a sub-relation, even though hyperparasitism can be considered a form of parasitism"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22293552"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "val" : "http://purl.obolibrary.org/obo/RO_0001901"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002474",
+ "lbl" : "dispositional interpretation",
"type" : "PROPERTY",
- "lbl" : "hyperparasite of"
+ "meta" : {
+ "definition" : {
+ "val" : "An assertion that holds between an OWL Object Property and a dispositional interpretation that elucidates how OWL Class Axioms or OWL Individuals that use this property are to be interpreted in a dispositional context. For example, A binds B may be interpreted as A have a mutual disposition that is realized by binding to the other one."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002432",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002475",
+ "lbl" : "has no connections with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c executes activity in d if and only if c enables p and p occurs_in d. Assuming no action at a distance by gene products, if a gene product enables (is capable of) a process that occurs in some structure, it must have at least some part in that structure.",
- "xrefs" : [ "GOC:cjm", "GOC:dos" ]
+ "val" : "A is has_no_connections_with B if there are no parts of A or B that have a connection with the other."
},
- "comments" : [ "" ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "enables activity in",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "executes activity in"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A protein that enables activity in a cytosol."
+ "val" : "'pectoral appendage skeleton' has no connections with 'pelvic appendage skeleton'"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "shares no connection with"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000425",
+ "val" : "Class: EquivalentTo: (BFO_0000050 some ?X) and (RO_0002170 some (BFO_0000050 some ?Y))"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is active in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002305",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002476",
+ "lbl" : "child nucleus of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p is causally upstream of, negative effect q iff p is casually upstream of q, and the execution of p decreases the execution of q.",
- "xrefs" : [ ]
+ "val" : "c is a child nucleus of d if and only if c and d are both nuclei and parts of cells c' and d', where c' is derived from d' by mitosis and the genetic material in c is a copy of the generic material in d"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/creator",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "ABal nucleus child nucleus of ABa nucleus (in C elegans)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
- "val" : "http://purl.obolibrary.org/obo/RO_0002411"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation is primarily used in the worm anatomy ontology for representing lineage at the level of nuclei. However, it is applicable to any organismal cell lineage."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally upstream of, negative effect"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002547",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002477",
+ "lbl" : "child nucleus of in hermaphrodite",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Count of number of days intervening between the start of the stage and the time of coitum.",
- "xrefs" : [ ]
+ "val" : "A child nucleus relationship in which the cells are part of a hermaphroditic organism"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "For mouse staging: assuming that it takes place around midnight during a 7pm to 5am dark cycle (noon of the day on which the vaginal plug is found, the embryos are aged 0.5 days post coitum)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "start, days post coitum"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002426",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002478",
+ "lbl" : "child nucleus of in male",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "A child nucleus relationship in which the cells are part of a male organism"
+ },
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "differs in attribute"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002427",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002479",
+ "lbl" : "has part that occurs in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of causally upstream of or within",
- "xrefs" : [ ]
+ "val" : "p has part that occurs in c if and only if there exists some p1, such that p has_part p1, and p1 occurs in c."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally downstream of or within"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002548",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002480",
+ "lbl" : "ubiquitinates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Count of number of days intervening between the end of the stage and the time of coitum.",
- "xrefs" : [ ]
+ "val" : "An interaction relation between x and y in which x catalyzes a reaction in which one or more ubiquitin groups are added to y"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Axiomatization to GO to be added later"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "end, days post coitum"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002549",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002481",
+ "lbl" : "is kinase activity",
+ "type" : "PROPERTY",
"meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "start, weeks post birth"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002428",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002482",
+ "lbl" : "is ubiquitination",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "c involved in regulation of p if c is involved in some p' and p' regulates some p",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "involved in regulation of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002429",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002483",
+ "lbl" : "inherited annotation property",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002484",
+ "lbl" : "curator guidance link",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c involved in regulation of p if c is involved in some p' and p' positively regulates some p",
- "xrefs" : [ ]
- },
+ "val" : "Connects an ontology entity (class, property, etc) to a URL from which curator guidance can be obtained. This assertion is inherited in the same manner as functional annotations (e.g. for GO, over SubClassOf and part_of)"
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002485",
+ "lbl" : "receives input from",
+ "type" : "PROPERTY",
+ "meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
- "val" : "http://purl.obolibrary.org/obo/RO_0002428"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "See notes for inverse relation"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "involved in positive regulation of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002543",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002486",
+ "lbl" : "sends output to",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Count of number of months intervening between the start of the stage and the time of birth according to a reference model. Note that the first month of post-birth development has the value of 0 for this property, and the period during which the child is one month old has the value 1.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This is an exploratory relation. The label is taken from the FMA. It needs aligned with the neuron-specific relations such as has postsynaptic terminal in."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "start, months post birth"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002301",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002487",
+ "lbl" : "relation between physical entity and a process or stage",
+ "type" : "PROPERTY",
"meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "May be merged into parent relation"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "every mullerian duct regression (GO:0001880) results in regression of some mullerian duct (UBERON:0003890)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, typically connecting an anatomical entity to a biological process or developmental stage."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in developmental regression of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002422",
- "meta" : {
- "definition" : {
- "val" : "Used to annotate object properties to describe a logical meta-property or characteristic of the object property.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002488",
+ "lbl" : "existence starts during",
"type" : "PROPERTY",
- "lbl" : "logical macro assertion on an object property"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002302",
"meta" : {
"definition" : {
- "val" : "Inverse of 'is substance that treats'",
- "xrefs" : [ ]
+ "val" : "x existence starts during y if and only if the time point at which x starts is after or equivalent to the time point at which y starts and before or equivalent to the time point at which y ends. Formally: x existence starts during y iff α(x) >= α(y) & α(x) <= ω(y)."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/creator",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is treated by substance"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002423",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002489",
+ "lbl" : "existence starts with",
"type" : "PROPERTY",
- "lbl" : "logical macro assertion on an annotation property"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002544",
"meta" : {
"definition" : {
- "val" : "Count of number of months intervening between the end of the stage and the time of birth according to a reference model. Note that the first month of post-birth development has the value of 1 for this property, and the period during which the child is one month old has the value 2",
- "xrefs" : [ ]
+ "val" : "x starts ends with y if and only if the time point at which x starts is equivalent to the time point at which y starts. Formally: x existence starts with y iff α(x) = α(y)."
},
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "end, months post birth"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002424",
- "meta" : {
- "comments" : [ "This is an exploratory relation" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "false"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://code.google.com/p/phenotype-ontologies/w/edit/PhenotypeModelCompetencyQuestions"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "differs in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002303",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002490",
+ "lbl" : "existence overlaps",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x 'has habitat' y if and only if: x is an organism, y is a habitat, and y can sustain and allow the growth of a population of xs.",
- "xrefs" : [ ]
+ "val" : "x existence overlaps y if and only if either (a) the start of x is part of y or (b) the end of x is part of y. Formally: x existence starts and ends during y iff (α(x) >= α(y) & α(x) <= ω(y)) OR (ω(x) <= ω(y) & ω(x) >= α(y))"
},
- "comments" : [ "A population of xs will possess adaptations (either evolved naturally or via artifical selection) which permit it to exist and grow in y." ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-4366-3088"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Hydrozoa (NCBITaxon_6074) SubClassOf 'has habitat' some 'Hydrozoa habitat'\nwhere\n'Hydrozoa habitat' SubClassOf overlaps some ('marine environment' (ENVO_00000569) and 'freshwater environment' (ENVO_01000306) and 'wetland' (ENVO_00000043)) and 'has part' some (freshwater (ENVO_00002011) or 'sea water' (ENVO_00002149)) -- http://eol.org/pages/1795/overview"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "adapted for living in"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has habitat"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002545",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002491",
+ "lbl" : "existence starts and ends during",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Defines the start and end of a stage with a duration of 1 month, relative to either the time of fertilization or last menstrual period of the mother (to be clarified), counting from one, in terms of a reference model. Thus if month_of_gestation=3, then the stage is 2 month in.",
- "xrefs" : [ ]
+ "val" : "x exists during y if and only if: 1) the time point at which x begins to exist is after or equal to the time point at which y begins and 2) the time point at which x ceases to exist is before or equal to the point at which y ends. Formally: x existence starts and ends during y iff α(x) >= α(y) & α(x) <= ω(y) & ω(x) <= ω(y) & ω(x) >= α(y)"
},
+ "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "exists during"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "month of gestation"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002304",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002492",
+ "lbl" : "existence ends during",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p is causally upstream of, positive effect q iff p is casually upstream of q, and the execution of p is required for the execution of q.",
- "xrefs" : [ ]
+ "val" : "x existence ends during y if and only if the time point at which x ends is before or equivalent to the time point at which y ends and after or equivalent to the point at which y starts. Formally: x existence ends during y iff ω(x) <= ω(y) and ω(x) >= α(y)."
},
- "comments" : [ "holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/creator",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
- "val" : "http://purl.obolibrary.org/obo/RO_0002411"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally upstream of, positive effect"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002546",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002493",
+ "lbl" : "existence ends with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a stage class and an anatomical structure or developmental process class, in which the stage is characterized by the appearance of the structure or the occurrence of the biological process",
- "xrefs" : [ ]
+ "val" : "x existence ends with y if and only if the time point at which x ends is equivalent to the time point at which y ends. Formally: x existence ends with y iff ω(x) = ω(y)."
},
+ "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has developmental stage marker"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002425",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002494",
+ "lbl" : "transformation of",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "x transformation of y if x is the immediate transformation of y, or is linked to y through a chain of transformation relationships"
+ },
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "differs in attribute of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0018028",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002495",
+ "lbl" : "immediate transformation of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a ligand (material entity) and a receptor (material entity) that implies the binding of the ligand to the receptor inhibits some activity of the receptor to below basal level",
- "xrefs" : [ ]
+ "val" : "x immediate transformation of y iff x immediately succeeds y temporally at a time boundary t, and all of the matter present in x at t is present in y at t, and all the matter in y at t is present in x at t"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "pimavanserin (CHEBI:133017) is inverse agonist of HTR2A (PR:P28223)"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "https://orcid.org/0000-0003-4423-4370"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://www.wikidata.org/wiki/Property:P9275"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002494"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is inverse agonist of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0018027",
- "meta" : {
- "definition" : {
- "val" : "a relation between a ligand (material entity) and a receptor (material entity) that implies the binding of the ligand to the receptor activates some activity of the receptor",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "https://orcid.org/0000-0003-4423-4370"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "mibolerone (CHEBI:34849) is agonist of androgen receptor (PR:P10275)"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://www.wikidata.org/wiki/Property:P3772"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002496",
+ "lbl" : "existence starts during or after",
"type" : "PROPERTY",
- "lbl" : "is agonist of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0018029",
"meta" : {
"definition" : {
- "val" : "a relation between a ligand (material entity) and a receptor (material entity) that implies the binding of the ligand to the receptor reduces some activity of the receptor to basal level",
- "xrefs" : [ ]
+ "val" : "x existence starts during or after y if and only if the time point at which x starts is after or equivalent to the time point at which y starts. Formally: x existence starts during or after y iff α (x) >= α (y)."
},
+ "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "https://orcid.org/0000-0003-4423-4370"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://www.wikidata.org/wiki/Property:P3773"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "tretinoin (CHEBI:15367) is antagonist of Nuclear receptor ROR-beta (PR:Q92753)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is antagonist of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002309",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002497",
+ "lbl" : "existence ends during or before",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between an exposure event or process and any agent, stimulus, activity, or event that causally effects an organism and interacts with an exposure receptor during an exposure event.",
- "xrefs" : [ ]
+ "val" : "x existence ends during or before y if and only if the time point at which x ends is before or equivalent to the time point at which y ends."
},
+ "comments" : [ "The relations here were created based on work originally by Fabian Neuhaus and David Osumi-Sutherland. The work has not yet been vetted and errors in definitions may have occurred during transcription." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-06-05T17:35:04Z"
- }, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0001-6996-0040"
- }, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0002-8461-9745"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has exposure stimulus"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002540",
- "meta" : {
- "definition" : {
- "val" : "Count of number of days intervening between the end of the stage and the time of fertilization according to a reference model. Note that the first day of development has the value of 1 for this property.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002500",
+ "lbl" : "causal agent in process",
"type" : "PROPERTY",
- "lbl" : "end, days post fertilization"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002420",
"meta" : {
"definition" : {
- "val" : "A logical macro assertion whose domain is an IRI for a class",
- "xrefs" : [ ]
+ "val" : "A relationship between a material entity and a process where the material entity has some causal role that influences the process"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "The domain for this class can be considered to be owl:Class, but we cannot assert this in OWL2-DL"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "logical macro assertion on a class"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002541",
- "meta" : {
- "definition" : {
- "val" : "Count of number of years intervening between the start of the stage and the time of birth according to a reference model. Note that the first year of post-birth development has the value of 0 for this property, and the period during which the child is one year old has the value 1.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002501",
+ "lbl" : "causal relation between processes",
"type" : "PROPERTY",
- "lbl" : "start, years post birth"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002542",
"meta" : {
"definition" : {
- "val" : "Count of number of years intervening between the end of the stage and the time of birth according to a reference model. Note that the first year of post-birth development has the value of 1 for this property, and the period during which the child is one year old has the value 2",
- "xrefs" : [ ]
+ "val" : "p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q."
},
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "end, years post birth"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002300",
- "meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "May be merged into parent relation"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "foramen ovale closure SubClassOf results in disappearance of foramen ovale"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in disappearance of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002421",
- "meta" : {
- "definition" : {
- "val" : "A logical macro assertion whose domain is an IRI for a property",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "logical macro assertion on a property"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002536",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002502",
+ "lbl" : "depends on",
"type" : "PROPERTY",
- "lbl" : "measurement property has unit"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002537",
"meta" : {
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000169"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has start time value"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002416",
- "meta" : {
- "definition" : {
- "val" : "An assertion that involves at least one OWL object that is intended to be expanded into one or more logical axioms. The logical expansion can yield axioms expressed using any formal logical system, including, but not limited to OWL2-DL.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/shortcut-relations/"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002503",
+ "lbl" : "towards",
"type" : "PROPERTY",
- "lbl" : "logical macro assertion"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0019001",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C.",
- "xrefs" : [ ]
+ "val" : "q towards e2 if and only if q is a relational quality such that q inheres-in some e, and e != e2 and q is dependent on e2"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0002-8688-6599"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This relation is provided in order to support the use of relational qualities such as 'concentration of'; for example, the concentration of C in V is a quality that inheres in V, but pertains to C."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "positively regulates characteristic"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002538",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002504",
+ "lbl" : "always present in taxon",
"type" : "PROPERTY",
- "lbl" : "has end time value"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0019000",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C.",
- "xrefs" : [ ]
+ "val" : "S always_present_in_taxon T if every fully formed member of taxon T has part some S, or is an instance of S"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0002-8688-6599"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "brain always_present_in_taxon 'Vertebrata'"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "forelimb always_present_in_taxon Euarchontoglires"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "This is a very strong relation. Often we will not have enough evidence to know for sure that there are no species within a lineage that lack the structure - loss is common in evolution. However, there are some statements we can make with confidence - no vertebrate lineage could persist without a brain or a heart. All primates are limbed. "
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "never lost in"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "regulates characteristic"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002418",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002505",
+ "lbl" : "has intermediate",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p is 'causally upstream or within' q iff p is causally related to q, and the end of p precedes, or is coincident with, the end of q.",
- "xrefs" : [ ]
+ "val" : "p has intermediate c if and only if p has parts p1, p2 and p1 has output c, and p2 has input c"
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "affects",
- "xrefs" : [ ]
- } ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'lysine biosynthetic process via diaminopimelate' SubClassOf has_intermediate some diaminopimelate"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "influences (processual)"
+ "val" : "has intermediate product"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally upstream of or within"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002539",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002506",
+ "lbl" : "causal relation between entities",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Count of number of days intervening between the start of the stage and the time of fertilization according to a reference model. Note that the first day of development has the value of 0 for this property.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "The intent is that the process branch of the causal property hierarchy is primary (causal relations hold between occurrents/processes), and that the material branch is defined in terms of the process branch"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "start, days post fertilization"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002411",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002507",
+ "lbl" : "determined by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q.",
- "xrefs" : [ ]
+ "val" : "s determined by f if and only if s is a type of system, and f is a material entity that is part of s, such that f exerts a strong causal influence on the functioning of s, and the removal of f would cause the collapse of s."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A coral reef environment is determined by a particular coral reef"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "The label for this relation is probably too general for its restricted use, where the domain is a system. It may be relabeled in future"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/24330602"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "determined by (system to material entity)"
+ }, {
+ "pred" : "http://purl.org/dc/terms/creator",
+ "val" : "https://orcid.org/0000-0002-4366-3088"
+ }, {
+ "pred" : "http://purl.org/dc/terms/creator",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally upstream of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002532",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002508",
+ "lbl" : "determines",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Any entity that is ordered in discrete units along a linear axis.",
- "xrefs" : [ ]
+ "val" : "inverse of determined by"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "determines (material entity to system)"
} ]
- },
- "type" : "CLASS",
- "lbl" : "sequentially ordered entity"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002412",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002509",
+ "lbl" : "determined by part of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p is immediately causally upstream of q iff p is causally upstream of q, and the end of p is coincident with the beginning of q.",
- "xrefs" : [ ]
+ "val" : "s 'determined by part of' w if and only if there exists some f such that (1) s 'determined by' f and (2) f part_of w, or f=w."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
- "val" : "http://purl.obolibrary.org/obo/RO_0002411"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "immediately causally upstream of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002533",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002510",
+ "lbl" : "transcribed from",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Any individual unit of a collection of like units arranged in a linear order",
- "xrefs" : [ ]
+ "val" : "x is transcribed from y if and only if x is synthesized from template y"
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "An individual unit can be a molecular entity such as a base pair, or an abstract entity, such as the abstraction of a base pair."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
} ]
- },
- "type" : "CLASS",
- "lbl" : "sequence atomic unit"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002534",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002511",
+ "lbl" : "transcribed to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Any entity that can be divided into parts such that each part is an atomical unit of a sequence",
- "xrefs" : [ ]
+ "val" : "inverse of transcribed from"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Sequence bearers can be molecular entities, such as a portion of a DNA molecule, or they can be abstract entities, such as an entity representing all human sonic hedgehog regions of the genome with a particular DNA sequence."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
} ]
- },
- "type" : "CLASS",
- "lbl" : "sequence bearer"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002413",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002512",
+ "lbl" : "ribosomal translation of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p provides input for q iff p is immediately causally upstream of q, and there exists some c such that p has_output c and q has_input c.",
- "xrefs" : [ ]
+ "val" : "x is the ribosomal translation of y if and only if a ribosome reads x through a series of triplet codon-amino acid adaptor activities (GO:0030533) and produces y"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "directly provides input for (process to process)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "directly provides input for"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This is currently called 'directly provides input for' to be consistent with our terminology where we use 'direct' whenever two occurrents succeed one another directly. We may relabel this simply 'provides input for', as directness is implicit"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "provides input for"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002414",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002513",
+ "lbl" : "ribosomally translates to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "transitive form of directly_provides_input_for",
- "xrefs" : [ ]
+ "val" : "inverse of ribosomal translation of"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This is a grouping relation that should probably not be used in annotation. Consider instead the child relation 'provides input for'."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "transitively provides input for (process to process)"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "transitively provides input for"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002535",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This properties were created originally for the annotation of developmental or life cycle stages, such as for example Carnegie Stage 20 in humans. "
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "temporal logical macro assertion on a class"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002419",
- "meta" : {
- "definition" : {
- "val" : "An assertion that holds between an OWL Annotation Property P and a non-negative integer N, with the interpretation: for any P(i j) it must be the case that | { k : P(i k) } | = N.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002514",
+ "lbl" : "sequentially related to",
"type" : "PROPERTY",
- "lbl" : "annotation property cardinality"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0019002",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C.",
- "xrefs" : [ ]
+ "val" : "A relation that holds between two entities that have the property of being sequences or having sequences. "
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0002-8688-6599"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving cause and effect."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "The domain and range of this relation include entities such as: information-bearing macromolecules such as DNA, or regions of these molecules; abstract information entities encoded as a linear sequence including text, abstract DNA sequences; Sequence features, entities that have a sequence or sequences. Note that these entities are not necessarily contiguous - for example, the mereological sum of exons on a genome of a particular gene."
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "negatively regulates characteristic"
- }, {
- "id" : "http://purl.obolibrary.org/obo/IAO_0000426",
- "meta" : {
- "definition" : {
- "val" : "An assertion that holds between an OWL Object Property and a string or literal, where the value of the string or literal is a Common Logic sentence of collection of sentences that define the Object Property.",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002530",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002515",
+ "lbl" : "sequentially adjacent to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is immediately downstream of the sequence of y iff either (1) x and y have sequence units, and all units of x are downstream of all units of y, and x is sequentially adjacent to y, or (2) x and y are sequence units, in which case the immediately downstream relation is primitive and defined by context: for DNA bases, y would be adjacent and 5' to y",
- "xrefs" : [ ]
+ "val" : "x is sequentially adjacent to y iff x and y do not overlap and if there are no base units intervening between x and y"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
- "val" : "http://purl.obolibrary.org/obo/RO_0002529"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Every UTR is adjacent to a CDS of the same transcript"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A 3'UTR is immediately downstream of the sequence of the CDS from the same monocistronic transcript"
+ "val" : "Two consecutive DNA residues are sequentially adjacent"
}, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Two exons on a processed transcript that were previously connected by an intron are adjacent"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is immediately downstream of sequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002531",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002516",
+ "lbl" : "has start sequence",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of immediately downstream of",
- "xrefs" : [ ]
+ "val" : "x has start sequence y if the start of x is identical to the start of y, and x has y as a subsequence"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Every CDS has as a start sequence the start codon for that transcript"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A 5'UTR is immediately upstream of the sequence of the CDS from the same monocistronic transcript"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "started by"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is immediately upstream of sequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002410",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002517",
+ "lbl" : "is start sequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "relation that links two events, processes, states, or objects such that one event, process, state, or object (a cause) contributes to the production of another event, process, state, or object (an effect) where the cause is partly or wholly responsible for the effect, and the effect is partly or wholly dependent on the cause.",
- "xrefs" : [ "https://en.wikipedia.org/wiki/Causality" ]
+ "val" : "inverse of has start sequence"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This branch of the ontology deals with causal relations between entities. It is divided into two branches: causal relations between occurrents/processes, and causal relations between material entities. We take an 'activity flow-centric approach', with the former as primary, and define causal relations between material entities in terms of causal relations between occurrents.\n\nTo define causal relations in an activity-flow type network, we make use of 3 primitives:\n\n * Temporal: how do the intervals of the two occurrents relate? \n * Is the causal relation regulatory?\n * Is the influence positive or negative?\n\nThe first of these can be formalized in terms of the Allen Interval Algebra. Informally, the 3 bins we care about are 'direct', 'indirect' or overlapping. Note that all causal relations should be classified under a RO temporal relation (see the branch under 'temporally related to'). Note that all causal relations are temporal, but not all temporal relations are causal. Two occurrents can be related in time without being causally connected. We take causal influence to be primitive, elucidated as being such that has the upstream changed, some qualities of the donwstream would necessarily be modified.\n\nFor the second, we consider a relationship to be regulatory if the system in which the activities occur is capable of altering the relationship to achieve some objective. This could include changing the rate of production of a molecule.\n\nFor the third, we consider the effect of the upstream process on the output(s) of the downstream process. If the level of output is increased, or the rate of production of the output is increased, then the direction is increased. Direction can be positive, negative or neutral or capable of either direction. Two positives in succession yield a positive, two negatives in succession yield a positive, otherwise the default assumption is that the net effect is canceled and the influence is neutral.\n\nEach of these 3 primitives can be composed to yield a cross-product of different relation types."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "starts"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally related to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002404",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002518",
+ "lbl" : "has end sequence",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of upstream of",
- "xrefs" : [ ]
+ "val" : "x has end sequence y if the end of x is identical to the end of y, and x has y as a subsequence"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Every CDS has as an end sequence the stop codon for that transcript (note this follows from the SO definition of CDS, in which stop codons are included)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "ended by"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally downstream of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002525",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002519",
+ "lbl" : "is end sequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of has subsequence",
- "xrefs" : [ ]
+ "val" : "inverse of has end sequence"
},
"subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "contained by"
+ "val" : "ends"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
}, {
"pred" : "http://purl.org/spar/cito/citesAsAuthority",
"val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is subsequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002526",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002520",
+ "lbl" : "is consecutive sequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x overlaps the sequence of y if and only if x has a subsequence z and z is a subsequence of y.",
- "xrefs" : [ ]
+ "val" : "x is a consecutive sequence of y iff x has subsequence y, and all the parts of x are made of zero or more repetitions of y or sequences as the same type as y."
},
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "In the SO paper, this was defined as an instance-type relation"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
}, {
"pred" : "http://purl.org/spar/cito/citesAsAuthority",
"val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "overlaps sequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002405",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002521",
+ "lbl" : "is sequentially aligned with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "x is sequentially aligned with if a significant portion bases of x and y correspond in terms of their base type and their relative ordering"
+ },
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Human Shh and Mouse Shh are sequentially aligned, by cirtue of the fact that they derive from the same ancestral sequence."
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "immediately causally downstream of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002527",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002522",
+ "lbl" : "bounds sequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x does not overlap the sequence of y if and only if there is no z such that x has a subsequence z and z is a subsequence of y.",
- "xrefs" : [ ]
+ "val" : "x bounds the sequence of y iff the upstream-most part of x is upstream of or coincident with the upstream-most part of y, and the downstream-most part of x is downstream of or coincident with the downstream-most part of y"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "disconnected from"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "The genomic exons of a transcript bound the sequence of the genomic introns of the same transcript (but the introns are not subsequences of the exons)"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "does not overlap sequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002406",
- "meta" : {
- "comments" : [ "This term was obsoleted because it has the same meaning as 'directly positively regulates'." ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
- "val" : "http://purl.obolibrary.org/obo/RO_0002629"
- } ],
- "deprecated" : true
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002523",
+ "lbl" : "is bound by sequence of",
"type" : "PROPERTY",
- "lbl" : "obsolete directly activates"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002407",
"meta" : {
"definition" : {
- "val" : "p indirectly positively regulates q iff p is indirectly causally upstream of q and p positively regulates q.",
- "xrefs" : [ ]
+ "val" : "inverse of bounds sequence of"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0002579",
- "val" : "http://purl.obolibrary.org/obo/RO_0002213"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "indirectly activates"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly positively regulates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002528",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002524",
+ "lbl" : "has subsequence",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of downstream of sequence of",
- "xrefs" : [ ]
+ "val" : "x has subsequence y iff all of the sequence parts of y are sequence parts of x"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "is upstream of sequence of"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "contains"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002521",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002525",
+ "lbl" : "is subsequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is sequentially aligned with if a significant portion bases of x and y correspond in terms of their base type and their relative ordering",
- "xrefs" : [ ]
+ "val" : "inverse of has subsequence"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Human Shh and Mouse Shh are sequentially aligned, by cirtue of the fact that they derive from the same ancestral sequence."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "contained by"
}, {
"pred" : "http://purl.org/spar/cito/citesAsAuthority",
"val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is sequentially aligned with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002400",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002526",
+ "lbl" : "overlaps sequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p has direct input c iff c is a participant in p, c is present at the start of p, and the state of c is modified during p.",
- "xrefs" : [ ]
+ "val" : "x overlaps the sequence of y if and only if x has a subsequence z and z is a subsequence of y."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'protein catabolic process' SubClassOf has_direct_input some protein"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This is likely to be obsoleted. A candidate replacement would be a new relation 'has bound input' or 'has substrate'"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "directly consumes"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has direct input"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002401",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002527",
+ "lbl" : "does not overlap sequence of",
+ "type" : "PROPERTY",
"meta" : {
- "comments" : [ "Likely to be obsoleted. See:\nhttps://docs.google.com/document/d/1QMhs9J-P_q3o_rDh-IX4ZEnz0PnXrzLRVkI3vvz8NEQ/edit" ],
+ "definition" : {
+ "val" : "x does not overlap the sequence of y if and only if there is no z such that x has a subsequence z and z is a subsequence of y."
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- } ],
- "deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete has indirect input"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "disconnected from"
+ }, {
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002522",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002528",
+ "lbl" : "is upstream of sequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x bounds the sequence of y iff the upstream-most part of x is upstream of or coincident with the upstream-most part of y, and the downstream-most part of x is downstream of or coincident with the downstream-most part of y",
- "xrefs" : [ ]
+ "val" : "inverse of downstream of sequence of"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The genomic exons of a transcript bound the sequence of the genomic introns of the same transcript (but the introns are not subsequences of the exons)"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://purl.org/spar/cito/citesAsAuthority",
"val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "bounds sequence of"
+ }
}, {
- "id" : "http://www.geneontology.org/formats/oboInOwl#inSubset",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002529",
+ "lbl" : "is downstream of sequence of",
"type" : "PROPERTY",
- "lbl" : "in_subset"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002523",
"meta" : {
"definition" : {
- "val" : "inverse of bounds sequence of",
- "xrefs" : [ ]
+ "val" : "x is downstream of the sequence of y iff either (1) x and y have sequence units, and all units of x are downstream of all units of y, or (2) x and y are sequence units, and x is either immediately downstream of y, or transitively downstream of y."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
@@ -8157,3092 +7396,2331 @@
"pred" : "http://purl.org/spar/cito/citesAsAuthority",
"val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is bound by sequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002402",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002530",
+ "lbl" : "is immediately downstream of sequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p has direct input c iff c is a participanti n p, c is present at the end of p, and c is not present at the beginning of c. ",
- "xrefs" : [ ]
+ "val" : "x is immediately downstream of the sequence of y iff either (1) x and y have sequence units, and all units of x are downstream of all units of y, and x is sequentially adjacent to y, or (2) x and y are sequence units, in which case the immediately downstream relation is primitive and defined by context: for DNA bases, y would be adjacent and 5' to y"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "directly produces"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A 3'UTR is immediately downstream of the sequence of the CDS from the same monocistronic transcript"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "translation SubClassOf has_direct_output some protein"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002529"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- } ],
- "deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete has direct output"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002524",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002531",
+ "lbl" : "is immediately upstream of sequence of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has subsequence y iff all of the sequence parts of y are sequence parts of x",
- "xrefs" : [ ]
+ "val" : "inverse of immediately downstream of"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A 5'UTR is immediately upstream of the sequence of the CDS from the same monocistronic transcript"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "contains"
+ "pred" : "http://purl.org/spar/cito/citesAsAuthority",
+ "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has subsequence"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002403",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002532",
+ "lbl" : "sequentially ordered entity",
+ "type" : "CLASS",
"meta" : {
- "comments" : [ "Likely to be obsoleted. See:\nhttps://docs.google.com/document/d/1QMhs9J-P_q3o_rDh-IX4ZEnz0PnXrzLRVkI3vvz8NEQ/edit" ],
+ "definition" : {
+ "val" : "Any entity that is ordered in discrete units along a linear axis."
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- } ],
- "deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete has indirect output"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002408",
- "meta" : {
- "comments" : [ "This term was obsoleted because it has the same meaning as 'directly negatively regulates'." ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
- "val" : "http://purl.obolibrary.org/obo/RO_0002630"
- } ],
- "deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete directly inhibits"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002529",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002533",
+ "lbl" : "sequence atomic unit",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "x is downstream of the sequence of y iff either (1) x and y have sequence units, and all units of x are downstream of all units of y, or (2) x and y are sequence units, and x is either immediately downstream of y, or transitively downstream of y.",
- "xrefs" : [ ]
+ "val" : "Any individual unit of a collection of like units arranged in a linear order"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "An individual unit can be a molecular entity such as a base pair, or an abstract entity, such as the abstraction of a base pair."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is downstream of sequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002409",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002534",
+ "lbl" : "sequence bearer",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "p indirectly negatively regulates q iff p is indirectly causally upstream of q and p negatively regulates q.",
- "xrefs" : [ ]
+ "val" : "Any entity that can be divided into parts such that each part is an atomical unit of a sequence"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0002579",
- "val" : "http://purl.obolibrary.org/obo/RO_0002212"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "indirectly inhibits"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Sequence bearers can be molecular entities, such as a portion of a DNA molecule, or they can be abstract entities, such as an entity representing all human sonic hedgehog regions of the genome with a particular DNA sequence."
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002535",
+ "lbl" : "temporal logical macro assertion on a class",
"type" : "PROPERTY",
- "lbl" : "indirectly negatively regulates"
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This properties were created originally for the annotation of developmental or life cycle stages, such as for example Carnegie Stage 20 in humans. "
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002640",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002536",
+ "lbl" : "measurement property has unit",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002537",
+ "lbl" : "has start time value",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "A sub-relation of endoparasite-of in which the parasite inhabits host cells.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Parasitism#Types"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002538",
+ "lbl" : "has end time value",
"type" : "PROPERTY",
- "lbl" : "intracellular endoparasite of"
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002520",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002539",
+ "lbl" : "start, days post fertilization",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is a consecutive sequence of y iff x has subsequence y, and all the parts of x are made of zero or more repetitions of y or sequences as the same type as y.",
- "xrefs" : [ ]
+ "val" : "Count of number of days intervening between the start of the stage and the time of fertilization according to a reference model. Note that the first day of development has the value of 0 for this property."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "In the SO paper, this was defined as an instance-type relation"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is consecutive sequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002641",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002540",
+ "lbl" : "end, days post fertilization",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of intracellular endoparasite of",
- "xrefs" : [ ]
+ "val" : "Count of number of days intervening between the end of the stage and the time of fertilization according to a reference model. Note that the first day of development has the value of 1 for this property."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
- "type" : "PROPERTY",
- "lbl" : "has intracellular endoparasite"
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002514",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002541",
+ "lbl" : "start, years post birth",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between two entities that have the property of being sequences or having sequences. ",
- "xrefs" : [ ]
+ "val" : "Count of number of years intervening between the start of the stage and the time of birth according to a reference model. Note that the first year of post-birth development has the value of 0 for this property, and the period during which the child is one year old has the value 1."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving cause and effect."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "The domain and range of this relation include entities such as: information-bearing macromolecules such as DNA, or regions of these molecules; abstract information entities encoded as a linear sequence including text, abstract DNA sequences; Sequence features, entities that have a sequence or sequences. Note that these entities are not necessarily contiguous - for example, the mereological sum of exons on a genome of a particular gene."
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "sequentially related to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002635",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002542",
+ "lbl" : "end, years post birth",
"type" : "PROPERTY",
- "lbl" : "has endoparasite"
+ "meta" : {
+ "definition" : {
+ "val" : "Count of number of years intervening between the end of the stage and the time of birth according to a reference model. Note that the first year of post-birth development has the value of 1 for this property, and the period during which the child is one year old has the value 2"
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002515",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002543",
+ "lbl" : "start, months post birth",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is sequentially adjacent to y iff x and y do not overlap and if there are no base units intervening between x and y",
- "xrefs" : [ ]
+ "val" : "Count of number of months intervening between the start of the stage and the time of birth according to a reference model. Note that the first month of post-birth development has the value of 0 for this property, and the period during which the child is one month old has the value 1."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Every UTR is adjacent to a CDS of the same transcript"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Two consecutive DNA residues are sequentially adjacent"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Two exons on a processed transcript that were previously connected by an intron are adjacent"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "sequentially adjacent to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002636",
- "meta" : {
- "definition" : {
- "val" : "A sub-relation of parasite-of in which the parasite is partially an endoparasite and partially an ectoparasite",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002544",
+ "lbl" : "end, months post birth",
"type" : "PROPERTY",
- "lbl" : "mesoparasite of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002516",
"meta" : {
"definition" : {
- "val" : "x has start sequence y if the start of x is identical to the start of y, and x has y as a subsequence",
- "xrefs" : [ ]
+ "val" : "Count of number of months intervening between the end of the stage and the time of birth according to a reference model. Note that the first month of post-birth development has the value of 1 for this property, and the period during which the child is one month old has the value 2"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Every CDS has as a start sequence the start codon for that transcript"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "started by"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has start sequence"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002637",
- "meta" : {
- "definition" : {
- "val" : "inverse of mesoparasite of",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002545",
+ "lbl" : "month of gestation",
"type" : "PROPERTY",
- "lbl" : "has mesoparasite"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002638",
"meta" : {
"definition" : {
- "val" : "A sub-relation of endoparasite-of in which the parasite inhabits the spaces between host cells.",
- "xrefs" : [ ]
+ "val" : "Defines the start and end of a stage with a duration of 1 month, relative to either the time of fertilization or last menstrual period of the mother (to be clarified), counting from one, in terms of a reference model. Thus if month_of_gestation=3, then the stage is 2 month in."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Parasitism#Types"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "intercellular endoparasite of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002517",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002546",
+ "lbl" : "has developmental stage marker",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of has start sequence",
- "xrefs" : [ ]
+ "val" : "A relationship between a stage class and an anatomical structure or developmental process class, in which the stage is characterized by the appearance of the structure or the occurrence of the biological process"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "starts"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is start sequence of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002510",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002547",
+ "lbl" : "start, days post coitum",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is transcribed from y if and only if x is synthesized from template y",
- "xrefs" : [ ]
+ "val" : "Count of number of days intervening between the start of the stage and the time of coitum."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "For mouse staging: assuming that it takes place around midnight during a 7pm to 5am dark cycle (noon of the day on which the vaginal plug is found, the embryos are aged 0.5 days post coitum)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "transcribed from"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002511",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002548",
+ "lbl" : "end, days post coitum",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of transcribed from",
- "xrefs" : [ ]
+ "val" : "Count of number of days intervening between the end of the stage and the time of coitum."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "transcribed to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002632",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002549",
+ "lbl" : "start, weeks post birth",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "A sub-relation of parasite-of in which the parasite lives on or in the integumental system of the host",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Parasitism#Types"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "ectoparasite of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002550",
+ "lbl" : "end, weeks post birth",
+ "type" : "PROPERTY",
"meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-09-22T11:05:29Z"
- }, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-durations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "valid_for_go_annotation_extension"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002633",
- "meta" : {
- "definition" : {
- "val" : "inverse of ectoparasite of",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002551",
+ "lbl" : "has skeleton",
"type" : "PROPERTY",
- "lbl" : "has ectoparasite"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002512",
"meta" : {
"definition" : {
- "val" : "x is the ribosomal translation of y if and only if a ribosome reads x through a series of triplet codon-amino acid adaptor activities (GO:0030533) and produces y",
- "xrefs" : [ ]
+ "val" : "A relation between a segment or subdivision of an organism and the maximal subdivision of material entities that provides structural support for that segment or subdivision."
},
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Forelimb SubClassOf has_skeleton some 'Forelimb skeleton'"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "has supporting framework"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "The skeleton of a structure may be a true skeleton (for example, the bony skeleton of a hand) or any kind of support framework (the hydrostatic skeleton of a sea star, the exoskeleton of an insect, the cytoskeleton of a cell)."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "ribosomal translation of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002513",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002552",
+ "lbl" : "results in ending of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of ribosomal translation of",
- "xrefs" : [ ]
+ "val" : "p results in the end of s if p results in a change of state in s whereby s either ceases to exist, or s becomes functionally impaired or s has its fate committed such that it is put on a path to be degraded."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "ribosomally translates to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002634",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002553",
+ "lbl" : "hyperparasite of",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "x is a hyperparasite of y iff x is a parasite of a parasite of the target organism y"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"synonyms" : [ {
+ "pred" : "hasNarrowSynonym",
+ "val" : "hyperparasitoid of"
+ }, {
"pred" : "hasRelatedSynonym",
- "val" : "lives inside of",
- "xrefs" : [ ]
+ "val" : "epiparasite of"
} ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Note that parasite-of is a diret relationship, so hyperparasite-of is not considered a sub-relation, even though hyperparasitism can be considered a form of parasitism"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Parasitism#Types"
+ "val" : "http://eol.org/schema/terms/hyperparasitoidOf"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "A sub-relation of parasite-of in which the parasite lives inside the host, beneath the integumental system"
+ "val" : "https://en.wikipedia.org/wiki/Hyperparasite"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "endoparasite of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002518",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002554",
+ "lbl" : "hyperparasitized by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x has end sequence y if the end of x is identical to the end of y, and x has y as a subsequence",
- "xrefs" : [ ]
+ "val" : "inverse of hyperparasite of"
},
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Every CDS has as an end sequence the stop codon for that transcript (note this follows from the SO definition of CDS, in which stop codons are included)"
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "synonyms" : [ {
+ "pred" : "hasRelatedSynonym",
+ "val" : "has epiparasite"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "ended by"
+ "pred" : "hasRelatedSynonym",
+ "val" : "has hyperparasite"
}, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "hyperparasitoidized by"
+ } ],
+ "basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has end sequence"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002639",
- "meta" : {
- "definition" : {
- "val" : "inverse of intercellular endoparasite of",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002555",
+ "lbl" : "allelopath of",
"type" : "PROPERTY",
- "lbl" : "has intercellular endoparasite"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002519",
"meta" : {
- "definition" : {
- "val" : "inverse of has end sequence",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "ends"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://en.wikipedia.org/wiki/Allelopathy"
}, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://biorxiv.org/content/early/2014/06/27/006650.abstract"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://eol.org/schema/terms/allelopathyYes"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20226267"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "x is an allelopath of y iff xis an organism produces one or more biochemicals that influence the growth, survival, and reproduction of y"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is end sequence of"
+ }
}, {
- "id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002556",
+ "lbl" : "pathogen of",
"type" : "PROPERTY",
- "lbl" : "database_cross_reference"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002630",
"meta" : {
- "definition" : {
- "val" : "p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "directly negatively regulates (process to process)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
- "val" : "http://purl.obolibrary.org/obo/RO_0002578"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly negatively regulates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002503",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002557",
+ "lbl" : "has pathogen",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "q towards e2 if and only if q is a relational quality such that q inheres-in some e, and e != e2 and q is dependent on e2",
- "xrefs" : [ ]
- },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This relation is provided in order to support the use of relational qualities such as 'concentration of'; for example, the concentration of C in V is a quality that inheres in V, but pertains to C."
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "towards"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002624",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002558",
+ "lbl" : "has evidence",
"type" : "PROPERTY",
- "lbl" : "lays eggs in"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002504",
"meta" : {
"definition" : {
- "val" : "S always_present_in_taxon T if every fully formed member of taxon T has part some S, or is an instance of S",
- "xrefs" : [ ]
+ "val" : "inverse of is evidence for"
},
+ "comments" : [ "x has evidence y iff , x is an information content entity, material entity or process, and y supports either the existence of x, or the truth value of x." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "This is a very strong relation. Often we will not have enough evidence to know for sure that there are no species within a lineage that lack the structure - loss is common in evolution. However, there are some statements we can make with confidence - no vertebrate lineage could persist without a brain or a heart. All primates are limbed. "
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "never lost in"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "forelimb always_present_in_taxon Euarchontoglires"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "brain always_present_in_taxon 'Vertebrata'"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/25052702"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "always present in taxon"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002625",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002559",
+ "lbl" : "causally influenced by",
"type" : "PROPERTY",
- "lbl" : "has eggs laid in by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002505",
"meta" : {
- "definition" : {
- "val" : "p has intermediate c if and only if p has parts p1, p2 and p1 has output c, and p2 has input c",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'lysine biosynthetic process via diaminopimelate' SubClassOf has_intermediate some diaminopimelate"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has intermediate product"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has intermediate"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002626",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://github.com/jhpoelen/eol-globi-data/issues/143"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "kills"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002506",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
"val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "The intent is that the process branch of the causal property hierarchy is primary (causal relations hold between occurrents/processes), and that the material branch is defined in terms of the process branch"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "causally influenced by (entity-centric)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causal relation between entities"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002627",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002560",
+ "lbl" : "is asymmetric relational form of process class",
"type" : "PROPERTY",
- "lbl" : "is killed by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002500",
"meta" : {
"definition" : {
- "val" : "A relationship between a material entity and a process where the material entity has some causal role that influences the process",
- "xrefs" : [ ]
+ "val" : "If Rel is the relational form of a process Pr, then it follow that: Rel(x,y) <-> exists p : Pr(p), x subject-partner-in p, y object-partner-in p"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causal agent in process"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002501",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002561",
+ "lbl" : "is symmetric relational form of process class",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one where the execution of p influences the execution of q. p may be upstream, downstream, part of, or a container of q.",
- "xrefs" : [ ]
+ "val" : "If Rel is the relational form of a process Pr, then it follow that: Rel(x,y) <-> exists p : Pr(p), x partner-in p, y partner-in p"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causal relation between processes"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002622",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002562",
+ "lbl" : "is relational form of process class",
"type" : "PROPERTY",
- "lbl" : "visits flowers of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002502",
"meta" : {
+ "definition" : {
+ "val" : "R is the relational form of a process if and only if either (1) R is the symmetric relational form of a process or (2) R is the asymmetric relational form of a process"
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000169"
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "depends on"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002623",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002563",
+ "lbl" : "interaction relation helper property",
"type" : "PROPERTY",
- "lbl" : "has flowers visited by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002507",
"meta" : {
- "definition" : {
- "val" : "s determined by f if and only if s is a type of system, and f is a material entity that is part of s, such that f exerts a strong causal influence on the functioning of s, and the removal of f would cause the collapse of s.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "determined by (system to material entity)"
- }, {
- "pred" : "http://purl.org/dc/terms/creator",
- "val" : "https://orcid.org/0000-0002-4366-3088"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/24330602"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A coral reef environment is determined by a particular coral reef"
- }, {
- "pred" : "http://purl.org/dc/terms/creator",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://ontologydesignpatterns.org/wiki/Submissions:N-Ary_Relation_Pattern_%28OWL_2%29"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "The label for this relation is probably too general for its restricted use, where the domain is a system. It may be relabeled in future"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/interaction-relations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "determined by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002564",
+ "lbl" : "molecular interaction relation helper property",
+ "type" : "PROPERTY",
"meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-09-22T11:05:18Z"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "valid_for_go_gp2term"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002629",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002565",
+ "lbl" : "results in movement of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q.",
- "xrefs" : [ ]
+ "val" : "Holds between p and c when p is locomotion process and the outcome of this process is the change of location of c"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "directly positively regulates (process to process)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
- "val" : "http://purl.obolibrary.org/obo/RO_0002578"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly positively regulates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002508",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002566",
+ "lbl" : "causally influences",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "inverse of determined by",
- "xrefs" : [ ]
+ "val" : "The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size)."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco", "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "determines (material entity to system)"
+ "val" : "causally influences (entity-centric)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "determines"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002509",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002567",
+ "lbl" : "biomechanically related to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "s 'determined by part of' w if and only if there exists some f such that (1) s 'determined by' f and (2) f part_of w, or f=w.",
- "xrefs" : [ ]
+ "val" : "A relation that holds between elements of a musculoskeletal system or its analogs."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving the biomechanical processes."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "determined by part of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002613",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002568",
+ "lbl" : "has muscle antagonist",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a sentence and an instance of a piece of evidence in which the evidence contradicts the axiom",
- "xrefs" : [ ]
+ "val" : "m1 has_muscle_antagonist m2 iff m1 has_muscle_insertion s, m2 has_muscle_insection s, m1 acts in opposition to m2, and m2 is responsible for returning the structure to its initial position."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This annotation property is intended to be used in an OWL Axiom Annotation to connect an OWL Axiom to an instance of an ECO (evidence type ontology class). Because in OWL, all axiom annotations must use an Annotation Property, the value of the annotation cannot be an OWL individual, the convention is to use an IRI of the individual."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "Wikipedia:Antagonist_(muscle)"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "axiom contradicted by evidence"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002614",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002569",
+ "lbl" : "has branching part",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a piece of evidence and an entity that plays a role in supporting that evidence.",
- "xrefs" : [ ]
+ "val" : "inverse of branching part of"
},
- "comments" : [ "In the Gene Ontology association model, this corresponds to the With/From field" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "An instance of a sequence similarity evidence (ECO:0000044) that uses a homologous sequence UniProtKB:P12345 as support."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is evidence with support from"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002615",
- "meta" : {
- "definition" : {
- "val" : "Inverse of is-model-of",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002570",
+ "lbl" : "conduit for",
"type" : "PROPERTY",
- "lbl" : "has model"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002616",
"meta" : {
+ "definition" : {
+ "val" : "x is a conduit for y iff y overlaps through the lumen_of of x, and y has parts on either side of the lumen of x."
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "UBERON:cjm"
+ }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is a grouping relation."
+ "val" : "This relation holds between a thing with a 'conduit' (e.g. a bone foramen) and a 'conduee' (for example, a nerve) such that at the time the relationship holds, the conduee has two ends sticking out either end of the conduit. It should therefore note be used for objects that move through the conduit but whose spatial extent does not span the passage. For example, it would not be used for a mountain that contains a long tunnel through which trains pass. Nor would we use it for a digestive tract and objects such as food that pass through."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "related via evidence or inference to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002610",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002571",
+ "lbl" : "lumen of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between two entities, where the entities exhibit a statistical dependence relationship. The entities may be statistical variables, or they may be other kinds of entities such as diseases, chemical entities or processes.",
- "xrefs" : [ ]
+ "val" : "x lumen_of y iff x is the space or substance that is part of y and does not cross any of the inner membranes or boundaries of y that is maximal with respect to the volume of the convex hull."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Groups both positive and negative correlation"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "GOC:cjm"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "correlated with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002611",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002572",
+ "lbl" : "luminal space of",
"type" : "PROPERTY",
- "lbl" : "evidential logical macro assertion on an axiom"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002612",
"meta" : {
"definition" : {
- "val" : "A relationship between a sentence and an instance of a piece of evidence in which the evidence supports the axiom",
- "xrefs" : [ ]
+ "val" : "s is luminal space of x iff s is lumen_of x and s is an immaterial entity"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This annotation property is intended to be used in an OWL Axiom Annotation to connect an OWL Axiom to an instance of an ECO (evidence type ontology class). Because in OWL, all axiom annotations must use an Annotation Property, the value of the annotation cannot be an OWL individual, the convention is to use an IRI of the individual."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "axiom has evidence"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002617",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002573",
+ "lbl" : "has modifier",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "this property relates an IRI to the xsd boolean value \"True\" if the IRI is intended to be the representative IRI for a collection of classes that are mutually equivalent.",
- "xrefs" : [ ]
+ "val" : "A relation that holds between an attribute or a qualifier and another attribute."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "In the context of a particular project, the IRI with CURIE NCBIGene:64327 (which in this example denotes a class) is considered to be representative. This means that if we have equivalent classes with IRIs OMIM:605522, ENSEMBL:ENSG00000105983, HGNC:13243 forming an equivalence set, the NCBIGene is considered the representative member IRI. Depending on the policies of the project, the classes may be merged, or the NCBIGene IRI may be chosen as the default in a user interface context."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "If it is necessary to make the context explicit, an axiom annotation can be added to the annotation assertion"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20064205"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "OWLAPI Reasoner documentation for representativeElement, which follows a similar idea, but selects an arbitrary member"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation is intended to be used in combination with PATO, to be able to refine PATO quality classes using modifiers such as 'abnormal' and 'normal'. It has yet to be formally aligned into an ontological framework; it's not clear what the ontological status of the \"modifiers\" are."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is representative IRI for equivalence set"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002618",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002574",
+ "lbl" : "participates in a biotic-biotic interaction with",
+ "type" : "PROPERTY",
"meta" : {
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/oborel/obo-relations/issues/74"
+ "val" : "http://dx.doi.org/10.1016/j.ecoinf.2014.08.005"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "visits"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002619",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002575",
+ "lbl" : "is direct form of",
"type" : "PROPERTY",
- "lbl" : "visited by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0009002",
"meta" : {
"definition" : {
- "val" : "\"has substance removed\" is a relation existing between two physical entities in which the first entity has had the second entity (a substance) removed from it at some point in time.",
- "xrefs" : [ ]
+ "val" : "relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "The general property hierarchy is:\n\n \"directly P\" SubPropertyOf \"P\"\n Transitive(P)\n\nWhere we have an annotation assertion\n\n \"directly P\" \"is direct form of\" \"P\""
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'egg white' 'has substance removed' some 'egg yolk'"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002423",
+ "val" : "If we have the annotation P is-direct-form-of Q, and we have inverses P' and Q', then it follows that P' is-direct-form-of Q'"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-8844-9165"
+ "pred" : "http://purl.org/dc/terms/creator",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/direct-and-indirect-relations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has substance removed"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0009001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002576",
+ "lbl" : "skeleton of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "\"has substance added\" is a relation existing between a (physical) entity and a substance in which the entity has had the substance added to it at some point in time.",
- "xrefs" : [ ]
+ "val" : "inverse of has skeleton"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ],
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-8844-9165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "muffin 'has substance added' some 'baking soda'"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "The relation X 'has substance added' some Y doesn't imply that X still has Y in any detectable fashion subsequent to the addition. Water in dehydrated food or ice cubes are examples, as is food that undergoes chemical transformation. This definition should encompass recipe ingredients."
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has substance added"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000028",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002577",
+ "lbl" : "system",
+ "type" : "CLASS",
"meta" : {
"definition" : {
- "val" : "Biological homology that is characterized by changes, over evolutionary time, in the rate or timing of developmental events of homologous structures.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000028", "ISBN:978-0674639416" ]
+ "val" : "A material entity consisting of multiple components that are causally integrated."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "heterochrony",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "heterochronous homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "May be replaced by a BFO class, as discussed in http://www.jbiomedsem.com/content/4/1/43"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000028"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://www.jbiomedsem.com/content/4/1/43"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in heterochronous homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000029",
- "meta" : {
- "definition" : {
- "val" : "Heterochronous homology that is produced by a retention in adults of a species of traits previously seen only in juveniles.",
- "xrefs" : [ "http://en.wikipedia.org/wiki/Pedomorphosis", "http://purl.obolibrary.org/obo/HOM_0000029", "ISBN:978-0674639416" ]
- },
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "juvenification",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "pedomorphosis",
- "xrefs" : [ ]
- } ],
- "basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000029"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002578",
+ "lbl" : "directly regulates",
"type" : "PROPERTY",
- "lbl" : "in paedomorphorsis relationship with"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000026",
"meta" : {
"definition" : {
- "val" : "1:many orthology that involves a gene in species A and its ortholog in species B, when duplications more recent than the species split have occurred in species A but not in species B.",
- "xrefs" : [ "http://dx.doi.org/10.1006/scdb.1999.0338", "http://dx.doi.org/10.1038/nrg2099", "http://purl.obolibrary.org/obo/HOM_0000026" ]
+ "val" : "p directly regulates q iff p is immediately causally upstream of q and p regulates q."
},
- "comments" : [ "The converse of pro-orthologous." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "semi-orthologous to",
- "xrefs" : [ ]
- } ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000026"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "directly regulates (processual)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002211"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in semi-orthology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000027",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002579",
+ "lbl" : "is indirect form of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Iterative homology that involves structures arranged along the main body axis.",
- "xrefs" : [ "http://dx.doi.org/10.1146/annurev.es.20.110189.000411", "http://purl.obolibrary.org/obo/HOM_0000027" ]
+ "val" : "relation p is the indirect form of relation q iff p is a subPropertyOf q, and there exists some p' such that p' is the direct form of q, p' o p' -> p, and forall x,y : x q y -> either (1) x p y or (2) x p' y"
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "homonomy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "serial homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.org/dc/terms/creator",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000027"
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/direct-and-indirect-relations/"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in serial homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0009005",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002580",
+ "lbl" : "logical macro assertion on an axiom",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002581",
+ "lbl" : "is a defining property chain axiom",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "'has primary substance added' indicates that an entity has had the given substance added to it in a proportion greater than any other added substance.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-8844-9165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "bread 'has primary substance added' some 'flour'"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has primary substance added"
+ "val" : "If R <- P o Q is a defining property chain axiom, then it also holds that R -> P o Q. Note that this cannot be expressed directly in OWL"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0009004",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002582",
+ "lbl" : "is a defining property chain axiom where second argument is reflexive",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "'has consumer' is a relation between a material entity and an organism in which the former can normally be digested or otherwise absorbed by the latter without immediate or persistent ill effect.",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "sardine has consumer some homo sapiens"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-8844-9165"
- } ]
- },
+ "val" : "If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002583",
+ "lbl" : "existence starts at end of",
"type" : "PROPERTY",
- "lbl" : "has consumer"
+ "meta" : {
+ "definition" : {
+ "val" : "holds between x and y if and only if the time point at which x starts is equivalent to the time point at which y ends. Formally: iff α(x) = ω(y)."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0009003",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002584",
+ "lbl" : "has part structure that is capable of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "\"immersed in\" is a relation between a (physical) entity and a fluid substance in which the entity is wholely or substantially surrounded by the substance.",
- "xrefs" : [ ]
+ "val" : "s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p"
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "sardines 'immersed in' some 'oil and mustard'"
+ "val" : "gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-8844-9165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "immersed in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000302",
- "meta" : {
- "definition" : {
- "val" : "OBSOLETE A relation that holds between a neuron that is synapsed_by another neuron or a neuron that is connected indirectly to another by a chain of neurons, each synapsed_by the next, in which the direction is from the last to the first.",
- "xrefs" : [ ]
- },
- "comments" : [ "Obsoleted as no longer a useful relationship (all neurons in an organism are in a neural circuit with each other)." ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ],
- "deprecated" : true
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0002585",
+ "lbl" : "results in closure of",
"type" : "PROPERTY",
- "lbl" : "obsolete downstream in neural circuit with"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000031",
"meta" : {
- "definition" : {
- "val" : "Paedomorphosis that is produced by precocious sexual maturation of an organism still in a morphologically juvenile stage.",
- "xrefs" : [ "http://en.wikipedia.org/wiki/Progenesis", "http://purl.obolibrary.org/obo/HOM_0000031", "ISBN:978-0674639416" ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000031"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "p 'results in closure of' c if and only if p is a developmental process and p results in a state of c changing from open to closed."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in progenesis relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002602",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002586",
+ "lbl" : "results in breakdown of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A shortcut relationship between two entities x and y1, such that the intent is that the relationship is functional and inverse function, but there is no guarantee that this property holds.",
- "xrefs" : [ ]
+ "val" : "p results in breakdown of c if and only if the execution of p leads to c no longer being present at the end of p"
}
- },
- "type" : "PROPERTY",
- "lbl" : "in approximate one to one relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000301",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002587",
+ "lbl" : "results in synthesis of",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002588",
+ "lbl" : "results in assembly of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "OBSOLETE A relation that holds between a neuron that is synapsed_to another neuron or a neuron that is connected indirectly to another by a chain of neurons, each synapsed_to the next, in which the direction is from the last to the first.",
- "xrefs" : [ ]
- },
- "comments" : [ "Obsoleted as no longer a useful relationship (all neurons in an organism are in a neural circuit with each other)." ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- } ],
- "deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete upstream in neural circuit with"
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000032",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002589",
+ "lbl" : "results in catabolism of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paedomorphosis that is produced by a retardation of somatic development.",
- "xrefs" : [ "http://en.wikipedia.org/wiki/Neoteny", "http://purl.obolibrary.org/obo/HOM_0000032", "ISBN:978-0674639416" ]
- },
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "juvenilization",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "neotenous to",
- "xrefs" : [ ]
- } ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000032"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- } ]
- },
+ "val" : "p results in catabolism of c if and only if p is a catabolic process, and the execution of p results in c being broken into smaller parts with energy being released."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002590",
+ "lbl" : "results in disassembly of",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002591",
+ "lbl" : "results in remodeling of",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002592",
+ "lbl" : "results in organization of",
"type" : "PROPERTY",
- "lbl" : "in neoteny relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "p results in organization of c iff p results in the assembly, arrangement of constituent parts, or disassembly of c"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002603",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002593",
+ "lbl" : "existence ends at start of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is approximately equivalent to y if it is the case that x is equivalent, identical or near-equivalent to y",
- "xrefs" : [ ]
- },
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "The precise meaning of this property is dependent upon some contexts. It is intended to group multiple possible formalisms. Possibilities include a probabilistic interpretation, for example, Pr(x=y) > 0.95. Other possibilities include reified statements of belief, for example, \"Database D states that x=y\""
- } ]
- },
+ "val" : "holds between x and y if and only if the time point at which x ends is equivalent to the time point at which y starts. Formally: iff ω(x) = α(y)."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002594",
+ "lbl" : "is relational form of a class",
"type" : "PROPERTY",
- "lbl" : "is approximately equivalent to"
+ "meta" : {
+ "definition" : {
+ "val" : "An annotation property that connects an object property to a class, where the object property is derived from or a shortcut property for the class. The exact semantics of this annotation may vary on a case by case basis."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0000300",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002595",
+ "lbl" : "causal relation between material entity and a process",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "OBSOLETE A relation that holds between two neurons connected directly via a synapse, or indirectly via a series of synaptically connected neurons.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity."
},
- "comments" : [ "Obsoleted as no longer a useful relationship (all neurons in an organism are in a neural circuit with each other)." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/spar/cito/citesAsAuthority",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/22402613"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
- } ],
- "deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete in neural circuit with"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002604",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002596",
+ "lbl" : "capable of regulating",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is the opposite of y if there exists some distance metric M, and there exists no z such as M(x,z) <= M(x,y) or M(y,z) <= M(y,x).",
- "xrefs" : [ ]
+ "val" : "Holds between c and p if and only if c is capable of some activity a, and a regulates p."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'anterior end of organism' is-opposite-of 'posterior end of organism'"
+ "val" : "pyrethroid -> growth"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'increase in temperature' is-opposite-of 'decrease in temperature'"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is opposite of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000030",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002597",
+ "lbl" : "capable of negatively regulating",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Heterochronous homology that is produced by a maturation of individuals of a species past adulthood, which take on hitherto unseen traits.",
- "xrefs" : [ "http://en.wikipedia.org/wiki/Peramorphosis", "http://purl.obolibrary.org/obo/HOM_0000030" ]
+ "val" : "Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000030"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in peramorphosis relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002605",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002598",
+ "lbl" : "capable of positively regulating",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is indistinguishable from y if there exists some distance metric M, and there exists no z such as M(x,z) <= M(x,y) or M(y,z) <= M(y,x).",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "is indistinguishable from"
+ "val" : "Holds between c and p if and only if c is capable of some activity a, and a positively regulates p."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "renin -> arteriolar smooth muscle contraction"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000036",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002599",
+ "lbl" : "capable of inhibiting or preventing pathological process",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves two members of a larger set of homologs.",
- "xrefs" : [ "http://dx.doi.org/10.1093/molbev/msp002", "http://purl.obolibrary.org/obo/HOM_0000036" ]
+ "val" : "Holds between a material entity c and a pathological process p if and only if c is capable of some activity a, where a inhibits p."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "many:many homology ",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "many to many homologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "many-to-many homology",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000036"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "pazopanib -> pathological angiogenesis"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "treats"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "The entity c may be a molecular entity with a drug role, or it could be some other entity used in a therapeutic context, such as a hyperbaric chamber."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in many to many homology relationship with"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002600",
+ "lbl" : "capable of upregulating or causing pathological process",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between a material entity c and a pathological process p if and only if c is capable of some activity a, where a negatively regulates p.",
- "xrefs" : [ ]
+ "val" : "Holds between a material entity c and a pathological process p if and only if c is capable of some activity a, where a negatively regulates p."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
- }, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
"val" : "benzene -> cancer [CHEBI]"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
"val" : "causes disease"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002601",
+ "lbl" : "logical macro assertion involving identity",
"type" : "PROPERTY",
- "lbl" : "capable of upregulating or causing pathological process"
+ "meta" : {
+ "definition" : {
+ "val" : "A shortcut relationship that holds between two entities based on their identity criteria"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000033",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002602",
+ "lbl" : "in approximate one to one relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Convergence that results from co-evolution usually involving an evolutionary arms race.",
- "xrefs" : [ "http://en.wikipedia.org/wiki/Mimicry", "http://purl.obolibrary.org/obo/HOM_0000033" ]
+ "val" : "A shortcut relationship between two entities x and y1, such that the intent is that the relationship is functional and inverse function, but there is no guarantee that this property holds."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002603",
+ "lbl" : "is approximately equivalent to",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "x is approximately equivalent to y if it is the case that x is equivalent, identical or near-equivalent to y"
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "mimicrous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000033"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "The precise meaning of this property is dependent upon some contexts. It is intended to group multiple possible formalisms. Possibilities include a probabilistic interpretation, for example, Pr(x=y) > 0.95. Other possibilities include reified statements of belief, for example, \"Database D states that x=y\""
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in mimicry relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000034",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002604",
+ "lbl" : "is opposite of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Orthology that involves two genes when duplications more recent than the species split have occurred in one species but not the other.",
- "xrefs" : [ "http://dx.doi.org/10.1038/415741a", "http://purl.obolibrary.org/obo/HOM_0000034", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ "val" : "x is the opposite of y if there exists some distance metric M, and there exists no z such as M(x,z) <= M(x,y) or M(y,z) <= M(y,x)."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "one-to-many orthology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "1:many orthology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "co-orthology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "many to 1 orthology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "1 to many orthologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000034"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'anterior end of organism' is-opposite-of 'posterior end of organism'"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'increase in temperature' is-opposite-of 'decrease in temperature'"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in 1 to many orthology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002601",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002605",
+ "lbl" : "is indistinguishable from",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A shortcut relationship that holds between two entities based on their identity criteria",
- "xrefs" : [ ]
+ "val" : "x is indistinguishable from y if there exists some distance metric M, and there exists no z such as M(x,z) <= M(x,y) or M(y,z) <= M(y,x)."
}
- },
- "type" : "PROPERTY",
- "lbl" : "logical macro assertion involving identity"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002606",
+ "lbl" : "is substance that treats",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c is a substance that treats d if c is a material entity (such as a small molecule or compound) and d is a pathological process, phenotype or disease, and c is capable of some activity that negative regulates or decreases the magnitude of d.",
- "xrefs" : [ ]
+ "val" : "c is a substance that treats d if c is a material entity (such as a small molecule or compound) and d is a pathological process, phenotype or disease, and c is capable of some activity that negative regulates or decreases the magnitude of d."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://code.google.com/p/obo-relations/issues/detail?id=46"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "treats"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
"val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "treats"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://code.google.com/p/obo-relations/issues/detail?id=46"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is substance that treats"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002607",
+ "lbl" : "is marker for",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c is marker for d iff the presence or occurrence of d is correlated with the presence of occurrence of c, and the observation of c is used to infer the presence or occurrence of d. Note that this does not imply that c and d are in a direct causal relationship, as it may be the case that there is a third entity e that stands in a direct causal relationship with c and d.",
- "xrefs" : [ ]
+ "val" : "c is marker for d iff the presence or occurrence of d is correlated with the presence of occurrence of c, and the observation of c is used to infer the presence or occurrence of d. Note that this does not imply that c and d are in a direct causal relationship, as it may be the case that there is a third entity e that stands in a direct causal relationship with c and d."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
"val" : "May be ceded to OBI"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is marker for"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002608",
+ "lbl" : "process has causal agent",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Inverse of 'causal agent in process'",
- "xrefs" : [ ]
+ "val" : "Inverse of 'causal agent in process'"
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
"val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "process has causal agent"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002609",
+ "lbl" : "obsolete related via dependence to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship that holds between two entities, where the relationship holds based on the presence or absence of statistical dependence relationship. The entities may be statistical variables, or they may be other kinds of entities such as diseases, chemical entities or processes.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between two entities, where the relationship holds based on the presence or absence of statistical dependence relationship. The entities may be statistical variables, or they may be other kinds of entities such as diseases, chemical entities or processes."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
"val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect."
} ],
"deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "obsolete related via dependence to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0010002",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002610",
+ "lbl" : "correlated with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "*b* is carrier of *c* at time *t* if and only if *c* *g-depends on* *b* at *t*",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between two entities, where the entities exhibit a statistical dependence relationship. The entities may be statistical variables, or they may be other kinds of entities such as diseases, chemical entities or processes."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Molecules of DNA are carriers of genetic information."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "This hard drive is carrier of these data items."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "[072-ISO]"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "This copy of *War and Peace* is carrier of the novel written by Tolstoy."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Groups both positive and negative correlation"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is carrier of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0010001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002611",
+ "lbl" : "evidential logical macro assertion on an axiom",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002612",
+ "lbl" : "axiom has evidence",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*.",
- "xrefs" : [ ]
+ "val" : "A relationship between a sentence and an instance of a piece of evidence in which the evidence supports the axiom"
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "g-depends on",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Genetic information generically depend on molecules of DNA."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The pattern shared by chess boards generically depends on any chess board."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "This pdf file generically depends on this server."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "[072-ISO]"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The novel *War and Peace* generically depends on this copy of the novel."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "The score of a symphony g-depends on a copy of the score."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This annotation property is intended to be used in an OWL Axiom Annotation to connect an OWL Axiom to an instance of an ECO (evidence type ontology class). Because in OWL, all axiom annotations must use an Annotation Property, the value of the annotation cannot be an OWL individual, the convention is to use an IRI of the individual."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "generically depends on"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000017",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002613",
+ "lbl" : "axiom contradicted by evidence",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves genes that diverged after a speciation event.",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000017", "http://www.ncbi.nlm.nih.gov/pubmed/5449325" ]
+ "val" : "A relationship between a sentence and an instance of a piece of evidence in which the evidence contradicts the axiom"
},
- "comments" : [ "The term is sometimes also used for anatomical structures." ],
- "xrefs" : [ {
- "val" : "SO:0000855"
- }, {
- "val" : "ECO:00000060"
- }, {
- "val" : "SO:0000858"
- }, {
- "val" : "SO:orthologous_to"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "orthologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000017"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This annotation property is intended to be used in an OWL Axiom Annotation to connect an OWL Axiom to an instance of an ECO (evidence type ontology class). Because in OWL, all axiom annotations must use an Annotation Property, the value of the annotation cannot be an OWL individual, the convention is to use an IRI of the individual."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in orthology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000018",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002614",
+ "lbl" : "is evidence with support from",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that is characterized by an interspecies (horizontal) transfer since the common ancestor.",
- "xrefs" : [ "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000018" ]
+ "val" : "A relationship between a piece of evidence and an entity that plays a role in supporting that evidence."
},
- "comments" : [ "The term is sometimes also used for anatomical structures (e.g. in case of a symbiosis)." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "xenologous to",
- "xrefs" : [ ]
- } ],
+ "comments" : [ "In the Gene Ontology association model, this corresponds to the With/From field" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000018"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An instance of a sequence similarity evidence (ECO:0000044) that uses a homologous sequence UniProtKB:P12345 as support."
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002615",
+ "lbl" : "has model",
"type" : "PROPERTY",
- "lbl" : "in xenology relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "Inverse of is-model-of"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000015",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002616",
+ "lbl" : "related via evidence or inference to",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is a grouping relation."
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002617",
+ "lbl" : "is representative IRI for equivalence set",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Structural homology that is detected at the level of the 3D protein structure, but maybe not at the level of the amino acid sequence.",
- "xrefs" : [ "http://dx.doi.org/10.1016/0022-2836(76)90195-9", "http://purl.obolibrary.org/obo/HOM_0000015" ]
+ "val" : "this property relates an IRI to the xsd boolean value \"True\" if the IRI is intended to be the representative IRI for a collection of classes that are mutually equivalent."
},
- "xrefs" : [ {
- "val" : "MeSH:Structural_Homology,_Protein"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "protein structural homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "In the context of a particular project, the IRI with CURIE NCBIGene:64327 (which in this example denotes a class) is considered to be representative. This means that if we have equivalent classes with IRIs OMIM:605522, ENSEMBL:ENSG00000105983, HGNC:13243 forming an equivalence set, the NCBIGene is considered the representative member IRI. Depending on the policies of the project, the classes may be merged, or the NCBIGene IRI may be chosen as the default in a user interface context."
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "If it is necessary to make the context explicit, an axiom annotation can be added to the annotation assertion"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000015"
+ "val" : "OWLAPI Reasoner documentation for representativeElement, which follows a similar idea, but selects an arbitrary member"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in protein structural homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000016",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002618",
+ "lbl" : "visits",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Structural homology that involves a pseudogenic feature and its functional ancestor.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000016", "SO:non_functional_homolog_of" ]
- },
- "xrefs" : [ {
- "val" : "SO:non_functional_homolog_of"
- } ],
- "synonyms" : [ {
- "pred" : "hasBroadSynonym",
- "val" : "pseudogene",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "non functional homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000016"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "val" : "https://github.com/oborel/obo-relations/issues/74"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002619",
+ "lbl" : "visited by",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002622",
+ "lbl" : "visits flowers of",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002623",
+ "lbl" : "has flowers visited by",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002624",
+ "lbl" : "lays eggs in",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002625",
+ "lbl" : "has eggs laid in by",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002626",
+ "lbl" : "kills",
"type" : "PROPERTY",
- "lbl" : "in non functional homology relationship with"
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://github.com/jhpoelen/eol-globi-data/issues/143"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000019",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002627",
+ "lbl" : "is killed by",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002629",
+ "lbl" : "directly positively regulates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves two members sharing no other homologs in the lineages considered.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000019", "BGEE:curator" ]
+ "val" : "p directly positively regulates q iff p is immediately causally upstream of q, and p positively regulates q."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "1 to 1 homologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "1:1 homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "one-to-one homology",
- "xrefs" : [ ]
- } ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000019"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "directly positively regulates (process to process)"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002578"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in 1 to 1 homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000020",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002630",
+ "lbl" : "directly negatively regulates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Orthology that involves two genes that did not experience any duplication after the speciation event that created them.",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://purl.obolibrary.org/obo/HOM_0000020", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ "val" : "p directly negatively regulates q iff p is immediately causally upstream of q, and p negatively regulates q."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "1 to 1 orthologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "1:1 orthology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "one-to-one orthology",
- "xrefs" : [ ]
- } ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000020"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "directly negatively regulates (process to process)"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002578"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in 1 to 1 orthology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000024",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002632",
+ "lbl" : "ectoparasite of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paralogy that results from a duplication preceding a given speciation event.",
- "xrefs" : [ "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000024" ]
+ "val" : "A sub-relation of parasite-of in which the parasite lives on or in the integumental system of the host"
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "alloparalogy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "outparalogy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "out-paralogous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000024"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://en.wikipedia.org/wiki/Parasitism#Types"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in out-paralogy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000025",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002633",
+ "lbl" : "has ectoparasite",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "1:many orthology that involves a gene in species A and one of its ortholog in species B, when duplications more recent than the species split have occurred in species B but not in species A.",
- "xrefs" : [ "http://dx.doi.org/10.1006/scdb.1999.0338", "http://dx.doi.org/10.1038/nrg2099", "http://purl.obolibrary.org/obo/HOM_0000025" ]
+ "val" : "inverse of ectoparasite of"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002634",
+ "lbl" : "endoparasite of",
+ "type" : "PROPERTY",
+ "meta" : {
"synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "pro-orthologous to",
- "xrefs" : [ ]
+ "pred" : "hasRelatedSynonym",
+ "val" : "lives inside of"
} ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000025"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://en.wikipedia.org/wiki/Parasitism#Types"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "A sub-relation of parasite-of in which the parasite lives inside the host, beneath the integumental system"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002635",
+ "lbl" : "has endoparasite",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002636",
+ "lbl" : "mesoparasite of",
"type" : "PROPERTY",
- "lbl" : "in pro-orthology relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "A sub-relation of parasite-of in which the parasite is partially an endoparasite and partially an ectoparasite"
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000022",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002637",
+ "lbl" : "has mesoparasite",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paralogy that results from a whole genome duplication event.",
- "xrefs" : [ "http://dx.doi.org/10.1038/75560", "http://purl.obolibrary.org/obo/HOM_0000022" ]
+ "val" : "inverse of mesoparasite of"
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "ohnologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "homoeology",
- "xrefs" : [ ]
- } ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000022"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "in ohnology relationship with"
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000023",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002638",
+ "lbl" : "intercellular endoparasite of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paralogy that results from a lineage-specific duplication subsequent to a given speciation event.",
- "xrefs" : [ "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000023" ]
+ "val" : "A sub-relation of endoparasite-of in which the parasite inhabits the spaces between host cells."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "inparalogy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "symparalogy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "in-paralogous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000023"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://en.wikipedia.org/wiki/Parasitism#Types"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in in-paralogy relationship with"
+ }
}, {
- "id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002639",
+ "lbl" : "has intercellular endoparasite",
"type" : "PROPERTY",
- "lbl" : "has_related_synonym"
+ "meta" : {
+ "definition" : {
+ "val" : "inverse of intercellular endoparasite of"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000006",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002640",
+ "lbl" : "intracellular endoparasite of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Homology that is defined by similarity with regard to selected structural parameters.",
- "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.014", "http://dx.doi.org/10.1146/annurev.es.20.110189.000411", "http://purl.obolibrary.org/obo/HOM_0000006", "ISBN:0123195837" ]
+ "val" : "A sub-relation of endoparasite-of in which the parasite inhabits host cells."
},
- "xrefs" : [ {
- "val" : "MI:2163"
- }, {
- "val" : "ECO:0000071"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "structural homologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "idealistic homology",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000006"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://en.wikipedia.org/wiki/Parasitism#Types"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0002641",
+ "lbl" : "has intracellular endoparasite",
"type" : "PROPERTY",
- "lbl" : "in structural homology relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "inverse of intracellular endoparasite of"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000007",
+ "id" : "http://purl.obolibrary.org/obo/RO_0002801",
+ "lbl" : "co-roosts with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Homology that is defined by common descent.",
- "xrefs" : [ "http://dx.doi.org/10.1016/S0169-5347(97)01125-7", "http://purl.obolibrary.org/obo/HOM_0000007", "ISBN:0123195837" ]
+ "val" : "Two or more individuals sharing the same roost site (cave, mine, tree or tree hollow, animal burrow, leaf tent, rock crack, space in man-made structure, etc.). Individuals that are sharing a communal roost may be said to be co-roosting. The roost may be either a day roost where the individuals rest during daytime hours, or a night roost where individuals roost to feed, groom, or rest in between flights and/or foraging bouts. Communal roosting as thus defined is an umbrella term within which different specialized types -- which are not mutually exclusive -- may be recognized based on taxonomy and the temporal and spatial relationships of the individuals that are co-roosting."
},
- "xrefs" : [ {
- "val" : "TAO:homologous_to"
- }, {
- "val" : "RO_proposed_relation:homologous_to"
- }, {
- "val" : "SO:0000857"
- }, {
- "val" : "SO:0000853"
- }, {
- "val" : "SO:homologous_to"
- }, {
- "val" : "SO:0000330"
- }, {
- "val" : "ECO:0000080"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "historical homologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "phylogenetic homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasBroadSynonym",
- "val" : "homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "cladistic homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "taxic homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "true homology",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000007"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://en.wikipedia.org/wiki/Communal_roosting"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in historical homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000004",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003000",
+ "lbl" : "produces",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Homoplasy that involves different underlying mechanisms or structures.",
- "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://purl.obolibrary.org/obo/HOM_0000004" ]
+ "val" : "a produces b if some process that occurs_in a has_output b, where a and b are material entities. Examples: hybridoma cell line produces monoclonal antibody reagent; chondroblast produces avascular GAG-rich matrix."
},
- "comments" : [ "Convergence usually implies a notion of adaptation." ],
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "analogy",
- "xrefs" : [ ]
- } ],
+ "comments" : [ "Note that this definition doesn't quite distinguish the output of a transformation process from a production process, which is related to the identity/granularity issue." ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000004"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-9114-8737"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in convergence relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000005",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003001",
+ "lbl" : "produced by",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Homoplasy that involves homologous underlying mechanisms or structures.",
- "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://purl.obolibrary.org/obo/HOM_0000005" ]
+ "val" : "a produced_by b iff some process that occurs_in b has_output a."
},
- "comments" : [ "Can be applied for features present in closely related organisms but not present continuously in all the members of the lineage." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "parallel evolution",
- "xrefs" : [ ]
- } ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000005"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-9114-8737"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in parallelism relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000008",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003002",
+ "lbl" : "represses expression of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Homology that is defined by sharing of a set of developmental constraints, caused by locally acting self-regulatory mechanisms of differentiation, between individualized parts of the phenotype.",
- "xrefs" : [ "http://dx.doi.org/10.1016/S0169-5347(97)01125-7", "http://dx.doi.org/10.1146/annurev.es.20.110189.000411", "http://purl.obolibrary.org/obo/HOM_0000008" ]
+ "val" : "Holds between entity A (a transcription factor) and a nucleic acid B if and only if A down-regulates the expression of B. The nucleic acid can be a gene or an mRNA."
},
- "comments" : [ "Applicable only to morphology. A certain degree of ambiguity is accepted between biological homology and parallelism." ],
- "xrefs" : [ {
- "val" : "ECO:0000067"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "biological homologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "transformational homology",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000008"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in biological homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000009",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003003",
+ "lbl" : "increases expression of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Homoplasy that involves phenotypes similar to those seen in ancestors within the lineage.",
- "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://purl.obolibrary.org/obo/HOM_0000009" ]
+ "val" : "Holds between entity A (a transcription factor) and nucleic acid B if and only if A up-regulates the expression of B. The nucleic acid can be a gene or mRNA."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "reversion",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "atavism",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "rudiment",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000009"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in reversal relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000010",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003301",
+ "lbl" : "has role in modeling",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Structural homology that is detected by similarity in content and organization between chromosomes.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000010", "MeSH:Synteny" ]
+ "val" : "A relation between a biological, experimental, or computational artifact and an entity it is used to study, in virtue of its replicating or approximating features of the studied entity."
},
- "xrefs" : [ {
- "val" : "SO:0005858"
- }, {
- "val" : "SO:0000860"
- }, {
- "val" : "MeSH:Synteny"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "syntenic homologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "synteny",
- "xrefs" : [ ]
- } ],
+ "comments" : [ "The primary use case for this relation was to link a biological model system such as a cell line or model organism to a disease it is used to investigate, in virtue of the model system exhibiting features similar to that of the disease of interest. But the relation is defined more broadly to support other use cases, such as linking genes in which alterations are made to create model systems to the condition the system is used to interrogate, or computational models to real-world phenomena they are defined to simulate." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000010"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-1048-5019"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is used to study"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in syntenic homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000013",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003302",
+ "lbl" : "causes or contributes to condition",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Syntenic homology that involves chromosomes of different species.",
- "xrefs" : [ "http://dx.doi.org/10.1101/gr.6380007", "http://purl.obolibrary.org/obo/HOM_0000013" ]
+ "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some causal or contributing role that influences the condition."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "syntenic orthologous to",
- "xrefs" : [ ]
- } ],
+ "comments" : [ "Genetic variations can span any level of granularity from a full genome or genotype to an individual gene or sequence alteration. These variations can be represented at the physical level (DNA/RNA macromolecules or their parts, as in the ChEBI ontology and Molecular Sequence Ontology) or at the abstract level (generically dependent continuant sequence features that are carried by these macromolecules, as in the Sequence Ontology and Genotype Ontology). The causal relations in this hierarchy can be used in linking either physical or abstract genetic variations to phenotypes or diseases they cause or contribute to.\n\nEnvironmental exposures include those imposed by natural environments, experimentally applied conditions, or clinical interventions." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000013"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "The genetic variant 'NM_007294.3(BRCA1):c.110C>A (p.Thr37Lys)' casues or contributes to the disease 'familial breast-ovarian cancer'.\n\nAn environment of exposure to arsenic causes or contributes to the phenotype of patchy skin hyperpigmentation, and the disease 'skin cancer'."
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "Note that relationships of phenotypes to organisms/strains that bear them, or diseases they are manifest in, should continue to use RO:0002200 ! 'has phenotype' and RO:0002201 ! 'phenotype of'."
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0003303",
+ "lbl" : "causes condition",
"type" : "PROPERTY",
- "lbl" : "in syntenic orthology relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some causal role for the condition."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000014",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003304",
+ "lbl" : "contributes to condition",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Structural homology that involves complex structures from which only a fraction of the elements that can be isolated are separately homologous.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000014", "ISBN:0123195837", "ISBN:978-0471984931" ]
+ "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some contributing role that influences the condition."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0003305",
+ "lbl" : "contributes to severity of condition",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity influences the severity with which a condition manifests in an individual."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "percent homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "segmental homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "mixed homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "partial homologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "fractional homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "modular homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "partial correspondence",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000014"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "contributes to expressivity of condition"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in partial homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000011",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003306",
+ "lbl" : "contributes to frequency of condition",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves genes that diverged after a duplication event.",
- "xrefs" : [ "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000011", "http://www.ncbi.nlm.nih.gov/pubmed/5449325" ]
+ "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity influences the frequency of the condition in a population."
},
- "xrefs" : [ {
- "val" : "SO:0000854"
- }, {
- "val" : "SO:0000859"
- }, {
- "val" : "SO:paralogous_to"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "paralogous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000011"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "contributes to penetrance of condition"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in paralogy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000012",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003307",
+ "lbl" : "ameliorates condition",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paralogy that involves sets of syntenic blocks.",
- "xrefs" : [ "http://dx.doi.org/10.1186/1471-213X-7-100", "http://purl.obolibrary.org/obo/HOM_0000012", "DOI:10.1002/1097-010X(20001215)288:4<345::AID-JEZ7>3.0.CO;2-Y" ]
+ "val" : "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the presence of the entity reduces or eliminates some or all aspects of the condition."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "duplicon",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "syntenic paralogous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "paralogon",
- "xrefs" : [ ]
- } ],
+ "comments" : [ "Genetic variations can span any level of granularity from a full genome or genotype to an individual gene or sequence alteration. These variations can be represented at the physical level (DNA/RNA macromolecules or their parts, as in the ChEBI ontology and Molecular Sequence Ontology) or at the abstract level (generically dependent continuant sequence features that are carried by these macromolecules, as in the Sequence Ontology and Genotype Ontology). The causal relations in this hierarchy can be used in linking either physical or abstract genetic variations to phenotypes or diseases they cause or contribute to. \n\nEnvironmental exposures include those imposed by natural environments, experimentally applied conditions, or clinical interventions." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000012"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "is preventative for condition"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0003308",
+ "lbl" : "correlated with condition",
"type" : "PROPERTY",
- "lbl" : "in syntenic paralogy relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "A relationship between an entity and a condition (phenotype or disease) with which it exhibits a statistical dependence relationship."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000002",
+ "id" : "http://purl.obolibrary.org/obo/RO_0003309",
+ "lbl" : "exacerbates condition",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Similarity that results from independent evolution.",
- "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://purl.obolibrary.org/obo/HOM_0000002" ]
- },
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "analogy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "homoplasous to",
- "xrefs" : [ ]
- } ],
+ "val" : "A relationship between an entity (e.g. a chemical, environmental exposure, or some form of genetic variation) and a condition (a phenotype or disease), where the presence of the entity worsens some or all aspects of the condition."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0003310",
+ "lbl" : "condition ameliorated by",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "A relationship between a condition (a phenotype or disease) and an entity (e.g. a chemical, environmental exposure, or some form of genetic variation) where some or all aspects of the condition are reduced or eliminated by the presence of the entity."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0003311",
+ "lbl" : "condition exacerbated by",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "A relationship between a condition (a phenotype or disease) and an entity (e.g. a chemical, environmental exposure, or some form of genetic variation) where some or all aspects of the condition are worsened by the presence of the entity."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004000",
+ "lbl" : "condition has genetic basis in",
+ "type" : "PROPERTY",
+ "meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a more specific relations"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000002"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:38:20Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in homoplasy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000003",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004001",
+ "lbl" : "has material basis in gain of function germline mutation in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Similarity that is characterized by the organization of anatomical structures through the expression of homologous or identical patterning genes.",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://dx.doi.org/10.1007/s00427-003-0301-4", "http://dx.doi.org/10.1186/1742-9994-2-15", "http://purl.obolibrary.org/obo/HOM_0000003" ]
- },
- "comments" : [ "Homology and homocracy are not mutually exclusive. The homology relationships of patterning genes may be unresolved and thus may include orthologues and paralogues." ],
- "xrefs" : [ {
- "val" : "ECO:0000075"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "homocracous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:45:20Z"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000003"
+ "val" : "http://www.orpha.net/ORDO/Orphanet_410295"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://www.orpha.net/ORDO/Orphanet_410296"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in homocracy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000000",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004002",
+ "lbl" : "has material basis in loss of function germline mutation in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Relation between biological objects that resemble or are related to each other sufficiently to warrant a comparison.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000000", "BGEE:curator" ]
- },
- "xrefs" : [ {
- "val" : "ECO:0000041"
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "val" : "SO:similar_to"
- } ],
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "resemblance",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "sameness",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "similar to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "correspondence",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814479" ]
- } ],
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:45:37Z"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004003",
+ "lbl" : "has material basis in germline mutation in",
+ "type" : "PROPERTY",
+ "meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000003"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000002"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "TODO: Add homeomorphy axiom"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:45:54Z"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000000"
+ "val" : "http://www.orpha.net/ORDO/Orphanet_317343"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in similarity relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004004",
+ "lbl" : "has material basis in somatic mutation in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Similarity that results from common evolutionary origin.",
- "xrefs" : [ "http://dx.doi.org/10.1002/bies.950180611", "http://dx.doi.org/10.1002/jmor.1051730307", "http://dx.doi.org/10.1007/BF02814480", "http://purl.obolibrary.org/obo/HOM_0000001" ]
- },
- "comments" : [ "This broad definition encompasses all the working definitions proposed so far in the literature." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000001"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:46:07Z"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://www.orpha.net/ORDO/Orphanet_317344"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011004",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004005",
+ "lbl" : "has major susceptibility factor",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The entity A is not immediately upstream of the entity B but A has an activity that regulates an activity performed by B.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:46:26Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly regulates activity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011002",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004006",
+ "lbl" : "has partial material basis in germline mutation in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:46:57Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "regulates activity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011003",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004007",
+ "lbl" : "has primary input or output",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A has an activity that regulates the quantity or abundance or concentration of the entity B.",
- "xrefs" : [ ]
+ "val" : "p 'has primary input ot output' c iff either (a) p 'has primary input' c or (b) p 'has primary output' c."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-12-13T11:26:17Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "regulates quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011008",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004008",
+ "lbl" : "has primary output",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A has an activity that up-regulates by expression the quantity of B. The up-regulation is due to A having an effect on an intermediate entity (typically a DNA or mRNA element) which can produce B.\n\nFor example, protein A (transcription factor) indirectly increases by expression the quantity of protein B (gene product) if and only if A positively regulates the process of transcription or translation of a nucleic acid element that produces B.",
- "xrefs" : [ ]
+ "val" : "p has primary output c if (a) p has output c and (b) the goal of process is to modify, produce, or transform c.",
+ "xrefs" : [ "GOC:cjm", "GOC:dph", "GOC:kva", "GOC:pt" ]
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-12-13T11:26:32Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "increases by expression quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011009",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004009",
+ "lbl" : "has primary input",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A has an activity that directly positively regulates the quantity of B.",
- "xrefs" : [ ]
+ "val" : "p has primary input c if (a) p has input c and (b) the goal of process is to modify, consume, or transform c.",
+ "xrefs" : [ "GOC:cjm", "GOC:dph", "GOC:kva", "GOC:pt" ]
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-12-13T11:26:56Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly positively regulates quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011007",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004010",
+ "lbl" : "is genetic basis for condition",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The entity A has an activity that down-regulates by repression the quantity of B. The down-regulation is due to A having an effect on an intermediate entity (typically a DNA or mRNA element) which can produce B.\n\nFor example, protein A (transcription factor) indirectly decreases by repression the quantity of protein B (gene product) if and only if A negatively regulates the process of transcription or translation of a nucleic acid element that produces B.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a more specific relations"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:53:08Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "decreases by repression quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000075",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004011",
+ "lbl" : "is causal gain of function germline mutation of in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves orthologous pairs of transcription factors and downstream regulated genes in different organisms.",
- "xrefs" : [ "http://dx.doi.org/10.1101/gr.1774904", "http://purl.obolibrary.org/obo/HOM_0000075" ]
+ "val" : "Relates a gene to condition, such that a mutation in this gene in a germ cell provides a new function of the corresponding product and that is sufficient to produce the condition and that can be passed on to offspring[modified from orphanet]."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "regulogous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:55:51Z"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000075"
+ "val" : "http://www.orpha.net/ORDO/Orphanet_410296"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in regulogy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002801",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004012",
+ "lbl" : "is causal loss of function germline mutation of in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Two or more individuals sharing the same roost site (cave, mine, tree or tree hollow, animal burrow, leaf tent, rock crack, space in man-made structure, etc.). Individuals that are sharing a communal roost may be said to be co-roosting. The roost may be either a day roost where the individuals rest during daytime hours, or a night roost where individuals roost to feed, groom, or rest in between flights and/or foraging bouts. Communal roosting as thus defined is an umbrella term within which different specialized types -- which are not mutually exclusive -- may be recognized based on taxonomy and the temporal and spatial relationships of the individuals that are co-roosting.",
- "xrefs" : [ ]
+ "val" : "Relates a gene to condition, such that a mutation in this gene in a germ cell impairs the function of the corresponding product and that is sufficient to produce the condition and that can be passed on to offspring[modified from orphanet]."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Communal_roosting"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:56:06Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://www.orpha.net/ORDO/Orphanet_410295"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "co-roosts with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000073",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004013",
+ "lbl" : "is causal germline mutation in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Synology that results from allopolyploidy.",
- "xrefs" : [ "http://dx.doi.org/10.1073/pnas.0505156102", "http://purl.obolibrary.org/obo/HOM_0000073" ]
+ "val" : "Relates a gene to condition, such that a mutation in this gene is sufficient to produce the condition and that can be passed on to offspring[modified from orphanet]."
},
- "comments" : [ "On a long term, it is hard to distinguish allopolyploidy from whole genome duplication." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "homoeologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000073"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:56:40Z"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://www.orpha.net/ORDO/Orphanet_317343"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in homoeology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000074",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004014",
+ "lbl" : "is causal somatic mutation in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Iterative homology that involves two structures, one of which originated as a duplicate of the other and co-opted the expression of patterning genes of the ancestral structure.",
- "xrefs" : [ "http://dx.doi.org/10.1007/s10441-007-9023-8", "http://dx.doi.org/10.1046/j.1525-142x.2000.00054.x", "http://purl.obolibrary.org/obo/HOM_0000074" ]
+ "val" : "Relates a gene to condition, such that a mutation in this gene is sufficient to produce the condition but that cannot be passed on to offspring[modified from orphanet]."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "axis paramorphism",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000074"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:57:07Z"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://www.orpha.net/ORDO/Orphanet_317344"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in paramorphism relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000071",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004015",
+ "lbl" : "is causal susceptibility factor for",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Structural homology that involves structures with the same or similar relative positions.",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://dx.doi.org/10.1007/BF02814485", "http://purl.obolibrary.org/obo/HOM_0000071", "ISBN:0123195837" ]
+ "val" : "Relates a gene to condition, such that a mutation in this gene predisposes to the development of a condition and that is necessary but not sufficient to develop the condition[modified from orphanet]."
},
- "comments" : [ "Theissen (2005) mentions that some authors may consider homotopy to be distinct from homology, but this is not the standard use." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "homotopous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000071"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:57:43Z"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://www.orpha.net/ORDO/Orphanet_317345"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in homotopy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000072",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004016",
+ "lbl" : "is causal germline mutation partially giving rise to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Biological homology that involves an ectopic structure and the normally positioned structure.",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814485", "http://dx.doi.org/10.1016/j.cell.2008.06.030", "http://purl.obolibrary.org/obo/HOM_0000072" ]
+ "val" : "Relates a gene to condition, such that a mutation in this gene partially contributes to the presentation of this condition[modified from orphanet]."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "heterotopy",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T02:58:43Z"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000072"
+ "val" : "http://www.orpha.net/ORDO/Orphanet_317346"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in homeosis relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011010",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004017",
+ "lbl" : "realizable has basis in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The entity A has an activity that directly negatively regulates the quantity of B.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:20:01Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly negatively regulates quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011015",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004018",
+ "lbl" : "is basis for realizable",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "An entity A physically interacts with B and A has an activity that increases the amount of an entity B by stabilizing it.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "AKT1 stabilizes quantity of XIAP (interaction from Signor database: SIGNOR-119488)"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:20:29Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "stabilizes quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011016",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004019",
+ "lbl" : "disease has basis in",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The entity A is not immediately upstream of the entity B and has an activity that down-regulates an activity performed by B.",
- "xrefs" : [ ]
- },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "indirectly inhibits"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:26:47Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly negatively regulates activity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011013",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004020",
+ "lbl" : "disease has basis in dysfunction of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A is not immediately upstream of the entity B and has an activity that up-regulates an activity performed by B.",
- "xrefs" : [ ]
+ "val" : "A relation that holds between the disease and a material entity where the physical basis of the disease is a disorder of that material entity that affects its function."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "indirectly activates"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "disease has basis in dysfunction of (disease to anatomical structure)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:29:32Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly positively regulates activity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011014",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004021",
+ "lbl" : "disease has basis in disruption of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An entity A directly interacts with B and A has an activity that decreases the amount of an entity B by degradating it.",
- "xrefs" : [ ]
+ "val" : "A relation that holds between the disease and a process where the physical basis of the disease disrupts execution of a key biological process."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "AKT1 destabilizes quantity of FOXO (interaction from Signor database: SIGNOR-252844)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "disease has basis in disruption of (disease to process)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:37:52Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "destabilizes quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000065",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004022",
+ "lbl" : "disease has basis in feature",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Similarity that is characterized by interchangeability in function.",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://dx.doi.org/10.1038/415741a", "http://purl.obolibrary.org/obo/HOM_0000065" ]
+ "val" : "A relation that holds between the disease and a feature (a phenotype or other disease) where the physical basis of the disease is the feature."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "functional similarity",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000065"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:46:07Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in functional equivalence relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000062",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004023",
+ "lbl" : "causal relationship with disease as subject",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Historical homology that involves functional equivalent genes with retention of the ancestral function.",
- "xrefs" : [ "http://dx.doi.org/10.1093/nar/gkl1043", "http://purl.obolibrary.org/obo/HOM_0000062" ]
- },
- "comments" : [ "This may include examples of orthology, paralogy and xenology." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "equivalogous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000062"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all of which have a disease as the subject."
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:50:54Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in equivalogy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000063",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004024",
+ "lbl" : "disease causes disruption of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves orthologous pairs of interacting molecules in different organisms.",
- "xrefs" : [ "http://dx.doi.org/10.1101/gr.1774904", "http://dx.doi.org/10.1126/science.287.5450.116", "http://purl.obolibrary.org/obo/HOM_0000063" ]
+ "val" : "A relationship between a disease and a process where the disease process disrupts the execution of the process."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "interologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "disease causes disruption of (disease to process)"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000063"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:51:09Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in interology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000068",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004025",
+ "lbl" : "disease causes dysfunction of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "Xenology that is characterized by multiple horizontal transfer events, resulting in the presence of two or more copies of the foreign gene in the host genome.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000068", "http://www.ncbi.nlm.nih.gov/pubmed/3065587" ]
- },
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "multiple xenology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "duplicate xenology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "paraxenologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "disease causes dysfunction of (disease to anatomical entity)"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000068"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T03:58:20Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in paraxenology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000069",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004026",
+ "lbl" : "disease has location",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paralogy that is characterized by extra similarity between paralogous sequences resulting from concerted evolution.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000069", "http://www.ncbi.nlm.nih.gov/pubmed/3065587" ]
+ "val" : "A relationship between a disease and an anatomical entity where the disease has one or more features that are located in that entity."
},
- "comments" : [ "This phenomenon is usually due to gene conversion process." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "plerologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "TODO: complete range axiom once more of CARO has been mireoted in to this ontology"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation is intentionally very general, and covers isolated diseases, where the disease is realized as a process occurring in the location, and syndromic diseases, where one or more of the features may be present in that location. Thus any given disease can have multiple locations in the sense defined here."
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000069"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-11-05T04:06:02Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in plerology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000066",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004027",
+ "lbl" : "disease has inflammation site",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Biological homology that involves parts of the same organism.",
- "xrefs" : [ "http://dx.doi.org/10.1146/annurev.es.20.110189.000411", "http://purl.obolibrary.org/obo/HOM_0000066" ]
+ "val" : "A relationship between a disease and an anatomical entity where the disease is triggered by an inflammatory response to stimuli occurring in the anatomical entity"
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "iterative homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000066"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-12-26T19:37:31Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in iterative homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011022",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004028",
+ "lbl" : "realized in response to stimulus",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A is not immediately upstream of the entity B, but A has an activity that regulates the quantity or abundance or concentration of B.",
- "xrefs" : [ ]
+ "val" : "A relationship between a realizable entity R (e.g. function or disposition) and a material entity M where R is realized in response to a process that has an input stimulus of M."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-12-26T19:45:49Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly regulates quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000060",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004029",
+ "lbl" : "disease has feature",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Between-species paralogy that involves single copy paralogs resulting from reciprocal gene loss.",
- "xrefs" : [ "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000060", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ "val" : "A relationship between a disease and some feature of that disease, where the feature is either a phenotype or an isolated disease."
},
- "comments" : [ "The genes are actually paralogs but appear to be orthologous due to differential, lineage-specific gene loss." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "apparent 1:1 orthology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "apparent orthologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "1:1 paralogy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "pseudoorthology",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000060"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-12-26T19:50:53Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in apparent orthology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000061",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004030",
+ "lbl" : "disease arises from alteration in structure",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Xenology that involves genes that ended up in a given genome as a result of a combination of vertical inheritance and horizontal gene transfer.",
- "xrefs" : [ "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000061" ]
+ "val" : "A relationship between a disease and an anatomical structure where the material basis of the disease is some pathological change in the structure. Anatomical structure includes cellular and sub-cellular entities, such as chromosome and organelles."
},
- "comments" : [ "These genes may come out as paralogs in a single-genome analysis." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "pseudoparalogous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000061"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2017-12-26T19:58:44Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in pseudoparalogy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011023",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004031",
+ "lbl" : "enables subfunction",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A does not physically interact with the entity B, and A has an activity that down-regulates the quantity or abundance or concentration of B.",
- "xrefs" : [ ]
+ "val" : "Holds between an entity and an process P where the entity enables some larger compound process, and that larger process has-part P."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-01-25T23:20:13Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly negatively regulates quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011021",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004032",
+ "lbl" : "acts upstream of or within, positive effect",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "The entity A, immediately upstream of B, has an activity that directly regulates the quantity of B.",
- "xrefs" : [ ]
- },
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002264"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-01-26T23:49:30Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within,_positive_effect"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "directly regulates quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0007000",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004033",
+ "lbl" : "acts upstream of or within, negative effect",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "A relation between two entities, in which one of the entities is any natural or human-influenced factor that directly or indirectly causes a change in the other entity.",
- "xrefs" : [ ]
- },
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://github.com/oborel/obo-relations/issues/506"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002264"
}, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0001-8910-9851"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-01-26T23:49:51Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has driver"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0011024",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004034",
+ "lbl" : "acts upstream of, positive effect",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The entity A does not physically interact with the entity B, and A has an activity that up-regulates the quantity or abundance or concentration of B.",
- "xrefs" : [ ]
+ "val" : "c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive"
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0003-4639-4431"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002263"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-01-26T23:53:14Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of,_positive_effect"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly positively regulates quantity of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004096",
- "meta" : {
- "comments" : [ "DEPRECATED This relation is similar to but different in important respects to the characteristic-of relation. See comments on that relation for more information." ],
- "deprecated" : true
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0004035",
+ "lbl" : "acts upstream of, negative effect",
"type" : "PROPERTY",
- "lbl" : "DEPRECATED inheres in"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000048",
"meta" : {
"definition" : {
- "val" : "Orthology that involves two genes that experienced duplications more recent than the species split that created them.",
- "xrefs" : [ "http://dx.doi.org/10.1038/415741a", "http://purl.obolibrary.org/obo/HOM_0000048", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ "val" : "c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative"
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "co-orthology",
- "xrefs" : [ ]
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002263"
}, {
- "pred" : "hasRelatedSynonym",
- "val" : "trans-homology",
- "xrefs" : [ ]
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "hasExactSynonym",
- "val" : "many-to-many orthology",
- "xrefs" : [ ]
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-01-26T23:53:22Z"
}, {
- "pred" : "hasExactSynonym",
- "val" : "trans-orthology",
- "xrefs" : [ ]
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of,_negative_effect"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004036",
+ "lbl" : "nominally disjoint with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "true if the two properties are disjoint, according to OWL semantics. This should only be used if using a logical axiom introduces a non-simple property violation."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004046",
+ "lbl" : "causally upstream of or within, negative effect",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002418"
}, {
- "pred" : "hasExactSynonym",
- "val" : "many:many orthology",
- "xrefs" : [ ]
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "hasExactSynonym",
- "val" : "many to many orthologous to",
- "xrefs" : [ ]
- } ],
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-03-13T23:55:05Z"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004047",
+ "lbl" : "causally upstream of or within, positive effect",
+ "type" : "PROPERTY",
+ "meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000048"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
+ "val" : "http://purl.obolibrary.org/obo/RO_0002418"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-03-13T23:55:19Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in many to many orthology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000049",
+ "id" : "http://purl.obolibrary.org/obo/RO_0004048",
+ "lbl" : "is directional form of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paralogy that involves genes from the same species.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000049", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ "val" : "Used to annotate object properties representing a causal relationship where the value indicates a direction. Should be \"+\", \"-\" or \"0\""
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "within-species paralogous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000049"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-03-13T23:59:29Z"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004049",
+ "lbl" : "is positive form of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-03-14T00:03:16Z"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "lbl" : "is negative form of",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-03-14T00:03:24Z"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0004096",
+ "lbl" : "DEPRECATED inheres in",
"type" : "PROPERTY",
- "lbl" : "in within-species paralogy relationship with"
+ "meta" : {
+ "comments" : [ "DEPRECATED This relation is similar to but different in important respects to the characteristic-of relation. See comments on that relation for more information." ],
+ "deprecated" : true
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0004097",
+ "lbl" : "DEPRECATED bearer of",
+ "type" : "PROPERTY",
"meta" : {
"deprecated" : true
- },
- "type" : "PROPERTY",
- "lbl" : "DEPRECATED bearer of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0007001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0007000",
+ "lbl" : "has driver",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between an entity and a disease of a host, in which the entity is not part of the host itself, and the condition results in pathological processes.",
- "xrefs" : [ ]
+ "val" : "A relation between two entities, in which one of the entities is any natural or human-influenced factor that directly or indirectly causes a change in the other entity."
},
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/contributor",
@@ -11251,6746 +9729,7593 @@
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"val" : "https://github.com/oborel/obo-relations/issues/506"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has disease driver"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000053",
+ "id" : "http://purl.obolibrary.org/obo/RO_0007001",
+ "lbl" : "has disease driver",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Xenology that results, not from the transfer of a gene between two species, but from a hybridization of two species.",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF00173425", "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://purl.obolibrary.org/obo/HOM_0000053" ]
+ "val" : "A relation between an entity and a disease of a host, in which the entity is not part of the host itself, and the condition results in pathological processes."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "synologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000053"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0001-8910-9851"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/oborel/obo-relations/issues/506"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in synology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000054",
+ "id" : "http://purl.obolibrary.org/obo/RO_0008501",
+ "lbl" : "epiphyte of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Orthology that involves functional equivalent genes with retention of the ancestral function.",
- "xrefs" : [ "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://purl.obolibrary.org/obo/HOM_0000054" ]
+ "val" : "An interaction relationship wherein a plant or algae is living on the outside surface of another plant."
},
- "xrefs" : [ {
- "val" : "ECO:0000080"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "isoorthologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000054"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://en.wikipedia.org/wiki/Epiphyte"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0008502",
+ "lbl" : "has epiphyte",
"type" : "PROPERTY",
- "lbl" : "in isoorthology relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "inverse of epiphyte of"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000051",
+ "id" : "http://purl.obolibrary.org/obo/RO_0008503",
+ "lbl" : "kleptoparasite of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paedomorphosis that is produced by delayed growth of immature structures into the adult form.",
- "xrefs" : [ "http://en.wikipedia.org/wiki/Pedomorphosis", "http://purl.obolibrary.org/obo/HOM_0000051" ]
+ "val" : "A sub-relation of parasite of in which a parasite steals resources from another organism, usually food or nest material"
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "post-displacement",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000051"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "https://en.wikipedia.org/wiki/Kleptoparasitism"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0008504",
+ "lbl" : "kleptoparasitized by",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "inverse of kleptoparasite of"
+ },
+ "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0008505",
+ "lbl" : "creates habitat for",
"type" : "PROPERTY",
- "lbl" : "in postdisplacement relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "An interaction relationship wherein one organism creates a structure or environment that is lived in by another organism."
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000052",
+ "id" : "http://purl.obolibrary.org/obo/RO_0008506",
+ "lbl" : "ecologically co-occurs with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Peramorphosis that is produced by a delay in the offset of development.",
- "xrefs" : [ "http://en.wikipedia.org/wiki/Peramorphosis", "http://purl.obolibrary.org/obo/HOM_0000052", "ISBN:978-0674639416" ]
+ "val" : "An interaction relationship describing organisms that often occur together at the same time and space or in the same environment."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0008507",
+ "lbl" : "lays eggs on",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "An interaction relationship in which organism a lays eggs on the outside surface of organism b. Organism b is neither helped nor harmed in the process of egg laying or incubation."
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0008508",
+ "lbl" : "has eggs laid on by",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "inverse of lays eggs on"
+ }
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0009001",
+ "lbl" : "has substance added",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "\"has substance added\" is a relation existing between a (physical) entity and a substance in which the entity has had the substance added to it at some point in time."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "muffin 'has substance added' some 'baking soda'"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000052"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "The relation X 'has substance added' some Y doesn't imply that X still has Y in any detectable fashion subsequent to the addition. Water in dehydrated food or ice cubes are examples, as is food that undergoes chemical transformation. This definition should encompass recipe ingredients."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-8844-9165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in hypermorphosis relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000057",
+ "id" : "http://purl.obolibrary.org/obo/RO_0009002",
+ "lbl" : "has substance removed",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Parallelism that involves morphologically very similar structures, occurring only within some members of a taxon and absent in the common ancestor (which possessed the developmental basis to develop this character).",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814485", "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://dx.doi.org/10.1186/1742-9994-2-15", "http://purl.obolibrary.org/obo/HOM_0000057", "ISBN:0199141118" ]
+ "val" : "\"has substance removed\" is a relation existing between two physical entities in which the first entity has had the second entity (a substance) removed from it at some point in time."
},
- "comments" : [ "Used for structures in closely related taxa." ],
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "re-awakening",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "cryptic homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "homoplastic tendency",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "apomorphic tendency",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "latent homologous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "homoiology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "underlying synapomorphy",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'egg white' 'has substance removed' some 'egg yolk'"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000057"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-8844-9165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in latent homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000058",
+ "id" : "http://purl.obolibrary.org/obo/RO_0009003",
+ "lbl" : "immersed in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Homocracy that involves recognizably corresponding characters that occurs in two or more taxa, or as a repeated unit within an individual.",
- "xrefs" : [ "http://dx.doi.org/10.1186/1742-9994-2-15", "http://purl.obolibrary.org/obo/HOM_0000058", "DOI:10.1002/1521-1878(200009)22:9<846::AID-BIES10>3.0.CO;2-R" ]
+ "val" : "\"immersed in\" is a relation between a (physical) entity and a fluid substance in which the entity is wholely or substantially surrounded by the substance."
},
- "comments" : [ "Cannot be used when orthologous patterning gene are organizing obviously non-homologous structures in different organisms due for example to pleiotropic functions of these genes." ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "syngenous to",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "generative homology",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000058"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "sardines 'immersed in' some 'oil and mustard'"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-8844-9165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in syngeny relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000055",
+ "id" : "http://purl.obolibrary.org/obo/RO_0009004",
+ "lbl" : "has consumer",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paralogy that is characterized by duplication of adjacent sequences on a chromosome segment.",
- "xrefs" : [ "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://purl.obolibrary.org/obo/HOM_0000055", "ISBN:978-0878932665" ]
+ "val" : "'has consumer' is a relation between a material entity and an organism in which the former can normally be digested or otherwise absorbed by the latter without immediate or persistent ill effect."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "iterative paralogy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "serial paralogy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "tandem paralogous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "sardine has consumer some homo sapiens"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000055"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-8844-9165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in tandem paralogy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0009005",
+ "lbl" : "has primary substance added",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a process and a continuant, in which the process is activated by the small molecule continuant",
- "xrefs" : [ ]
+ "val" : "'has primary substance added' indicates that an entity has had the given substance added to it in a proportion greater than any other added substance."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "bread 'has primary substance added' some 'flour'"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-04-22T20:28:37Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
+ "val" : "http://purl.obolibrary.org/obo/IAO_0000428"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-8844-9165"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has small molecule activator"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000050",
+ "id" : "http://purl.obolibrary.org/obo/RO_0009501",
+ "lbl" : "realized in response to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Paralogy that involves genes from different species.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000050", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ "val" : "r 'realized in response to' s iff, r is a realizable (e.g. a plant trait such as responsivity to drought), s is an environmental stimulus (a process), and s directly causes the realization of r."
},
- "comments" : [ "The genes have diverged before a speciation event." ],
"synonyms" : [ {
"pred" : "hasExactSynonym",
- "val" : "between-species paralogous to",
- "xrefs" : [ ]
+ "val" : "triggered by process",
+ "xrefs" : [ "RO:cjm" ]
} ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A drought sensitivity trait that inheres in a whole plant is realized in a systemic response process in response to exposure to drought conditions."
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "An inflammatory disease that is realized in response to an inflammatory process occurring in the gut (which is itself the realization of a process realized in response to harmful stimuli in the mucosal lining of th gut)"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Environmental polymorphism in butterflies: These butterflies have a 'responsivity to day length trait' that is realized in response to the duration of the day, and is realized in developmental processes that lead to increased or decreased pigmentation in the adult morph."
+ }, {
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0001-6996-0040"
+ }, {
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0002-7073-9172"
+ }, {
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0002-8461-9745"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000050"
+ "val" : "https://docs.google.com/document/d/1KWhZxVBhIPkV6_daHta0h6UyHbjY2eIrnON1WIRGgdY/edit"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in between-species paralogy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012002",
+ "id" : "http://purl.obolibrary.org/obo/RO_0010001",
+ "lbl" : "generically depends on",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a process and a continuant, in which the process is inhibited by the small molecule continuant",
- "xrefs" : [ ]
+ "val" : "A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*."
},
- "basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "g-depends on"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Genetic information generically depend on molecules of DNA."
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-04-22T20:28:54Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "The novel *War and Peace* generically depends on this copy of the novel."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "The pattern shared by chess boards generically depends on any chess board."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "The score of a symphony g-depends on a copy of the score."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "This pdf file generically depends on this server."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "[072-ISO]"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has small molecule inhibitor"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012000",
+ "id" : "http://purl.obolibrary.org/obo/RO_0010002",
+ "lbl" : "is carrier of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a process and a continuant, in which the process is regulated by the small molecule continuant",
- "xrefs" : [ ]
+ "val" : "*b* is carrier of *c* at time *t* if and only if *c* *g-depends on* *b* at *t*"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-04-22T20:27:26Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "Molecules of DNA are carriers of genetic information."
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "This copy of *War and Peace* is carrier of the novel written by Tolstoy."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "This hard drive is carrier of these data items."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "[072-ISO]"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has small molecule regulator"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012005",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011002",
+ "lbl" : "regulates activity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a continuant and a process, in which the continuant is a small molecule that activates the process",
- "xrefs" : [ ]
+ "val" : "The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-06-24T13:15:26Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is small molecule activator of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012006",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011003",
+ "lbl" : "regulates quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a continuant and a process, in which the continuant is a small molecule that inhibits the process",
- "xrefs" : [ ]
+ "val" : "The entity A has an activity that regulates the quantity or abundance or concentration of the entity B."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-06-24T13:15:35Z"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is small molecule inhibitor of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012003",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011004",
+ "lbl" : "indirectly regulates activity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p acts on population of c iff c' is a collection, has members of type c, and p has participant c",
- "xrefs" : [ ]
+ "val" : "The entity A is not immediately upstream of the entity B but A has an activity that regulates an activity performed by B."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-06-08T17:21:33Z"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "acts on population of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012004",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011007",
+ "lbl" : "decreases by repression quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a relation between a continuant and a process, in which the continuant is a small molecule that regulates the process",
- "xrefs" : [ ]
+ "val" : "The entity A has an activity that down-regulates by repression the quantity of B. The down-regulation is due to A having an effect on an intermediate entity (typically a DNA or mRNA element) which can produce B.\n\nFor example, protein A (transcription factor) indirectly decreases by repression the quantity of protein B (gene product) if and only if A negatively regulates the process of transcription or translation of a nucleic acid element that produces B."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-06-24T13:15:17Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is small molecule regulator of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012009",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011008",
+ "lbl" : "increases by expression quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p is constitutively upstream of q iff p is causally upstream of q, p is required for execution of q or a part of q, and the execution of p is approximately constant.",
- "xrefs" : [ ]
+ "val" : "The entity A has an activity that up-regulates by expression the quantity of B. The up-regulation is due to A having an effect on an intermediate entity (typically a DNA or mRNA element) which can produce B.\n\nFor example, protein A (transcription factor) indirectly increases by expression the quantity of protein B (gene product) if and only if A positively regulates the process of transcription or translation of a nucleic acid element that produces B."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2022-09-26T06:01:01Z"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "constitutively upstream of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012007",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011009",
+ "lbl" : "directly positively regulates quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "The relationship that links anatomical entities with a process that results in the adhesion of two or more entities via the non-covalent interaction of molecules expressed in, located in, and/or adjacent to, those entities.",
- "xrefs" : [ ]
+ "val" : "The entity A has an activity that directly positively regulates the quantity of B."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-08-27T08:13:59Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in adhesion of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012008",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011010",
+ "lbl" : "directly negatively regulates quantity of",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
+ "definition" : {
+ "val" : "The entity A has an activity that directly negatively regulates the quantity of B."
+ },
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "pg"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2021-02-26T07:28:29Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "results in fusion of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000037",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011013",
+ "lbl" : "indirectly positively regulates activity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves a structure that has no other homologs in the species in which it is defined, and several homologous structures in another species.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000037", "BGEE:curator" ]
+ "val" : "The entity A is not immediately upstream of the entity B and has an activity that up-regulates an activity performed by B."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "1:many homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "one-to-many homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "1 to many homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000037"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "indirectly activates"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in 1 to many homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000042",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011014",
+ "lbl" : "destabilizes quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that is based on recent shared ancestry, characterizing a monophyletic group.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000042", "ISBN:978-0252068140" ]
+ "val" : "An entity A directly interacts with B and A has an activity that decreases the amount of an entity B by degradating it."
},
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "synapomorphy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "apomorphous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000042"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "AKT1 destabilizes quantity of FOXO (interaction from Signor database: SIGNOR-252844)"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in apomorphy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000043",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011015",
+ "lbl" : "stabilizes quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that is based on distant shared ancestry.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000043", "ISBN:978-0252068140" ]
+ "val" : "An entity A physically interacts with B and A has an activity that increases the amount of an entity B by stabilizing it."
},
- "comments" : [ "This term is usually contrasted to apomorphy." ],
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "symplesiomorphy",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "plesiomorphous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "AKT1 stabilizes quantity of XIAP (interaction from Signor database: SIGNOR-119488)"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000043"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in plesiomorphy relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000046",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011016",
+ "lbl" : "indirectly negatively regulates activity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves not recombining and subsequently differentiated sex chromosomes.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000046", "http://www.ncbi.nlm.nih.gov/pubmed/11110898" ]
+ "val" : "The entity A is not immediately upstream of the entity B and has an activity that down-regulates an activity performed by B."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "gametologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000046"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
+ "val" : "indirectly inhibits"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in gametology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000047",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011021",
+ "lbl" : "directly regulates quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that involves the chromosomes able to pair (synapse) during meiosis.",
- "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000047", "ISBN:0195307615" ]
+ "val" : "The entity A, immediately upstream of B, has an activity that directly regulates the quantity of B."
},
- "xrefs" : [ {
- "val" : "MeSH:Chromosome_Pairing"
- } ],
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "chromosomal homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000047"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in chromosomal homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000044",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011022",
+ "lbl" : "indirectly regulates quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Homocracy that involves morphologically and phylogenetically disparate structures that are the result of parallel evolution.",
- "xrefs" : [ "http://dx.doi.org/10.1007/BF02814485", "http://dx.doi.org/10.1038/nature07891", "http://purl.obolibrary.org/obo/HOM_0000044" ]
+ "val" : "The entity A is not immediately upstream of the entity B, but A has an activity that regulates the quantity or abundance or concentration of B."
},
- "comments" : [ "Used for structures in distantly related taxa." ],
- "synonyms" : [ {
- "pred" : "hasRelatedSynonym",
- "val" : "homoiology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "deep genetic homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasRelatedSynonym",
- "val" : "generative homology",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "deep homologous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000044"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "in deep homology relationship with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_HOM0000045",
+ "id" : "http://purl.obolibrary.org/obo/RO_0011023",
+ "lbl" : "indirectly negatively regulates quantity of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Historical homology that is characterized by topological discordance between a gene tree and a species tree attributable to the phylogenetic sorting of genetic polymorphisms across successive nodes in a species tree.",
- "xrefs" : [ "http://dx.doi.org/10.1073/pnas.0807433105", "http://purl.obolibrary.org/obo/HOM_0000045" ]
+ "val" : "The entity A does not physically interact with the entity B, and A has an activity that down-regulates the quantity or abundance or concentration of B."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "hemiplasous to",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "http://bgee.unil.ch"
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/HOM_0000045"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0011024",
+ "lbl" : "indirectly positively regulates quantity of",
"type" : "PROPERTY",
- "lbl" : "in hemiplasy relationship with"
+ "meta" : {
+ "definition" : {
+ "val" : "The entity A does not physically interact with the entity B, and A has an activity that up-regulates the quantity or abundance or concentration of B."
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-4639-4431"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012012",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012000",
+ "lbl" : "has small molecule regulator",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q.",
- "xrefs" : [ ]
+ "val" : "a relation between a process and a continuant, in which the process is regulated by the small molecule continuant"
},
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "pg"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2022-09-26T06:08:01Z"
+ "val" : "2020-04-22T20:27:26Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly regulates"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012010",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012001",
+ "lbl" : "has small molecule activator",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p removes input for q iff p is causally upstream of q, there exists some c such that p has_input c and q has_input c, p reduces the levels of c, and c is rate limiting for execution of q.",
- "xrefs" : [ ]
+ "val" : "a relation between a process and a continuant, in which the process is activated by the small molecule continuant"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2022-09-26T06:06:20Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-04-22T20:28:37Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "removes input for"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0012011",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012002",
+ "lbl" : "has small molecule inhibitor",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q.",
- "xrefs" : [ ]
+ "val" : "a relation between a process and a continuant, in which the process is inhibited by the small molecule continuant"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2022-09-26T06:07:17Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-04-22T20:28:54Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "indirectly causally upstream of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000050",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012003",
+ "lbl" : "acts on population of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a core relation that holds between a part and its whole",
- "xrefs" : [ ]
+ "val" : "p acts on population of c iff c' is a collection, has members of type c, and p has participant c"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "part_of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000004"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000003"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000002"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.obofoundry.org/ro/#OBO_REL:part_of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "my brain is part of my body (continuant parthood, two material entities)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000020"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000017"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000019"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)\n\nA continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "is part of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this day is part of this year (occurrent parthood)"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://ontologydesignpatterns.org/wiki/Submissions:PartOf"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000031"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-06-08T17:21:33Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "part of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000055",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012004",
+ "lbl" : "is small molecule regulator of",
+ "type" : "PROPERTY",
"meta" : {
- "comments" : [ "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ],
+ "definition" : {
+ "val" : "a relation between a continuant and a process, in which the continuant is a small molecule that regulates the process"
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this disease course realizes this disease"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this investigation realizes this investigator role"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "realizes"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000600",
- "val" : "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this shattering realizes this fragility"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "val" : "http://purl.obolibrary.org/obo/iao.owl"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-06-24T13:15:17Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "realizes"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000051",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012005",
+ "lbl" : "is small molecule activator of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "a core relation that holds between a whole and its part",
- "xrefs" : [ ]
+ "val" : "a relation between a continuant and a process, in which the continuant is a small molecule that activates the process"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "has_part"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)\n\nA continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "has part"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this year has part this day (occurrent parthood)"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "my body has part my brain (continuant parthood, two material entities)"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-06-24T13:15:26Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has part"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000054",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012006",
+ "lbl" : "is small molecule inhibitor of",
+ "type" : "PROPERTY",
"meta" : {
- "comments" : [ "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ],
+ "definition" : {
+ "val" : "a relation between a continuant and a process, in which the continuant is a small molecule that inhibits the process"
+ },
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "val" : "http://purl.obolibrary.org/obo/bfo.owl"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "realized_in"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this disease is realized in this disease course"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this fragility is realized in this shattering"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is realized by"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "this investigator role is realized in this investigation"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "realized in"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000600",
- "val" : "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-06-24T13:15:35Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "realized in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0001900",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012007",
+ "lbl" : "results in adhesion of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context.",
- "xrefs" : [ ]
+ "val" : "The relationship that links anatomical entities with a process that results in the adhesion of two or more entities via the non-covalent interaction of molecules expressed in, located in, and/or adjacent to, those entities."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-08-27T08:13:59Z"
} ]
- },
- "type" : "PROPERTY"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000040",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012008",
+ "lbl" : "results in fusion of",
+ "type" : "PROPERTY",
"meta" : {
- "definition" : {
- "val" : "An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time.",
- "xrefs" : [ ]
- }
- },
- "type" : "CLASS",
- "lbl" : "material entity"
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2021-02-26T07:28:29Z"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0013003",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012009",
+ "lbl" : "constitutively upstream of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of output synapses in that region.",
- "xrefs" : [ ]
+ "val" : "p is constitutively upstream of q iff p is causally upstream of q, p is required for execution of q or a part of q, and the execution of p is approximately constant."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-07-17T09:45:06Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "http://orcid.org/0000-0002-1373-1705"
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2022-09-26T06:01:01Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "sends synaptic output to region"
+ }
}, {
- "id" : "http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012010",
+ "lbl" : "removes input for",
"type" : "PROPERTY",
- "lbl" : "has_narrow_synonym"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0013002",
"meta" : {
"definition" : {
- "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of input synapses in that region.",
- "xrefs" : [ ]
+ "val" : "p removes input for q iff p is causally upstream of q, there exists some c such that p has_input c and q has_input c, p reduces the levels of c, and c is rate limiting for execution of q."
},
+ "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-07-17T09:42:23Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "http://orcid.org/0000-0002-1373-1705"
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2022-09-26T06:06:20Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "receives synaptic input in region"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0013001",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012011",
+ "lbl" : "indirectly causally upstream of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of input and/or output synapses in that region.",
- "xrefs" : [ ]
+ "val" : "p is indirectly causally upstream of q iff p is causally upstream of q and there exists some process r such that p is causally upstream of r and r is causally upstream of q."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "has synaptic input or output in",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "http://orcid.org/0000-0002-1373-1705"
+ "val" : "pg"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-07-17T09:26:52Z"
+ "val" : "2022-09-26T06:07:17Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has synaptic IO in region"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0013007",
+ "id" : "http://purl.obolibrary.org/obo/RO_0012012",
+ "lbl" : "indirectly regulates",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relation between a sensory neuron and some structure in which it receives sensory input via a sensory dendrite.",
- "xrefs" : [ ]
+ "val" : "p indirectly regulates q iff p is indirectly causally upstream of q and p regulates q."
},
- "synonyms" : [ {
- "pred" : "hasExactSynonym",
- "val" : "has sensory terminal in",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "has sensory dendrite location",
- "xrefs" : [ ]
- }, {
- "pred" : "hasExactSynonym",
- "val" : "has sensory terminal location",
- "xrefs" : [ ]
- } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-07-20T12:10:09Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "http://orcid.org/0000-0002-1373-1705"
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2022-09-26T06:08:01Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has sensory dendrite in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004050",
+ "id" : "http://purl.obolibrary.org/obo/RO_0013001",
+ "lbl" : "has synaptic IO in region",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of input and/or output synapses in that region."
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "has synaptic input or output in"
+ } ],
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "http://orcid.org/0000-0002-1373-1705"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-03-14T00:03:24Z"
+ "val" : "2020-07-17T09:26:52Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is negative form of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0013006",
+ "id" : "http://purl.obolibrary.org/obo/RO_0013002",
+ "lbl" : "receives synaptic input in region",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number output synapses distributed throughout that region (rather than confined to a subregion).",
- "xrefs" : [ ]
+ "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of input synapses in that region."
},
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "http://orcid.org/0000-0002-1373-1705"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-07-17T09:57:27Z"
+ "val" : "2020-07-17T09:42:23Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "sends synaptic output throughout"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0013005",
+ "id" : "http://purl.obolibrary.org/obo/RO_0013003",
+ "lbl" : "sends synaptic output to region",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of input synapses distributed throughout that region (rather than confined to a subregion).",
- "xrefs" : [ ]
+ "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of output synapses in that region."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-07-17T09:55:36Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "http://orcid.org/0000-0002-1373-1705"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-07-17T09:45:06Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "receives synaptic input throughout"
+ }
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0013004",
+ "lbl" : "has synaptic IO throughout",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of input and/or output synapses distributed throughout that region (rather than confined to a subregion).",
- "xrefs" : [ ]
+ "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of input and/or output synapses distributed throughout that region (rather than confined to a subregion)."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2020-07-17T09:52:19Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "http://orcid.org/0000-0002-1373-1705"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-07-17T09:52:19Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has synaptic IO throughout"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0013009",
+ "id" : "http://purl.obolibrary.org/obo/RO_0013005",
+ "lbl" : "receives synaptic input throughout",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a neuron and a cell that it has a functionally relevant number of chemical synapses to.",
- "xrefs" : [ ]
+ "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number of input synapses distributed throughout that region (rather than confined to a subregion)."
},
- "comments" : [ "Not restricting range to 'cell' - object may be a muscle containing a cell targeted by the neuron." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2021-05-26T08:41:07Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "http://orcid.org/0000-0002-1373-1705"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-07-17T09:55:36Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "sends synaptic output to cell"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0013008",
+ "id" : "http://purl.obolibrary.org/obo/RO_0013006",
+ "lbl" : "sends synaptic output throughout",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between an anatomical structure (including cells) and a neuron that has a functionally relevant number of chemical synapses to it.",
- "xrefs" : [ ]
+ "val" : "A relationship between a neuron and a region, where the neuron has a functionally relevant number output synapses distributed throughout that region (rather than confined to a subregion)."
},
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "http://orcid.org/0000-0002-1373-1705"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2021-05-26T08:40:18Z"
+ "val" : "2020-07-17T09:57:27Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "receives synaptic input from neuron"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0009501",
+ "id" : "http://purl.obolibrary.org/obo/RO_0013007",
+ "lbl" : "has sensory dendrite in",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "r 'realized in response to' s iff, r is a realizable (e.g. a plant trait such as responsivity to drought), s is an environmental stimulus (a process), and s directly causes the realization of r.",
- "xrefs" : [ ]
+ "val" : "Relation between a sensory neuron and some structure in which it receives sensory input via a sensory dendrite."
},
"synonyms" : [ {
"pred" : "hasExactSynonym",
- "val" : "triggered by process",
- "xrefs" : [ "RO:cjm" ]
- } ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0001-6996-0040"
- }, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0002-8461-9745"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "Environmental polymorphism in butterflies: These butterflies have a 'responsivity to day length trait' that is realized in response to the duration of the day, and is realized in developmental processes that lead to increased or decreased pigmentation in the adult morph."
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "https://docs.google.com/document/d/1KWhZxVBhIPkV6_daHta0h6UyHbjY2eIrnON1WIRGgdY/edit"
- }, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "has sensory dendrite location"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "A drought sensitivity trait that inheres in a whole plant is realized in a systemic response process in response to exposure to drought conditions."
+ "pred" : "hasExactSynonym",
+ "val" : "has sensory terminal in"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "An inflammatory disease that is realized in response to an inflammatory process occurring in the gut (which is itself the realization of a process realized in response to harmful stimuli in the mucosal lining of th gut)"
+ "pred" : "hasExactSynonym",
+ "val" : "has sensory terminal location"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "http://orcid.org/0000-0002-1373-1705"
}, {
- "pred" : "http://purl.org/dc/terms/contributor",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-07-20T12:10:09Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "realized in response to"
+ }
}, {
- "id" : "http://www.geneontology.org/formats/oboInOwl#hasOBOFormatVersion",
+ "id" : "http://purl.obolibrary.org/obo/RO_0013008",
+ "lbl" : "receives synaptic input from neuron",
"type" : "PROPERTY",
- "lbl" : "has_obo_format_version"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004047",
"meta" : {
+ "definition" : {
+ "val" : "A relationship between an anatomical structure (including cells) and a neuron that has a functionally relevant number of chemical synapses to it."
+ },
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "http://orcid.org/0000-0002-1373-1705"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-03-13T23:55:19Z"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
- "val" : "http://purl.obolibrary.org/obo/RO_0002418"
+ "val" : "2021-05-26T08:40:18Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally upstream of or within, positive effect"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004046",
+ "id" : "http://purl.obolibrary.org/obo/RO_0013009",
+ "lbl" : "sends synaptic output to cell",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "A relationship between a neuron and a cell that it has a functionally relevant number of chemical synapses to."
+ },
+ "comments" : [ "Not restricting range to 'cell' - object may be a muscle containing a cell targeted by the neuron." ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
- "val" : "http://purl.obolibrary.org/obo/RO_0002418"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "http://orcid.org/0000-0002-1373-1705"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-03-13T23:55:05Z"
+ "val" : "2021-05-26T08:41:07Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causally upstream of or within, negative effect"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004049",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-03-14T00:03:16Z"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0014001",
+ "lbl" : "disease has infectious agent",
"type" : "PROPERTY",
- "lbl" : "is positive form of"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004048",
"meta" : {
"definition" : {
- "val" : "Used to annotate object properties representing a causal relationship where the value indicates a direction. Should be \"+\", \"-\" or \"0\"",
- "xrefs" : [ ]
+ "val" : "A relationship between a disease and an infectious agent where the material basis of the disease is an infection with some infectious agent."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-03-13T23:59:29Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "http://orcid.org/0000-0001-5208-3432"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is directional form of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000060",
- "meta" : {
- "comments" : [ "accidentally included in BFO 1.2 proposal\n - should have been BFO_0000062" ],
- "deprecated" : true
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0015001",
+ "lbl" : "has exemplar data",
"type" : "PROPERTY",
- "lbl" : "obsolete preceded by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000066",
"meta" : {
"definition" : {
- "val" : "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t",
- "xrefs" : [ ]
+ "val" : "A relation between a material entity and some data in which the data is taken as exemplifying the material entity."
},
- "comments" : [ "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "occurs_in"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "val" : "http://purl.obolibrary.org/obo/bfo.owl"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "transcriptomically defined cell type X equivalent to ‘cell’ and (has_exemplar_data value [transcriptomic profile data])"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "unfolds in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "C has_exemplar_data y iff x is an instance of C and y is data about x that is taken as exemplifying of C."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "occurs in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-5260-9315"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "unfolds_in"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation is not meant to capture the relation between occurrents and data."
} ]
- },
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_0015002",
+ "lbl" : "exemplar data of",
"type" : "PROPERTY",
- "lbl" : "occurs in"
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0002-5260-9315"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000067",
+ "id" : "http://purl.obolibrary.org/obo/RO_0015003",
+ "lbl" : "subcluster of",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t",
- "xrefs" : [ ]
+ "val" : "A relation between a group and another group it is part of but does not fully constitute."
},
- "comments" : [ "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
- "val" : "http://purl.obolibrary.org/obo/bfo.owl"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "X subcluster_of Y iff: X and Y are clusters/groups; X != Y; all members of X are also members of Y."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "site of"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-7258-9596"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This is used specifically for sets whose members are specified by some set-forming operator (method of grouping) such as clustering analyses in single cell transcriptomics."
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "contains process"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000062",
+ "id" : "http://purl.obolibrary.org/obo/RO_0015004",
+ "lbl" : "has characterizing marker set",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point.",
- "xrefs" : [ ]
+ "val" : "A relation that applies between a cell type and a set of markers that can be used to uniquely identify that cell type."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "has marker gene combination"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "has marker signature set"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/source",
- "val" : "http://www.obofoundry.org/ro/#OBO_REL:preceded_by"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'Lamp5-like Egln3_1 primary motor cortex GABAergic interneuron (Mus musculus)' subClass_of: has_characterizing_marker_set some 'NS forest marker set of Lamp5-like Egln3_1 MOp (Mouse).'; NS forest marker set of Lamp5-like Egln3_1 SubClass_of: ('has part' some 'Mouse Fbn2') and ('has part' some 'Mouse Chrna7') and ('has part' some 'Mouse Fam19a1')."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "transcriptomically defined cell type X subClass_of: (has_characterizing_marker_set some S1); S1 has_part some gene 1, S1 has_part some gene 2, S1 has_part some gene 3."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "is preceded by"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "C has_characterizing_marker_set y iff: C is a cell type and y is a collection of genes or proteins whose expression is sufficient to distinguish cell type C from most or all other cell types."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "preceded by"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "This relation is not meant for cases where set of genes/proteins are only useful as markers in some specific context - e.g. in some specific location. In these cases it is recommended to make a more specific cell class restricted to the relevant context."
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "preceded_by"
+ "pred" : "http://purl.org/dc/elements/1.1/contributor",
+ "val" : "https://orcid.org/0000-0001-7258-9596"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "preceded by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000063",
+ "id" : "http://purl.obolibrary.org/obo/RO_0015006",
+ "lbl" : "different in magnitude relative to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point.",
- "xrefs" : [ ]
- },
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000111",
- "val" : "precedes"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "precedes"
+ "val" : "q1 different_in_magnitude_relative_to q2 if and only if magnitude(q1) NOT =~ magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale.",
+ "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
+ }
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002091",
- "meta" : {
- "comments" : [ "X starts_during Y iff: (start(Y) before_or_simultaneous_with start(X)) AND (start(X) before_or_simultaneous_with end(Y))" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "io"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0015007",
+ "lbl" : "increased in magnitude relative to",
"type" : "PROPERTY",
- "lbl" : "starts during"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000019",
- "type" : "CLASS",
- "lbl" : "quality"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002092",
"meta" : {
- "comments" : [ "X happens_during Y iff: (start(Y) before_or_simultaneous_with start(X)) AND (end(X) before_or_simultaneous_with end(Y))" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension", "http://purl.obolibrary.org/obo/valid_for_gocam", "http://purl.obolibrary.org/obo/valid_for_go_ontology", "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "during"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "d"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "happens during"
+ "definition" : {
+ "val" : "q1 increased_in_magnitude_relative_to q2 if and only if magnitude(q1) > magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale.",
+ "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
+ },
+ "comments" : [ "This relation is used to determine the 'directionality' of relative qualities such as 'increased strength', relative to the parent type, 'strength'." ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004030",
+ "id" : "http://purl.obolibrary.org/obo/RO_0015008",
+ "lbl" : "decreased in magnitude relative to",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a disease and an anatomical structure where the material basis of the disease is some pathological change in the structure. Anatomical structure includes cellular and sub-cellular entities, such as chromosome and organelles.",
- "xrefs" : [ ]
+ "val" : "q1 decreased_in_magnitude_relative_to q2 if and only if magnitude(q1) < magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale.",
+ "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
},
- "basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-12-26T19:58:44Z"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease arises from alteration in structure"
+ "comments" : [ "This relation is used to determine the 'directionality' of relative qualities such as 'decreased strength', relative to the parent type, 'strength'." ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002093",
- "meta" : {
- "comments" : [ "X ends_during Y iff: ((start(Y) before_or_simultaneous_with end(X)) AND end(X) before_or_simultaneous_with end(Y). " ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "o"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "overlaps"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0015009",
+ "lbl" : "similar in magnitude relative to",
"type" : "PROPERTY",
- "lbl" : "ends during"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000015",
"meta" : {
"definition" : {
- "val" : "An occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t.",
- "xrefs" : [ ]
+ "val" : "q1 similar_in_magnitude_relative_to q2 if and only if magnitude(q1) =~ magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale.",
+ "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
}
- },
- "type" : "CLASS",
- "lbl" : "process"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000016",
- "type" : "CLASS",
- "lbl" : "disposition"
+ "id" : "http://purl.obolibrary.org/obo/RO_0015010",
+ "lbl" : "has relative magnitude",
+ "type" : "PROPERTY"
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000017",
+ "id" : "http://purl.obolibrary.org/obo/RO_0015011",
+ "lbl" : "has cross section",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A specifically dependent continuant that inheres in continuant entities and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances.",
- "xrefs" : [ ]
- }
- },
- "type" : "CLASS",
- "lbl" : "realizable entity"
+ "val" : "s3 has_cross_section s3 if and only if : there exists some 2d plane that intersects the bearer of s3, and the impression of s3 upon that plane has shape quality s2.",
+ "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
+ },
+ "comments" : [ "Example: a spherical object has the quality of being spherical, and the spherical quality has_cross_section round." ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002090",
- "meta" : {
- "comments" : [ "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "ends_at_start_of"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "meets"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0002575",
- "val" : "http://purl.obolibrary.org/obo/BFO_0000063"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0015012",
+ "lbl" : "reciprocal of",
"type" : "PROPERTY",
- "lbl" : "immediately precedes"
+ "meta" : {
+ "definition" : {
+ "val" : "q1 reciprocal_of q2 if and only if : q1 and q2 are relational qualities and a phenotype e q1 e2 mutually implies a phenotype e2 q2 e.",
+ "xrefs" : [ "https://orcid.org/0000-0002-6601-2165" ]
+ },
+ "comments" : [ "There are frequently two ways to state the same thing: we can say 'spermatocyte lacks asters' or 'asters absent from spermatocyte'. In this case the quality is 'lacking all parts of type' - it is a (relational) quality of the spermatocyte, and it is with respect to instances of 'aster'. One of the popular requirements of PATO is that it continue to support 'absent', so we need to relate statements which use this quality to the 'lacking all parts of type' quality." ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004036",
+ "id" : "http://purl.obolibrary.org/obo/RO_0015015",
+ "lbl" : "has high plasma membrane amount",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "true if the two properties are disjoint, according to OWL semantics. This should only be used if using a logical axiom introduces a non-simple property violation.",
- "xrefs" : [ ]
+ "val" : "A relation between a cell and molecule or complex such that every instance of the cell has a high number of instances of that molecule expressed on the cell surface.",
+ "xrefs" : [ "PMID:19243617" ]
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/creator",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'Ly-76 high positive erythrocyte' equivalent to 'enucleate erythrocyte' and (has_high_plasma_membrane_amount some 'lymphocyte antigen 76 (mouse)')"
+ }, {
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "http://orcid.org/0000-0003-1617-8244"
+ }, {
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "http://orcid.org/0000-0003-1940-6740"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "nominally disjoint with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004035",
+ "id" : "http://purl.obolibrary.org/obo/RO_0015016",
+ "lbl" : "has low plasma membrane amount",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative",
- "xrefs" : [ ]
+ "val" : "A relation between a cell and molecule or complex such that every instance of the cell has a low number of instances of that molecule expressed on the cell surface.",
+ "xrefs" : [ "PMID:19243617" ]
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-01-26T23:53:22Z"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "'DN2b thymocyte' equivalent to 'DN2 thymocyte' and (has_low_plasma_membrane_amount some 'mast/stem cell growth factor receptor')"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
- "val" : "http://purl.obolibrary.org/obo/RO_0002263"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "http://orcid.org/0000-0003-1617-8244"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of,_negative_effect"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "http://orcid.org/0000-0003-1940-6740"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "acts upstream of, negative effect"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004032",
+ "id" : "http://purl.obolibrary.org/obo/RO_0016001",
+ "lbl" : "has phenotype or disease",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a set of relations regarding presentation of phenotypes and disease."
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within,_positive_effect"
+ "pred" : "http://purl.org/dc/elements/1.1/contributor",
+ "val" : "http://orcid.org/0000-0002-7463-6306"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
- "val" : "http://purl.obolibrary.org/obo/RO_0002264"
+ "pred" : "http://purl.org/dc/elements/1.1/date",
+ "val" : "2021-11-05T17:30:14Z"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-01-26T23:49:30Z"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/oborel/obo-relations/issues/478"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "acts upstream of or within, positive effect"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004031",
+ "id" : "http://purl.obolibrary.org/obo/RO_0016002",
+ "lbl" : "has disease",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Holds between an entity and an process P where the entity enables some larger compound process, and that larger process has-part P.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between an organism and a disease. Here a disease is construed broadly as a disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-01-25T23:20:13Z"
+ "pred" : "http://purl.org/dc/elements/1.1/contributor",
+ "val" : "http://orcid.org/0000-0002-7463-6306"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/date",
+ "val" : "2021-11-05T17:30:44Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/oborel/obo-relations/issues/478"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "enables subfunction"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004034",
+ "id" : "http://purl.obolibrary.org/obo/RO_0016004",
+ "lbl" : "has exposure medium",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive",
- "xrefs" : [ ]
+ "val" : "X has exposure medium Y if X is an exposure event (process), Y is a material entity, and the stimulus for X is transmitted or carried in Y."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004049",
- "val" : "http://purl.obolibrary.org/obo/RO_0002263"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
+ "val" : "ExO:0000083"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://wiki.geneontology.org/index.php/Acts_upstream_of,_positive_effect"
+ "pred" : "http://purl.org/dc/elements/1.1/date",
+ "val" : "2021-12-14T20:41:45Z"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-01-26T23:53:14Z"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-7463-6306"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "acts upstream of, positive effect"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004033",
+ "id" : "http://purl.obolibrary.org/obo/RO_0017001",
+ "lbl" : "device utilizes material",
+ "type" : "PROPERTY",
"meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_gp2term" ],
+ "definition" : {
+ "val" : "X device utilizes material Y means X and Y are material entities, and X is capable of some process P that has input Y."
+ },
+ "synonyms" : [ {
+ "pred" : "hasBroadSynonym",
+ "val" : "utilizes"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/RO_0004050",
- "val" : "http://purl.obolibrary.org/obo/RO_0002264"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "A diagnostic testing device utilizes a specimen."
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0001-9625-1899"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
+ "val" : "https://orcid.org/0000-0003-2620-0345"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "A diagnostic testing device utilizes a specimen means that the diagnostic testing device is capable of an assay, and this assay a specimen as its input."
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "See github ticket https://github.com/oborel/obo-relations/issues/497"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-01-26T23:49:51Z"
+ "val" : "2021-11-08T12:00:00Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "acts upstream of or within, negative effect"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004029",
+ "id" : "http://purl.obolibrary.org/obo/RO_0018001",
+ "lbl" : "is myristoyltransferase activity",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a disease and some feature of that disease, where the feature is either a phenotype or an isolated disease.",
- "xrefs" : [ ]
+ "val" : "Helper relation for OWL definition of RO:0018002 myristoylates"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-12-26T19:50:53Z"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0003-4423-4370"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease has feature"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0008508",
- "meta" : {
- "definition" : {
- "val" : "inverse of lays eggs on",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "has eggs laid on by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0008507",
- "meta" : {
- "definition" : {
- "val" : "An interaction relationship in which organism a lays eggs on the outside surface of organism b. Organism b is neither helped nor harmed in the process of egg laying or incubation.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0018002",
+ "lbl" : "myristoylates",
"type" : "PROPERTY",
- "lbl" : "lays eggs on"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004028",
"meta" : {
"definition" : {
- "val" : "A relationship between a realizable entity R (e.g. function or disposition) and a material entity M where R is realized in response to a process that has an input stimulus of M.",
- "xrefs" : [ ]
+ "val" : "A molecularly-interacts-with relationship between two entities, where the subject catalyzes a myristoylation activity that takes the object as input"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/terms/conformsTo",
+ "val" : "http://purl.obolibrary.org/obo/ro/ro-metamodel/ObjectPropertyDefinedByInteractionProcess"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-12-26T19:45:49Z"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0003-4423-4370"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "realized in response to stimulus"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0008506",
- "meta" : {
- "definition" : {
- "val" : "An interaction relationship describing organisms that often occur together at the same time and space or in the same environment.",
- "xrefs" : [ ]
- }
- },
- "type" : "PROPERTY",
- "lbl" : "ecologically co-occurs with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0008505",
- "meta" : {
- "definition" : {
- "val" : "An interaction relationship wherein one organism creates a structure or environment that is lived in by another organism.",
- "xrefs" : [ ]
- }
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0018003",
+ "lbl" : "myristoylated by",
"type" : "PROPERTY",
- "lbl" : "creates habitat for"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0014001",
"meta" : {
"definition" : {
- "val" : "A relationship between a disease and an infectious agent where the material basis of the disease is an infection with some infectious agent.",
- "xrefs" : [ ]
+ "val" : "inverse of myristoylates"
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "http://orcid.org/0000-0001-5208-3432"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0003-4423-4370"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease has infectious agent"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002081",
+ "id" : "http://purl.obolibrary.org/obo/RO_0018027",
+ "lbl" : "is agonist of",
+ "type" : "PROPERTY",
"meta" : {
- "comments" : [ "Primitive instance level timing relation between events" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "a relation between a ligand (material entity) and a receptor (material entity) that implies the binding of the ligand to the receptor activates some activity of the receptor"
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "<="
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "mibolerone (CHEBI:34849) is agonist of androgen receptor (PR:P10275)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "https://orcid.org/0000-0003-4423-4370"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://www.wikidata.org/wiki/Property:P3772"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "before or simultaneous with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002082",
+ "id" : "http://purl.obolibrary.org/obo/RO_0018028",
+ "lbl" : "is inverse agonist of",
+ "type" : "PROPERTY",
"meta" : {
- "comments" : [ "t1 simultaneous_with t2 iff:= t1 before_or_simultaneous_with t2 and not (t1 before t2)" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
+ "definition" : {
+ "val" : "a relation between a ligand (material entity) and a receptor (material entity) that implies the binding of the ligand to the receptor inhibits some activity of the receptor to below basal level"
+ },
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "pimavanserin (CHEBI:133017) is inverse agonist of HTR2A (PR:P28223)"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "https://orcid.org/0000-0003-4423-4370"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://www.wikidata.org/wiki/Property:P9275"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "simultaneous with"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002083",
- "meta" : {
- "comments" : [ "t1 before t2 iff:= t1 before_or_simulataneous_with t2 and not (t1 simultaeous_with t2)" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0018029",
+ "lbl" : "is antagonist of",
"type" : "PROPERTY",
- "lbl" : "before"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000004",
- "meta" : {
- "definition" : {
- "val" : "A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything.",
- "xrefs" : [ ]
- }
- },
- "type" : "CLASS",
- "lbl" : "independent continuant"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000006",
- "type" : "CLASS",
- "lbl" : "spatial region"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0008504",
"meta" : {
"definition" : {
- "val" : "inverse of kleptoparasite of",
- "xrefs" : [ ]
+ "val" : "a relation between a ligand (material entity) and a receptor (material entity) that implies the binding of the ligand to the receptor reduces some activity of the receptor to basal level"
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
- "type" : "PROPERTY",
- "lbl" : "kleptoparasitized by"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004025",
- "meta" : {
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "disease causes dysfunction of (disease to anatomical entity)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "tretinoin (CHEBI:15367) is antagonist of Nuclear receptor ROR-beta (PR:Q92753)"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "https://orcid.org/0000-0003-4423-4370"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:58:20Z"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://www.wikidata.org/wiki/Property:P3773"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease causes dysfunction of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002088",
- "meta" : {
- "comments" : [ "Previously had ID http://purl.obolibrary.org/obo/RO_0002123 in test files in sandpit - but this seems to have been dropped from ro-edit.owl at some point. No re-use under this ID AFAIK, but leaving note here in case we run in to clashes down the line. Official ID now chosen from DOS ID range." ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0019000",
+ "lbl" : "regulates characteristic",
"type" : "PROPERTY",
- "lbl" : "during which starts"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0008503",
"meta" : {
"definition" : {
- "val" : "A sub-relation of parasite of in which a parasite steals resources from another organism, usually food or nest material",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a process and a characteristic in which process (P) regulates characteristic (C) iff: P results in the existence of C OR affects the intensity or magnitude of C."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Kleptoparasitism"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0002-8688-6599"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "kleptoparasite of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004024",
+ "id" : "http://purl.obolibrary.org/obo/RO_0019001",
+ "lbl" : "positively regulates characteristic",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a disease and a process where the disease process disrupts the execution of the process.",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a process and a characteristic in which process (P) positively regulates characteristic (C) iff: P results in an increase in the intensity or magnitude of C."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:51:09Z"
- }, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "disease causes disruption of (disease to process)"
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0002-8688-6599"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease causes disruption of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002089",
- "meta" : {
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_0019002",
+ "lbl" : "negatively regulates characteristic",
"type" : "PROPERTY",
- "lbl" : "starts before"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0008502",
"meta" : {
"definition" : {
- "val" : "inverse of epiphyte of",
- "xrefs" : [ ]
+ "val" : "A relationship that holds between a process and a characteristic in which process (P) negatively regulates characteristic (C) iff: P results in a decrease in the intensity or magnitude of C."
},
- "subsets" : [ "http://purl.obolibrary.org/obo/RO_0002259" ]
- },
- "type" : "PROPERTY",
- "lbl" : "has epiphyte"
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/terms/contributor",
+ "val" : "https://orcid.org/0000-0002-8688-6599"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004027",
+ "id" : "http://purl.obolibrary.org/obo/RO_0019501",
+ "lbl" : "confers susceptibility to condition",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a disease and an anatomical entity where the disease is triggered by an inflammatory response to stimuli occurring in the anatomical entity",
- "xrefs" : [ ]
+ "val" : "Relates a gene to condition, such that a variation in this gene predisposes to the development of a condition."
},
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-12-26T19:37:31Z"
- }, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "val" : "http://orcid.org/0000-0002-4142-7153"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease has inflammation site"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004026",
+ "id" : "http://purl.obolibrary.org/obo/RO_0040035",
+ "lbl" : "disease relationship",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relationship between a disease and an anatomical entity where the disease has one or more features that are located in that entity.",
- "xrefs" : [ ]
+ "val" : "This relation groups relations between diseases and any other kind of entity."
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "TODO: complete range axiom once more of CARO has been mireoted in to this ontology"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
+ "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, in which the subject or object is a disease."
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "https://orcid.org/0000-0002-6601-2165"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation is intentionally very general, and covers isolated diseases, where the disease is realized as a process occurring in the location, and syndromic diseases, where one or more of the features may be present in that location. Thus any given disease can have multiple locations in the sense defined here."
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T04:06:02Z"
+ "val" : "2018-09-26T00:00:32Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease has location"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0008501",
+ "id" : "http://purl.obolibrary.org/obo/RO_0040036",
+ "lbl" : "results in changes to anatomical or cellular structure",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "An interaction relationship wherein a plant or algae is living on the outside surface of another plant.",
- "xrefs" : [ ]
+ "val" : "p has anatomical participant c iff p has participant c, and c is an anatomical entity"
},
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
- "val" : "https://en.wikipedia.org/wiki/Epiphyte"
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-09-26T01:08:58Z"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "epiphyte of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004021",
+ "id" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "lbl" : "is homeomorphic for",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between the disease and a process where the physical basis of the disease disrupts execution of a key biological process.",
- "xrefs" : [ ]
+ "val" : "R is homemorphic for C iff (1) there exists some x,y such that x R y, and x and y instantiate C and (2) for all x, if x is an instance of C, and there exists some y some such that x R y, then it follows that y is an instance of C."
},
+ "comments" : [ "R homeomorphic-for C expands to: C SubClassOf R only C. Additionally, for any class D that is disjoint with C, we can also expand to C DisjointWith R some D, D DisjointWith R some C." ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:37:52Z"
- }, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "disease has basis in disruption of (disease to process)"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
+ "val" : "part-of is homeomorphic for independent continuants."
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
"val" : "https://orcid.org/0000-0002-6601-2165"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2018-10-21T19:46:34Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "https://github.com/oborel/obo-relations/issues/164"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease has basis in disruption of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002084",
- "meta" : {
- "comments" : [ "Previously had ID http://purl.obolibrary.org/obo/RO_0002122 in test files in sandpit - but this seems to have been dropped from ro-edit.owl at some point. No re-use under this ID AFAIK, but leaving note here in case we run in to clashes down the line. Official ID now chosen from DOS ID range." ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000000",
+ "lbl" : "in similarity relationship with",
"type" : "PROPERTY",
- "lbl" : "during which ends"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002085",
"meta" : {
- "comments" : [ "Previously had ID http://purl.obolibrary.org/obo/RO_0002124 in test files in sandpit - but this seems to have been dropped from ro-edit.owl at some point. No re-use under this ID AFAIK, but leaving note here in case we run in to clashes down the line. Official ID now chosen from DOS ID range." ],
+ "definition" : {
+ "val" : "Relation between biological objects that resemble or are related to each other sufficiently to warrant a comparison.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000000", "BGEE:curator" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "sameness"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "similar to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "correspondence",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814479" ]
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "resemblance"
+ } ],
+ "xrefs" : [ {
+ "val" : "ECO:0000041"
+ }, {
+ "val" : "SO:similar_to"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-7073-9172"
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
+ "val" : "TODO: Add homeomorphy axiom"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "di"
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "pred" : "http://purl.obolibrary.org/obo/RO_0040042",
+ "val" : "http://purl.obolibrary.org/obo/BFO_0000003"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000000"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "encompasses"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004020",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000001",
+ "lbl" : "in homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between the disease and a material entity where the physical basis of the disease is a disorder of that material entity that affects its function.",
- "xrefs" : [ ]
+ "val" : "Similarity that results from common evolutionary origin.",
+ "xrefs" : [ "http://dx.doi.org/10.1002/bies.950180611", "http://dx.doi.org/10.1002/jmor.1051730307", "http://dx.doi.org/10.1007/BF02814480", "http://purl.obolibrary.org/obo/HOM_0000001" ]
},
+ "comments" : [ "This broad definition encompasses all the working definitions proposed so far in the literature." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "homologous to"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
- "val" : "disease has basis in dysfunction of (disease to anatomical structure)"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:29:32Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000001"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease has basis in dysfunction of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004023",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000002",
+ "lbl" : "in homoplasy relationship with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Similarity that results from independent evolution.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://purl.obolibrary.org/obo/HOM_0000002" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "homoplasous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "analogy"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all of which have a disease as the subject."
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:50:54Z"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000002"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "causal relationship with disease as subject"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002086",
- "meta" : {
- "comments" : [ "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)" ],
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
- } ]
- },
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000003",
+ "lbl" : "in homocracy relationship with",
"type" : "PROPERTY",
- "lbl" : "ends after"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002087",
"meta" : {
- "comments" : [ "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)" ],
+ "definition" : {
+ "val" : "Similarity that is characterized by the organization of anatomical structures through the expression of homologous or identical patterning genes.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://dx.doi.org/10.1007/s00427-003-0301-4", "http://dx.doi.org/10.1186/1742-9994-2-15", "http://purl.obolibrary.org/obo/HOM_0000003" ]
+ },
+ "comments" : [ "Homology and homocracy are not mutually exclusive. The homology relationships of patterning genes may be unresolved and thus may include orthologues and paralogues." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "homocracous to"
+ } ],
+ "xrefs" : [ {
+ "val" : "ECO:0000075"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "David Osumi-Sutherland"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
- "val" : "starts_at_end_of"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000003"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "immediately preceded by"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004022",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000004",
+ "lbl" : "in convergence relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that holds between the disease and a feature (a phenotype or other disease) where the physical basis of the disease is the feature.",
- "xrefs" : [ ]
+ "val" : "Homoplasy that involves different underlying mechanisms or structures.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://purl.obolibrary.org/obo/HOM_0000004" ]
},
+ "comments" : [ "Convergence usually implies a notion of adaptation." ],
+ "synonyms" : [ {
+ "pred" : "hasRelatedSynonym",
+ "val" : "analogy"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:46:07Z"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease has basis in feature"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004018",
- "meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:20:29Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000004"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is basis for realizable"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004017",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000005",
+ "lbl" : "in parallelism relationship with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Homoplasy that involves homologous underlying mechanisms or structures.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://purl.obolibrary.org/obo/HOM_0000005" ]
+ },
+ "comments" : [ "Can be applied for features present in closely related organisms but not present continuously in all the members of the lineage." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "parallel evolution"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:20:01Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000005"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "realizable has basis in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004019",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000006",
+ "lbl" : "in structural homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Homology that is defined by similarity with regard to selected structural parameters.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.014", "http://dx.doi.org/10.1146/annurev.es.20.110189.000411", "http://purl.obolibrary.org/obo/HOM_0000006", "ISBN:0123195837" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "structural homologous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "idealistic homology"
+ } ],
+ "xrefs" : [ {
+ "val" : "ECO:0000071"
+ }, {
+ "val" : "MI:2163"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T03:26:47Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000006"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "disease has basis in"
+ }
}, {
- "id" : "http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000007",
+ "lbl" : "in historical homology relationship with",
"type" : "PROPERTY",
- "lbl" : "has_broad_synonym"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000002",
"meta" : {
"definition" : {
- "val" : "An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts.",
- "xrefs" : [ ]
- }
- },
- "type" : "CLASS",
- "lbl" : "continuant"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000003",
- "meta" : {
- "definition" : {
- "val" : "An entity that has temporal parts and that happens, unfolds or develops through time.",
- "xrefs" : [ ]
- }
- },
- "type" : "CLASS",
- "lbl" : "occurrent"
- }, {
- "id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym",
- "type" : "PROPERTY",
- "lbl" : "has_exact_synonym"
- }, {
- "id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco",
- "meta" : {
+ "val" : "Homology that is defined by common descent.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/S0169-5347(97)01125-7", "http://purl.obolibrary.org/obo/HOM_0000007", "ISBN:0123195837" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasBroadSynonym",
+ "val" : "homology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "cladistic homology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "historical homologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "phylogenetic homology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "taxic homology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "true homology"
+ } ],
+ "xrefs" : [ {
+ "val" : "ECO:0000080"
+ }, {
+ "val" : "RO_proposed_relation:homologous_to"
+ }, {
+ "val" : "SO:0000330"
+ }, {
+ "val" : "SO:0000853"
+ }, {
+ "val" : "SO:0000857"
+ }, {
+ "val" : "SO:homologous_to"
+ }, {
+ "val" : "TAO:homologous_to"
+ } ],
"basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000007"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "eco subset"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004014",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000008",
+ "lbl" : "in biological homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relates a gene to condition, such that a mutation in this gene is sufficient to produce the condition but that cannot be passed on to offspring[modified from orphanet].",
- "xrefs" : [ ]
+ "val" : "Homology that is defined by sharing of a set of developmental constraints, caused by locally acting self-regulatory mechanisms of differentiation, between individualized parts of the phenotype.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/S0169-5347(97)01125-7", "http://dx.doi.org/10.1146/annurev.es.20.110189.000411", "http://purl.obolibrary.org/obo/HOM_0000008" ]
},
+ "comments" : [ "Applicable only to morphology. A certain degree of ambiguity is accepted between biological homology and parallelism." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "biological homologous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "transformational homology"
+ } ],
+ "xrefs" : [ {
+ "val" : "ECO:0000067"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_317344"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:57:07Z"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000008"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is causal somatic mutation in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004013",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000009",
+ "lbl" : "in reversal relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relates a gene to condition, such that a mutation in this gene is sufficient to produce the condition and that can be passed on to offspring[modified from orphanet].",
- "xrefs" : [ ]
+ "val" : "Homoplasy that involves phenotypes similar to those seen in ancestors within the lineage.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://purl.obolibrary.org/obo/HOM_0000009" ]
},
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "atavism"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "rudiment"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "reversion"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:56:40Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_317343"
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000009"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is causal germline mutation in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004016",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000010",
+ "lbl" : "in syntenic homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relates a gene to condition, such that a mutation in this gene partially contributes to the presentation of this condition[modified from orphanet].",
- "xrefs" : [ ]
+ "val" : "Structural homology that is detected by similarity in content and organization between chromosomes.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000010", "MeSH:Synteny" ]
},
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "syntenic homologous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "synteny"
+ } ],
+ "xrefs" : [ {
+ "val" : "MeSH:Synteny"
+ }, {
+ "val" : "SO:0000860"
+ }, {
+ "val" : "SO:0005858"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:58:43Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_317346"
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000010"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is causal germline mutation partially giving rise to"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004015",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000011",
+ "lbl" : "in paralogy relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relates a gene to condition, such that a mutation in this gene predisposes to the development of a condition and that is necessary but not sufficient to develop the condition[modified from orphanet].",
- "xrefs" : [ ]
+ "val" : "Historical homology that involves genes that diverged after a duplication event.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000011", "http://www.ncbi.nlm.nih.gov/pubmed/5449325" ]
},
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "paralogous to"
+ } ],
+ "xrefs" : [ {
+ "val" : "SO:0000854"
+ }, {
+ "val" : "SO:0000859"
+ }, {
+ "val" : "SO:paralogous_to"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:57:43Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_317345"
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000011"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is causal susceptibility factor for"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004010",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000012",
+ "lbl" : "in syntenic paralogy relationship with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Paralogy that involves sets of syntenic blocks.",
+ "xrefs" : [ "http://dx.doi.org/10.1186/1471-213X-7-100", "http://purl.obolibrary.org/obo/HOM_0000012", "DOI:10.1002/1097-010X(20001215)288:4<345::AID-JEZ7>3.0.CO;2-Y" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "syntenic paralogous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "duplicon"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "paralogon"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a more specific relations"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:53:08Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000012"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is genetic basis for condition"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004012",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000013",
+ "lbl" : "in syntenic orthology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relates a gene to condition, such that a mutation in this gene in a germ cell impairs the function of the corresponding product and that is sufficient to produce the condition and that can be passed on to offspring[modified from orphanet].",
- "xrefs" : [ ]
+ "val" : "Syntenic homology that involves chromosomes of different species.",
+ "xrefs" : [ "http://dx.doi.org/10.1101/gr.6380007", "http://purl.obolibrary.org/obo/HOM_0000013" ]
},
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "syntenic orthologous to"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_410295"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:56:06Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000013"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is causal loss of function germline mutation of in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004011",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000014",
+ "lbl" : "in partial homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "Relates a gene to condition, such that a mutation in this gene in a germ cell provides a new function of the corresponding product and that is sufficient to produce the condition and that can be passed on to offspring[modified from orphanet].",
- "xrefs" : [ ]
+ "val" : "Structural homology that involves complex structures from which only a fraction of the elements that can be isolated are separately homologous.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000014", "ISBN:0123195837", "ISBN:978-0471984931" ]
},
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "fractional homology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "partial homologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "segmental homology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "mixed homology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "modular homology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "partial correspondence"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "percent homology"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:55:51Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_410296"
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000014"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "is causal gain of function germline mutation of in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004007",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000015",
+ "lbl" : "in protein structural homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p 'has primary input ot output' c iff either (a) p 'has primary input' c or (b) p 'has primary output' c.",
- "xrefs" : [ ]
+ "val" : "Structural homology that is detected at the level of the 3D protein structure, but maybe not at the level of the amino acid sequence.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/0022-2836(76)90195-9", "http://purl.obolibrary.org/obo/HOM_0000015" ]
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "protein structural homologous to"
+ } ],
+ "xrefs" : [ {
+ "val" : "MeSH:Structural_Homology,_Protein"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-12-13T11:26:17Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000015"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has primary input or output"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004006",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000016",
+ "lbl" : "in non functional homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Structural homology that involves a pseudogenic feature and its functional ancestor.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000016", "SO:non_functional_homolog_of" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasBroadSynonym",
+ "val" : "pseudogene"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "non functional homologous to"
+ } ],
+ "xrefs" : [ {
+ "val" : "SO:non_functional_homolog_of"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:46:57Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000016"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has partial material basis in germline mutation in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004009",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000017",
+ "lbl" : "in orthology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p has primary input c if (a) p has input c and (b) the goal of process is to modify, consume, or transform c.",
- "xrefs" : [ "GOC:cjm", "GOC:dph", "GOC:kva", "GOC:pt" ]
+ "val" : "Historical homology that involves genes that diverged after a speciation event.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000017", "http://www.ncbi.nlm.nih.gov/pubmed/5449325" ]
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
+ "comments" : [ "The term is sometimes also used for anatomical structures." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "orthologous to"
+ } ],
+ "xrefs" : [ {
+ "val" : "ECO:00000060"
+ }, {
+ "val" : "SO:0000855"
+ }, {
+ "val" : "SO:0000858"
+ }, {
+ "val" : "SO:orthologous_to"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-12-13T11:26:56Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000017"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has primary input"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004008",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000018",
+ "lbl" : "in xenology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "p has primary output c if (a) p has output c and (b) the goal of process is to modify, produce, or transform c.",
- "xrefs" : [ "GOC:cjm", "GOC:dph", "GOC:kva", "GOC:pt" ]
+ "val" : "Historical homology that is characterized by an interspecies (horizontal) transfer since the common ancestor.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000018" ]
},
- "subsets" : [ "http://purl.obolibrary.org/obo/valid_for_go_ontology" ],
+ "comments" : [ "The term is sometimes also used for anatomical structures (e.g. in case of a symbiosis)." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "xenologous to"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2018-12-13T11:26:32Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000018"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has primary output"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000034",
- "type" : "CLASS",
- "lbl" : "function"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000031",
- "meta" : {
- "definition" : {
- "val" : "A continuant that is dependent on one or other independent continuant bearers. For every instance of A requires some instance of (an independent continuant type) B but which instance of B serves can change from time to time.",
- "xrefs" : [ ]
- }
- },
- "type" : "CLASS",
- "lbl" : "generically dependent continuant"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0002180",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000019",
+ "lbl" : "in 1 to 1 homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type.",
- "xrefs" : [ ]
+ "val" : "Historical homology that involves two members sharing no other homologs in the lineages considered.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000019", "BGEE:curator" ]
},
- "subsets" : [ "http://purl.obolibrary.org/obo/ro/subsets#ro-eco" ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "The definition of 'has component' is still under discussion. The challenge is in providing a definition that does not imply transitivity."
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "1 to 1 homologous to"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000114",
- "val" : "http://purl.obolibrary.org/obo/IAO_0000125"
+ "pred" : "hasExactSynonym",
+ "val" : "1:1 homology"
}, {
- "pred" : "http://purl.obolibrary.org/obo/RO_0001900",
- "val" : "http://purl.obolibrary.org/obo/RO_0001901"
+ "pred" : "hasExactSynonym",
+ "val" : "one-to-one homology"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "For use in recording has_part with a cardinality constraint, because OWL does not permit cardinality constraints to be used in combination with transitive object properties. In situations where you would want to say something like 'has part exactly 5 digit, you would instead use has_component exactly 5 digit."
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://ontologydesignpatterns.org/wiki/Submissions:Componency"
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000019"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has component"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004003",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000020",
+ "lbl" : "in 1 to 1 orthology relationship with",
+ "type" : "PROPERTY",
"meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "definition" : {
+ "val" : "Orthology that involves two genes that did not experience any duplication after the speciation event that created them.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://purl.obolibrary.org/obo/HOM_0000020", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "1 to 1 orthologous to"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_317343"
+ "pred" : "hasExactSynonym",
+ "val" : "1:1 orthology"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:45:54Z"
- } ]
- },
- "type" : "PROPERTY",
- "lbl" : "has material basis in germline mutation in"
- }, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004002",
- "meta" : {
+ "pred" : "hasExactSynonym",
+ "val" : "one-to-one orthology"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:45:37Z"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000020"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has material basis in loss of function germline mutation in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004005",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000022",
+ "lbl" : "in ohnology relationship with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Paralogy that results from a whole genome duplication event.",
+ "xrefs" : [ "http://dx.doi.org/10.1038/75560", "http://purl.obolibrary.org/obo/HOM_0000022" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "ohnologous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "homoeology"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:46:26Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000022"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has major susceptibility factor"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004004",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000023",
+ "lbl" : "in in-paralogy relationship with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "Paralogy that results from a lineage-specific duplication subsequent to a given speciation event.",
+ "xrefs" : [ "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000023" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "in-paralogous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "inparalogy"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "symparalogy"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:46:07Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_317344"
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000023"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has material basis in somatic mutation in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004001",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000024",
+ "lbl" : "in out-paralogy relationship with",
+ "type" : "PROPERTY",
"meta" : {
- "basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:45:20Z"
+ "definition" : {
+ "val" : "Paralogy that results from a duplication preceding a given speciation event.",
+ "xrefs" : [ "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000024" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "alloparalogy"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "hasExactSynonym",
+ "val" : "out-paralogous to"
}, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_410296"
+ "pred" : "hasExactSynonym",
+ "val" : "outparalogy"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
"pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
- "val" : "http://www.orpha.net/ORDO/Orphanet_410295"
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000024"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has material basis in gain of function germline mutation in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0004000",
- "meta" : {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000025",
+ "lbl" : "in pro-orthology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "1:many orthology that involves a gene in species A and one of its ortholog in species B, when duplications more recent than the species split have occurred in species B but not in species A.",
+ "xrefs" : [ "http://dx.doi.org/10.1006/scdb.1999.0338", "http://dx.doi.org/10.1038/nrg2099", "http://purl.obolibrary.org/obo/HOM_0000025" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "pro-orthologous to"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
- "val" : "https://orcid.org/0000-0002-6601-2165"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
- "val" : "2017-11-05T02:38:20Z"
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "Do not use this relation directly. It is intended as a grouping for a more specific relations"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000025"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "condition has genetic basis in"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015002",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000026",
+ "lbl" : "in semi-orthology relationship with",
+ "type" : "PROPERTY",
"meta" : {
+ "definition" : {
+ "val" : "1:many orthology that involves a gene in species A and its ortholog in species B, when duplications more recent than the species split have occurred in species A but not in species B.",
+ "xrefs" : [ "http://dx.doi.org/10.1006/scdb.1999.0338", "http://dx.doi.org/10.1038/nrg2099", "http://purl.obolibrary.org/obo/HOM_0000026" ]
+ },
+ "comments" : [ "The converse of pro-orthologous." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "semi-orthologous to"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-5260-9315"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000026"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "exemplar data of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015003",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000027",
+ "lbl" : "in serial homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a group and another group it is part of but does not fully constitute.",
- "xrefs" : [ ]
+ "val" : "Iterative homology that involves structures arranged along the main body axis.",
+ "xrefs" : [ "http://dx.doi.org/10.1146/annurev.es.20.110189.000411", "http://purl.obolibrary.org/obo/HOM_0000027" ]
},
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "serial homologous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "homonomy"
+ } ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0001-7258-9596"
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This is used specifically for sets whose members are specified by some set-forming operator (method of grouping) such as clustering analyses in single cell transcriptomics."
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "X subcluster_of Y iff: X and Y are clusters/groups; X != Y; all members of X are also members of Y."
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000027"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "subcluster of"
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000023",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000028",
+ "lbl" : "in heterochronous homology relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts.",
- "xrefs" : [ ]
- }
- },
- "type" : "CLASS",
- "lbl" : "role"
+ "val" : "Biological homology that is characterized by changes, over evolutionary time, in the rate or timing of developmental events of homologous structures.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000028", "ISBN:978-0674639416" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "heterochronous homologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "heterochrony"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000028"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015004",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000029",
+ "lbl" : "in paedomorphorsis relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation that applies between a cell type and a set of markers that can be used to uniquely identify that cell type.",
- "xrefs" : [ ]
+ "val" : "Heterochronous homology that is produced by a retention in adults of a species of traits previously seen only in juveniles.",
+ "xrefs" : [ "http://en.wikipedia.org/wiki/Pedomorphosis", "http://purl.obolibrary.org/obo/HOM_0000029", "ISBN:978-0674639416" ]
},
"synonyms" : [ {
"pred" : "hasExactSynonym",
- "val" : "has marker gene combination",
- "xrefs" : [ ]
+ "val" : "juvenification"
}, {
"pred" : "hasExactSynonym",
- "val" : "has marker signature set",
- "xrefs" : [ ]
+ "val" : "pedomorphosis"
} ],
"basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "'Lamp5-like Egln3_1 primary motor cortex GABAergic interneuron (Mus musculus)' subClass_of: has_characterizing_marker_set some 'NS forest marker set of Lamp5-like Egln3_1 MOp (Mouse).'; NS forest marker set of Lamp5-like Egln3_1 SubClass_of: ('has part' some 'Mouse Fbn2') and ('has part' some 'Mouse Chrna7') and ('has part' some 'Mouse Fam19a1')."
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "transcriptomically defined cell type X subClass_of: (has_characterizing_marker_set some S1); S1 has_part some gene 1, S1 has_part some gene 2, S1 has_part some gene 3."
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://purl.org/dc/elements/1.1/contributor",
- "val" : "https://orcid.org/0000-0001-7258-9596"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000029"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000030",
+ "lbl" : "in peramorphosis relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Heterochronous homology that is produced by a maturation of individuals of a species past adulthood, which take on hitherto unseen traits.",
+ "xrefs" : [ "http://en.wikipedia.org/wiki/Peramorphosis", "http://purl.obolibrary.org/obo/HOM_0000030" ]
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "C has_characterizing_marker_set y iff: C is a cell type and y is a collection of genes or proteins whose expression is sufficient to distinguish cell type C from most or all other cell types."
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation is not meant for cases where set of genes/proteins are only useful as markers in some specific context - e.g. in some specific location. In these cases it is recommended to make a more specific cell class restricted to the relevant context."
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000030"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has characterizing marker set"
+ }
}, {
- "id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000031",
+ "lbl" : "in progenesis relationship with",
"type" : "PROPERTY",
- "lbl" : "subset_property"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000020",
"meta" : {
"definition" : {
- "val" : "A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same.",
- "xrefs" : [ ]
- }
- },
- "type" : "CLASS",
- "lbl" : "specifically dependent continuant"
- }, {
- "id" : "http://purl.obolibrary.org/obo/BFO_0000141",
- "type" : "CLASS",
- "lbl" : "immaterial entity"
+ "val" : "Paedomorphosis that is produced by precocious sexual maturation of an organism still in a morphologically juvenile stage.",
+ "xrefs" : [ "http://en.wikipedia.org/wiki/Progenesis", "http://purl.obolibrary.org/obo/HOM_0000031", "ISBN:978-0674639416" ]
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000031"
+ } ]
+ }
}, {
- "id" : "http://purl.obolibrary.org/obo/RO_0015001",
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000032",
+ "lbl" : "in neoteny relationship with",
+ "type" : "PROPERTY",
"meta" : {
"definition" : {
- "val" : "A relation between a material entity and some data in which the data is taken as exemplifying the material entity.",
- "xrefs" : [ ]
+ "val" : "Paedomorphosis that is produced by a retardation of somatic development.",
+ "xrefs" : [ "http://en.wikipedia.org/wiki/Neoteny", "http://purl.obolibrary.org/obo/HOM_0000032", "ISBN:978-0674639416" ]
},
- "basicPropertyValues" : [ {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000116",
- "val" : "C has_exemplar_data y iff x is an instance of C and y is data about x that is taken as exemplifying of C."
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "juvenilization"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000117",
- "val" : "https://orcid.org/0000-0002-5260-9315"
+ "pred" : "hasExactSynonym",
+ "val" : "neotenous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000232",
- "val" : "This relation is not meant to capture the relation between occurrents and data."
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
}, {
- "pred" : "http://purl.obolibrary.org/obo/IAO_0000112",
- "val" : "transcriptomically defined cell type X equivalent to ‘cell’ and (has_exemplar_data value [transcriptomic profile data])"
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000032"
} ]
- },
- "type" : "PROPERTY",
- "lbl" : "has exemplar data"
- } ],
- "edges" : [ {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000071",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000005",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000002"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000029",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000028"
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002107",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000033",
+ "lbl" : "in mimicry relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Convergence that results from co-evolution usually involving an evolutionary arms race.",
+ "xrefs" : [ "http://en.wikipedia.org/wiki/Mimicry", "http://purl.obolibrary.org/obo/HOM_0000033" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "mimicrous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000033"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004016",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003304"
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000034",
+ "lbl" : "in 1 to many orthology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Orthology that involves two genes when duplications more recent than the species split have occurred in one species but not the other.",
+ "xrefs" : [ "http://dx.doi.org/10.1038/415741a", "http://purl.obolibrary.org/obo/HOM_0000034", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "1 to many orthologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "1:many orthology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "one-to-many orthology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "co-orthology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "many to 1 orthology"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000034"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002553",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002554"
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000036",
+ "lbl" : "in many to many homology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that involves two members of a larger set of homologs.",
+ "xrefs" : [ "http://dx.doi.org/10.1093/molbev/msp002", "http://purl.obolibrary.org/obo/HOM_0000036" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "many to many homologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "many-to-many homology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "many:many homology "
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000036"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000037",
+ "lbl" : "in 1 to many homology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that involves a structure that has no other homologs in the species in which it is defined, and several homologous structures in another species.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000037", "BGEE:curator" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "1 to many homologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "one-to-many homology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "1:many homology"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000037"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000042",
+ "lbl" : "in apomorphy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that is based on recent shared ancestry, characterizing a monophyletic group.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000042", "ISBN:978-0252068140" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "apomorphous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "synapomorphy"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000042"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000043",
+ "lbl" : "in plesiomorphy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that is based on distant shared ancestry.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000043", "ISBN:978-0252068140" ]
+ },
+ "comments" : [ "This term is usually contrasted to apomorphy." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "plesiomorphous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "symplesiomorphy"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000043"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000044",
+ "lbl" : "in deep homology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Homocracy that involves morphologically and phylogenetically disparate structures that are the result of parallel evolution.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814485", "http://dx.doi.org/10.1038/nature07891", "http://purl.obolibrary.org/obo/HOM_0000044" ]
+ },
+ "comments" : [ "Used for structures in distantly related taxa." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "deep genetic homology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "deep homologous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "generative homology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "homoiology"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000044"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000045",
+ "lbl" : "in hemiplasy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that is characterized by topological discordance between a gene tree and a species tree attributable to the phylogenetic sorting of genetic polymorphisms across successive nodes in a species tree.",
+ "xrefs" : [ "http://dx.doi.org/10.1073/pnas.0807433105", "http://purl.obolibrary.org/obo/HOM_0000045" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "hemiplasous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000045"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000046",
+ "lbl" : "in gametology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that involves not recombining and subsequently differentiated sex chromosomes.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000046", "http://www.ncbi.nlm.nih.gov/pubmed/11110898" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "gametologous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000046"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000047",
+ "lbl" : "in chromosomal homology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that involves the chromosomes able to pair (synapse) during meiosis.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000047", "ISBN:0195307615" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "chromosomal homologous to"
+ } ],
+ "xrefs" : [ {
+ "val" : "MeSH:Chromosome_Pairing"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000047"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000048",
+ "lbl" : "in many to many orthology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Orthology that involves two genes that experienced duplications more recent than the species split that created them.",
+ "xrefs" : [ "http://dx.doi.org/10.1038/415741a", "http://purl.obolibrary.org/obo/HOM_0000048", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "many to many orthologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "many-to-many orthology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "many:many orthology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "trans-orthology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "co-orthology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "trans-homology"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000048"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000049",
+ "lbl" : "in within-species paralogy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Paralogy that involves genes from the same species.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000049", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "within-species paralogous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000049"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000050",
+ "lbl" : "in between-species paralogy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Paralogy that involves genes from different species.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000050", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ },
+ "comments" : [ "The genes have diverged before a speciation event." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "between-species paralogous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000050"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000051",
+ "lbl" : "in postdisplacement relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Paedomorphosis that is produced by delayed growth of immature structures into the adult form.",
+ "xrefs" : [ "http://en.wikipedia.org/wiki/Pedomorphosis", "http://purl.obolibrary.org/obo/HOM_0000051" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "post-displacement"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000051"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000052",
+ "lbl" : "in hypermorphosis relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Peramorphosis that is produced by a delay in the offset of development.",
+ "xrefs" : [ "http://en.wikipedia.org/wiki/Peramorphosis", "http://purl.obolibrary.org/obo/HOM_0000052", "ISBN:978-0674639416" ]
+ },
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000052"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000053",
+ "lbl" : "in synology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Xenology that results, not from the transfer of a gene between two species, but from a hybridization of two species.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF00173425", "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://purl.obolibrary.org/obo/HOM_0000053" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "synologous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000053"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000054",
+ "lbl" : "in isoorthology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Orthology that involves functional equivalent genes with retention of the ancestral function.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://purl.obolibrary.org/obo/HOM_0000054" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "isoorthologous to"
+ } ],
+ "xrefs" : [ {
+ "val" : "ECO:0000080"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000054"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000055",
+ "lbl" : "in tandem paralogy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Paralogy that is characterized by duplication of adjacent sequences on a chromosome segment.",
+ "xrefs" : [ "http://dx.doi.org/10.1016/S0168-9525(00)02005-9", "http://purl.obolibrary.org/obo/HOM_0000055", "ISBN:978-0878932665" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "tandem paralogous to"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "iterative paralogy"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "serial paralogy"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000055"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000057",
+ "lbl" : "in latent homology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Parallelism that involves morphologically very similar structures, occurring only within some members of a taxon and absent in the common ancestor (which possessed the developmental basis to develop this character).",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814485", "http://dx.doi.org/10.1016/j.jhevol.2006.11.010", "http://dx.doi.org/10.1186/1742-9994-2-15", "http://purl.obolibrary.org/obo/HOM_0000057", "ISBN:0199141118" ]
+ },
+ "comments" : [ "Used for structures in closely related taxa." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "apomorphic tendency"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "cryptic homology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "latent homologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "underlying synapomorphy"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "homoiology"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "homoplastic tendency"
+ }, {
+ "pred" : "hasRelatedSynonym",
+ "val" : "re-awakening"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000057"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000058",
+ "lbl" : "in syngeny relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Homocracy that involves recognizably corresponding characters that occurs in two or more taxa, or as a repeated unit within an individual.",
+ "xrefs" : [ "http://dx.doi.org/10.1186/1742-9994-2-15", "http://purl.obolibrary.org/obo/HOM_0000058", "DOI:10.1002/1521-1878(200009)22:9<846::AID-BIES10>3.0.CO;2-R" ]
+ },
+ "comments" : [ "Cannot be used when orthologous patterning gene are organizing obviously non-homologous structures in different organisms due for example to pleiotropic functions of these genes." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "generative homology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "syngenous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000058"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000060",
+ "lbl" : "in apparent orthology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Between-species paralogy that involves single copy paralogs resulting from reciprocal gene loss.",
+ "xrefs" : [ "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000060", "http://www.ensembl.org/info/docs/compara/homology_method.html" ]
+ },
+ "comments" : [ "The genes are actually paralogs but appear to be orthologous due to differential, lineage-specific gene loss." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "1:1 paralogy"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "apparent 1:1 orthology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "apparent orthologous to"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "pseudoorthology"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000060"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000061",
+ "lbl" : "in pseudoparalogy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Xenology that involves genes that ended up in a given genome as a result of a combination of vertical inheritance and horizontal gene transfer.",
+ "xrefs" : [ "http://dx.doi.org/10.1146/annurev.genet.39.073003.114725", "http://purl.obolibrary.org/obo/HOM_0000061" ]
+ },
+ "comments" : [ "These genes may come out as paralogs in a single-genome analysis." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "pseudoparalogous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000061"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000062",
+ "lbl" : "in equivalogy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that involves functional equivalent genes with retention of the ancestral function.",
+ "xrefs" : [ "http://dx.doi.org/10.1093/nar/gkl1043", "http://purl.obolibrary.org/obo/HOM_0000062" ]
+ },
+ "comments" : [ "This may include examples of orthology, paralogy and xenology." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "equivalogous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000062"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000063",
+ "lbl" : "in interology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that involves orthologous pairs of interacting molecules in different organisms.",
+ "xrefs" : [ "http://dx.doi.org/10.1101/gr.1774904", "http://dx.doi.org/10.1126/science.287.5450.116", "http://purl.obolibrary.org/obo/HOM_0000063" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "interologous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000063"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000065",
+ "lbl" : "in functional equivalence relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Similarity that is characterized by interchangeability in function.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://dx.doi.org/10.1038/415741a", "http://purl.obolibrary.org/obo/HOM_0000065" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasRelatedSynonym",
+ "val" : "functional similarity"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000065"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000066",
+ "lbl" : "in iterative homology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Biological homology that involves parts of the same organism.",
+ "xrefs" : [ "http://dx.doi.org/10.1146/annurev.es.20.110189.000411", "http://purl.obolibrary.org/obo/HOM_0000066" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "iterative homologous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000066"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000068",
+ "lbl" : "in paraxenology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Xenology that is characterized by multiple horizontal transfer events, resulting in the presence of two or more copies of the foreign gene in the host genome.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000068", "http://www.ncbi.nlm.nih.gov/pubmed/3065587" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "duplicate xenology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "multiple xenology"
+ }, {
+ "pred" : "hasExactSynonym",
+ "val" : "paraxenologous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000068"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000069",
+ "lbl" : "in plerology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Paralogy that is characterized by extra similarity between paralogous sequences resulting from concerted evolution.",
+ "xrefs" : [ "http://purl.obolibrary.org/obo/HOM_0000069", "http://www.ncbi.nlm.nih.gov/pubmed/3065587" ]
+ },
+ "comments" : [ "This phenomenon is usually due to gene conversion process." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "plerologous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000069"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000071",
+ "lbl" : "in homotopy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Structural homology that involves structures with the same or similar relative positions.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814484", "http://dx.doi.org/10.1007/BF02814485", "http://purl.obolibrary.org/obo/HOM_0000071", "ISBN:0123195837" ]
+ },
+ "comments" : [ "Theissen (2005) mentions that some authors may consider homotopy to be distinct from homology, but this is not the standard use." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "homotopous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000071"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000072",
+ "lbl" : "in homeosis relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Biological homology that involves an ectopic structure and the normally positioned structure.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/BF02814485", "http://dx.doi.org/10.1016/j.cell.2008.06.030", "http://purl.obolibrary.org/obo/HOM_0000072" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasRelatedSynonym",
+ "val" : "heterotopy"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000072"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002202",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002203"
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000073",
+ "lbl" : "in homoeology relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Synology that results from allopolyploidy.",
+ "xrefs" : [ "http://dx.doi.org/10.1073/pnas.0505156102", "http://purl.obolibrary.org/obo/HOM_0000073" ]
+ },
+ "comments" : [ "On a long term, it is hard to distinguish allopolyploidy from whole genome duplication." ],
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "homoeologous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000073"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002380",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000074",
+ "lbl" : "in paramorphism relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Iterative homology that involves two structures, one of which originated as a duplicate of the other and co-opted the expression of patterning genes of the ancestral structure.",
+ "xrefs" : [ "http://dx.doi.org/10.1007/s10441-007-9023-8", "http://dx.doi.org/10.1046/j.1525-142x.2000.00054.x", "http://purl.obolibrary.org/obo/HOM_0000074" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasRelatedSynonym",
+ "val" : "axis paramorphism"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000074"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002471",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
+ "id" : "http://purl.obolibrary.org/obo/RO_HOM0000075",
+ "lbl" : "in regulogy relationship with",
+ "type" : "PROPERTY",
+ "meta" : {
+ "definition" : {
+ "val" : "Historical homology that involves orthologous pairs of transcription factors and downstream regulated genes in different organisms.",
+ "xrefs" : [ "http://dx.doi.org/10.1101/gr.1774904", "http://purl.obolibrary.org/obo/HOM_0000075" ]
+ },
+ "synonyms" : [ {
+ "pred" : "hasExactSynonym",
+ "val" : "regulogous to"
+ } ],
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.org/dc/elements/1.1/creator",
+ "val" : "http://bgee.unil.ch"
+ }, {
+ "pred" : "http://purl.org/dc/elements/1.1/source",
+ "val" : "http://www.ncbi.nlm.nih.gov/pubmed/20116127"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/HOM_0000075"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002552",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "id" : "http://purl.obolibrary.org/obo/valid_for_go_annotation_extension",
+ "lbl" : "valid_for_go_annotation_extension",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-09-22T11:05:29Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000018",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "id" : "http://purl.obolibrary.org/obo/valid_for_go_gp2term",
+ "lbl" : "valid_for_go_gp2term",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-09-22T11:05:18Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002640",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002641"
+ "id" : "http://purl.obolibrary.org/obo/valid_for_go_ontology",
+ "lbl" : "valid_for_go_ontology",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-09-22T11:04:12Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ } ]
+ }
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002638",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002634"
+ "id" : "http://purl.obolibrary.org/obo/valid_for_gocam",
+ "lbl" : "valid_for_gocam",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#created_by",
+ "val" : "pg"
+ }, {
+ "pred" : "http://www.geneontology.org/formats/oboInOwl#creation_date",
+ "val" : "2020-09-22T11:05:45Z"
+ }, {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ } ]
+ }
+ }, {
+ "id" : "http://purl.obolibrary.org/obo/ro/subsets#ro-eco",
+ "lbl" : "eco subset",
+ "type" : "PROPERTY",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
+ "val" : "http://purl.obolibrary.org/obo/ro/docs/subsets/"
+ } ]
+ }
+ }, {
+ "id" : "http://www.geneontology.org/formats/oboInOwl#SubsetProperty",
+ "lbl" : "subset_property",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym",
+ "lbl" : "has_broad_synonym",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref",
+ "lbl" : "database_cross_reference",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://www.geneontology.org/formats/oboInOwl#hasExactSynonym",
+ "lbl" : "has_exact_synonym",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym",
+ "lbl" : "has_narrow_synonym",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://www.geneontology.org/formats/oboInOwl#hasOBOFormatVersion",
+ "lbl" : "has_obo_format_version",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym",
+ "lbl" : "has_related_synonym",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://www.geneontology.org/formats/oboInOwl#inSubset",
+ "lbl" : "in_subset",
+ "type" : "PROPERTY"
+ }, {
+ "id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
+ "meta" : {
+ "basicPropertyValues" : [ {
+ "pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
+ "val" : "is defined by"
+ } ]
+ }
+ } ],
+ "edges" : [ {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000004",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000006",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000141"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000015",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000003"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000016",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000017"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000017",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000020"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000019",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000020"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000020",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000023",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000017"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000031",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000034",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000016"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000040",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000004"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000141",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000004"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/CHEBI_50906",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/PATO_0000001"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002310",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000015"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002532",
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002524",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002533"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002533",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002532"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002534",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002532"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002577",
+ "pred" : "is_a",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000040"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002529",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000050",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002527"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002516",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000051",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002524"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002200",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002201"
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000062",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002086"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002248",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002249"
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000063",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000066",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000067"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000052",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002314"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002448",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000079",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011002"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001022",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000080",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002501",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000081",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002114",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002115"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000085",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004021",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000086",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0009501",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000087",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002505",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000091",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002555",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000092",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002578",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001020",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002211"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002375",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001021",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002383",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001022",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002376"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002436",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001023",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002434"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002614",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002000",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002616"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002615",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003301"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002002",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0015001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002003",
"pred" : "subPropertyOf",
- "obj" : "http://www.w3.org/2002/07/owl#topObjectProperty"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008504",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002004",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0001018"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002554",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002006",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002453"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001000",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0001001"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002007",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002008",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012012",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002009",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002211"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002292"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011013",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002010",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011004"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002083",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002012",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002081"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004007",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002012",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002334",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002013",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002427"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002017"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000051",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002013",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000029"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002412",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002014",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002013"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002210",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002014",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002203"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002335"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003307",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002015",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003305"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002013"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002009",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002015",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002292"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002110",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002113"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002103",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002336"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002567",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002016",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002017"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000062",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000063"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002016",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002336"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002014",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002017",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002335"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002018"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002213",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002018",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002304"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002180"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002597",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002019",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002596"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002342",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002020",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002344"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002313"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002405",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002021",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002087"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002479"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011024",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002022",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011022"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002453",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002023",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002022"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002374",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002024",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002156"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002022"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002522",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002025",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002017"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002584",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002026",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002595"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0014001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002081",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000141",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000004"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002082",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002081"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0007001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002083",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0007000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002081"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002572",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002084",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002571"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002521",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002085",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002088"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002520",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002086",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002524"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002571",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002087",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000062"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002418",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002427"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002088",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002593",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002089",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002497"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002606",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002090",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002599"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000063"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002298",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002091",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002156",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002157"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002092",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002091"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004047",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002092",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002093"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004005",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002093",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002411",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002100",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002016",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002101",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002017"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0010001",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0010002"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002102",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002113"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002451",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002103",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002485"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002313",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002104",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002337"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000085",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002105",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002409",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002106",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002212"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002255",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002107",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013008",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002108",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002103"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002491",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002109",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002492"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002103"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002224",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002110",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002130"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002566",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002112",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002506"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002103"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000066",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002113",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000008"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002130"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003311",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002114",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002626",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002115",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002103"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002584",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002120",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002486"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012005",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002121",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012004"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002110"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0015016",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002130",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002104"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002238",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002131",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002305",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002132",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0018001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002150",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002564"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002494",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002151",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002202"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002343",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002156",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002338",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002157",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002344"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002208",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002158",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002356",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002159",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002206",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002160",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002162"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000034",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002162",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000017"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012008",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002163",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002592"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002109",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002170",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002103"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002327",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002333"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002457",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002469"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000072",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002176",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000008"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002639",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002177",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002635"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000019",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002177",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002567"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002357",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002178",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002088",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002179",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002517",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002180",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002525"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004028",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002200",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0016001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002488",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002202",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002490"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002381",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002203",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001023",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002203",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002387"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000049",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002203",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002388"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002510",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002204",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002330"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002400",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002205",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002577",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000040"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004020",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002206",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0016004",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002207",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002507",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002508"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002106",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002112"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002202"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004029",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002208",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040035"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002437",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002209",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002434"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0019002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002210",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0019000"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002023",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002630"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002203"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002459",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002460"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002211",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002632",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002212",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002211"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002449",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002212",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002448"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002305"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002472",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002213",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002616"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002211"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011023",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002213",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011022"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002304"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002801",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002215",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0008506"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002216"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002332",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002216",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002425",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002216",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002424"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002500"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002488",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002219",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002496"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002220"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002413",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002220",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002412"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002163"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011010",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002221",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011021"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002220"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012000",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002223",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002489",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002223",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002488"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002598",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002224",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002596"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002120",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002224",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002486"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002454",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002225",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002202"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002413",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002226",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002414"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002015",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002227",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002336"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002477",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002228",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002476"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002344",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002229",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002337"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002523",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002229",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002524",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002230",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008503",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002230",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002314",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002231",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002502"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002479"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000006",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002232",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000001"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002479"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002233",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0013001"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002441",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002234",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000010",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002235",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002287",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002236",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004004",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002237",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002440",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002238",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002291",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002240",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002206"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002223",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002241",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002309"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002225",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002242",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002202"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002492",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002243",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002490"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002017",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002244",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002018"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004016",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002245",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002206"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002115",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002246",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002103"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002206"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000020",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002248",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002333",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002249",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002299",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002252",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004046",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002252",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002574",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002253",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002437"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000053",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002254",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000018"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002227",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002255",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002202",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002255",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002385"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002508",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002256",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002566"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000051",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002257",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002326",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002257",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002216"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002386"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002627",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002258",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002324"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002103",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002260",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002485"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002093",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002261",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002178",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002262",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000048",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002263",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000017"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002264"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002492",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002264",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002497"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002500"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000057",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002285",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000058"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002350",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002286",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002384"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002024",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002629"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002287",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012006",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002291",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012004"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002206"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002230",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002292",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000022",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002293",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002292"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002590",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002295",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002586"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002324"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002207",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002296",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002202"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002345",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002296",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002020"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002107",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002108"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002297",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002234"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000036",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002297",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002105",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002109"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002298",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000074",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002298",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000066"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002495",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002299",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002207"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002339",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002299",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002344"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002012",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002300",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002552"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000015",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000003"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002301",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002552"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002209",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002302",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004026",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002303",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040035"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004010",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002304",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004018"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002511",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002304",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004047"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004018",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002305",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004033",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002305",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002264"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004046"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002455",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002456"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002309",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002219",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002312",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002220"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002633",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002313",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002337"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002418",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002313",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002501"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000048",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002314",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000036"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002502"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002585",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002315",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000058",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000059"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002534",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002532"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002089",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002315",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002507",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002322",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002509"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002297",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002325",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002234"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002556",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002326",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002454"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002216"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0018002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002326",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002436"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002329"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0019501",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002327",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003304"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002215"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002426",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002329",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002424"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000024",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002331",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000056"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002085",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002331",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002088"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002431"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002332",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000056",
- "pred" : "inverseOf",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002333",
+ "pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002630",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002333",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002212"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002509",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002334",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002427"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008502",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002335",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002478",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002336",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002476"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002525",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002338",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002344"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004034",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002339",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004032"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002344"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000027",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002340",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000066"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002022",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002578"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002020"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002404",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002341",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000062"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002337"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002599",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002342",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002597"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002021"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002130",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002342",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002344"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002333",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002343",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002315",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002343",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002455",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002344",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002442"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002337"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002466",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002345",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002465"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002020"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002252",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002348",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002263",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002349",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002264"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000007",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002350",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000001"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002310",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000015"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002351",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011014",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002352",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011010"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000056"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002442",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002352",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002372",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002353",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002371"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000056"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002469",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002353",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002578",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002354",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002412"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002353"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002355",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002569",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002355",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002016",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002356",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002336"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003309",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002357",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003305"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002583",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002360",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002496"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002371",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002566"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000011",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002371",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002177"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000052",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002372",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002371"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002507",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002372",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002567"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002452",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002373",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002200"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002371"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002493",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002373",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002492"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002567"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002212",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002374",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002156"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002375",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002211"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012011",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002376",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004019",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002376",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004017"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002102",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002377",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002113"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002081",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002377",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002224",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002378",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002377"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000050",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002379",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002304",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002380",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004047"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0018027",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002380",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002450"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0015008",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002381",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0015006"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002405",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002412"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002381",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000054",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002382",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000017"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002377"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002526",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002383",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002376"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004035",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002384",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004033"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002324"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002407",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002385",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012012"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002384"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002100",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002386",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002384"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002590",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002387",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002592"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002384"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000042",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002388",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002387"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002595",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002400",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
}, {
"sub" : "http://purl.obolibrary.org/obo/RO_0002404",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000062"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002228",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002404",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002427"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002257",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002405",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002087"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000046",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002405",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000047"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002404"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000023",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002407",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002213"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002430",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002407",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002428"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012012"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002113",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002409",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002130"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002212"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002114",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002409",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012012"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002379",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002411",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000063"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002329",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002411",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002327",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002412",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002215"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002090"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002179",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002412",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011008",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002413",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011024"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002412"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002303",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002413",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002414"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002351",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002414",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004047"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002203",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002418",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002388"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002501"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000034",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002425",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000037"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002424"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000037",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002426",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002424"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002203",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002427",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002387"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002501"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0018028",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002428",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002449"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002263"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004023",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002428",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002431"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002292",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002429",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002428"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002006",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002430",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002428"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000062",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002431",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000065"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002264"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002618",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002619"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002431",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002600",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002431",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002598"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002500"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000052",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002432",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000030"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002518",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002432",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002524"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000060",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002433",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000019"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004022",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002435",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002434"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002436",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002434"
}, {
"sub" : "http://purl.obolibrary.org/obo/RO_0002437",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002321"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002352",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002437",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002434"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002634",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002438",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000091",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000092"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002557",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002439",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002453"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004017",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002440",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004032",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002441",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002264"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002472",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002558"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002021",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002442",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002479"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011007",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002443",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011023"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002439",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002444",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002443"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000012",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002444",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002454"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002229",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002230"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002445",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002443"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002533",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002532"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002445",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002453"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002022",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002446",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002437"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002260",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002447",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002436"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000012",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002448",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000010"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002436"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003308",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002448",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002610"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011002"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002315",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002449",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002448"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002524",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002450",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002522"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002448"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000074",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002451",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000003"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002240",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002452",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002200"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002453",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002158"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002156",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002454",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002456",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002455",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002442"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002467",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002456",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002465"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002442"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002524",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002457",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002526"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000008",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002458",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000001"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002443",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002459",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002234",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002353"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013007",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002460",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002360"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000019",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000020"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002352",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002461",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0000056"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002253",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002462",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002461"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002233",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002352"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002463",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002461"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002564",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002465",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002563"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002412",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002466",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002090"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002465"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002258",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002467",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002324"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002465"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0015002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002468",
"pred" : "subPropertyOf",
- "obj" : "http://www.w3.org/2002/07/owl#topObjectProperty"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002465"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002457",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002469",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002438"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008501",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002373",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002470",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002371"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002385",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002471",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002384"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000031",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002558",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002472",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002616"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000068",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002473",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000018"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002023",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002476",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002022"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002386",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002477",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002384"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002476"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002305",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002478",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004046"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002258",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002476"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002322",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002480",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002436"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002481",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002566"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002564"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000043",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002482",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002564"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002213",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002485",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002211"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002591",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002486",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002592"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002500",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002608"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0015007",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002488",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0015006"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002490"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002629",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002488",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002578"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002496"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004031",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002489",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002488"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0015015",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002490",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002104"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002487"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002460",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002491",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002488"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002101",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002491",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002492"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002592",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002492",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002490"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002439",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002458"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002492",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002497"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0016002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002493",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0016001"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002492"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000055",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002494",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002202"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002376",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002495",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002207"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004006",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002495",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002494"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004000",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002496",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002487"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0018029",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002497",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002449"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002487"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0015001",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0015002"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002500",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002595"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002501",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002519",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002503",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002525"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002502"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002438",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002505",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000052",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002506",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002314"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000062",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002507",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002086"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002372",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002507",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002567"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002509"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004001",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004011"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002507",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002559"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002512",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002508",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002566"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002635",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002509",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
"sub" : "http://purl.obolibrary.org/obo/RO_0002509",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002506"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002510",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002444",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002229",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002511",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004002",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004012"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002512",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002384",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002513",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002324"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002587",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002515",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002297"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002527"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002177",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002516",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002567"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002524"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004003",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004013"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002517",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002525"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012004",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002518",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002596"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002524"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002588",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002519",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002592"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002525"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002480",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002520",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002436"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002524"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002411",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002521",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000063"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002131",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002522",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002353",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002523",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000013",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002524",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000010"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004004",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004014"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002524",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002522"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002431",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002524",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002264"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002526"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002525",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000000"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003303",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002525",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002523"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002223",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002224"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002525",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002526"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002576",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002526",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004005",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004015"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002526",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002525",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002527",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002523"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002528",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002527"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000009",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002529",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000002"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002527"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002468",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002530",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002465"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002515"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013005",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002530",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0013002"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002529"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002313",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002531",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002515"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002589",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002531",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002586"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002528"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002526",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002551",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002160",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002552",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002162"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002261",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002552",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002245",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002553",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002206"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002454"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004006",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004016"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002554",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002453"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002231",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002555",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002479"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002180",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002556",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002454"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013005",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002557",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0013004"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002453"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002230",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002558",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002616"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002088",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002091"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002559",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002506"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002007",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002563",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002464"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004024",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002564",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004023"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002563"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004012",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002565",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002525",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002566",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002526"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002506"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000075",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002567",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000006",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000141"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002568",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002567"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002211",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002569",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002293",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002569",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002292"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002005",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002134"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002570",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002157",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002571",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000062",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002572",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002571"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002087",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002090"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002574",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002437"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002085",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002092"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002576",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002084",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002093"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002578",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002211"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011004",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002578",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011002"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002412"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002444",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002583",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002443"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002496"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001021",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0001023"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002584",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002121",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002584",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002110"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002595"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002004",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002585",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0001018"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002476",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002585",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002458",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002586",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002233",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002587",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002297"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001020",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0001022"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002588",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002297"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002006",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002130"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002588",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002592"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002622",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002623"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002589",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002586"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002485",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002486"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002590",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002586"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004035",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002590",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002263"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002592"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002353",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002591",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000056"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002132",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002591",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002592"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000061",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002592",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000018"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002000",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002002"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002593",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002497"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002495",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002595",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002494"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002216",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002596",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002500"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000044",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002597",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000005"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002596"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011021",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002598",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011003"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002596"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002234",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002599",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002597"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002496",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002600",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002487"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002598"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0019000",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002606",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002350",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002351"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002599"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004009",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002607",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002610"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002473",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002608",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002624",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002625"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002340",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002614",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002020"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002616"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002216",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002618",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002024",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002619",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002022"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
"sub" : "http://purl.obolibrary.org/obo/RO_0002622",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002618"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002387",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002384"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002300",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002623",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002552"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002619"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000073",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002624",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000022"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004013",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002624",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002618"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004025",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002625",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004023"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002335",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002625",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002619"
}, {
"sub" : "http://purl.obolibrary.org/obo/RO_0002626",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002627"
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004008",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002627",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002234"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002530",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002629",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002515"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002213"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004030",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002629",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002578"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000081",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002630",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002212"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002630",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002130"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002578"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002299",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002632",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002409",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002633",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012012"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000069",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002634",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004023",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002635",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040035"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000080",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000086"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002636",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008501",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0008502"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002637",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013008",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0013009"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002638",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002634"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002639",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002635"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002640",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002113"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002634"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002295",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002641",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002324"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002635"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002513",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002801",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0008506"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003302",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002449"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002373",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002567"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002450"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002264",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003302",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002500"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000044",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003303",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000003"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000081",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003304",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002377",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003305",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003304"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000057",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003306",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000005"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003304"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002500",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003307",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002595"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003305"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002203",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003308",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002610"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002588",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003309",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002297"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003305"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004034",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003310",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002263"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002219",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002221"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003311",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012007",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004000",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000025",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000034"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002176",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002380",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002485",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004004",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004005",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002432",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004006",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003304",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004007",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002429",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004008",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002428"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002234"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002285",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004008",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002348",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004009",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008503",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0008504"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004009",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000015",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004010",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004018"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002527",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004011",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002514"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001015",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0001025"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004012",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002405",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004013",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002404"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003303"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000028",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004013",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000008"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008506",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004014",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003303"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002092",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004014",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002093"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013006",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004015",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0013004"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000017",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000020"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004016",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003304"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004011",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004016",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0004010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002248",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004017",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002151",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004018",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013006",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004019",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0013003"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004017",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004018"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004017"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002092",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004019",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002091"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004023"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000063",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004020",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002445",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004021",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002443"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002309",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004022",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002200"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002529",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002529"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004022",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002360",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004023",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002262",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004023",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040035"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002444",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004024",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002454"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004023"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002246",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004025",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002206"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004023"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002461",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004026",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000056"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040035"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002232",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004027",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002479"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004026"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0015003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004028",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002254",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004029",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040035"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002586",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004030",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002242",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004031",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002446",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004032",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002437"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002264"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002563",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004033",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002464"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002264"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002559",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004034",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002506"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002263"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002158",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004034",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004032"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002619",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004035",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002263"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011016",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004035",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011004"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004033"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002235",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004046",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002025",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004047",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002017"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008507",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0008508"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0007001",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0007000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002624",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008501",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002618"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002159",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008502",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002440"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002090",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008503",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000063"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000079",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000085"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008504",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000045",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008505",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002618",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008506",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002585",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008507",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002618"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002623",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008508",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002619"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004008",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0009005",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004007"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0009001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008508",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0009501",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002619"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002236",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002566"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002497",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002487"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002566"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002376",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011004",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011002"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002414",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011007",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004047"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011023"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002608",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011008",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011024"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002388",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011009",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002387"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011021"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011010",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002449"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011021"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002524",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002525"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011013",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011004"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002215",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011014",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002216"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002255",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011015",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002385"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011009"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002297",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002354"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011016",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011004"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000030",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011021",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000028"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011003"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000023",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000017"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011022",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011003"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002302",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011023",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011022"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002531",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0011024",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002515"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0011022"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011015",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012000",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011009"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002301",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002552"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002220",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002163"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002336",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002522",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002523"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012004",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002596"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002008",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012005",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002598"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000014",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012005",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012004"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002530",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012006",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002529"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002597"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004019",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012006",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004023"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012004"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002084",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012007",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000058",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012008",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000003"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002592"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002506",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012009",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002304"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002241",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012010",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002309"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002305"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001018",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0001019"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012011",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000080",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012012",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002211"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002150",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012012",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012011"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002481",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002564"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002130"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012010",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002305"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002110"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002428",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002431"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0013001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011009",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011021"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002113"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0013001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002636",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013004",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0013001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002163",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013005",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0013002"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002012",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013005",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0013004"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000026",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013006",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000034"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0013003"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0019001",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013006",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0019000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0013004"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002486",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013007",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002360"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013008",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002103"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002433",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013009",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002087",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0014001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000062"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004019"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002459",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0015001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002574"
+ "obj" : "http://www.w3.org/2002/07/owl#topObjectProperty"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012009",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0015002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002304"
+ "obj" : "http://www.w3.org/2002/07/owl#topObjectProperty"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003305",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0015003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003304"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002177",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0015007",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0015006"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002551",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002576"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0015008",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0015006"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002381",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0015015",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002104"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000054",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000055"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0015016",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002104"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008505",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0016002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002321"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0016001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002000",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0016004",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002296",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0018001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002564"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012006",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0018002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002597"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002436"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002341",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0018027",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002337"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002450"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000016",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0018028",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002449"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0018029",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002449"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004014",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0019000",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003303"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000054",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0019001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000062"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0019000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002349",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0019002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0019000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002445",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0019501",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002453"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003304"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002404",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0040036",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002427"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002244",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002158"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002503",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000001",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002502"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002427",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000002",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002501"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001020",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002018",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000003",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002180"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002632",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002633"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000004",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000002"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002447",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000005",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002436"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000002"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000040",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000004"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000006",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002249",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000007",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002013",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000008",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002017"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002625",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000009",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002619"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000002"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002380",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002569"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000010",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002331",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000011",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002431"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002256",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002257"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000012",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000012",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0013001"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002286",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000013",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002384"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000010"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002026",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000014",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000050",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000015",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0009005",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000016",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0009001"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0040036",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000017",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002243",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000018",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002244"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002634",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002635"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000019",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002302",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002606"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000020",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000017"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002465",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000020",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002563"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000019"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000087",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000022",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002355",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000023",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002256",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000024",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004015",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000025",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000034"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002254",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002255"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000026",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000034"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002570",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000027",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002131"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000066"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002200",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000028",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0016001"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000008"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002636",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002637"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000029",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000028"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002371",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000030",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000028"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002237",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000031",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000029"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000063",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000032",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000029"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002014",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000033",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002013"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000004"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002377",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000034",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000017"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002428",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000034",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002263"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000037"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002431",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000036",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002252",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002253"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000037",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000031",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000042",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000029"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002629",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000043",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002213"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002640",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000044",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002634"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000003"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002342",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000044",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002021"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000005"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002531",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000045",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002528"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0008507",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000046",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002618"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000047"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002638",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002639"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000047",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002431",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000048",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002500"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000017"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002312",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000048",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002320"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000036"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002325",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000049",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
}, {
"sub" : "http://purl.obolibrary.org/obo/RO_HOM0000050",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004003",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000051",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000029"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004027",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000052",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004026"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000030"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002591",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000053",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000018"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002407",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000054",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002213"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000017"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002607",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000054",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002610"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000062"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004022",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000055",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002200"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002559",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002566"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000057",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000005"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002204",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000057",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000058"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002482",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000058",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002564"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000003"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002450",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000060",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002448"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000019"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002551",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000060",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000050"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002637",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000061",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000018"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002105",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000062",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002624",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000062",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002444"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000065"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000033",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000063",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000004"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002490",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000065",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002487"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000000"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000092",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000066",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000052"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000008"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002207",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002210"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000068",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000018"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000004",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000069",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000011"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002213",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002336"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000071",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000006"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000004",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000072",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000002"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000008"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000091",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000073",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000022"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002470",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000073",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002438"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000053"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012005",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000074",
"pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002598"
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000003"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002212",
- "pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002335"
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000074",
+ "pred" : "subPropertyOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000066"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000017",
+ "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000075",
"pred" : "subPropertyOf",
"obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012002",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000050",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012006"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002382",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002377"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002291",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000054",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002293"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004013",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003303"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002528",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002527"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000055"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002211",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000062",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000063"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012001",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000066",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012005"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000067"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012000",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000052",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012004"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002518",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000056",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002519"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0001021",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003302"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000057"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003000",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000058",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003001"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000059"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002082",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002081"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000085"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002515",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002527"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000080",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000086"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002104",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000051"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000081",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000087"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002448",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002436"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0000091",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0000092"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002568",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002567"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001000",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0001001"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002435",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002434"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001015",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0001025"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002013",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001018",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0001019"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002212",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002305"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001020",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0001022"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003306",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0003304"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0001021",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0001023"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013004",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0013001"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002000",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002002"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002516",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002005",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002517"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002134"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004001",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002006",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002130"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002630",
- "pred" : "subPropertyOf",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002022",
+ "pred" : "inverseOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002578"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002371",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002177"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002553",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002454"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002023",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002630"
}, {
- "sub" : "http://purl.obolibrary.org/obo/CHEBI_50906",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/PATO_0000001"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002024",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002629"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0018002",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002084",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0018003"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002093"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013009",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002085",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002092"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002463",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002461"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002087",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002090"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002296",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002088",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002091"
}, {
"sub" : "http://purl.obolibrary.org/obo/RO_0002101",
"pred" : "inverseOf",
"obj" : "http://purl.obolibrary.org/obo/RO_0002132"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002112",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002103"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002206",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002103",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002292"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002221",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002220"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002462",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002461"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002105",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002109"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000060",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000050"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002106",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002112"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000065",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000000"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002107",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002108"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002297",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002110",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002113"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002331",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000056"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002114",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002115"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000073",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000053"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002156",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002157"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002354",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002353"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002200",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002201"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000020",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000017"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002202",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002203"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002432",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002328"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002204",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002205"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002641",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002635"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002206",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002292"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002326",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002329"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002207",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002210"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002091",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002208",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002209"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002512",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002211",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002513"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002334"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000032",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000029"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002212",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002335"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002343",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002213",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002336"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002110",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002130"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002219",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002221"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002378",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002377"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002223",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002224"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002532",
- "pred" : "http://purl.obolibrary.org/obo/RO_0002524",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002533"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002229",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002230"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000020",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000019"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002233",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002352"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000034",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000016"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002234",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002353"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002552",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002248",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002249"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002208",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002252",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002209"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002253"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002015",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002013"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002254",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002255"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004002",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004000"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002256",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002257"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004009",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002258",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002286"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002223",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000050"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002291",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002293"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002252",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002170"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002297",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002354"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002565",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002302",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002606"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0000086",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0000053"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002327",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002333"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004014",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002350",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002351"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002257",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002386"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002380",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002569"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002170",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002323"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002404",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0011022",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0011003"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002405",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002412"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002510",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002418",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002511"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002427"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002304",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002411"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002439",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002458"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002226",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002258"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002444",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002596",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002500"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002455",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002456"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002298",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0040036"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002457",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002469"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002556",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002459",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002557"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002460"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002010",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002418"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002472",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002558"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003310",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002485",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002486"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002019",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002233"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002500",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002608"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_HOM0000047",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_HOM0000007"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002507",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002508"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002355",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002295"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002510",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002511"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002205",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002330"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002512",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002513"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0004000",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002410"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002516",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002517"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002204",
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002518",
"pred" : "inverseOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002205"
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002519"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0012012",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0012011"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002522",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002523"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002569",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002375"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002524",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002525"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002491",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002488"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002529",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002529"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002108",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002103"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002551",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002576"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002507",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002559"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002553",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002554"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0003003",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002450"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002556",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002557"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002229",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002559",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002566"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002020",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002313"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002615",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003301"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0013002",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002110"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002618",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002619"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002086",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002222"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002622",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002623"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002106",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002120"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002624",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002625"
}, {
- "sub" : "http://purl.obolibrary.org/obo/RO_0002625",
- "pred" : "subPropertyOf",
- "obj" : "http://purl.obolibrary.org/obo/RO_0002445"
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002626",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002627"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000016",
- "pred" : "is_a",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000017"
- } ],
- "id" : "http://purl.obolibrary.org/obo/ro/ro-base.owl",
- "meta" : {
- "subsets" : [ ],
- "xrefs" : [ ],
- "basicPropertyValues" : [ {
- "pred" : "http://purl.org/dc/elements/1.1/description",
- "val" : "The OBO Relations Ontology (RO) is a collection of OWL relations (ObjectProperties) intended for use across a wide variety of biological ontologies."
- }, {
- "pred" : "http://purl.org/dc/elements/1.1/title",
- "val" : "OBO Relations Ontology"
- }, {
- "pred" : "http://purl.org/dc/terms/license",
- "val" : "https://creativecommons.org/publicdomain/zero/1.0/"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 18 Logical Axioms: 7]"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 49 Logical Axioms: 12]"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 9 Logical Axioms: 3]"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 310 Logical Axioms: 68]"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 6 Logical Axioms: 2]"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 18 Logical Axioms: 9]"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 3 Logical Axioms: 0]"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 731 Logical Axioms: 148]"
- }, {
- "pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
- "val" : "Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 146 Logical Axioms: 45]"
- }, {
- "pred" : "http://xmlns.com/foaf/0.1/homepage",
- "val" : " https://github.com/oborel/obo-relations/"
- } ],
- "version" : "http://purl.obolibrary.org/obo/ro/releases/2023-02-19/ro-base.owl"
- },
- "equivalentNodesSets" : [ ],
- "logicalDefinitionAxioms" : [ ],
- "domainRangeAxioms" : [ {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0009002",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002632",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002633"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0009001",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002634",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002635"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0015006",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002636",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002637"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0015007",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002638",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002639"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0015008",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0002640",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0002641"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002176",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0003000",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0003001"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002330",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004000",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004010"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002572",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000141" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004001",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004011"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002452",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004002",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004012"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002177",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004003",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004013"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002573",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004004",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004014"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002574",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004005",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004015"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002211",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004006",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004016"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002332",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0004017",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0004018"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0009004",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008501",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0008502"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002295",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/GO_0008150" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008503",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0008504"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002570",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0008507",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0008508"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0009003",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0010001",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0010002"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002450",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012000",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012004"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002571",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012001",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012005"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002448",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0012002",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0012006"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002206",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0013008",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0013009"
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002449",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "sub" : "http://purl.obolibrary.org/obo/RO_0015001",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0015002"
}, {
+ "sub" : "http://purl.obolibrary.org/obo/RO_0018002",
+ "pred" : "inverseOf",
+ "obj" : "http://purl.obolibrary.org/obo/RO_0018003"
+ } ],
+ "domainRangeAxioms" : [ {
"predicateId" : "http://purl.obolibrary.org/obo/BFO_0000050",
"allValuesFromEdges" : [ {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000003",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000002",
"pred" : "http://purl.obolibrary.org/obo/BFO_0000050",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000003"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000031",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000003",
"pred" : "http://purl.obolibrary.org/obo/BFO_0000050",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000031"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000003"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000019",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000004",
"pred" : "http://purl.obolibrary.org/obo/BFO_0000050",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000019"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000004"
}, {
"sub" : "http://purl.obolibrary.org/obo/BFO_0000017",
"pred" : "http://purl.obolibrary.org/obo/BFO_0000050",
"obj" : "http://purl.obolibrary.org/obo/BFO_0000017"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000019",
+ "pred" : "http://purl.obolibrary.org/obo/BFO_0000050",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000019"
}, {
"sub" : "http://purl.obolibrary.org/obo/BFO_0000020",
"pred" : "http://purl.obolibrary.org/obo/BFO_0000050",
"obj" : "http://purl.obolibrary.org/obo/BFO_0000020"
}, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000004",
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000031",
"pred" : "http://purl.obolibrary.org/obo/BFO_0000050",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000004"
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000031"
+ } ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002214",
+ "allValuesFromEdges" : [ {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000002",
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002214",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
}, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000015",
+ "pred" : "http://purl.obolibrary.org/obo/RO_0002214",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000015"
+ } ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_HOM0000000",
+ "allValuesFromEdges" : [ {
"sub" : "http://purl.obolibrary.org/obo/BFO_0000002",
- "pred" : "http://purl.obolibrary.org/obo/BFO_0000050",
+ "pred" : "http://purl.obolibrary.org/obo/RO_HOM0000000",
"obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
+ }, {
+ "sub" : "http://purl.obolibrary.org/obo/BFO_0000003",
+ "pred" : "http://purl.obolibrary.org/obo/RO_HOM0000000",
+ "obj" : "http://purl.obolibrary.org/obo/BFO_0000003"
} ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002202",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000054",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000055",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000062",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000063",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000066",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002566",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000056",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000057",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002204",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000058",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000059",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000079",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000034" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000085",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000034" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002325",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000087",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000023" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000091",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000016" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001018",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002567",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001020",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002205",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001021",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001025",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000055",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002002",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000141" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0015015",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002004",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0015016",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002005",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001001" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002009",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000054",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002010",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0010002",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002012",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0010001",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002018",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002200",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/UPHENO_0001001" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002026",
+ "domainClassIds" : [ "http://xmlns.com/foaf/0.1/image" ],
+ "rangeClassIds" : [ "http://xmlns.com/foaf/0.1/image" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002322",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/ENVO_01000254" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002091",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002100",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002437",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002101",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002434",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002102",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002104",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002110",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002111",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002315",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002113",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0013007",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000101" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002121",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000091",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000016" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002130",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0003002",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002132",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0003001",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002134",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002551",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002150",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002176",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002177",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002202",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002204",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002205",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002206",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0003003",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002211",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002215",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002220",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002222",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002226",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002231",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002150",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002232",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0009501",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002233",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0003000",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002244",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002310" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002248",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002426",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002026",
- "domainClassIds" : [ "http://xmlns.com/foaf/0.1/image" ],
- "rangeClassIds" : [ "http://xmlns.com/foaf/0.1/image" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002303",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/ENVO_01000254" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002254",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000085",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000034" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002256",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000087",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000023" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002258",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002384",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002295",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/GO_0008150" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000086",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000019" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0019000",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002303",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/ENVO_01000254" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000079",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000034" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002325",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002258",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002330",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_HOM0000000",
- "allValuesFromEdges" : [ {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000003",
- "pred" : "http://purl.obolibrary.org/obo/RO_HOM0000000",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000003"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000002",
- "pred" : "http://purl.obolibrary.org/obo/RO_HOM0000000",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
- } ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002332",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002414",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002334",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002018",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002337",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000066",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002372",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000062",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002373",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000063",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002375",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002091",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002384",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011004",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002414",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002434",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011002",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002437",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004030",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011003",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002448",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011008",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002449",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011009",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002450",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011007",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002452",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002473",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002132",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001001" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002476",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/GO_0005634" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/GO_0005634" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002012",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002479",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002254",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ]
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002375",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002487",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002134",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001001" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002501",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002256",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002506",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002372",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002507",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002577" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002130",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002509",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002577" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002010",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002514",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002532" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002532" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002373",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002551",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002009",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002566",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002004",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002567",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004029",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004028",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002570",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002005",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001001" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002572",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000141" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0008506",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002573",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002574",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002248",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002007",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002576",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0008505",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002595",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011010",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0003000",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011015",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0003001",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011013",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0003002",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0011014",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0003003",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002121",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004000",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004025",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004019",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004022",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004023",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0004024",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004027",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004025",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002244",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002310" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002002",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000141" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002487",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0004026",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004021",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004020",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004027",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004028",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004023",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004029",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004022",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0008505",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002514",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002532" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002532" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0008506",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000059",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0009001",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000058",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0009002",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000057",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0009003",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0001025",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0009004",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002356",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0009501",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002479",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0010001",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004019",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/OGMS_0000031" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0010002",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000031" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002473",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011002",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0001021",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002231",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002110",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011003",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0001022",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011004",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002111",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011007",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002232",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011008",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002595",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011009",
"domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002233",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011010",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0001023",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011013",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002113",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011014",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002476",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/GO_0005634" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/GO_0005634" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0011015",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004010",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0013007",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000101" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000056",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0015004",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0001020",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0015006",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000053",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0015007",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0001018",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0015008",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002349",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0015015",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002506",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0015016",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002104",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0019000",
+ "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/PATO_0000001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002226",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000000" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000053",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002501",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000086",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000019" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002348",
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001022",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002507",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002577" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001023",
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002509",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/RO_0002577" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002007",
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002220",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001010" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002100",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ],
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002200",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/UPHENO_0001001" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002315",
"rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002222",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002322",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/ENVO_01000254" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002101",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0001001" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002348",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002102",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000540" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002349",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004000",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002356",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002576",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002426",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000020" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002334",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002571",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000040" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002214",
- "allValuesFromEdges" : [ {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000002",
- "pred" : "http://purl.obolibrary.org/obo/RO_0002214",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000002"
- }, {
- "sub" : "http://purl.obolibrary.org/obo/BFO_0000015",
- "pred" : "http://purl.obolibrary.org/obo/RO_0002214",
- "obj" : "http://purl.obolibrary.org/obo/BFO_0000015"
- } ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004010",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000017" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002215",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000004" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004020",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000006" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002337",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ],
- "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000002" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004021",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/BFO_0000015" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0015004",
- "domainClassIds" : [ "http://purl.obolibrary.org/obo/CL_0000000" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004030",
+ "rangeClassIds" : [ "http://purl.obolibrary.org/obo/CARO_0000003" ]
} ],
"propertyChainAxioms" : [ {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0013002",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0013002", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002131",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000062",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000062" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000063",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000063" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/BFO_0000066",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000066", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000066" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002158",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002156", "http://purl.obolibrary.org/obo/RO_0002157" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002162" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002204",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002512", "http://purl.obolibrary.org/obo/RO_0002510" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002287",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002210" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002329",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002215" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002258", "http://purl.obolibrary.org/obo/RO_0002496" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002430",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002331", "http://purl.obolibrary.org/obo/RO_0002212" ]
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002496" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002286", "http://purl.obolibrary.org/obo/RO_0002497" ]
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002497" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002113",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002113", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002131",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002496", "http://purl.obolibrary.org/obo/RO_0002082" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000057",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/BFO_0000055", "http://purl.obolibrary.org/obo/RO_0000052" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002407",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002409", "http://purl.obolibrary.org/obo/RO_0002409" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002479",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/BFO_0000066" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0000057",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0000057" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002131",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0002131" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002225", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0002162" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000063",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002092", "http://purl.obolibrary.org/obo/BFO_0000063" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002254",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0002202" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002314",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0000052", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002584",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0002215" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0019001",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002213", "http://purl.obolibrary.org/obo/RO_0019001" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0009501",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000054", "http://purl.obolibrary.org/obo/RO_0002404" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002429",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002331", "http://purl.obolibrary.org/obo/RO_0002213" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000066",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000066", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002234",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002234" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002314",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0000052", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002566",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002411", "http://purl.obolibrary.org/obo/RO_0002233" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0010001",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0000052", "http://purl.obolibrary.org/obo/RO_0000058" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002213",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002212", "http://purl.obolibrary.org/obo/RO_0002212" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0010002",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0000059", "http://purl.obolibrary.org/obo/RO_0000053" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0001025",
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001018",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0001025", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002430",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002212" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0001025",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0001025", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002177",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002371", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002089",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002091", "http://purl.obolibrary.org/obo/BFO_0000060" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002255",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002203", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000062",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002091", "http://purl.obolibrary.org/obo/BFO_0000062" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002295", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000062",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002092", "http://purl.obolibrary.org/obo/BFO_0000062" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002428",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002211" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000063",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002092", "http://purl.obolibrary.org/obo/BFO_0000063" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002331",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002331", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002086",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002093", "http://purl.obolibrary.org/obo/BFO_0000062" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000062",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002092", "http://purl.obolibrary.org/obo/BFO_0000062" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002100",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002100", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002131",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002102",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002102", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002479",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/BFO_0000066" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002110",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002110", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002496" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002113",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002113", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002211",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002211" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002121",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002121", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002130",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002130", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002409",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002630", "http://purl.obolibrary.org/obo/RO_0002630" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002131",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002131", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0001018",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0001025", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002134",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002134", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002553",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002444", "http://purl.obolibrary.org/obo/RO_0002444" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002158",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002156", "http://purl.obolibrary.org/obo/RO_0002157" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0018002",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0018001", "http://purl.obolibrary.org/obo/RO_0002400" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002202", "http://purl.obolibrary.org/obo/RO_0002162" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002331",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002255",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002203", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002488",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002488", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002206",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002206", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002089",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002091", "http://purl.obolibrary.org/obo/BFO_0000060" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002206", "http://purl.obolibrary.org/obo/RO_0002162" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002492",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002492", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002225",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002207", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0017001",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002233" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002226",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002207", "http://purl.obolibrary.org/obo/RO_0001025" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002327",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/BFO_0000051" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002211",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002211", "http://purl.obolibrary.org/obo/RO_0002025" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002339",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002339", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002011",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002211", "http://purl.obolibrary.org/obo/RO_0002313" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002254",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0002202" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0019000",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002211", "http://purl.obolibrary.org/obo/RO_0019000" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002449",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002630", "http://purl.obolibrary.org/obo/RO_0002333" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002213",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002212", "http://purl.obolibrary.org/obo/RO_0002212" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002432",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/BFO_0000066" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0019002",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002212", "http://purl.obolibrary.org/obo/RO_0019001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002213",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002213" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0019001",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002213", "http://purl.obolibrary.org/obo/RO_0019001" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0019002",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002213", "http://purl.obolibrary.org/obo/RO_0019002" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002497" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002214", "http://purl.obolibrary.org/obo/RO_0002162" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000062",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000062" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002216",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002206", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002162" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002212",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002212" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002596",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002211" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002231",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002224", "http://purl.obolibrary.org/obo/BFO_0000066" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002597",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002212" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002225",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002207", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002598",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002213" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0017001",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002233" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002409",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002409", "http://purl.obolibrary.org/obo/RO_0002630" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002447",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002481", "http://purl.obolibrary.org/obo/RO_0002400" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0010002",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0000059", "http://purl.obolibrary.org/obo/RO_0000053" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002480",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002482", "http://purl.obolibrary.org/obo/RO_0002400" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004028",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0009501", "http://purl.obolibrary.org/obo/RO_0002233" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0018002",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0018001", "http://purl.obolibrary.org/obo/RO_0002400" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002226",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002207", "http://purl.obolibrary.org/obo/RO_0001025" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002231",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002224", "http://purl.obolibrary.org/obo/BFO_0000066" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002409",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002630", "http://purl.obolibrary.org/obo/RO_0002409" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002087",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002224", "http://purl.obolibrary.org/obo/RO_0002230" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002121",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002121", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002233",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002224", "http://purl.obolibrary.org/obo/RO_0002233" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002429",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002213" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002400",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002224", "http://purl.obolibrary.org/obo/RO_0002400" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002287",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002210" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002225", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002232",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/BFO_0000066" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002211",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002578", "http://purl.obolibrary.org/obo/RO_0002578" ]
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002211" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002102",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002102", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002212",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002212" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004024",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0004024", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002213",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002213" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002206",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002206", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002090",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002224" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0009501",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000054", "http://purl.obolibrary.org/obo/RO_0002404" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002234",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002234" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0010001",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0000052", "http://purl.obolibrary.org/obo/RO_0000058" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002254", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002258", "http://purl.obolibrary.org/obo/RO_0002496" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002286", "http://purl.obolibrary.org/obo/RO_0002497" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002295", "http://purl.obolibrary.org/obo/RO_0002162" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002314",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002314", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000063",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000063" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002331",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0019002",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002213", "http://purl.obolibrary.org/obo/RO_0019002" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002327",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/BFO_0000051" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002329",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/RO_0002215" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004031",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/BFO_0000051" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004035",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002305" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002432",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/BFO_0000066" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002327",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002017" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002428",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002211" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002448",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002211", "http://purl.obolibrary.org/obo/RO_0002333" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002232",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/BFO_0000066" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002430",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002212" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004032",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0004047" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002429",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002213" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002584",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0002215" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004034",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002304" ]
+ }, {
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004035",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002305" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002263",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002411" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002413",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002402", "http://purl.obolibrary.org/obo/RO_0002400" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002566",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002411", "http://purl.obolibrary.org/obo/RO_0002233" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000057",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0000057" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002566",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002411", "http://purl.obolibrary.org/obo/RO_0002333" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002131",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0002131" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002264",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002418" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002131",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002131", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002450",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002629", "http://purl.obolibrary.org/obo/RO_0002333" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002407",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002629", "http://purl.obolibrary.org/obo/RO_0002407" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002449",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002630", "http://purl.obolibrary.org/obo/RO_0002333" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002233",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002224", "http://purl.obolibrary.org/obo/RO_0002233" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004033",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0004046" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004034",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002304" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004032",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0004047" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002264",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002418" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002331",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002331", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002134",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002134", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002428",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002331", "http://purl.obolibrary.org/obo/RO_0002211" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004033",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0004046" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002430",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002331", "http://purl.obolibrary.org/obo/RO_0002212" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0013003",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0013003", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002429",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002331", "http://purl.obolibrary.org/obo/RO_0002213" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002338",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002338", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002202", "http://purl.obolibrary.org/obo/RO_0002162" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002596",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002211" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002526",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002524", "http://purl.obolibrary.org/obo/RO_0002525" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002339",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002339", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002214", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002177",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002371", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002407",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002629", "http://purl.obolibrary.org/obo/RO_0002629" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002380",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002377", "http://purl.obolibrary.org/obo/RO_0002381" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002497", "http://purl.obolibrary.org/obo/BFO_0000063" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002413",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002402", "http://purl.obolibrary.org/obo/RO_0002400" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002407",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002407", "http://purl.obolibrary.org/obo/RO_0002629" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002450",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002629", "http://purl.obolibrary.org/obo/RO_0002333" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002497", "http://purl.obolibrary.org/obo/BFO_0000050" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002087",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002224", "http://purl.obolibrary.org/obo/RO_0002230" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002254", "http://purl.obolibrary.org/obo/RO_0002162" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002509",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002507", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002407",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002409", "http://purl.obolibrary.org/obo/RO_0002409" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0019002",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002212", "http://purl.obolibrary.org/obo/RO_0019001" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002409",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002409", "http://purl.obolibrary.org/obo/RO_0002630" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002327",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002017" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002403",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002411", "http://purl.obolibrary.org/obo/RO_0002402" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002086",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002093", "http://purl.obolibrary.org/obo/BFO_0000062" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002553",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002444", "http://purl.obolibrary.org/obo/RO_0002444" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002597",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002212" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002554",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002445", "http://purl.obolibrary.org/obo/RO_0002445" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000062",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002091", "http://purl.obolibrary.org/obo/BFO_0000062" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002488",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002488", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002100",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002100", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002492",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002492", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002205",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002511", "http://purl.obolibrary.org/obo/RO_0002513" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002496", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002380",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002377", "http://purl.obolibrary.org/obo/RO_0002381" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002496", "http://purl.obolibrary.org/obo/BFO_0000062" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002216",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002496", "http://purl.obolibrary.org/obo/RO_0002082" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004024",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0004025", "http://purl.obolibrary.org/obo/RO_0002215" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002497", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002566",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/RO_0002411", "http://purl.obolibrary.org/obo/RO_0002333" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002497", "http://purl.obolibrary.org/obo/BFO_0000063" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004025",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0004025", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002497", "http://purl.obolibrary.org/obo/RO_0002082" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002496", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002509",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002507", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002428",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002331", "http://purl.obolibrary.org/obo/RO_0002211" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002205",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002511", "http://purl.obolibrary.org/obo/RO_0002513" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0015001",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0015001", "http://purl.obolibrary.org/obo/RO_0015003" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002204",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002512", "http://purl.obolibrary.org/obo/RO_0002510" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002090",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002230", "http://purl.obolibrary.org/obo/RO_0002224" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002526",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002524", "http://purl.obolibrary.org/obo/RO_0002525" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0013007",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0013007", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002211",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002578", "http://purl.obolibrary.org/obo/RO_0002578" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0002488",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002583", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002403",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002411", "http://purl.obolibrary.org/obo/RO_0002402" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002492",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002593", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/BFO_0000066",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000050", "http://purl.obolibrary.org/obo/BFO_0000066" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002407",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002629", "http://purl.obolibrary.org/obo/RO_0002407" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002400",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002224", "http://purl.obolibrary.org/obo/RO_0002400" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002407",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002629", "http://purl.obolibrary.org/obo/RO_0002629" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002480",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002482", "http://purl.obolibrary.org/obo/RO_0002400" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002409",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002630", "http://purl.obolibrary.org/obo/RO_0002409" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002598",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002213" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0002409",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002630", "http://purl.obolibrary.org/obo/RO_0002630" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002554",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002445", "http://purl.obolibrary.org/obo/RO_0002445" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004024",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0004024", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002492",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002593", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004025",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0004025", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002110",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002110", "http://purl.obolibrary.org/obo/BFO_0000050" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004024",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0004025", "http://purl.obolibrary.org/obo/RO_0002215" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002447",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002215", "http://purl.obolibrary.org/obo/RO_0002481", "http://purl.obolibrary.org/obo/RO_0002400" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0004028",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0009501", "http://purl.obolibrary.org/obo/RO_0002233" ]
}, {
"predicateId" : "http://purl.obolibrary.org/obo/RO_0013001",
"chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0013001", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002011",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002211", "http://purl.obolibrary.org/obo/RO_0002313" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0004031",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002327", "http://purl.obolibrary.org/obo/BFO_0000051" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002131",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/BFO_0000050" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002497",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002497", "http://purl.obolibrary.org/obo/RO_0002082" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002496",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002496", "http://purl.obolibrary.org/obo/BFO_0000062" ]
- }, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0000057",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/BFO_0000055", "http://purl.obolibrary.org/obo/RO_0000052" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0013002",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0013002", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002162",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/BFO_0000051", "http://purl.obolibrary.org/obo/RO_0002162" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0013003",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0013003", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0019000",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002211", "http://purl.obolibrary.org/obo/RO_0019000" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0013007",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0013007", "http://purl.obolibrary.org/obo/BFO_0000050" ]
}, {
- "predicateId" : "http://purl.obolibrary.org/obo/RO_0002211",
- "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0002211", "http://purl.obolibrary.org/obo/RO_0002025" ]
+ "predicateId" : "http://purl.obolibrary.org/obo/RO_0015001",
+ "chainPredicateIds" : [ "http://purl.obolibrary.org/obo/RO_0015001", "http://purl.obolibrary.org/obo/RO_0015003" ]
} ]
} ]
}
\ No newline at end of file
diff --git a/ro-base.obo b/ro-base.obo
index ac913ed9..834cc834 100644
--- a/ro-base.obo
+++ b/ro-base.obo
@@ -6,37 +6,29 @@ subsetdef: http://purl.obolibrary.org/obo/valid_for_go_ontology ""
subsetdef: http://purl.obolibrary.org/obo/valid_for_gocam ""
subsetdef: ro-eco ""
subsetdef: RO:0002259 ""
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 18 Logical Axioms: 7]
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 49 Logical Axioms: 12]
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 9 Logical Axioms: 3]
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 310 Logical Axioms: 68]
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 6 Logical Axioms: 2]
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 18 Logical Axioms: 9]
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 3 Logical Axioms: 0]
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 731 Logical Axioms: 148]
-remark: Includes Ontology(OntologyID(OntologyIRI() VersionIRI())) [Axioms: 146 Logical Axioms: 45]
ontology: ro/ro-base
property_value: http://purl.org/dc/elements/1.1/description "The OBO Relations Ontology (RO) is a collection of OWL relations (ObjectProperties) intended for use across a wide variety of biological ontologies." xsd:string
property_value: http://purl.org/dc/elements/1.1/title "OBO Relations Ontology" xsd:string
+property_value: http://purl.org/dc/elements/1.1/type IAO:8000001
property_value: http://purl.org/dc/terms/license https://creativecommons.org/publicdomain/zero/1.0/
property_value: http://xmlns.com/foaf/0.1/homepage " https://github.com/oborel/obo-relations/" xsd:anyURI
-owl-axioms: Prefix(owl:=)\nPrefix(rdf:=)\nPrefix(xml:=)\nPrefix(xsd:=)\nPrefix(rdfs:=)\n\n\nOntology(\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(Class())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty())\nDeclaration(ObjectProperty(