@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.loria.fr/~coulet/ontology/snpontology/version1.6/snpontology_full.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:aa_sequence rdfs:subClassOf ns0:sequence . ns0:composesSequence rdfs:range ns0:sequence . ns0:database owl:disjointWith ns0:sequence . ns0:hasSequence rdfs:range ns0:sequence . ns0:hasSubSequence rdfs:range ns0:sequence . ns0:hasVariantSequence rdfs:range ns0:sequence . ns0:identifierInRelatedSeqDb rdfs:domain ns0:sequence . ns0:isASequenceComposedOf rdfs:domain ns0:sequence . ns0:isOneObservedVariantIn rdfs:domain ns0:sequence . ns0:isPositionIn rdfs:range ns0:sequence . ns0:isSequenceIn rdfs:domain ns0:sequence . ns0:isStoredInSeqDb rdfs:domain ns0:sequence . ns0:isSubSequenceOf rdfs:domain ns0:sequence . ns0:length rdfs:domain ns0:sequence . ns0:nucleotide_sequence rdfs:subClassOf ns0:sequence . ns0:observed_variation owl:disjointWith ns0:sequence . ns0:presentsPosition rdfs:domain ns0:sequence . ns0:sequence metadata_def:mappingLoom "sequence" ; metadata_def:mappingSameURI ns0:sequence ; metadata_def:prefLabel "sequence" ; metadata:prefixIRI "SNPO:sequence" ; a owl:Class ; rdfs:comment "The sequence concept represents something that could be a organized succession of nucleotide or amino-acid and then could be divided in nucleotide sequences and amino-acid sequences. A sequence could be associated to its corresponding entry in a sequence database." ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:sequence_position, ns0:variant . ns0:storesSequence rdfs:range ns0:sequence .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.loria.fr/~coulet/ontology/snpontology/version1.6/snpontology_full.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:aa_sequence
    rdfs:subClassOf ns0:sequence .

ns0:composesSequence
    rdfs:range ns0:sequence .

ns0:database
    owl:disjointWith ns0:sequence .

ns0:hasSequence
    rdfs:range ns0:sequence .

ns0:hasSubSequence
    rdfs:range ns0:sequence .

ns0:hasVariantSequence
    rdfs:range ns0:sequence .

ns0:identifierInRelatedSeqDb
    rdfs:domain ns0:sequence .

ns0:isASequenceComposedOf
    rdfs:domain ns0:sequence .

ns0:isOneObservedVariantIn
    rdfs:domain ns0:sequence .

ns0:isPositionIn
    rdfs:range ns0:sequence .

ns0:isSequenceIn
    rdfs:domain ns0:sequence .

ns0:isStoredInSeqDb
    rdfs:domain ns0:sequence .

ns0:isSubSequenceOf
    rdfs:domain ns0:sequence .

ns0:length
    rdfs:domain ns0:sequence .

ns0:nucleotide_sequence
    rdfs:subClassOf ns0:sequence .

ns0:observed_variation
    owl:disjointWith ns0:sequence .

ns0:presentsPosition
    rdfs:domain ns0:sequence .

ns0:sequence
    metadata_def:mappingLoom "sequence" ;
    metadata_def:mappingSameURI ns0:sequence ;
    metadata_def:prefLabel "sequence" ;
    metadata:prefixIRI "SNPO:sequence" ;
    a owl:Class ;
    rdfs:comment "The sequence concept represents something that could be a organized succession of nucleotide or amino-acid and then could be divided in nucleotide sequences and amino-acid sequences. A sequence could be associated  to its corresponding entry in a sequence database." ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:sequence_position, ns0:variant .

ns0:storesSequence
    rdfs:range ns0:sequence .