Skip to content

Commit 93c46f5

Browse files
Ben-Ensemblgithub-actions[bot]
authored andcommitted
Apply new ontology files
1 parent d774219 commit 93c46f5

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

ensembl-glossary.obo

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
format-version: 1.2
2-
data-version: http://ensembl.org/glossary/releases/2022-08-31
2+
data-version: http://ensembl.org/glossary/releases/2023-01-04
33
remark: ensembl-glossary
44
ontology: ensembl-glossary
55

@@ -3112,6 +3112,13 @@ def: "Alternatively spliced transcript of a protein coding gene for which we can
31123112
is_a: ENSGLOSSARY:0000025 ! Biotype
31133113
property_value: http://ensembl.org/glossary/property/documentation http://www.ensembl.org/info/genome/genebuild/biotypes.html xsd:string
31143114

3115+
[Term]
3116+
id: ENSGLOSSARY:0000378
3117+
name: Protein coding LOF
3118+
def: "Not translated in the reference genome owing to a SNP/DIP but in other individuals/haplotypes/strains the transcript is translated. Replaces the polymorphic_pseudogene transcript biotype." []
3119+
is_a: ENSGLOSSARY:0000025 ! Biotype
3120+
property_value: http://ensembl.org/glossary/property/documentation http://www.ensembl.org/info/genome/genebuild/biotypes.html xsd:string
3121+
31153122
[Typedef]
31163123
id: http://ensembl.org/glossary/property/related
31173124
name: related

ensembl-glossary.owl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
1111
xmlns:obo="http://purl.obolibrary.org/obo/">
1212
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ensembl-glossary.owl">
13-
<owl:versionIRI rdf:resource="http://ensembl.org/glossary/ensembl-glossary/releases/2022-08-31/ensembl-glossary.owl"/>
13+
<owl:versionIRI rdf:resource="http://ensembl.org/glossary/ensembl-glossary/releases/2023-01-04/ensembl-glossary.owl"/>
1414
<rdfs:comment>ensembl-glossary</rdfs:comment>
1515
</owl:Ontology>
1616

@@ -4730,6 +4730,17 @@
47304730
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Alternatively spliced transcript of a protein coding gene for which we cannot define a CDS.</obo:IAO_0000115>
47314731
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protein coding CDS not defined</rdfs:label>
47324732
</owl:Class>
4733+
4734+
4735+
4736+
<!-- http://ensembl.org/glossary/ENSGLOSSARY_0000378 -->
4737+
4738+
<owl:Class rdf:about="http://ensembl.org/glossary/ENSGLOSSARY_0000378">
4739+
<rdfs:subClassOf rdf:resource="http://ensembl.org/glossary/ENSGLOSSARY_0000025"/>
4740+
<property:documentation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.ensembl.org/info/genome/genebuild/biotypes.html</property:documentation>
4741+
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not translated in the reference genome owing to a SNP/DIP but in other individuals/haplotypes/strains the transcript is translated. Replaces the polymorphic_pseudogene transcript biotype.</obo:IAO_0000115>
4742+
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protein coding LOF</rdfs:label>
4743+
</owl:Class>
47334744
</rdf:RDF>
47344745

47354746

0 commit comments

Comments
 (0)