@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.biointerchange.org/gfvo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://sequenceontology.org/resources/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Hemizygous metadata_def:mappingLoom "hemizygous" ; metadata_def:mappingSameURI ns0:Hemizygous ; metadata_def:prefLabel "Hemizygous" ; metadata:prefixIRI "Hemizygous" ; a owl:Class ; rdfs:comment """A sequence alteration with hemizygous alleles. This quality can be used to directly encode for the \"Zygosity\" attribute in GVF files and it indirectly describes genotypes in VCF files."""@en ; rdfs:isDefinedBy <http://sequenceontology.org/resources/gvf.html> ; rdfs:label "Hemizygous" ; rdfs:seeAlso "http://en.wikipedia.org/wiki/Zygosity#Hemizygous" ; rdfs:subClassOf ns0:Zygosity .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.biointerchange.org/gfvo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://sequenceontology.org/resources/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Hemizygous
    metadata_def:mappingLoom "hemizygous" ;
    metadata_def:mappingSameURI ns0:Hemizygous ;
    metadata_def:prefLabel "Hemizygous" ;
    metadata:prefixIRI "Hemizygous" ;
    a owl:Class ;
    rdfs:comment """A sequence alteration with hemizygous alleles.

This quality can be used to directly encode for the \"Zygosity\" attribute in GVF files and it indirectly describes genotypes in VCF files."""@en ;
    rdfs:isDefinedBy <http://sequenceontology.org/resources/gvf.html> ;
    rdfs:label "Hemizygous" ;
    rdfs:seeAlso "http://en.wikipedia.org/wiki/Zygosity#Hemizygous" ;
    rdfs:subClassOf ns0:Zygosity .