@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_0000355 owl:equivalentClass ns0:haplotype_block . ns0:haplotype_block metadata_def:mappingLoom "haplotypeblock" ; metadata_def:mappingSameURI ns0:haplotype_block ; metadata_def:prefLabel "haplotype block" ; metadata:prefixIRI "SNPO:haplotype_block" ; a owl:Class ; rdfs:comment "A set of consecutive sites between which there is little or no evidence of historical recombination." ; rdfs:label "haplotype block" ; rdfs:subClassOf ns0:genomic_region, owl:Thing . ns0:isStatisticallyConnected rdfs:domain ns0:haplotype_block ; rdfs:range ns0:haplotype_block .
@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_0000355
    owl:equivalentClass ns0:haplotype_block .

ns0:haplotype_block
    metadata_def:mappingLoom "haplotypeblock" ;
    metadata_def:mappingSameURI ns0:haplotype_block ;
    metadata_def:prefLabel "haplotype block" ;
    metadata:prefixIRI "SNPO:haplotype_block" ;
    a owl:Class ;
    rdfs:comment "A set of consecutive sites between which there is little or no evidence of historical recombination." ;
    rdfs:label "haplotype block" ;
    rdfs:subClassOf ns0:genomic_region, owl:Thing .

ns0:isStatisticallyConnected
    rdfs:domain ns0:haplotype_block ;
    rdfs:range ns0:haplotype_block .