Skip to content

Commit

Permalink
Merge pull request #1842 from obophenotype/import_blood_nerve_barrier
Browse files Browse the repository at this point in the history
Import "blood nerve barrier" from UBERON
  • Loading branch information
aleixpuigb authored Feb 8, 2023
2 parents 475a72a + 1e68108 commit d5c5793
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/ontology/cl-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -2981,6 +2981,7 @@ Declaration(Class(obo:PR_Q9Z0F7))
Declaration(Class(obo:UBERON_0001335))
Declaration(Class(obo:UBERON_0002548))
Declaration(Class(obo:UBERON_0002707))
Declaration(Class(obo:UBERON_0003209))
Declaration(Class(obo:UBERON_0003718))
Declaration(Class(obo:UBERON_0004024))
Declaration(Class(obo:UBERON_0004026))
Expand Down
51 changes: 49 additions & 2 deletions src/ontology/imports/merged_import.owl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
xmlns:ncbitaxon="http://purl.obolibrary.org/obo/ncbitaxon#"
xmlns:oboInOwl1="ttp://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cl/imports/merged_import.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cl/releases/2023-01-06/imports/merged_import.owl"/>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2023-01-06</owl:versionInfo>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cl/releases/2023-02-07/imports/merged_import.owl"/>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2023-02-07</owl:versionInfo>
</owl:Ontology>


Expand Down Expand Up @@ -595135,6 +595135,52 @@ MH: sexual subtypes should probably be logically defined based on sexual process



<!-- http://purl.obolibrary.org/obo/UBERON_0003209 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0003209">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000119"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/UBERON_0001016"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002160"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_7711"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002220"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000179"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002220"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/UBERON_0001021"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115>Barrier between the perineurium of peripheral nerves and the vascular endothelium of endoneurial capillaries. The perineurium acts as a diffusion barrier, but ion permeability at the blood-nerve barrier is still higher than at the blood-brain barrier[GO].</obo:IAO_0000115>
<oboInOwl:hasDbXref>MESH:D049428</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>Wikipedia:Blood-nerve_barrier</oboInOwl:hasDbXref>
<oboInOwl:hasExactSynonym>blood-nerve barrier</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace>uberon</oboInOwl:hasOBONamespace>
<oboInOwl:id>UBERON:0003209</oboInOwl:id>
<rdfs:label>blood nerve barrier</rdfs:label>
</owl:Class>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/UBERON_0003209"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>Barrier between the perineurium of peripheral nerves and the vascular endothelium of endoneurial capillaries. The perineurium acts as a diffusion barrier, but ion permeability at the blood-nerve barrier is still higher than at the blood-brain barrier[GO].</owl:annotatedTarget>
<oboInOwl:hasDbXref>GO:0008065</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>Wikipedia:Blood-nerve_barrier</oboInOwl:hasDbXref>
</owl:Axiom>



<!-- http://purl.obolibrary.org/obo/UBERON_0003210 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0003210">
Expand Down Expand Up @@ -803701,3 +803747,4 @@ e.g. if GP X enables ATPase coupled transporter activity&apos; and &apos;ATPase


<!-- Generated by the OWL API (version 4.5.6) https:/owlcs/owlapi -->

0 comments on commit d5c5793

Please sign in to comment.