Skip to content

Commit 2e15d7a

Browse files
authored
Merge pull request #9 from cthoyt/add-roots
Annotate ontology root terms
2 parents cd0c9f3 + de9fda2 commit 2e15d7a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/ontology/idpo-edit.owl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313
<Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
1414
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
1515
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
16+
<Annotation>
17+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000700"/>
18+
<IRI>http://purl.obolibrary.org/obo/IDPO_00000</IRI>
19+
</Annotation>
20+
<Annotation>
21+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000700"/>
22+
<IRI>http://purl.obolibrary.org/obo/IDPO_00049</IRI>
23+
</Annotation>
24+
<Annotation>
25+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000700"/>
26+
<IRI>http://purl.obolibrary.org/obo/IDPO_00075</IRI>
27+
</Annotation>
1628
<Annotation>
1729
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
1830
<Literal>It describes structural aspects of an IDP/IDR, self-functions and functions directly associated with their disordered state.</Literal>
@@ -157,6 +169,9 @@
157169
<Declaration>
158170
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000115"/>
159171
</Declaration>
172+
<Declaration>
173+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000700"/>
174+
</Declaration>
160175
<Declaration>
161176
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
162177
</Declaration>
@@ -330,6 +345,11 @@
330345
<IRI>http://purl.obolibrary.org/obo/IAO_0000115</IRI>
331346
<Literal>definition</Literal>
332347
</AnnotationAssertion>
348+
<AnnotationAssertion>
349+
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
350+
<IRI>http://purl.obolibrary.org/obo/IAO_0000700</IRI>
351+
<Literal>has ontology root term</Literal>
352+
</AnnotationAssertion>
333353
<AnnotationAssertion>
334354
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000115"/>
335355
<IRI>http://purl.obolibrary.org/obo/IDPO_00000</IRI>

0 commit comments

Comments
 (0)