Skip to content

Commit

Permalink
replaced dc:alternativeName with dct:alternative (title)
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed May 5, 2016
1 parent e6210d0 commit 7eba716
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ontology/sio.owl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://semanticscience.org/ontology/sio.owl">
<vann:preferredNamespacePrefix xml:lang="en">sio</vann:preferredNamespacePrefix>
Expand Down Expand Up @@ -13893,7 +13894,7 @@ of endpoints (a start point and an endpoint).</dc:description>
</owl:someValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<dc:alternativeName>ordered list</dc:alternativeName>
<dct:alternative>ordered list</dct:alternative>
<dc:description xml:lang="en">A sequence is an ordered list of entities. Like a set, it contains members (also called elements, or terms).</dc:description>
<resource:example xml:lang="en">For example, (M, A, R, Y) is a sequence of letters that differs from (A, R, M, Y), as the ordering matters, and (1, 1, 2, 3, 5, 8), which contains the number 1 at two different positions, is a valid sequence. </resource:example>
<rdfs:label xml:lang="en">sequence</rdfs:label>
Expand Down Expand Up @@ -16257,7 +16258,7 @@ of endpoints (a start point and an endpoint).</dc:description>

<owl:Class rdf:about="http://semanticscience.org/resource/SIO_001329">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_010075"/>
<dc:alternativeName xml:lang="en">SNV</dc:alternativeName>
<dct:alternative xml:lang="en">SNV</dct:alternative>
<dc:description xml:lang="en">a single nucleotide variation (SNV) is a nucleotide residue that is a variant compared to some reference nucleic acid sequence.</dc:description>
<rdfs:label xml:lang="en">single nucleotide variation</rdfs:label>
</owl:Class>
Expand Down Expand Up @@ -16288,7 +16289,7 @@ of endpoints (a start point and an endpoint).</dc:description>

<owl:Class rdf:about="http://semanticscience.org/resource/SIO_001332">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000931"/>
<dc:alternativeName xml:lang="en">dag</dc:alternativeName>
<dct:alternative xml:lang="en">dag</dct:alternative>
<dc:description xml:lang="en">a directed acyclic graph or DAG is a network digram that contains directed edges in which nodes may have multiple parents, but there are no cycles.</dc:description>
<rdfs:label xml:lang="en">directed acyclic graph</rdfs:label>
</owl:Class>
Expand Down Expand Up @@ -16883,7 +16884,7 @@ The measure is defined here: http://www.disgenet.org/web/DisGeNET/menu/dbinfo#pl
<owl:someValuesFrom rdf:resource="http://semanticscience.org/resource/SIO_010075"/>
</owl:Restriction>
</rdfs:subClassOf>
<dc:alternativeName xml:lang="en">single nucleotide polymorphism</dc:alternativeName>
<dct:alternative xml:lang="en">single nucleotide polymorphism</dct:alternative>
<dc: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.</dc:description>
<rdfs:label xml:lang="en">snp</rdfs:label>
</owl:Class>
Expand Down

0 comments on commit 7eba716

Please sign in to comment.