@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/> . @prefix ns1: <http://purl.org/obo/owl/SO#> . ns1:SO_0001024 owl:equivalentClass ns0:haplotype . ns0:haplotype metadata_def:mappingLoom "haplotype" ; metadata_def:mappingSameURI ns0:haplotype ; metadata_def:prefLabel "haplotype" ; metadata:prefixIRI "SNPO:haplotype" ; a owl:Class ; rdfs:comment """Haplotype is a set of single nucleotide polymorphisms (SNPs) on a single chromatid that are statistically associated. Source: wikipedia""" ; rdfs:subClassOf owl:Thing . ns0:hasHaplotypeMember rdfs:domain ns0:haplotype . ns0:isHaplotypeForPeopleOf rdfs:domain ns0:haplotype . ns0:isHaplotypeMemberOf rdfs:range ns0:haplotype . ns0:presentsHapoltype rdfs:range ns0:haplotype .
@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/> .
@prefix ns1: <http://purl.org/obo/owl/SO#> .

ns1:SO_0001024
    owl:equivalentClass ns0:haplotype .

ns0:haplotype
    metadata_def:mappingLoom "haplotype" ;
    metadata_def:mappingSameURI ns0:haplotype ;
    metadata_def:prefLabel "haplotype" ;
    metadata:prefixIRI "SNPO:haplotype" ;
    a owl:Class ;
    rdfs:comment """Haplotype is a set of single nucleotide polymorphisms (SNPs) on a single chromatid that are statistically associated.
Source: wikipedia""" ;
    rdfs:subClassOf owl:Thing .

ns0:hasHaplotypeMember
    rdfs:domain ns0:haplotype .

ns0:isHaplotypeForPeopleOf
    rdfs:domain ns0:haplotype .

ns0:isHaplotypeMemberOf
    rdfs:range ns0:haplotype .

ns0:presentsHapoltype
    rdfs:range ns0:haplotype .