|
18 | 18 | xmlns:subsets="http://purl.obolibrary.org/obo/ro/subsets#" |
19 | 19 | xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> |
20 | 20 | <owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ro/ro-base.owl"> |
21 | | - <owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ro/releases/2021-08-25/ro-base.owl"/> |
| 21 | + <owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/ro/releases/2021-08-31/ro-base.owl"/> |
22 | 22 | <dc:description xml:lang="en">The OBO Relations Ontology (RO) is a collection of OWL relations (ObjectProperties) intended for use across a wide variety of biological ontologies.</dc:description> |
23 | 23 | <dc:title xml:lang="en">OBO Relations Ontology</dc:title> |
24 | 24 | <terms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/> |
@@ -3921,6 +3921,21 @@ Expands_to: T has_fasciculating_neuron_projection that synapse_in some R.</obo:I |
3921 | 3921 |
|
3922 | 3922 |
|
3923 | 3923 |
|
| 3924 | + <!-- http://purl.obolibrary.org/obo/RO_0002238 --> |
| 3925 | + |
| 3926 | + <owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002238"> |
| 3927 | + <rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/RO_0000057"/> |
| 3928 | + <obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000428"/> |
| 3929 | + <obo:IAO_0000115>X 'has component participant' Y means X 'has participant' Y and there is a cardinality constraint that specifies the numbers of Ys.</obo:IAO_0000115> |
| 3930 | + <obo:IAO_0000117>Bill Duncan</obo:IAO_0000117> |
| 3931 | + <obo:IAO_0000232>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). |
| 3932 | + |
| 3933 | +If you need an axiom that says 'has_participant min 2 object', you should instead say 'has_component_participant min 2 object'.</obo:IAO_0000232> |
| 3934 | + <rdfs:label xml:lang="en">has component participant</rdfs:label> |
| 3935 | + </owl:ObjectProperty> |
| 3936 | + |
| 3937 | + |
| 3938 | + |
3924 | 3939 | <!-- http://purl.obolibrary.org/obo/RO_0002240 --> |
3925 | 3940 |
|
3926 | 3941 | <owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002240"> |
@@ -11995,6 +12010,15 @@ For example, protein A (transcription factor) indirectly increases by expression |
11995 | 12010 | <rdf:Description rdf:about="urn:swrl#mf2"> |
11996 | 12011 | <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/> |
11997 | 12012 | </rdf:Description> |
| 12013 | + <rdf:Description rdf:about="urn:swrl:var#y"> |
| 12014 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/> |
| 12015 | + </rdf:Description> |
| 12016 | + <rdf:Description rdf:about="urn:swrl:var#z"> |
| 12017 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/> |
| 12018 | + </rdf:Description> |
| 12019 | + <rdf:Description rdf:about="urn:swrl:var#x"> |
| 12020 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/> |
| 12021 | + </rdf:Description> |
11998 | 12022 | <rdf:Description> |
11999 | 12023 | <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/> |
12000 | 12024 | <swrl:body> |
@@ -13081,6 +13105,50 @@ e.g. if GP X enables ATPase coupled transporter activity' and 'ATPase |
13081 | 13105 | </rdf:Description> |
13082 | 13106 | </swrl:head> |
13083 | 13107 | </rdf:Description> |
| 13108 | + <rdf:Description> |
| 13109 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/> |
| 13110 | + <swrl:body> |
| 13111 | + <rdf:Description> |
| 13112 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/> |
| 13113 | + <rdf:first> |
| 13114 | + <rdf:Description> |
| 13115 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/> |
| 13116 | + <swrl:propertyPredicate rdf:resource="http://purl.obolibrary.org/obo/RO_0002411"/> |
| 13117 | + <swrl:argument1 rdf:resource="urn:swrl:var#y"/> |
| 13118 | + <swrl:argument2 rdf:resource="urn:swrl:var#z"/> |
| 13119 | + </rdf:Description> |
| 13120 | + </rdf:first> |
| 13121 | + <rdf:rest> |
| 13122 | + <rdf:Description> |
| 13123 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/> |
| 13124 | + <rdf:first> |
| 13125 | + <rdf:Description> |
| 13126 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/> |
| 13127 | + <swrl:propertyPredicate rdf:resource="http://purl.obolibrary.org/obo/RO_0002264"/> |
| 13128 | + <swrl:argument1 rdf:resource="urn:swrl:var#x"/> |
| 13129 | + <swrl:argument2 rdf:resource="urn:swrl:var#y"/> |
| 13130 | + </rdf:Description> |
| 13131 | + </rdf:first> |
| 13132 | + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> |
| 13133 | + </rdf:Description> |
| 13134 | + </rdf:rest> |
| 13135 | + </rdf:Description> |
| 13136 | + </swrl:body> |
| 13137 | + <swrl:head> |
| 13138 | + <rdf:Description> |
| 13139 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/> |
| 13140 | + <rdf:first> |
| 13141 | + <rdf:Description> |
| 13142 | + <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/> |
| 13143 | + <swrl:propertyPredicate rdf:resource="http://purl.obolibrary.org/obo/RO_0002263"/> |
| 13144 | + <swrl:argument1 rdf:resource="urn:swrl:var#x"/> |
| 13145 | + <swrl:argument2 rdf:resource="urn:swrl:var#z"/> |
| 13146 | + </rdf:Description> |
| 13147 | + </rdf:first> |
| 13148 | + <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/> |
| 13149 | + </rdf:Description> |
| 13150 | + </swrl:head> |
| 13151 | + </rdf:Description> |
13084 | 13152 | </rdf:RDF> |
13085 | 13153 |
|
13086 | 13154 |
|
|
0 commit comments