@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 ns2: <http://www.ensembl.org/info/website/upload/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:CodingFrameOffset metadata_def:mappingLoom "codingframeoffset" ; metadata_def:mappingSameURI ns0:CodingFrameOffset ; metadata_def:prefLabel "Coding Frame Offset" ; metadata:prefixIRI "CodingFrameOffset" ; a owl:Class ; rdfs:comment """Coding frame offset of a genomic feature that is a coding sequence or other genomic feature that contributes to transcription and translation. A feature's coding frame offset can be either 0, 1, or 2. It is referred to as \"frame\" in GTF, but called \"phase\" in GFF3 and GVF. \"phase\" is defined in GVF, but unused."""@en ; rdfs:isDefinedBy <http://sequenceontology.org/resources/gvf.html>, <http://www.ensembl.org/info/website/upload/gff.html> ; rdfs:label "Coding Frame Offset" ; rdfs:seeAlso "http://en.wikipedia.org/wiki/Reading_frame" ; rdfs:subClassOf ns0:Quality .
@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 ns2: <http://www.ensembl.org/info/website/upload/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:CodingFrameOffset
    metadata_def:mappingLoom "codingframeoffset" ;
    metadata_def:mappingSameURI ns0:CodingFrameOffset ;
    metadata_def:prefLabel "Coding Frame Offset" ;
    metadata:prefixIRI "CodingFrameOffset" ;
    a owl:Class ;
    rdfs:comment """Coding frame offset of a genomic feature that is a coding sequence or other genomic feature that contributes to transcription and translation. A feature's coding frame offset can be either 0, 1, or 2.

It is referred to as \"frame\" in GTF, but called \"phase\" in GFF3 and GVF. \"phase\" is defined in GVF, but unused."""@en ;
    rdfs:isDefinedBy <http://sequenceontology.org/resources/gvf.html>, <http://www.ensembl.org/info/website/upload/gff.html> ;
    rdfs:label "Coding Frame Offset" ;
    rdfs:seeAlso "http://en.wikipedia.org/wiki/Reading_frame" ;
    rdfs:subClassOf ns0:Quality .