Skip to content

Commit b597e7e

Browse files
committed
Release files
1 parent 81accfb commit b597e7e

38 files changed

Lines changed: 956 additions & 256 deletions

ro-base.json

Lines changed: 123 additions & 99 deletions
Large diffs are not rendered by default.

ro-base.obo

Lines changed: 11 additions & 2 deletions
Large diffs are not rendered by default.

ro-base.owl

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
xmlns:subsets="http://purl.obolibrary.org/obo/ro/subsets#"
1919
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
2020
<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"/>
2222
<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>
2323
<dc:title xml:lang="en">OBO Relations Ontology</dc:title>
2424
<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
39213921

39223922

39233923

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 &apos;has component participant&apos; Y means X &apos;has participant&apos; 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 &apos;has_participant min 2 object&apos;, you should instead say &apos;has_component_participant min 2 object&apos;.</obo:IAO_0000232>
3934+
<rdfs:label xml:lang="en">has component participant</rdfs:label>
3935+
</owl:ObjectProperty>
3936+
3937+
3938+
39243939
<!-- http://purl.obolibrary.org/obo/RO_0002240 -->
39253940

39263941
<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
1199512010
<rdf:Description rdf:about="urn:swrl#mf2">
1199612011
<rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
1199712012
</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>
1199812022
<rdf:Description>
1199912023
<rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
1200012024
<swrl:body>
@@ -13081,6 +13105,50 @@ e.g. if GP X enables ATPase coupled transporter activity&apos; and &apos;ATPase
1308113105
</rdf:Description>
1308213106
</swrl:head>
1308313107
</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>
1308413152
</rdf:RDF>
1308513153

1308613154

0 commit comments

Comments
 (0)