Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed May 11, 2020
1 parent 2e833b8 commit f30f21b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions bspo-base.owl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/bspo/bspo-base.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/bspo/releases/2019-07-24/bspo-base.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/bspo/releases/2020-05-11/bspo-base.owl"/>
<oboInOwl:NamespaceIdRule rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* BSPO:$sequence(7,0,999999999)$</oboInOwl:NamespaceIdRule>
<oboInOwl:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string">24:07:2019 14:15</oboInOwl:date>
<oboInOwl:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string">11:05:2020 13:57</oboInOwl:date>
<oboInOwl:default-namespace rdf:datatype="http://www.w3.org/2001/XMLSchema#string">spatial</oboInOwl:default-namespace>
<oboInOwl:hasOBOFormatVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.2</oboInOwl:hasOBOFormatVersion>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">based on FBql</rdfs:comment>
Expand Down Expand Up @@ -466,7 +466,6 @@
<!-- http://purl.obolibrary.org/obo/BSPO_0000105 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BSPO_0000105">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000126"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<owl:propertyDisjointWith rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000106"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">On the same side as. For example, the left arm is ipsilateral to the left leg.</obo:IAO_0000115>
Expand All @@ -489,7 +488,7 @@
<!-- http://purl.obolibrary.org/obo/BSPO_0000106 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BSPO_0000106">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000126"/>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000113"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">On the opposite side from. For example, the left arm is contralateral to the right arm (and the right leg).</obo:IAO_0000115>
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BSPO:0000106</oboInOwl:hasDbXref>
Expand Down Expand Up @@ -607,7 +606,6 @@
<!-- http://purl.obolibrary.org/obo/BSPO_0000113 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BSPO_0000113">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000105"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Direcly opposite to. i.e. on the opposite side through the axis.</obo:IAO_0000115>
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BSPO:0000113</oboInOwl:hasDbXref>
<oboInOwl:hasOBONamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#string">spatial</oboInOwl:hasOBONamespace>
Expand Down
8 changes: 3 additions & 5 deletions bspo.obo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
format-version: 1.2
data-version: releases/2019-07-24
date: 24:07:2019 14:15
data-version: releases/2020-05-11
date: 11:05:2020 13:57
synonymtypedef: human "synonym typically used in the context of human anatomy" NARROW
synonymtypedef: vertebrate "synonym typically used in the context of vertebrate anatomy" NARROW
default-namespace: spatial
Expand Down Expand Up @@ -1544,7 +1544,7 @@ def: "On the opposite side from. For example, the left arm is contralateral to t
xref: BSPO:0000106
property_value: seeAlso FBql:00005851
is_symmetric: true
is_a: in_lateral_side_of ! in lateral side of
is_a: opposite_to ! opposite to

[Typedef]
id: deep_to
Expand Down Expand Up @@ -1794,7 +1794,6 @@ def: "On the same side as. For example, the left arm is ipsilateral to the left
xref: BSPO:0000105
property_value: seeAlso FBql:00005850
is_symmetric: true
is_a: in_lateral_side_of ! in lateral side of
disjoint_from: contralateral_to ! contralateral to

[Typedef]
Expand Down Expand Up @@ -1826,7 +1825,6 @@ id: opposite_to
name: opposite to
def: "Direcly opposite to. i.e. on the opposite side through the axis." [BSPO:cjm]
xref: BSPO:0000113
is_a: ipsilateral_to ! ipsilateral to

[Typedef]
id: oral_to
Expand Down
8 changes: 3 additions & 5 deletions bspo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/bspo.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/bspo/releases/2019-07-24/bspo.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/bspo/releases/2020-05-11/bspo.owl"/>
<oboInOwl:NamespaceIdRule rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* BSPO:$sequence(7,0,999999999)$</oboInOwl:NamespaceIdRule>
<oboInOwl:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string">24:07:2019 14:15</oboInOwl:date>
<oboInOwl:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string">11:05:2020 13:57</oboInOwl:date>
<oboInOwl:default-namespace rdf:datatype="http://www.w3.org/2001/XMLSchema#string">spatial</oboInOwl:default-namespace>
<oboInOwl:hasOBOFormatVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.2</oboInOwl:hasOBOFormatVersion>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">based on FBql</rdfs:comment>
Expand Down Expand Up @@ -466,7 +466,6 @@
<!-- http://purl.obolibrary.org/obo/BSPO_0000105 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BSPO_0000105">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000126"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<owl:propertyDisjointWith rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000106"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">On the same side as. For example, the left arm is ipsilateral to the left leg.</obo:IAO_0000115>
Expand All @@ -489,7 +488,7 @@
<!-- http://purl.obolibrary.org/obo/BSPO_0000106 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BSPO_0000106">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000126"/>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000113"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">On the opposite side from. For example, the left arm is contralateral to the right arm (and the right leg).</obo:IAO_0000115>
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BSPO:0000106</oboInOwl:hasDbXref>
Expand Down Expand Up @@ -607,7 +606,6 @@
<!-- http://purl.obolibrary.org/obo/BSPO_0000113 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BSPO_0000113">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BSPO_0000105"/>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Direcly opposite to. i.e. on the opposite side through the axis.</obo:IAO_0000115>
<oboInOwl:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BSPO:0000113</oboInOwl:hasDbXref>
<oboInOwl:hasOBONamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#string">spatial</oboInOwl:hasOBONamespace>
Expand Down

0 comments on commit f30f21b

Please sign in to comment.