@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:database owl:disjointWith ns0:sequence_position . ns0:hasPosition rdfs:range ns0:sequence_position . ns0:hasSubSequence rdfs:domain ns0:sequence_position . ns0:hasVariant rdfs:domain ns0:sequence_position . ns0:isPositionIn rdfs:domain ns0:sequence_position . ns0:isSubSequenceOf rdfs:range ns0:sequence_position . ns0:observed_variation owl:disjointWith ns0:sequence_position . ns0:presentsPosition rdfs:range ns0:sequence_position . ns0:sequence owl:disjointWith ns0:sequence_position . ns0:sequence_position metadata_def:mappingLoom "sequenceposition" ; metadata_def:mappingSameURI ns0:sequence_position ; metadata_def:prefLabel "sequence_position" ; metadata:prefixIRI "SNPO:sequence_position" ; a owl:Class ; rdfs:comment """It is a position on a sequence. Then it embeds a begin start position and an end. It should be describing the position of a subsequence in a larger sequence or the position of a variation in a sequence. NB: for a SNP the start and the stop position are the same. The start position is the first nucleotide (respectivly residue) after the 5' flanking sequence, and the stop position is the position before the first nucleotide of the 3' flanking sequence.""" ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:variant . ns0:start_position rdfs:domain ns0:sequence_position . ns0:stop_position rdfs:domain ns0:sequence_position .
@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:database
    owl:disjointWith ns0:sequence_position .

ns0:hasPosition
    rdfs:range ns0:sequence_position .

ns0:hasSubSequence
    rdfs:domain ns0:sequence_position .

ns0:hasVariant
    rdfs:domain ns0:sequence_position .

ns0:isPositionIn
    rdfs:domain ns0:sequence_position .

ns0:isSubSequenceOf
    rdfs:range ns0:sequence_position .

ns0:observed_variation
    owl:disjointWith ns0:sequence_position .

ns0:presentsPosition
    rdfs:range ns0:sequence_position .

ns0:sequence
    owl:disjointWith ns0:sequence_position .

ns0:sequence_position
    metadata_def:mappingLoom "sequenceposition" ;
    metadata_def:mappingSameURI ns0:sequence_position ;
    metadata_def:prefLabel "sequence_position" ;
    metadata:prefixIRI "SNPO:sequence_position" ;
    a owl:Class ;
    rdfs:comment """It is a position on a sequence. Then it embeds a begin start position and an end. It should be describing the position of a subsequence in a larger sequence or the position of a variation in a sequence.
NB: for a SNP the start and the stop position are the same.
The start position is the first nucleotide (respectivly residue) after the 5' flanking sequence, and the stop position is the position before the first nucleotide of the 3' flanking sequence.""" ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:variant .

ns0:start_position
    rdfs:domain ns0:sequence_position .

ns0:stop_position
    rdfs:domain ns0:sequence_position .