Skip to content

Commit 289864c

Browse files
author
BAevermann
committed
Made Diagnosis a child of Clinical Data Item
1 parent 29abda9 commit 289864c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.DS_Store

0 Bytes
Binary file not shown.

src/ontology/ogms.owl

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
<?xml version="1.0"?>
22
<rdf:RDF xmlns="http://ogms.googlecode.com/svn/trunk/src/ontology/ogms.owl#"
33
xml:base="http://ogms.googlecode.com/svn/trunk/src/ontology/ogms.owl"
4-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4+
xmlns:dc="http://purl.org/dc/elements/1.1/"
5+
xmlns:obo="http://purl.obolibrary.org/obo/"
56
xmlns:owl="http://www.w3.org/2002/07/owl#"
6-
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
7+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
78
xmlns:xml="http://www.w3.org/XML/1998/namespace"
8-
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
99
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
10-
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
11-
xmlns:obo="http://purl.obolibrary.org/obo/"
1210
xmlns:foaf="http://xmlns.com/foaf/0.1/"
13-
xmlns:dc="http://purl.org/dc/elements/1.1/">
11+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
12+
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
13+
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1414
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ogms.owl">
15-
<owl:versionIRI rdf:resource="https://github.com/OGMS/ogms/releases/tag/v2019-03-28"/>
16-
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/iao/ontology-metadata.owl"/>
15+
<owl:versionIRI rdf:resource="https://github.com/OGMS/ogms/releases/tag/v2019-04-30"/>
1716
<owl:imports rdf:resource="http://protege.stanford.edu/plugins/owl/dc/protege-dc.owl"/>
1817
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/bfo.owl"/>
19-
<dc:creator>Sivaram Arabandi</dc:creator>
20-
<dc:creator>Albert Goldfain</dc:creator>
21-
<dc:date>2009-08-07</dc:date>
18+
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/iao/ontology-metadata.owl"/>
2219
<dc:creator>Alan Ruttenberg</dc:creator>
20+
<dc:creator>Albert Goldfain</dc:creator>
21+
<dc:creator>Anand Kumar</dc:creator>
22+
<dc:creator>Barry Smith</dc:creator>
23+
<dc:creator>Bill Hogan</dc:creator>
24+
<dc:creator>Cornelius Rosse</dc:creator>
25+
<dc:creator>Daniel Merico</dc:creator>
26+
<dc:creator>Lindsay Cowell</dc:creator>
27+
<dc:creator>Richard Scheuermann</dc:creator>
28+
<dc:creator>Sivaram Arabandi</dc:creator>
2329
<dc:creator>Werner Ceusters</dc:creator>
30+
<dc:date>2009-08-07</dc:date>
2431
<rdfs:comment>The Ontology for General Medical Science (OGMS) is based on the papers Toward an Ontological Treatment of Disease and Diagnosis and On Carcinomas and Other Pathological Entities. The ontology attempts to address some of the issues raised at the Workshop on Ontology of Diseases (Dallas, TX). OGMS was formerly called the clinical phenotype ontology. Terms from OGMS hang from the Basic Formal Ontology.
2532

2633
The latest version of OGMS is always available at http://purl.obolibrary.org/obo/ogms.owl
@@ -31,15 +38,8 @@ The OGMS developer site is https://github.com/OGMS/ogms
3138
The discussion group is http://groups.google.com/group/ogms-discuss
3239

3340
If you are interested in participating in the development of OGMS, please send email to baeverma@jcvi.org. Be sure to include a google-account username with your request (this will be the username associated with a gmail address).</rdfs:comment>
34-
<dc:creator>Bill Hogan</dc:creator>
35-
<dc:creator>Lindsay Cowell</dc:creator>
36-
<dc:creator>Cornelius Rosse</dc:creator>
37-
<dc:creator>Richard Scheuermann</dc:creator>
3841
<rdfs:comment>This ontology is in early development. Expect it to change.</rdfs:comment>
39-
<dc:creator>Anand Kumar</dc:creator>
40-
<dc:creator>Daniel Merico</dc:creator>
4142
<owl:versionInfo>2018-11-27</owl:versionInfo>
42-
<dc:creator>Barry Smith</dc:creator>
4343
</owl:Ontology>
4444

4545

@@ -756,7 +756,7 @@ If you are interested in participating in the development of OGMS, please send e
756756
<!-- http://purl.obolibrary.org/obo/OGMS_0000073 -->
757757

758758
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OGMS_0000073">
759-
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000027"/>
759+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OGMS_0000123"/>
760760
<obo:IAO_0000115 xml:lang="en">The representation of a conclusion of a diagnostic process.</obo:IAO_0000115>
761761
<obo:IAO_0000117>Albert Goldfain</obo:IAO_0000117>
762762
<obo:IAO_0000119>http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf</obo:IAO_0000119>
@@ -1399,5 +1399,5 @@ Sagar Jain</obo:IAO_0000117>
13991399

14001400

14011401

1402-
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->
1402+
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
14031403

0 commit comments

Comments
 (0)