Skip to content

Commit 6cba502

Browse files
authored
Merge pull request #20 from BioComputingUP/fix-labels
Fix labels and typos
2 parents 080e50d + 51a3067 commit 6cba502

File tree

1 file changed

+3
-39
lines changed

1 file changed

+3
-39
lines changed

src/ontology/idpo-edit.owl

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -121,30 +121,6 @@ Declaration(AnnotationProperty(rdfs:label))
121121
# Annotation Properties
122122
############################
123123

124-
# Annotation Property: <http://purl.obolibrary.org/obo/IAO_0000112> (example of usage)
125-
126-
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000112> "example of usage")
127-
128-
# Annotation Property: <http://purl.obolibrary.org/obo/IAO_0000115> (definition)
129-
130-
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000115> "definition")
131-
132-
# Annotation Property: <http://purl.obolibrary.org/obo/IAO_0000700> (has ontology root term)
133-
134-
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000700> "has ontology root term")
135-
136-
# Annotation Property: <http://purl.obolibrary.org/obo/OMO_0003000> (abbreviation)
137-
138-
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/OMO_0003000> "abbreviation")
139-
140-
# Annotation Property: <http://www.geneontology.org/formats/oboInOwl#hasDbXref> (database_cross_reference)
141-
142-
AnnotationAssertion(rdfs:label <http://www.geneontology.org/formats/oboInOwl#hasDbXref> "database_cross_reference")
143-
144-
# Annotation Property: <http://www.geneontology.org/formats/oboInOwl#hasOBOFormatVersion> (has_obo_format_version)
145-
146-
AnnotationAssertion(rdfs:label <http://www.geneontology.org/formats/oboInOwl#hasOBOFormatVersion> "has_obo_format_version")
147-
148124
# Annotation Property: <http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> (has_obo_namespace)
149125

150126
AnnotationAssertion(rdfs:label <http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> "has_obo_namespace")
@@ -166,18 +142,6 @@ AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IDPO_0000088> "ha
166142
ObjectPropertyDomain(<http://purl.obolibrary.org/obo/IDPO_0000088> <http://purl.obolibrary.org/obo/IDPO_0000080>)
167143
ObjectPropertyRange(<http://purl.obolibrary.org/obo/IDPO_0000088> <http://purl.obolibrary.org/obo/IDPO_0000089>)
168144

169-
# Object Property: <http://purl.obolibrary.org/obo/RO_0000086> (has quality)
170-
171-
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/RO_0000086> "has quality")
172-
173-
# Object Property: <http://purl.obolibrary.org/obo/RO_0002233> (has input)
174-
175-
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/RO_0002233> "has input"@en)
176-
177-
# Object Property: <http://purl.obolibrary.org/obo/RO_0002234> (has output)
178-
179-
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/RO_0002234> "has output")
180-
181145

182146

183147
############################
@@ -703,7 +667,7 @@ SubClassOf(<http://purl.obolibrary.org/obo/IDPO_0000057> <http://purl.obolibrary
703667

704668
# Class: <http://purl.obolibrary.org/obo/IDPO_0000058> (self activation)
705669

706-
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IDPO_0000058> "A self-regulatory mechanism in which intramolecular interactions induce or enhance the functional activity of a protein.")
670+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IDPO_0000058> "A self regulatory mechanism in which intramolecular interactions induce or enhance the functional activity of a protein.")
707671
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/IDPO_0000058> "autoactivation")
708672
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/IDPO_0000058> "self-activation")
709673
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> <http://purl.obolibrary.org/obo/IDPO_0000058> "disorder_function")
@@ -713,7 +677,7 @@ SubClassOf(<http://purl.obolibrary.org/obo/IDPO_0000058> <http://purl.obolibrary
713677

714678
# Class: <http://purl.obolibrary.org/obo/IDPO_0000059> (self inhibition)
715679

716-
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IDPO_0000059> "A self-regulatory mechanism in which intramolecular interactions repress or prevent the functional activity of a protein.")
680+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IDPO_0000059> "A self regulatory mechanism in which intramolecular interactions repress or prevent the functional activity of a protein.")
717681
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/IDPO_0000059> "autoinhibition")
718682
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/IDPO_0000059> "self-inhibition")
719683
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> <http://purl.obolibrary.org/obo/IDPO_0000059> "disorder_function")
@@ -783,7 +747,7 @@ SubClassOf(<http://purl.obolibrary.org/obo/IDPO_0000065> ObjectSomeValuesFrom(<h
783747

784748
# Class: <http://purl.obolibrary.org/obo/IDPO_0000066> (protein aggregate formation)
785749

786-
AnnotationAssertion(Annotation(<http://purl.obolibrary.org/obo/IAO_0000119> "PMID:33510441") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IDPO_0000066> "Process involving a non-native state of a protein in which isoluble intermolecular interactions are established to form a higher-order irreversible assembly, usually as result of aberrant liquid-liquid phase separation.")
750+
AnnotationAssertion(Annotation(<http://purl.obolibrary.org/obo/IAO_0000119> "PMID:33510441") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/IDPO_0000066> "Process involving a non-native state of a protein in which insoluble intermolecular interactions are established to form a higher-order irreversible assembly, usually as result of aberrant liquid-liquid phase separation.")
787751
AnnotationAssertion(<http://purl.org/dc/terms/contributor> <http://purl.obolibrary.org/obo/IDPO_0000066> <https://orcid.org/0000-0001-8042-9939>)
788752
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> <http://purl.obolibrary.org/obo/IDPO_0000066> "PMID:38825008")
789753
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/IDPO_0000066> "aggregate assembly")

0 commit comments

Comments
 (0)