Skip to content

Commit

Permalink
refactored snp/snv
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed Feb 13, 2018
1 parent cc45d61 commit 2e50a09
Show file tree
Hide file tree
Showing 6 changed files with 5,116 additions and 5,161 deletions.
21 changes: 19 additions & 2 deletions ontology/sio-dev.owl
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://semanticscience.org/ontology/sio-dev.owl#"
xml:base="http://semanticscience.org/ontology/sio-dev.owl"
<rdf:RDF xmlns="http://semanticscience.org/ontology/sio-dev.owl/"
xml:base="http://semanticscience.org/ontology/sio-dev.owl/"
xmlns:schema="http://schema.org/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:resource="http://semanticscience.org/resource/"
Expand Down Expand Up @@ -951,6 +951,23 @@



<!-- http://semanticscience.org/resource/SIO_010027 -->

<owl:Class rdf:about="http://semanticscience.org/resource/SIO_010027">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_001329"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000272"/>
<owl:someValuesFrom rdf:resource="http://semanticscience.org/resource/SIO_010075"/>
</owl:Restriction>
</rdfs:subClassOf>
<terms:alternative xml:lang="en">single nucleotide polymorphism</terms:alternative>
<terms:description xml:lang="en">single nucleotide polymorphism (SNP) is a variation in a single base in the genetic composition between different individuals of the same species.</terms:description>
<rdfs:label xml:lang="en">snp</rdfs:label>
</owl:Class>



<!-- http://semanticscience.org/resource/SIO_010529 -->

<owl:Class rdf:about="http://semanticscience.org/resource/SIO_010529">
Expand Down
21 changes: 3 additions & 18 deletions ontology/sio.owl
Expand Up @@ -16313,9 +16313,11 @@ of endpoints (a start point and an endpoint).</terms:description>

<owl:Class rdf:about="http://semanticscience.org/resource/SIO_001329">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_010075"/>
<terms:alternative xml:lang="en">SNP</terms:alternative>
<terms:alternative xml:lang="en">SNV</terms:alternative>
<terms:alternative xml:lang="en">single nucleotide variation</terms:alternative>
<terms:description xml:lang="en">a single nucleotide variation (SNV) is a nucleotide residue that is a variant compared to some reference nucleic acid sequence.</terms:description>
<rdfs:label xml:lang="en">single nucleotide variation</rdfs:label>
<rdfs:label xml:lang="en">single nucleotide polymorphism</rdfs:label>
</owl:Class>


Expand Down Expand Up @@ -17412,23 +17414,6 @@ The measure is defined here: http://www.disgenet.org/web/DisGeNET/menu/dbinfo#pl



<!-- http://semanticscience.org/resource/SIO_010027 -->

<owl:Class rdf:about="http://semanticscience.org/resource/SIO_010027">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_010075"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000272"/>
<owl:someValuesFrom rdf:resource="http://semanticscience.org/resource/SIO_010075"/>
</owl:Restriction>
</rdfs:subClassOf>
<terms:alternative xml:lang="en">single nucleotide polymorphism</terms:alternative>
<terms:description xml:lang="en">single nucleotide polymorphism (SNP) is a variation in a single base in the genetic composition between different individuals of the same species.</terms:description>
<rdfs:label xml:lang="en">snp</rdfs:label>
</owl:Class>



<!-- http://semanticscience.org/resource/SIO_010028 -->

<owl:Class rdf:about="http://semanticscience.org/resource/SIO_010028">
Expand Down

0 comments on commit 2e50a09

Please sign in to comment.