<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bioontology.org//mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cmungall</id>
	<title>NCBO Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.bioontology.org//mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cmungall"/>
	<link rel="alternate" type="text/html" href="https://www.bioontology.org//wiki/Special:Contributions/Cmungall"/>
	<updated>2026-06-05T11:46:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=BioPortal_FAQ&amp;diff=13061</id>
		<title>BioPortal FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=BioPortal_FAQ&amp;diff=13061"/>
		<updated>2022-06-08T01:15:48Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Can I convert Obo-format to OWL? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Frequently Asked Questions (FAQ)'''&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
==What is an ontology?==&lt;br /&gt;
An ontology is a formal representation of a set of concepts/nodes within a domain and the relationships between those concepts. It is used to reason about the properties of that domain, and may be used to define the domain.&lt;br /&gt;
&lt;br /&gt;
==Where are the ontologies?==&lt;br /&gt;
&lt;br /&gt;
Ontologies are available from BioPortal at http://bioportal.bioontology.org. &lt;br /&gt;
&lt;br /&gt;
===How do I submit an ontology?===&lt;br /&gt;
&lt;br /&gt;
The current protocol is:&lt;br /&gt;
&lt;br /&gt;
1) Go to BioPortal at http://bioportal.bioontology.org&lt;br /&gt;
&lt;br /&gt;
2) If you haven't already, click on the &amp;quot;Register&amp;quot; link in the top right hand corner.  &lt;br /&gt;
&lt;br /&gt;
3) After you have registered as a user, &amp;quot;Sign In&amp;quot; as that user.&lt;br /&gt;
&lt;br /&gt;
4) Click on the &amp;quot;Browse&amp;quot; tab (or click on the following link: http://bioportal.bioontology.org/browse)&lt;br /&gt;
&lt;br /&gt;
5) Click on the &amp;quot;Submit Ontology&amp;quot; button and follow the instructions.&lt;br /&gt;
&lt;br /&gt;
===How do I cite BioPortal?===&lt;br /&gt;
Noy NF, Shah NH, Whetzel PL, Dai B, Dorf M, Griffith N, Jonquet C, Rubin DL,&lt;br /&gt;
Storey MA, Chute CG, Musen MA. BioPortal: ontologies and integrated data&lt;br /&gt;
resources at the click of a mouse. Nucleic Acids Res. 2009 Jul 1;37(Web Server&lt;br /&gt;
issue):W170-3. Epub 2009 May 29. PubMed PMID: 19483092; PubMed Central PMCID:&lt;br /&gt;
PMC2703982.&lt;br /&gt;
&lt;br /&gt;
=Ontology Content=&lt;br /&gt;
&lt;br /&gt;
==Building Ontologies==&lt;br /&gt;
&lt;br /&gt;
===How do I go about building an ontology?===&lt;br /&gt;
&lt;br /&gt;
There are a plethora of tools for building ontologies.  Below are two preferred tools for building OWL and OBO ontologies:&lt;br /&gt;
&lt;br /&gt;
1) Protege (http://protege.stanford.edu/) - OWL ontologies&lt;br /&gt;
&lt;br /&gt;
2) OBOEdit (http://oboedit.org/) - OBO ontologies&lt;br /&gt;
&lt;br /&gt;
===What is the OBO Foundry?===&lt;br /&gt;
&lt;br /&gt;
A collaborative project, involving a group of OBO ontology developers who have agreed in advance to the adoption of a set of principles specifying best practices in ontology development. These principles are designed to foster interoperability of ontologies within the broader OBO framework, and also to ensure a gradual improvement of quality and formal rigor in ontologies, in ways designed to meet the increasing needs of data and information integration in the biomedical domain.  See http://obofoundry.org/&lt;br /&gt;
&lt;br /&gt;
=BioPortal Products=&lt;br /&gt;
&lt;br /&gt;
==What is BioPortal?==&lt;br /&gt;
A Web-based application for searching, sharing, visualizing, and analyzing a large repository of biomedical ontologies, terminologies, and ontology-based annotations. BioPortal is available at: http://bioportal.bioontology.org/. All content of BioPortal is also accessible via RESTful web services. To learn more about how to use BioPortal technology in your software see the page [[Using_BioPortal_Technology_In_Your_Project|Using BioPortal Technology In Your Project]]&lt;br /&gt;
&lt;br /&gt;
BioPortal allows for mappings between terms, bulk export of mappings, visualization of terms and relationships within ontologies, notes, and navigation of multiple ontologies through tabbed browsing. To see a demo of BioPortal, please visit http://www.bioontology.org/BioPortal.&lt;br /&gt;
&lt;br /&gt;
==What is the Resource Index?==&lt;br /&gt;
A set of ontology-based annotations of biomedical data.  These annotations have been generated automatically via the Resource Index workflow. The annotations can be accessed from BioPortal, either from from the All Resources tab to search for term annotations or from the Resource Index tab to browse annotations for an individual term. This tool enables researchers to search for biomedical resources associated (or annotated) with specific ontology terms.&lt;br /&gt;
&lt;br /&gt;
==What is the Annotator?==&lt;br /&gt;
The Annotator is a text annotation tool that uses mgrep, developed by the University of Michigan, as the entity recognizer and the entire library of BioPortal ontologies as the dictionary of terms. This tool can be accessed from BioPortal and also via programmatic access directly to the Web service.&lt;br /&gt;
&lt;br /&gt;
==I have a lot of data to analyze. How can I use the API to access BioPortal products efficiently?==&lt;br /&gt;
This [https://www.bioontology.org/wiki/Annotator_Optimizing_and_Troublehooting Annotator Optimizing and Troubleshooting page] has many tips that apply to many API requests, not just the NCBO Annotator.&lt;br /&gt;
&lt;br /&gt;
=Details=&lt;br /&gt;
&lt;br /&gt;
==Ontology Metadata==&lt;br /&gt;
Ontology metadata represented in BioPortal uses the Ontology Metadata Vocabulary (OMV) format to store all ontology meta data.  Please see the following web site for more information on the format (http://omv.ontoware.org/).  &lt;br /&gt;
&lt;br /&gt;
To read more about how OMV is used in BioPortal see [[BioPortal_Metadata|BioPortal Metadata Requirements]].&lt;br /&gt;
&lt;br /&gt;
An earlier version of BioPortal's metadata ontology is at [http://bioportal.bioontology.org/virtual/1148].&lt;br /&gt;
&lt;br /&gt;
==OBO Format==&lt;br /&gt;
&lt;br /&gt;
Questions about the OBO ontology format&lt;br /&gt;
&lt;br /&gt;
===What is OBO Format?===&lt;br /&gt;
&lt;br /&gt;
A format often used in the OBO Foundry to define ontologies. OWL is now being recommended by the OBO Foundry community for creating ontologies because of the greater tooling available, but some ontologies are still maintained in OBO format.&lt;br /&gt;
&lt;br /&gt;
===Can I convert Obo-format to OWL?===&lt;br /&gt;
&lt;br /&gt;
Yes. There are multiple ways to convert ontologies between OWL and OBO format. &lt;br /&gt;
&lt;br /&gt;
* Using [https://protege.stanford.edu Protege] (uses the owl-api which is able to open both OWL and OBO format ontologies)&lt;br /&gt;
&lt;br /&gt;
* Using BioPortal to load the OBO file (imports using the owl-api; current ontology then available as RDF)&lt;br /&gt;
&lt;br /&gt;
* Using the owl-api directly&lt;br /&gt;
&lt;br /&gt;
* use ROBOT https://robot.obolibrary.org/convert&lt;br /&gt;
&lt;br /&gt;
===Can I convert Obo-format files to Protege-classic?===&lt;br /&gt;
&lt;br /&gt;
Not yet. In theory it should not be hard to provide an XSL for this. The reverse transformation may be more difficult.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Historical and Deprecated FAQs=&lt;br /&gt;
&lt;br /&gt;
==NCBO==&lt;br /&gt;
&lt;br /&gt;
===What is NCBO?===&lt;br /&gt;
&lt;br /&gt;
The National Center for Biomedical Ontology (http://www.bioontology.org) is a consortium of leading biologists, clinicians, informaticians, and ontologists who develop innovative technology and methods that allow scientists to create, disseminate, and manage biomedical information and knowledge in machine-processable form. Our vision is that all biomedical knowledge and data are disseminated on the Internet using ontologies, such that the knowledge and data are semantically interoperable and useful for furthering biomedical science and clinical care. The Center’s software and technologies include [http://bioportal.bioontology.org BioPortal], Phenote+, the [[Resource_Index|NCBO Resource Index]], and the [[Annotator_Web_service|NCBO Annotator]].  Partner technologies include LexGrid, Protege, and Jambalaya.  The Center collaborates with biomedical researchers conducting Driving Biological Projects (DBPs) to enable their research and to stimulate technology development in the Center. The Center is undertaking outreach and educational activities to train the future generation of researchers in using biomedical ontologies and the Center’s sfotware to enhance scientific discovery.&lt;br /&gt;
&lt;br /&gt;
==What is Open Biomedical Data?==&lt;br /&gt;
A database of manually generated biomedical annotations (starting with phenotype annotations) summarizing key attributes such as anatomy, phenotype, and genetic features. The annotations are currently loaded directly from a Phenote file, which contains the manually created annotations.&lt;br /&gt;
&lt;br /&gt;
==incomplete is-a paths==&lt;br /&gt;
&lt;br /&gt;
Many OBO ontologies are currently incomplete with respect to all classes/terms having an is-a parent. Many tools (including OBO-Edit and AmiGO) deliberately allow the conflation of relations when presenting the ontology as a DAG or a tree to the user. However, other tools (including Protege and SWOOP) do not. This means that some OBO ontologies can look unusual when viewed with these other tools (lots of classes appear at the root level).&lt;br /&gt;
&lt;br /&gt;
This is currently being addressed by the maintainers of OBO ontologies. An effort is underway to complete the is-a parentage in the GO cellular component ontology (biological process will be more difficult). The Plant Ontology Consortium are completing the is-a parentage in the plant anatomical structure ontology.&lt;br /&gt;
&lt;br /&gt;
Until this work is complete, some OBO ontologies may look unusual when viewed in conventional ontology browsing and editing tools. With some of these tools, there may be some configurations which allow other relations to be conflated with the is-a relation when presenting the ontology as a DAG or tree view.&lt;br /&gt;
&lt;br /&gt;
One option is to automatically create an is-a parent to the ontology root for every non-root class/term which lacks any is-a parents. Note that this may create inconsistencies in the ontology if the genuine is-a parent is somewhere deeper in the ontology hierarchy; nevertheless this step may be necessary before presenting some OBO ontologies to tools such as reasoners.&lt;br /&gt;
&lt;br /&gt;
===Is OBO Format different from the old GO format?===&lt;br /&gt;
&lt;br /&gt;
Yes. The old dag-edit format (i.e. the one in which indentation was used to denote the GO hierarchy) is STRONGLY deprecated.&lt;br /&gt;
&lt;br /&gt;
===Where can I find the spec?===&lt;br /&gt;
&lt;br /&gt;
You can find details on the 1.0 spec on the GO home page&lt;br /&gt;
http://www.geneontology.org/GO.format.shtml#oboflat&lt;br /&gt;
&lt;br /&gt;
This spec is somewhat underspecified&lt;br /&gt;
&lt;br /&gt;
The 1.2 spec is in preparation, and will be released to coincide with the first production OBO-Edit release sometime early in 2006&lt;br /&gt;
&lt;br /&gt;
You can find a preliminary version of the spec here:&lt;br /&gt;
HTML -- http://www.godatabase.org/dev/doc/obo_format_spec.html&lt;br /&gt;
PDF -- http://www.godatabase.org/dev/doc/obo_format_spec.pdf&lt;br /&gt;
Ascii text -- http://www.godatabase.org/dev/doc/obo_format_spec.txt&lt;br /&gt;
&lt;br /&gt;
===Why not use XML?===&lt;br /&gt;
&lt;br /&gt;
There is also an obo-xml format. See&lt;br /&gt;
&lt;br /&gt;
http://www.godatabase.org/dev/xml&lt;br /&gt;
&lt;br /&gt;
Currently only available as DTD. Relax-NG and XSD coming soon.&lt;br /&gt;
&lt;br /&gt;
===Is there a UML model?===&lt;br /&gt;
&lt;br /&gt;
Yes, there is a UML translation of the obo format in progress, produced by Harold Solbrig of Mayo clinic; see:&lt;br /&gt;
&lt;br /&gt;
http://informatics.mayo.edu/schema/OBO/UMLModel/HTML/&lt;br /&gt;
&lt;br /&gt;
===What tools support Obo-Format?===&lt;br /&gt;
&lt;br /&gt;
The following are *ontology* tools that support the OBO format. There are many other tools for the analysis of gene ontology data which also happen to read the OBO format - see http://www.geneontology.org/GO.tools.shtml for a list&lt;br /&gt;
&lt;br /&gt;
; OBO-Edit&lt;br /&gt;
: (naturally!). You should use this rather than DAG-Edit (DAG-Edit still supports obo-1.0 format), as DAG-Edit is deprecated as of 2006.&lt;br /&gt;
&lt;br /&gt;
; COBRA&lt;br /&gt;
: developed by Stuart Aitken as part of http://www.xspan.org. COBRA is a java ontology editor/viewer for aligning ontologies&lt;br /&gt;
&lt;br /&gt;
; go-perl&lt;br /&gt;
: http://search.cpan.org/~cmungall/go-perl&lt;br /&gt;
&lt;br /&gt;
==Using Protege with OBO ontologies==&lt;br /&gt;
&lt;br /&gt;
You have two options here - use the Protege OBO plugin, or convert to a format which Protege understands.&lt;br /&gt;
&lt;br /&gt;
The OBO plugin was developed at the University of Washington, and is no longer supported.&lt;br /&gt;
&lt;br /&gt;
You can convert any obo-format file to OWL and use Protege-OWL (but not Protege-classic); see the next entry.&lt;br /&gt;
&lt;br /&gt;
Note that when you look at many of the OBO ontologies in Protege (classic or Protege-OWL) you will see that there are large amounts of classes apparently at the root level. This is because OBO ontologies have historically not been complete with respect to all classes having a superclass (is-a parent). This is currently being addressed. See the FAQ entry on this subject.&lt;br /&gt;
&lt;br /&gt;
===Can I convert OBO format to OWL===&lt;br /&gt;
&lt;br /&gt;
*Using the xslts included in go-perl.&lt;br /&gt;
**Download and install: http://search.cpan.org/~cmungall/go-perl/&lt;br /&gt;
**Then run the script&lt;br /&gt;
**go2owl myontology.obo. This functionality will soon be available from oboedit&lt;br /&gt;
**For more details on the mapping, see: http://www.fruitfly.org/~cjm/obol/doc/mapping-obo-to-owl.html&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=BioPortal_FAQ&amp;diff=13060</id>
		<title>BioPortal FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=BioPortal_FAQ&amp;diff=13060"/>
		<updated>2022-06-08T01:14:22Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* What is Phenote? */ removing this as I am not sure it's even possible to install this any more!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Frequently Asked Questions (FAQ)'''&lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
==What is an ontology?==&lt;br /&gt;
An ontology is a formal representation of a set of concepts/nodes within a domain and the relationships between those concepts. It is used to reason about the properties of that domain, and may be used to define the domain.&lt;br /&gt;
&lt;br /&gt;
==Where are the ontologies?==&lt;br /&gt;
&lt;br /&gt;
Ontologies are available from BioPortal at http://bioportal.bioontology.org. &lt;br /&gt;
&lt;br /&gt;
===How do I submit an ontology?===&lt;br /&gt;
&lt;br /&gt;
The current protocol is:&lt;br /&gt;
&lt;br /&gt;
1) Go to BioPortal at http://bioportal.bioontology.org&lt;br /&gt;
&lt;br /&gt;
2) If you haven't already, click on the &amp;quot;Register&amp;quot; link in the top right hand corner.  &lt;br /&gt;
&lt;br /&gt;
3) After you have registered as a user, &amp;quot;Sign In&amp;quot; as that user.&lt;br /&gt;
&lt;br /&gt;
4) Click on the &amp;quot;Browse&amp;quot; tab (or click on the following link: http://bioportal.bioontology.org/browse)&lt;br /&gt;
&lt;br /&gt;
5) Click on the &amp;quot;Submit Ontology&amp;quot; button and follow the instructions.&lt;br /&gt;
&lt;br /&gt;
===How do I cite BioPortal?===&lt;br /&gt;
Noy NF, Shah NH, Whetzel PL, Dai B, Dorf M, Griffith N, Jonquet C, Rubin DL,&lt;br /&gt;
Storey MA, Chute CG, Musen MA. BioPortal: ontologies and integrated data&lt;br /&gt;
resources at the click of a mouse. Nucleic Acids Res. 2009 Jul 1;37(Web Server&lt;br /&gt;
issue):W170-3. Epub 2009 May 29. PubMed PMID: 19483092; PubMed Central PMCID:&lt;br /&gt;
PMC2703982.&lt;br /&gt;
&lt;br /&gt;
=Ontology Content=&lt;br /&gt;
&lt;br /&gt;
==Building Ontologies==&lt;br /&gt;
&lt;br /&gt;
===How do I go about building an ontology?===&lt;br /&gt;
&lt;br /&gt;
There are a plethora of tools for building ontologies.  Below are two preferred tools for building OWL and OBO ontologies:&lt;br /&gt;
&lt;br /&gt;
1) Protege (http://protege.stanford.edu/) - OWL ontologies&lt;br /&gt;
&lt;br /&gt;
2) OBOEdit (http://oboedit.org/) - OBO ontologies&lt;br /&gt;
&lt;br /&gt;
===What is the OBO Foundry?===&lt;br /&gt;
&lt;br /&gt;
A collaborative project, involving a group of OBO ontology developers who have agreed in advance to the adoption of a set of principles specifying best practices in ontology development. These principles are designed to foster interoperability of ontologies within the broader OBO framework, and also to ensure a gradual improvement of quality and formal rigor in ontologies, in ways designed to meet the increasing needs of data and information integration in the biomedical domain.  See http://obofoundry.org/&lt;br /&gt;
&lt;br /&gt;
=BioPortal Products=&lt;br /&gt;
&lt;br /&gt;
==What is BioPortal?==&lt;br /&gt;
A Web-based application for searching, sharing, visualizing, and analyzing a large repository of biomedical ontologies, terminologies, and ontology-based annotations. BioPortal is available at: http://bioportal.bioontology.org/. All content of BioPortal is also accessible via RESTful web services. To learn more about how to use BioPortal technology in your software see the page [[Using_BioPortal_Technology_In_Your_Project|Using BioPortal Technology In Your Project]]&lt;br /&gt;
&lt;br /&gt;
BioPortal allows for mappings between terms, bulk export of mappings, visualization of terms and relationships within ontologies, notes, and navigation of multiple ontologies through tabbed browsing. To see a demo of BioPortal, please visit http://www.bioontology.org/BioPortal.&lt;br /&gt;
&lt;br /&gt;
==What is the Resource Index?==&lt;br /&gt;
A set of ontology-based annotations of biomedical data.  These annotations have been generated automatically via the Resource Index workflow. The annotations can be accessed from BioPortal, either from from the All Resources tab to search for term annotations or from the Resource Index tab to browse annotations for an individual term. This tool enables researchers to search for biomedical resources associated (or annotated) with specific ontology terms.&lt;br /&gt;
&lt;br /&gt;
==What is the Annotator?==&lt;br /&gt;
The Annotator is a text annotation tool that uses mgrep, developed by the University of Michigan, as the entity recognizer and the entire library of BioPortal ontologies as the dictionary of terms. This tool can be accessed from BioPortal and also via programmatic access directly to the Web service.&lt;br /&gt;
&lt;br /&gt;
==I have a lot of data to analyze. How can I use the API to access BioPortal products efficiently?==&lt;br /&gt;
This [https://www.bioontology.org/wiki/Annotator_Optimizing_and_Troublehooting Annotator Optimizing and Troubleshooting page] has many tips that apply to many API requests, not just the NCBO Annotator.&lt;br /&gt;
&lt;br /&gt;
=Details=&lt;br /&gt;
&lt;br /&gt;
==Ontology Metadata==&lt;br /&gt;
Ontology metadata represented in BioPortal uses the Ontology Metadata Vocabulary (OMV) format to store all ontology meta data.  Please see the following web site for more information on the format (http://omv.ontoware.org/).  &lt;br /&gt;
&lt;br /&gt;
To read more about how OMV is used in BioPortal see [[BioPortal_Metadata|BioPortal Metadata Requirements]].&lt;br /&gt;
&lt;br /&gt;
An earlier version of BioPortal's metadata ontology is at [http://bioportal.bioontology.org/virtual/1148].&lt;br /&gt;
&lt;br /&gt;
==OBO Format==&lt;br /&gt;
&lt;br /&gt;
Questions about the OBO ontology format&lt;br /&gt;
&lt;br /&gt;
===What is OBO Format?===&lt;br /&gt;
&lt;br /&gt;
A format often used in the OBO Foundry to define ontologies. OWL is now being recommended by the OBO Foundry community for creating ontologies because of the greater tooling available, but some ontologies are still maintained in OBO format.&lt;br /&gt;
&lt;br /&gt;
===Can I convert Obo-format to OWL?===&lt;br /&gt;
&lt;br /&gt;
Yes. There are multiple ways to convert ontologies between OWL and OBO format. &lt;br /&gt;
&lt;br /&gt;
* Using [https://protege.stanford.edu Protege] (uses the owl-api which is able to open both OWL and OBO format ontologies)&lt;br /&gt;
&lt;br /&gt;
* Using BioPortal to load the OBO file (imports using the owl-api; current ontology then available as RDF)&lt;br /&gt;
&lt;br /&gt;
* Using the owl-api directly&lt;br /&gt;
&lt;br /&gt;
===Can I convert Obo-format files to Protege-classic?===&lt;br /&gt;
&lt;br /&gt;
Not yet. In theory it should not be hard to provide an XSL for this. The reverse transformation may be more difficult.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Historical and Deprecated FAQs=&lt;br /&gt;
&lt;br /&gt;
==NCBO==&lt;br /&gt;
&lt;br /&gt;
===What is NCBO?===&lt;br /&gt;
&lt;br /&gt;
The National Center for Biomedical Ontology (http://www.bioontology.org) is a consortium of leading biologists, clinicians, informaticians, and ontologists who develop innovative technology and methods that allow scientists to create, disseminate, and manage biomedical information and knowledge in machine-processable form. Our vision is that all biomedical knowledge and data are disseminated on the Internet using ontologies, such that the knowledge and data are semantically interoperable and useful for furthering biomedical science and clinical care. The Center’s software and technologies include [http://bioportal.bioontology.org BioPortal], Phenote+, the [[Resource_Index|NCBO Resource Index]], and the [[Annotator_Web_service|NCBO Annotator]].  Partner technologies include LexGrid, Protege, and Jambalaya.  The Center collaborates with biomedical researchers conducting Driving Biological Projects (DBPs) to enable their research and to stimulate technology development in the Center. The Center is undertaking outreach and educational activities to train the future generation of researchers in using biomedical ontologies and the Center’s sfotware to enhance scientific discovery.&lt;br /&gt;
&lt;br /&gt;
==What is Open Biomedical Data?==&lt;br /&gt;
A database of manually generated biomedical annotations (starting with phenotype annotations) summarizing key attributes such as anatomy, phenotype, and genetic features. The annotations are currently loaded directly from a Phenote file, which contains the manually created annotations.&lt;br /&gt;
&lt;br /&gt;
==incomplete is-a paths==&lt;br /&gt;
&lt;br /&gt;
Many OBO ontologies are currently incomplete with respect to all classes/terms having an is-a parent. Many tools (including OBO-Edit and AmiGO) deliberately allow the conflation of relations when presenting the ontology as a DAG or a tree to the user. However, other tools (including Protege and SWOOP) do not. This means that some OBO ontologies can look unusual when viewed with these other tools (lots of classes appear at the root level).&lt;br /&gt;
&lt;br /&gt;
This is currently being addressed by the maintainers of OBO ontologies. An effort is underway to complete the is-a parentage in the GO cellular component ontology (biological process will be more difficult). The Plant Ontology Consortium are completing the is-a parentage in the plant anatomical structure ontology.&lt;br /&gt;
&lt;br /&gt;
Until this work is complete, some OBO ontologies may look unusual when viewed in conventional ontology browsing and editing tools. With some of these tools, there may be some configurations which allow other relations to be conflated with the is-a relation when presenting the ontology as a DAG or tree view.&lt;br /&gt;
&lt;br /&gt;
One option is to automatically create an is-a parent to the ontology root for every non-root class/term which lacks any is-a parents. Note that this may create inconsistencies in the ontology if the genuine is-a parent is somewhere deeper in the ontology hierarchy; nevertheless this step may be necessary before presenting some OBO ontologies to tools such as reasoners.&lt;br /&gt;
&lt;br /&gt;
===Is OBO Format different from the old GO format?===&lt;br /&gt;
&lt;br /&gt;
Yes. The old dag-edit format (i.e. the one in which indentation was used to denote the GO hierarchy) is STRONGLY deprecated.&lt;br /&gt;
&lt;br /&gt;
===Where can I find the spec?===&lt;br /&gt;
&lt;br /&gt;
You can find details on the 1.0 spec on the GO home page&lt;br /&gt;
http://www.geneontology.org/GO.format.shtml#oboflat&lt;br /&gt;
&lt;br /&gt;
This spec is somewhat underspecified&lt;br /&gt;
&lt;br /&gt;
The 1.2 spec is in preparation, and will be released to coincide with the first production OBO-Edit release sometime early in 2006&lt;br /&gt;
&lt;br /&gt;
You can find a preliminary version of the spec here:&lt;br /&gt;
HTML -- http://www.godatabase.org/dev/doc/obo_format_spec.html&lt;br /&gt;
PDF -- http://www.godatabase.org/dev/doc/obo_format_spec.pdf&lt;br /&gt;
Ascii text -- http://www.godatabase.org/dev/doc/obo_format_spec.txt&lt;br /&gt;
&lt;br /&gt;
===Why not use XML?===&lt;br /&gt;
&lt;br /&gt;
There is also an obo-xml format. See&lt;br /&gt;
&lt;br /&gt;
http://www.godatabase.org/dev/xml&lt;br /&gt;
&lt;br /&gt;
Currently only available as DTD. Relax-NG and XSD coming soon.&lt;br /&gt;
&lt;br /&gt;
===Is there a UML model?===&lt;br /&gt;
&lt;br /&gt;
Yes, there is a UML translation of the obo format in progress, produced by Harold Solbrig of Mayo clinic; see:&lt;br /&gt;
&lt;br /&gt;
http://informatics.mayo.edu/schema/OBO/UMLModel/HTML/&lt;br /&gt;
&lt;br /&gt;
===What tools support Obo-Format?===&lt;br /&gt;
&lt;br /&gt;
The following are *ontology* tools that support the OBO format. There are many other tools for the analysis of gene ontology data which also happen to read the OBO format - see http://www.geneontology.org/GO.tools.shtml for a list&lt;br /&gt;
&lt;br /&gt;
; OBO-Edit&lt;br /&gt;
: (naturally!). You should use this rather than DAG-Edit (DAG-Edit still supports obo-1.0 format), as DAG-Edit is deprecated as of 2006.&lt;br /&gt;
&lt;br /&gt;
; COBRA&lt;br /&gt;
: developed by Stuart Aitken as part of http://www.xspan.org. COBRA is a java ontology editor/viewer for aligning ontologies&lt;br /&gt;
&lt;br /&gt;
; go-perl&lt;br /&gt;
: http://search.cpan.org/~cmungall/go-perl&lt;br /&gt;
&lt;br /&gt;
==Using Protege with OBO ontologies==&lt;br /&gt;
&lt;br /&gt;
You have two options here - use the Protege OBO plugin, or convert to a format which Protege understands.&lt;br /&gt;
&lt;br /&gt;
The OBO plugin was developed at the University of Washington, and is no longer supported.&lt;br /&gt;
&lt;br /&gt;
You can convert any obo-format file to OWL and use Protege-OWL (but not Protege-classic); see the next entry.&lt;br /&gt;
&lt;br /&gt;
Note that when you look at many of the OBO ontologies in Protege (classic or Protege-OWL) you will see that there are large amounts of classes apparently at the root level. This is because OBO ontologies have historically not been complete with respect to all classes having a superclass (is-a parent). This is currently being addressed. See the FAQ entry on this subject.&lt;br /&gt;
&lt;br /&gt;
===Can I convert OBO format to OWL===&lt;br /&gt;
&lt;br /&gt;
*Using the xslts included in go-perl.&lt;br /&gt;
**Download and install: http://search.cpan.org/~cmungall/go-perl/&lt;br /&gt;
**Then run the script&lt;br /&gt;
**go2owl myontology.obo. This functionality will soon be available from oboedit&lt;br /&gt;
**For more details on the mapping, see: http://www.fruitfly.org/~cjm/obol/doc/mapping-obo-to-owl.html&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=CARO:Main_Page&amp;diff=3762</id>
		<title>CARO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=CARO:Main_Page&amp;diff=3762"/>
		<updated>2006-08-07T18:51:17Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Background Material */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CARO=&lt;br /&gt;
&lt;br /&gt;
Welcome to CARO!&lt;br /&gt;
&lt;br /&gt;
This wiki (hosted on the main NCBO public wiki) will contain information on the new CARO reference ontology of anatomy, combining FMA and model organism anatomical ontologies. How this will be achieved is yet to be decided...&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Mail Lists==&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-cell-type OBO Cell]&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-anatomy OBO Anatomy]&lt;br /&gt;
&lt;br /&gt;
The following list may also be of interest&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-crossproduct OBO CrossProduct]&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
http://www.bioontology.org/wiki/index.php/Anatomy_Ontology_Workshop&lt;br /&gt;
&lt;br /&gt;
=Background Material=&lt;br /&gt;
&lt;br /&gt;
This is intended as a source of background reading material primarily for the workshop participants. Please help and add more!&lt;br /&gt;
&lt;br /&gt;
==Relations==&lt;br /&gt;
&lt;br /&gt;
Smith B, Ceusters W, Klagges B, Kohler J, Kumar A, Lomax J, Mungall CJ, Neuhaus F, Rector A, Rosse C&lt;br /&gt;
Relations in Biomedical Ontologies&lt;br /&gt;
Genome Biology, 2005, 6:R46&lt;br /&gt;
 &lt;br /&gt;
[http://obo.sourceforge.net/relationship OBO Relations]&lt;br /&gt;
&lt;br /&gt;
See also [[RO:Main_Page]], the main RO wiki&lt;br /&gt;
&lt;br /&gt;
==Fiat Boundaries==&lt;br /&gt;
&lt;br /&gt;
As we're in the business of carving up reality, this paper of Barry's might be useful:&lt;br /&gt;
&lt;br /&gt;
http://wings.buffalo.edu/philosophy/faculty/smith/articles/fiatobjects.pdf&lt;br /&gt;
&lt;br /&gt;
==FMA==&lt;br /&gt;
&lt;br /&gt;
A Reference Ontology for Bioinformatics: &amp;quot;The Foundational Model of Anatomy&amp;quot;&lt;br /&gt;
Rosse, Cornelius and Mejino, Jose L V (2003) A Reference Ontology for Bioinformatics: The Foundational Model of Anatomy. Journal of Biomedical Informatics 36:pp. 478-500&lt;br /&gt;
&lt;br /&gt;
http://sigpubs.biostr.washington.edu/archive/00000135/&lt;br /&gt;
&lt;br /&gt;
Barry Smith, Jose L.V. Mejino Jr., Stefan Schulz, Anand Kumar and Cornelius Rosse, “Anatomical Information Science”, in A. G. Cohn and D. M. Mark (eds.), Spatial Information Theory. Proceedings of COSIT 2005 (Lecture Notes in Computer Science), Berlin/Heidelberg/New York: Springer, 149–164.&lt;br /&gt;
&lt;br /&gt;
http://ontology.buffalo.edu/anatomy_GIS/FMA-AIS.pdf&lt;br /&gt;
&lt;br /&gt;
Ingvar Johansson, Barry Smith, Katherine Munn, Nikoloz Tsikolia, Kathleen Elsner, Dominikus Ernst, and Dirk Siebert, &amp;quot;Functional Anatomy: A Taxonomic Proposal”&lt;br /&gt;
Acta Biotheoretica, 53(3), 2005, 153–166.&lt;br /&gt;
http://ontology.buffalo.edu/medo/Functional_Anatomy.pdf&lt;br /&gt;
&lt;br /&gt;
also on the static versus dynamic see:&lt;br /&gt;
&lt;br /&gt;
Pierre Grenon, Barry Smith and Louis Goldberg, “Biodynamic Ontology: Applying BFO in the Biomedical Domain”, in D. M. Pisanelli (ed.), Ontologies in Medicine: Proceedings of the Workshop on Medical Ontologies, Rome October 2003 (Studies in Health and Technology Informatics, 102 (2004)), Amsterdam: IOS Press, 2004, 20–38.&lt;br /&gt;
http://ontology.buffalo.edu/medo/biodynamic.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Model Organisms==&lt;br /&gt;
&lt;br /&gt;
==SAEL==&lt;br /&gt;
&lt;br /&gt;
==Formal Ontology==&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=File:Pre-coordination.ppt&amp;diff=3749</id>
		<title>File:Pre-coordination.ppt</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=File:Pre-coordination.ppt&amp;diff=3749"/>
		<updated>2006-08-01T00:06:32Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3748</id>
		<title>Special:Badtitle/NS200:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3748"/>
		<updated>2006-08-01T00:05:48Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Old Material */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PATO - Phenotype and Trait Ontology=&lt;br /&gt;
&lt;br /&gt;
Welcome to the PATO wiki.&lt;br /&gt;
&lt;br /&gt;
PATO was originally devised for the purposes of post-coordinating phenotype annotations using terms from ontologies such as GO and fly anatomy combined with *attribute* and *value* terms. The scope of PATO has been widened, and it is now intended to serve as a reference ontology of biological qualities in general.&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Ontology==&lt;br /&gt;
&lt;br /&gt;
Will soon be available from [[NCBO BioPortal]]. For now you should just obtain it from http://obo.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
==Request tracker==&lt;br /&gt;
&lt;br /&gt;
You can use the tracker (currently hosted on sourceforge) to request new terms or suggest modifications&lt;br /&gt;
&lt;br /&gt;
- http://sourceforge.net/tracker/?group_id=76834&amp;amp;atid=595654[PATO Request tracker]&lt;br /&gt;
&lt;br /&gt;
When submitting term requests, please remember to include definition according to PATO definition guidelines (below)&lt;br /&gt;
&lt;br /&gt;
==Mail list==&lt;br /&gt;
&lt;br /&gt;
You can subscribe or browse the archives here:&lt;br /&gt;
&lt;br /&gt;
- https://lists.sourceforge.net/lists/listinfo/obo-phenotype[OBO-Phenotype Mail List]&lt;br /&gt;
&lt;br /&gt;
The mail list is for discussion of PATO and phenotype annotation in general&lt;br /&gt;
&lt;br /&gt;
=Content=&lt;br /&gt;
&lt;br /&gt;
==Definition guidelines==&lt;br /&gt;
&lt;br /&gt;
Definitions will be specified in accord with [[OBO Foundry]] principles. Each term definition should refine it's parent (genus) term by providing differentiating characteristics that are both necessary and sufficient to discriminate instances of this term from siblings terms. These definitions are of the form &amp;quot;An X is a G which D&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=Annotation=&lt;br /&gt;
&lt;br /&gt;
==OBD==&lt;br /&gt;
&lt;br /&gt;
[http://www.fruitfly.org/~cjm/obd OBD] (temporary page)&lt;br /&gt;
&lt;br /&gt;
==Formats==&lt;br /&gt;
&lt;br /&gt;
http://www.fruitfly.org/~cjm/obd/formats.html&lt;br /&gt;
&lt;br /&gt;
==Chado==&lt;br /&gt;
&lt;br /&gt;
Chado has a module for representing phenotypic data (under revision)&lt;br /&gt;
&lt;br /&gt;
See the [http://www.gmod.org/chado GMOD/Chado page]&lt;br /&gt;
&lt;br /&gt;
=Related ontologies=&lt;br /&gt;
&lt;br /&gt;
PATO is intended to be used with post-coordinated annotations. There are various ontologies containing pre-coordinated phenotype terms. See for example the plant_trait ontology or the mammaliam phenotype [[MP:Main_Page]] ontology&lt;br /&gt;
&lt;br /&gt;
=Old Material=&lt;br /&gt;
&lt;br /&gt;
Primarily for internal NCBO software team reference&lt;br /&gt;
&lt;br /&gt;
*[[Phenotype Reading List]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Pre-coordination.ppt]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3747</id>
		<title>Special:Badtitle/NS200:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3747"/>
		<updated>2006-08-01T00:05:38Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Old Material */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PATO - Phenotype and Trait Ontology=&lt;br /&gt;
&lt;br /&gt;
Welcome to the PATO wiki.&lt;br /&gt;
&lt;br /&gt;
PATO was originally devised for the purposes of post-coordinating phenotype annotations using terms from ontologies such as GO and fly anatomy combined with *attribute* and *value* terms. The scope of PATO has been widened, and it is now intended to serve as a reference ontology of biological qualities in general.&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Ontology==&lt;br /&gt;
&lt;br /&gt;
Will soon be available from [[NCBO BioPortal]]. For now you should just obtain it from http://obo.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
==Request tracker==&lt;br /&gt;
&lt;br /&gt;
You can use the tracker (currently hosted on sourceforge) to request new terms or suggest modifications&lt;br /&gt;
&lt;br /&gt;
- http://sourceforge.net/tracker/?group_id=76834&amp;amp;atid=595654[PATO Request tracker]&lt;br /&gt;
&lt;br /&gt;
When submitting term requests, please remember to include definition according to PATO definition guidelines (below)&lt;br /&gt;
&lt;br /&gt;
==Mail list==&lt;br /&gt;
&lt;br /&gt;
You can subscribe or browse the archives here:&lt;br /&gt;
&lt;br /&gt;
- https://lists.sourceforge.net/lists/listinfo/obo-phenotype[OBO-Phenotype Mail List]&lt;br /&gt;
&lt;br /&gt;
The mail list is for discussion of PATO and phenotype annotation in general&lt;br /&gt;
&lt;br /&gt;
=Content=&lt;br /&gt;
&lt;br /&gt;
==Definition guidelines==&lt;br /&gt;
&lt;br /&gt;
Definitions will be specified in accord with [[OBO Foundry]] principles. Each term definition should refine it's parent (genus) term by providing differentiating characteristics that are both necessary and sufficient to discriminate instances of this term from siblings terms. These definitions are of the form &amp;quot;An X is a G which D&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=Annotation=&lt;br /&gt;
&lt;br /&gt;
==OBD==&lt;br /&gt;
&lt;br /&gt;
[http://www.fruitfly.org/~cjm/obd OBD] (temporary page)&lt;br /&gt;
&lt;br /&gt;
==Formats==&lt;br /&gt;
&lt;br /&gt;
http://www.fruitfly.org/~cjm/obd/formats.html&lt;br /&gt;
&lt;br /&gt;
==Chado==&lt;br /&gt;
&lt;br /&gt;
Chado has a module for representing phenotypic data (under revision)&lt;br /&gt;
&lt;br /&gt;
See the [http://www.gmod.org/chado GMOD/Chado page]&lt;br /&gt;
&lt;br /&gt;
=Related ontologies=&lt;br /&gt;
&lt;br /&gt;
PATO is intended to be used with post-coordinated annotations. There are various ontologies containing pre-coordinated phenotype terms. See for example the plant_trait ontology or the mammaliam phenotype [[MP:Main_Page]] ontology&lt;br /&gt;
&lt;br /&gt;
=Old Material=&lt;br /&gt;
&lt;br /&gt;
Primarily for internal NCBO software team reference&lt;br /&gt;
&lt;br /&gt;
*[[Phenotype Reading List]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Pre-coordinatiom.ppt]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=OboInOwl:Main_Page&amp;diff=3720</id>
		<title>OboInOwl:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=OboInOwl:Main_Page&amp;diff=3720"/>
		<updated>2006-07-26T16:22:01Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* OboInOwl */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=OboInOwl=&lt;br /&gt;
&lt;br /&gt;
This wiki is for discussing the mapping between Obo1.2 format and OWL&lt;br /&gt;
&lt;br /&gt;
And you can find the first version of this mapping here:&lt;br /&gt;
&lt;br /&gt;
http://www.godatabase.org/dev/doc/mapping-obo-to-owl.html&lt;br /&gt;
&lt;br /&gt;
We are working on a newer version of this mapping&lt;br /&gt;
&lt;br /&gt;
=Mail Lists=&lt;br /&gt;
&lt;br /&gt;
[https://lists.sourceforge.net/lists/listinfo/obo-format Obo Format List]&lt;br /&gt;
&lt;br /&gt;
Also of interest:&lt;br /&gt;
&lt;br /&gt;
[https://lists.sourceforge.net/lists/listinfo/obo-crossproducts Obo Cross-Product List]&lt;br /&gt;
&lt;br /&gt;
=Progress=&lt;br /&gt;
&lt;br /&gt;
I've overhauled the obo2owl mapping. I've pretty much followed Alan's&lt;br /&gt;
recommendations (I made a lot of purely internal changes to the xslt too though which should make it much clearer). Hope these work for you Stuart. Sorry about the churn&lt;br /&gt;
- but this will definitely be worth it in the end.&lt;br /&gt;
&lt;br /&gt;
Example OWL file can be found here (also attached):&lt;br /&gt;
&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/examples/gotest.owl&lt;br /&gt;
&lt;br /&gt;
(note that this example includes a cross-product example)&lt;br /&gt;
&lt;br /&gt;
The OWL is generated from either of the following:&lt;br /&gt;
&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/examples/gotest.obo&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/examples/gotest.obo-xml&lt;br /&gt;
&lt;br /&gt;
The XSL can be found here:&lt;br /&gt;
&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/xsl/obo2owl.xsl&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/xsl/obo2owl_obo_in_owl_metamodel.xsl&lt;br /&gt;
&lt;br /&gt;
The XSL actually serves as fairly reasonable documentation about what's going on - but we'll also come up with a friendlier description once it's finalised&lt;br /&gt;
&lt;br /&gt;
You can convert the obo-xml directly with the xslt. If you want to&lt;br /&gt;
convert from obo you'll need the latest version of go-perl (from cvs)&lt;br /&gt;
&lt;br /&gt;
Here are the changes and things still pending:&lt;br /&gt;
&lt;br /&gt;
       Adopted Alan Ruttenberg's metamodel changes (see obo-format list)&lt;br /&gt;
&lt;br /&gt;
       split into 2 separate xsl files&lt;br /&gt;
&lt;br /&gt;
       subset (ontology views) now more consistent with obo&lt;br /&gt;
       * the oboInOwl class is SubsetDef&lt;br /&gt;
       * this does not appear in the owl:Ontology section, it stands alone&lt;br /&gt;
         (subsets can be used across ontologies)&lt;br /&gt;
&lt;br /&gt;
       namespace changes -&lt;br /&gt;
       * the metamodel is now called oboInOwl&lt;br /&gt;
         (the format is owned by GO, so this maps to a GO URI)&lt;br /&gt;
       * the default ontology content namespace is now bioont&lt;br /&gt;
         (the URI for this will be some bioontologies.org URI)&lt;br /&gt;
       * slashes not hashes or underscores&lt;br /&gt;
       - example: rdf:about=&amp;quot;oboContent/GO/0000001&amp;quot;&lt;br /&gt;
&lt;br /&gt;
       fixed rdf:about/resource/ID issues&lt;br /&gt;
       - ID is never used&lt;br /&gt;
       - about and resource now used in correct places&lt;br /&gt;
&lt;br /&gt;
       CHECKED&lt;br /&gt;
&lt;br /&gt;
       - validates as DL in http://phoebus.cs.man.ac.uk:9999/OWL/Validator&lt;br /&gt;
       - works in SWOOP&lt;br /&gt;
       - works in Protege-OWL (but looks odd)&lt;br /&gt;
&lt;br /&gt;
       TODO&lt;br /&gt;
&lt;br /&gt;
       do we need an equivalentClass for intersectionOf?&lt;br /&gt;
       SWOOP saves this without&lt;br /&gt;
&lt;br /&gt;
       decide on final URI scheme&lt;br /&gt;
       - Can we make the URIs less verbose? Use entities - or is this frowned on?&lt;br /&gt;
&lt;br /&gt;
       new obo tags for obsoletion&lt;br /&gt;
       handling obsoletes&lt;br /&gt;
&lt;br /&gt;
       decide on whether the oboInOwl metamodel should be exported as&lt;br /&gt;
       part of the content export, or linked to separately;&lt;br /&gt;
       and if linked to separately, do we need an owl:imports?&lt;br /&gt;
&lt;br /&gt;
=Overview of [Other] Mapping efforts=&lt;br /&gt;
&lt;br /&gt;
Below is a quick summary of the various OBO to OWL conversion efforts that I am aware of. Email me (nigam .AT. stanford.edu) with additions/deletions as you come across them.&lt;br /&gt;
&lt;br /&gt;
[[Image:OBOtoOWL.png]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3703</id>
		<title>RO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3703"/>
		<updated>2006-07-18T02:21:04Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* OWL Conversion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=RO - OBO Relation Ontology=&lt;br /&gt;
&lt;br /&gt;
The main RO page is located on sourceforge:&lt;br /&gt;
&lt;br /&gt;
- [http://obo.sourceforge.net/relationship]&lt;br /&gt;
&lt;br /&gt;
You can browse the ontology, get mail list details etc there&lt;br /&gt;
&lt;br /&gt;
=Open issues=&lt;br /&gt;
&lt;br /&gt;
==Proposed new relations==&lt;br /&gt;
&lt;br /&gt;
The lacks family of relations is being discussed&lt;br /&gt;
&lt;br /&gt;
Next we will be examining:&lt;br /&gt;
&lt;br /&gt;
has_function, has_quality, and relations that deal with creation, consumption and development&lt;br /&gt;
&lt;br /&gt;
The derives_from relation has been criticised from an ontological POV (REF?). There is also the terminological problem that &amp;quot;derives_from&amp;quot; is used specifically for evolutionary relationships by some. We will report back on this after the september NCBO anatomy meeting. We may create a &amp;quot;develops_from&amp;quot; parent for transformation_of corresponding to how that relation is currently used in MOD AOs&lt;br /&gt;
&lt;br /&gt;
==OWL Conversion==&lt;br /&gt;
&lt;br /&gt;
The standard GO obo-&amp;gt;owl conversion is used. See [[OboInOwl:Main_Page]] for details&lt;br /&gt;
&lt;br /&gt;
obo1.2 defines &amp;quot;builtin&amp;quot; tags for relations that are hardwired into the obo semantics - is_a and instance_of are tagged builtin. These are not exported in OWL, as these are also part of the OWL language&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3702</id>
		<title>RO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3702"/>
		<updated>2006-07-18T01:58:26Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* OWL Conversion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=RO - OBO Relation Ontology=&lt;br /&gt;
&lt;br /&gt;
The main RO page is located on sourceforge:&lt;br /&gt;
&lt;br /&gt;
- [http://obo.sourceforge.net/relationship]&lt;br /&gt;
&lt;br /&gt;
You can browse the ontology, get mail list details etc there&lt;br /&gt;
&lt;br /&gt;
=Open issues=&lt;br /&gt;
&lt;br /&gt;
==Proposed new relations==&lt;br /&gt;
&lt;br /&gt;
The lacks family of relations is being discussed&lt;br /&gt;
&lt;br /&gt;
Next we will be examining:&lt;br /&gt;
&lt;br /&gt;
has_function, has_quality, and relations that deal with creation, consumption and development&lt;br /&gt;
&lt;br /&gt;
The derives_from relation has been criticised from an ontological POV (REF?). There is also the terminological problem that &amp;quot;derives_from&amp;quot; is used specifically for evolutionary relationships by some. We will report back on this after the september NCBO anatomy meeting. We may create a &amp;quot;develops_from&amp;quot; parent for transformation_of corresponding to how that relation is currently used in MOD AOs&lt;br /&gt;
&lt;br /&gt;
==OWL Conversion==&lt;br /&gt;
&lt;br /&gt;
The standard GO obo-&amp;gt;owl conversion is used. See [[Obo2Owl:Main_Page]] for details&lt;br /&gt;
&lt;br /&gt;
obo1.2 defines &amp;quot;builtin&amp;quot; tags for relations that are hardwired into the obo semantics - is_a and instance_of are tagged builtin. These are not exported in OWL, as these are also part of the OWL language&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=OboInOwl:Main_Page&amp;diff=3701</id>
		<title>OboInOwl:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=OboInOwl:Main_Page&amp;diff=3701"/>
		<updated>2006-07-18T01:53:27Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=OboInOwl=&lt;br /&gt;
&lt;br /&gt;
This wiki is for discussing the mapping between Obo1.2 format and OWL&lt;br /&gt;
&lt;br /&gt;
And you can find the first version of this mapping here:&lt;br /&gt;
&lt;br /&gt;
http://www.godatabase.org/dev/mapping-obo-to-owl.html&lt;br /&gt;
&lt;br /&gt;
We are working on a newer version of this mapping&lt;br /&gt;
&lt;br /&gt;
=Mail Lists=&lt;br /&gt;
&lt;br /&gt;
[https://lists.sourceforge.net/lists/listinfo/obo-format Obo Format List]&lt;br /&gt;
&lt;br /&gt;
Also of interest:&lt;br /&gt;
&lt;br /&gt;
[https://lists.sourceforge.net/lists/listinfo/obo-crossproducts Obo Cross-Product List]&lt;br /&gt;
&lt;br /&gt;
=Progress=&lt;br /&gt;
&lt;br /&gt;
I've overhauled the obo2owl mapping. I've pretty much followed Alan's&lt;br /&gt;
recommendations (I made a lot of purely internal changes to the xslt too though which should make it much clearer). Hope these work for you Stuart. Sorry about the churn&lt;br /&gt;
- but this will definitely be worth it in the end.&lt;br /&gt;
&lt;br /&gt;
Example OWL file can be found here (also attached):&lt;br /&gt;
&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/examples/gotest.owl&lt;br /&gt;
&lt;br /&gt;
(note that this example includes a cross-product example)&lt;br /&gt;
&lt;br /&gt;
The OWL is generated from either of the following:&lt;br /&gt;
&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/examples/gotest.obo&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/examples/gotest.obo-xml&lt;br /&gt;
&lt;br /&gt;
The XSL can be found here:&lt;br /&gt;
&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/xsl/obo2owl.xsl&lt;br /&gt;
http://geneontology.cvs.sourceforge.net/*checkout*/geneontology/go-dev/xml/xsl/obo2owl_obo_in_owl_metamodel.xsl&lt;br /&gt;
&lt;br /&gt;
The XSL actually serves as fairly reasonable documentation about what's going on - but we'll also come up with a friendlier description once it's finalised&lt;br /&gt;
&lt;br /&gt;
You can convert the obo-xml directly with the xslt. If you want to&lt;br /&gt;
convert from obo you'll need the latest version of go-perl (from cvs)&lt;br /&gt;
&lt;br /&gt;
Here are the changes and things still pending:&lt;br /&gt;
&lt;br /&gt;
       Adopted Alan Ruttenberg's metamodel changes (see obo-format list)&lt;br /&gt;
&lt;br /&gt;
       split into 2 separate xsl files&lt;br /&gt;
&lt;br /&gt;
       subset (ontology views) now more consistent with obo&lt;br /&gt;
       * the oboInOwl class is SubsetDef&lt;br /&gt;
       * this does not appear in the owl:Ontology section, it stands alone&lt;br /&gt;
         (subsets can be used across ontologies)&lt;br /&gt;
&lt;br /&gt;
       namespace changes -&lt;br /&gt;
       * the metamodel is now called oboInOwl&lt;br /&gt;
         (the format is owned by GO, so this maps to a GO URI)&lt;br /&gt;
       * the default ontology content namespace is now bioont&lt;br /&gt;
         (the URI for this will be some bioontologies.org URI)&lt;br /&gt;
       * slashes not hashes or underscores&lt;br /&gt;
       - example: rdf:about=&amp;quot;oboContent/GO/0000001&amp;quot;&lt;br /&gt;
&lt;br /&gt;
       fixed rdf:about/resource/ID issues&lt;br /&gt;
       - ID is never used&lt;br /&gt;
       - about and resource now used in correct places&lt;br /&gt;
&lt;br /&gt;
       CHECKED&lt;br /&gt;
&lt;br /&gt;
       - validates as DL in http://phoebus.cs.man.ac.uk:9999/OWL/Validator&lt;br /&gt;
       - works in SWOOP&lt;br /&gt;
       - works in Protege-OWL (but looks odd)&lt;br /&gt;
&lt;br /&gt;
       TODO&lt;br /&gt;
&lt;br /&gt;
       do we need an equivalentClass for intersectionOf?&lt;br /&gt;
       SWOOP saves this without&lt;br /&gt;
&lt;br /&gt;
       decide on final URI scheme&lt;br /&gt;
       - Can we make the URIs less verbose? Use entities - or is this frowned on?&lt;br /&gt;
&lt;br /&gt;
       new obo tags for obsoletion&lt;br /&gt;
       handling obsoletes&lt;br /&gt;
&lt;br /&gt;
       decide on whether the oboInOwl metamodel should be exported as&lt;br /&gt;
       part of the content export, or linked to separately;&lt;br /&gt;
       and if linked to separately, do we need an owl:imports?&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Main_Page&amp;diff=3700</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Main_Page&amp;diff=3700"/>
		<updated>2006-07-18T01:48:28Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Ontology Development Area */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the '''NCBO Public WIKI'''. This WIKI provides information about collaborative ontology development efforts, &amp;lt;br&amp;gt;&lt;br /&gt;
dissemination events conducted by the NCBO and publically shared materials from the NCBO.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== NCBO Links ===&lt;br /&gt;
*[http://www.bioontology.org/ NCBO Home page]&lt;br /&gt;
*[http://www.bioontology.org/wiki/index.php/CBio_FAQ NCBO FAQ]&lt;br /&gt;
*[[Meetings and Events]]&lt;br /&gt;
&lt;br /&gt;
=== Shared Materials===&lt;br /&gt;
&lt;br /&gt;
*[[Shared Materials]]&lt;br /&gt;
&lt;br /&gt;
*[[Evaluation Activities]]&lt;br /&gt;
&lt;br /&gt;
=== Other NCBC Links ===&lt;br /&gt;
&lt;br /&gt;
*[http://www.bisti.nih.gov/ncbc/ NCBC Home page]&lt;br /&gt;
&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/SDIWG:Software_and_Data_Integration_Working_Group NCBC Software and Data Integration Working Group (SDIWG) and Centers Discussion]&lt;br /&gt;
&lt;br /&gt;
=== Ontology Development Area ===&lt;br /&gt;
&lt;br /&gt;
Below are wikis for some of the current OBO ontologies. Each wiki is housed on the bioontologies.org wiki, in its own partition (wikispace) of the main wiki&lt;br /&gt;
&lt;br /&gt;
*[[PATO:Main_Page]] - An ontology of phenotypic qualities&lt;br /&gt;
&lt;br /&gt;
*[[RO:Main_Page]] - OBO Relations ontology&lt;br /&gt;
&lt;br /&gt;
*[[CARO:Main_Page]] - Reference anatomical ontology&lt;br /&gt;
&lt;br /&gt;
*[[CL:Main_Page]] - OBO Cell ontology&lt;br /&gt;
&lt;br /&gt;
*[[SO:Main_Page]] - Sequence Ontology&lt;br /&gt;
&lt;br /&gt;
Note that each ontology lives in its own wikispace which corresponds to the [[OBO:IDSpace]] of that ontology. Note for wiki editors: all wiki pages that are to be considered local to a particular ontology should be prefixed with that IDSpace.&lt;br /&gt;
&lt;br /&gt;
*[[OboInOwl:Main_Page]] - Mapping between Obo and OWL&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=CARO:Main_Page&amp;diff=3698</id>
		<title>CARO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=CARO:Main_Page&amp;diff=3698"/>
		<updated>2006-07-15T22:19:00Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* FMA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CARO=&lt;br /&gt;
&lt;br /&gt;
Welcome to CARO!&lt;br /&gt;
&lt;br /&gt;
This wiki (hosted on the main NCBO public wiki) will contain information on the new CARO reference ontology of anatomy, combining FMA and model organism anatomical ontologies. How this will be achieved is yet to be decided...&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Mail Lists==&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-cell-type OBO Cell]&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-anatomy OBO Anatomy]&lt;br /&gt;
&lt;br /&gt;
The following list may also be of interest&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-crossproduct OBO CrossProduct]&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
http://www.bioontology.org/wiki/index.php/Anatomy_Ontology_Workshop&lt;br /&gt;
&lt;br /&gt;
=Background Material=&lt;br /&gt;
&lt;br /&gt;
This is intended as a source of background reading material primarily for the workshop participants. Please help and add more!&lt;br /&gt;
&lt;br /&gt;
==Relations==&lt;br /&gt;
&lt;br /&gt;
 Smith B, Ceusters W, Klagges B, Kohler J, Kumar A, Lomax J, Mungall CJ, Neuhaus F, Rector A, Rosse C&lt;br /&gt;
 Relations in Biomedical Ontologies&lt;br /&gt;
 Genome Biology, 2005, 6:R46&lt;br /&gt;
 &lt;br /&gt;
[http://obo.sourceforge.net/relationship OBO Relations]&lt;br /&gt;
&lt;br /&gt;
See also [[RO:Main_Page]], the main RO wiki&lt;br /&gt;
&lt;br /&gt;
==Fiat Boundaries==&lt;br /&gt;
&lt;br /&gt;
As we're in the business of carving up reality, this paper of Barry's might be useful:&lt;br /&gt;
&lt;br /&gt;
http://wings.buffalo.edu/philosophy/faculty/smith/articles/fiatobjects.pdf&lt;br /&gt;
&lt;br /&gt;
==FMA==&lt;br /&gt;
&lt;br /&gt;
A Reference Ontology for Bioinformatics: &amp;quot;The Foundational Model of Anatomy&amp;quot;&lt;br /&gt;
Rosse, Cornelius and Mejino, Jose L V (2003) A Reference Ontology for Bioinformatics: The Foundational Model of Anatomy. Journal of Biomedical Informatics 36:pp. 478-500&lt;br /&gt;
&lt;br /&gt;
http://sigpubs.biostr.washington.edu/archive/00000135/&lt;br /&gt;
&lt;br /&gt;
Barry Smith, Jose L.V. Mejino Jr., Stefan Schulz, Anand Kumar and Cornelius Rosse, “Anatomical Information Science”, in A. G. Cohn and D. M. Mark (eds.), Spatial Information Theory. Proceedings of COSIT 2005 (Lecture Notes in Computer Science), Berlin/Heidelberg/New York: Springer, 149–164.&lt;br /&gt;
&lt;br /&gt;
http://ontology.buffalo.edu/anatomy_GIS/FMA-AIS.pdf&lt;br /&gt;
&lt;br /&gt;
==Model Organisms==&lt;br /&gt;
&lt;br /&gt;
==SAEL==&lt;br /&gt;
&lt;br /&gt;
==Formal Ontology==&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3690</id>
		<title>RO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3690"/>
		<updated>2006-07-14T14:23:15Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Proposed new relations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=RO - OBO Relation Ontology=&lt;br /&gt;
&lt;br /&gt;
The main RO page is located on sourceforge:&lt;br /&gt;
&lt;br /&gt;
- [http://obo.sourceforge.net/relationship]&lt;br /&gt;
&lt;br /&gt;
You can browse the ontology, get mail list details etc there&lt;br /&gt;
&lt;br /&gt;
=Open issues=&lt;br /&gt;
&lt;br /&gt;
==Proposed new relations==&lt;br /&gt;
&lt;br /&gt;
The lacks family of relations is being discussed&lt;br /&gt;
&lt;br /&gt;
Next we will be examining:&lt;br /&gt;
&lt;br /&gt;
has_function, has_quality, and relations that deal with creation, consumption and development&lt;br /&gt;
&lt;br /&gt;
The derives_from relation has been criticised from an ontological POV (REF?). There is also the terminological problem that &amp;quot;derives_from&amp;quot; is used specifically for evolutionary relationships by some. We will report back on this after the september NCBO anatomy meeting. We may create a &amp;quot;develops_from&amp;quot; parent for transformation_of corresponding to how that relation is currently used in MOD AOs&lt;br /&gt;
&lt;br /&gt;
==OWL Conversion==&lt;br /&gt;
&lt;br /&gt;
The standard GO obo-&amp;gt;owl conversion is used. See [[Obo2Owl]] for details&lt;br /&gt;
&lt;br /&gt;
obo1.2 defines &amp;quot;builtin&amp;quot; tags for relations that are hardwired into the obo semantics - is_a and instance_of are tagged builtin. These are not exported in OWL, as these are also part of the OWL language&lt;br /&gt;
&lt;br /&gt;
Note that obo inverse_of is *not* exported to owl:inverseOf. There is no equivalent of the obo language inverse_of in OWL&lt;br /&gt;
&lt;br /&gt;
In Obo 1.2 semantics, inverse only holds for instances&lt;br /&gt;
&lt;br /&gt;
R obo:inverse_of R' =&amp;gt;  ( x R y =&amp;gt; y R' x), where x and y are instances&lt;br /&gt;
&lt;br /&gt;
It would seem that the following holds for owl:&lt;br /&gt;
&lt;br /&gt;
P owl:inverseOf P' =&amp;gt; (X P Y =&amp;gt; Y P' X)&lt;br /&gt;
&lt;br /&gt;
(TO BE CHECKED - this is my reading of the owl spec)&lt;br /&gt;
&lt;br /&gt;
This does not follow from the definitions of the OBO relations. In fact we go out of our way to make it clear that this is not intended; eg&lt;br /&gt;
&lt;br /&gt;
testis part_of human holds universally for canonical testes&lt;br /&gt;
human has_part testis does not hold universally&lt;br /&gt;
&lt;br /&gt;
See the paper for more details&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3689</id>
		<title>RO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3689"/>
		<updated>2006-07-14T14:16:41Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* OWL Conversion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=RO - OBO Relation Ontology=&lt;br /&gt;
&lt;br /&gt;
The main RO page is located on sourceforge:&lt;br /&gt;
&lt;br /&gt;
- [http://obo.sourceforge.net/relationship]&lt;br /&gt;
&lt;br /&gt;
You can browse the ontology, get mail list details etc there&lt;br /&gt;
&lt;br /&gt;
=Open issues=&lt;br /&gt;
&lt;br /&gt;
==Proposed new relations==&lt;br /&gt;
&lt;br /&gt;
==OWL Conversion==&lt;br /&gt;
&lt;br /&gt;
The standard GO obo-&amp;gt;owl conversion is used. See [[Obo2Owl]] for details&lt;br /&gt;
&lt;br /&gt;
obo1.2 defines &amp;quot;builtin&amp;quot; tags for relations that are hardwired into the obo semantics - is_a and instance_of are tagged builtin. These are not exported in OWL, as these are also part of the OWL language&lt;br /&gt;
&lt;br /&gt;
Note that obo inverse_of is *not* exported to owl:inverseOf. There is no equivalent of the obo language inverse_of in OWL&lt;br /&gt;
&lt;br /&gt;
In Obo 1.2 semantics, inverse only holds for instances&lt;br /&gt;
&lt;br /&gt;
R obo:inverse_of R' =&amp;gt;  ( x R y =&amp;gt; y R' x), where x and y are instances&lt;br /&gt;
&lt;br /&gt;
It would seem that the following holds for owl:&lt;br /&gt;
&lt;br /&gt;
P owl:inverseOf P' =&amp;gt; (X P Y =&amp;gt; Y P' X)&lt;br /&gt;
&lt;br /&gt;
(TO BE CHECKED - this is my reading of the owl spec)&lt;br /&gt;
&lt;br /&gt;
This does not follow from the definitions of the OBO relations. In fact we go out of our way to make it clear that this is not intended; eg&lt;br /&gt;
&lt;br /&gt;
testis part_of human holds universally for canonical testes&lt;br /&gt;
human has_part testis does not hold universally&lt;br /&gt;
&lt;br /&gt;
See the paper for more details&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Main_Page&amp;diff=3681</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Main_Page&amp;diff=3681"/>
		<updated>2006-07-12T05:38:03Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Ontology Development Area */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the '''NCBO Public WIKI'''. This WIKI provides information about collaborative ontology development efforts, &amp;lt;br&amp;gt;&lt;br /&gt;
dissemination events conducted by the NCBO and publically shared materials from the NCBO.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== NCBO Links ===&lt;br /&gt;
*[http://www.bioontology.org/ NCBO Home page]&lt;br /&gt;
*[http://www.bioontology.org/wiki/index.php/CBio_FAQ NCBO FAQ]&lt;br /&gt;
*[[Meetings and Events]]&lt;br /&gt;
&lt;br /&gt;
=== Shared Materials===&lt;br /&gt;
&lt;br /&gt;
*[[Shared Materials]]&lt;br /&gt;
&lt;br /&gt;
*[[Evaluation Activities]]&lt;br /&gt;
&lt;br /&gt;
=== Other NCBC Links ===&lt;br /&gt;
&lt;br /&gt;
*[http://www.bisti.nih.gov/ncbc/ NCBC Home page]&lt;br /&gt;
&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/SDIWG:Software_and_Data_Integration_Working_Group NCBC Software and Data Integration Working Group (SDIWG) and Centers Discussion]&lt;br /&gt;
&lt;br /&gt;
=== Ontology Development Area ===&lt;br /&gt;
&lt;br /&gt;
Below are wikis for some of the current OBO ontologies. Each wiki is housed on the bioontologies.org wiki, in its own partition (wikispace) of the main wiki&lt;br /&gt;
&lt;br /&gt;
*[[PATO:Main_Page]] - An ontology of phenotypic qualities&lt;br /&gt;
&lt;br /&gt;
*[[RO:Main_Page]] - OBO Relations ontology&lt;br /&gt;
&lt;br /&gt;
*[[CARO:Main_Page]] - Reference anatomical ontology&lt;br /&gt;
&lt;br /&gt;
*[[CL:Main_Page]] - OBO Cell ontology&lt;br /&gt;
&lt;br /&gt;
Note that each ontology lives in its own wikispace which corresponds to the [[OBO:IDSpace]] of that ontology. Note for wiki editors: all wiki pages that are to be considered local to a particular ontology should be prefixed with that IDSpace.&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3680</id>
		<title>Special:Badtitle/NS200:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3680"/>
		<updated>2006-07-12T05:33:38Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PATO - Phenotype and Trait Ontology=&lt;br /&gt;
&lt;br /&gt;
Welcome to the PATO wiki.&lt;br /&gt;
&lt;br /&gt;
PATO was originally devised for the purposes of post-coordinating phenotype annotations using terms from ontologies such as GO and fly anatomy combined with *attribute* and *value* terms. The scope of PATO has been widened, and it is now intended to serve as a reference ontology of biological qualities in general.&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Ontology==&lt;br /&gt;
&lt;br /&gt;
Will soon be available from [[NCBO BioPortal]]. For now you should just obtain it from http://obo.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
==Request tracker==&lt;br /&gt;
&lt;br /&gt;
You can use the tracker (currently hosted on sourceforge) to request new terms or suggest modifications&lt;br /&gt;
&lt;br /&gt;
- http://sourceforge.net/tracker/?group_id=76834&amp;amp;atid=595654[PATO Request tracker]&lt;br /&gt;
&lt;br /&gt;
When submitting term requests, please remember to include definition according to PATO definition guidelines (below)&lt;br /&gt;
&lt;br /&gt;
==Mail list==&lt;br /&gt;
&lt;br /&gt;
You can subscribe or browse the archives here:&lt;br /&gt;
&lt;br /&gt;
- https://lists.sourceforge.net/lists/listinfo/obo-phenotype[OBO-Phenotype Mail List]&lt;br /&gt;
&lt;br /&gt;
The mail list is for discussion of PATO and phenotype annotation in general&lt;br /&gt;
&lt;br /&gt;
=Content=&lt;br /&gt;
&lt;br /&gt;
==Definition guidelines==&lt;br /&gt;
&lt;br /&gt;
Definitions will be specified in accord with [[OBO Foundry]] principles. Each term definition should refine it's parent (genus) term by providing differentiating characteristics that are both necessary and sufficient to discriminate instances of this term from siblings terms. These definitions are of the form &amp;quot;An X is a G which D&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=Annotation=&lt;br /&gt;
&lt;br /&gt;
==OBD==&lt;br /&gt;
&lt;br /&gt;
[http://www.fruitfly.org/~cjm/obd OBD] (temporary page)&lt;br /&gt;
&lt;br /&gt;
==Formats==&lt;br /&gt;
&lt;br /&gt;
http://www.fruitfly.org/~cjm/obd/formats.html&lt;br /&gt;
&lt;br /&gt;
==Chado==&lt;br /&gt;
&lt;br /&gt;
Chado has a module for representing phenotypic data (under revision)&lt;br /&gt;
&lt;br /&gt;
See the [http://www.gmod.org/chado GMOD/Chado page]&lt;br /&gt;
&lt;br /&gt;
=Related ontologies=&lt;br /&gt;
&lt;br /&gt;
PATO is intended to be used with post-coordinated annotations. There are various ontologies containing pre-coordinated phenotype terms. See for example the plant_trait ontology or the mammaliam phenotype [[MP:Main_Page]] ontology&lt;br /&gt;
&lt;br /&gt;
=Old Material=&lt;br /&gt;
&lt;br /&gt;
Primarily for internal NCBO software team reference&lt;br /&gt;
&lt;br /&gt;
*[[Phenotype Reading List]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3679</id>
		<title>Special:Badtitle/NS200:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3679"/>
		<updated>2006-07-12T05:30:37Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PATO - Phenotype and Trait Ontology=&lt;br /&gt;
&lt;br /&gt;
Welcome to the PATO wiki.&lt;br /&gt;
&lt;br /&gt;
PATO was originally devised for the purposes of post-coordinating phenotype annotations using terms from ontologies such as GO and fly anatomy combined with *attribute* and *value* terms. The scope of PATO has been widened, and it is now intended to serve as a reference ontology of biological qualities in general.&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Ontology==&lt;br /&gt;
&lt;br /&gt;
Will soon be available from [[NCBO BioPortal]]. For now you should just obtain it from http://obo.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
==Request tracker==&lt;br /&gt;
&lt;br /&gt;
You can use the tracker (currently hosted on sourceforge) to request new terms or suggest modifications&lt;br /&gt;
&lt;br /&gt;
- http://sourceforge.net/tracker/?group_id=76834&amp;amp;atid=595654[PATO Request tracker]&lt;br /&gt;
&lt;br /&gt;
When submitting term requests, please remember to include definition according to PATO definition guidelines (below)&lt;br /&gt;
&lt;br /&gt;
==Mail list==&lt;br /&gt;
&lt;br /&gt;
You can subscribe or browse the archives here:&lt;br /&gt;
&lt;br /&gt;
- https://lists.sourceforge.net/lists/listinfo/obo-phenotype[OBO-Phenotype Mail List]&lt;br /&gt;
&lt;br /&gt;
The mail list is for discussion of PATO and phenotype annotation in general&lt;br /&gt;
&lt;br /&gt;
=Content=&lt;br /&gt;
&lt;br /&gt;
==Definition guidelines==&lt;br /&gt;
&lt;br /&gt;
Definitions will be specified in accord with [[OBO Foundry]] principles. Each term definition should refine it's parent (genus) term by providing differentiating characteristics that are both necessary and sufficient to discriminate instances of this term from siblings terms. These definitions are of the form &amp;quot;An X is a G which D&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=Annotation=&lt;br /&gt;
&lt;br /&gt;
==OBD==&lt;br /&gt;
&lt;br /&gt;
[http://www.fruitfly.org/~cjm/obd OBD] (temporary page)&lt;br /&gt;
&lt;br /&gt;
==Formats==&lt;br /&gt;
&lt;br /&gt;
http://www.fruitfly.org/~cjm/obd/formats.html&lt;br /&gt;
&lt;br /&gt;
==Chado==&lt;br /&gt;
&lt;br /&gt;
Chado has a module for representing phenotypic data (under revision)&lt;br /&gt;
&lt;br /&gt;
See the [http://www.gmod.org/chado GMOD/Chado page]&lt;br /&gt;
&lt;br /&gt;
=Old Material=&lt;br /&gt;
&lt;br /&gt;
Primarily for internal NCBO software team reference&lt;br /&gt;
&lt;br /&gt;
*[[Phenotype Reading List]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=CL:Main_Page&amp;diff=3678</id>
		<title>CL:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=CL:Main_Page&amp;diff=3678"/>
		<updated>2006-07-12T05:28:17Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CL - OBO Cell Ontology=&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Ontology==&lt;br /&gt;
&lt;br /&gt;
Will soon be available from [[NCBO BioPortal]]. For now you should just obtain it from http://obo.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
==Request tracker==&lt;br /&gt;
&lt;br /&gt;
None yet. Do we need one?&lt;br /&gt;
&lt;br /&gt;
Submit requests to the list for now&lt;br /&gt;
&lt;br /&gt;
==Mail Lists==&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-cell-type OBO Cell]&lt;br /&gt;
&lt;br /&gt;
The following list may also be of interest&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-crossproduct OBO CrossProduct]&lt;br /&gt;
&lt;br /&gt;
GO is pre-coordinating biological process terms that refer to cell types using CL IDs&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Main_Page&amp;diff=3677</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Main_Page&amp;diff=3677"/>
		<updated>2006-07-12T05:23:34Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Ontology Development Area */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the '''NCBO Public WIKI'''. This WIKI provides information about collaborative ontology development efforts, &amp;lt;br&amp;gt;&lt;br /&gt;
dissemination events conducted by the NCBO and publically shared materials from the NCBO.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== NCBO Links ===&lt;br /&gt;
*[http://www.bioontology.org/ NCBO Home page]&lt;br /&gt;
*[http://www.bioontology.org/wiki/index.php/CBio_FAQ NCBO FAQ]&lt;br /&gt;
*[[Meetings and Events]]&lt;br /&gt;
&lt;br /&gt;
=== Shared Materials===&lt;br /&gt;
&lt;br /&gt;
*[[Shared Materials]]&lt;br /&gt;
&lt;br /&gt;
*[[Evaluation Activities]]&lt;br /&gt;
&lt;br /&gt;
=== Other NCBC Links ===&lt;br /&gt;
&lt;br /&gt;
*[http://www.bisti.nih.gov/ncbc/ NCBC Home page]&lt;br /&gt;
&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/SDIWG:Software_and_Data_Integration_Working_Group NCBC Software and Data Integration Working Group (SDIWG) and Centers Discussion]&lt;br /&gt;
&lt;br /&gt;
=== Ontology Development Area ===&lt;br /&gt;
&lt;br /&gt;
*[[PATO:Main_Page]] - An ontology of phenotypic qualities&lt;br /&gt;
&lt;br /&gt;
*[[RO:Main_Page]] - OBO Relations ontology&lt;br /&gt;
&lt;br /&gt;
*[[CARO:Main_Page]] - Reference anatomical ontology&lt;br /&gt;
&lt;br /&gt;
*[[CL:Main_Page]] - OBO Cell ontology&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]&lt;br /&gt;
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3676</id>
		<title>Special:Badtitle/NS200:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3676"/>
		<updated>2006-07-12T05:20:55Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Chado */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PATO - Phenotype and Trait Ontology=&lt;br /&gt;
&lt;br /&gt;
Welcome to the PATO wiki.&lt;br /&gt;
&lt;br /&gt;
PATO was originally devised for the purposes of post-coordinating phenotype annotations using terms from ontologies such as GO and fly anatomy combined with *attribute* and *value* terms. The scope of PATO has been widened, and it is now intended to serve as a reference ontology of biological qualities in general.&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Ontology==&lt;br /&gt;
&lt;br /&gt;
Will soon be available from [[NCBO BioPortal]]. For now you should just obtain it from http://obo.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
==Request tracker==&lt;br /&gt;
&lt;br /&gt;
You can use the tracker (currently hosted on sourceforge) to request new terms or suggest modifications&lt;br /&gt;
&lt;br /&gt;
- http://sourceforge.net/tracker/?group_id=76834&amp;amp;atid=595654[PATO Request tracker]&lt;br /&gt;
&lt;br /&gt;
When submitting term requests, please remember to include definition according to PATO definition guidelines (below)&lt;br /&gt;
&lt;br /&gt;
==Mail list==&lt;br /&gt;
&lt;br /&gt;
You can subscribe or browse the archives here:&lt;br /&gt;
&lt;br /&gt;
- https://lists.sourceforge.net/lists/listinfo/obo-phenotype[OBO-Phenotype Mail List]&lt;br /&gt;
&lt;br /&gt;
The mail list is for discussion of PATO and phenotype annotation in general&lt;br /&gt;
&lt;br /&gt;
=Content=&lt;br /&gt;
&lt;br /&gt;
==Definition guidelines==&lt;br /&gt;
&lt;br /&gt;
=Annotation=&lt;br /&gt;
&lt;br /&gt;
==OBD==&lt;br /&gt;
&lt;br /&gt;
[http://www.fruitfly.org/~cjm/obd OBD] (temporary page)&lt;br /&gt;
&lt;br /&gt;
==Formats==&lt;br /&gt;
&lt;br /&gt;
http://www.fruitfly.org/~cjm/obd/formats.html&lt;br /&gt;
&lt;br /&gt;
==Chado==&lt;br /&gt;
&lt;br /&gt;
Chado has a module for representing phenotypic data (under revision)&lt;br /&gt;
&lt;br /&gt;
See the [http://www.gmod.org/chado GMOD/Chado page]&lt;br /&gt;
&lt;br /&gt;
=Old Material=&lt;br /&gt;
&lt;br /&gt;
Primarily for internal NCBO software team reference&lt;br /&gt;
&lt;br /&gt;
*[[Phenotype Reading List]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3675</id>
		<title>Special:Badtitle/NS200:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3675"/>
		<updated>2006-07-12T02:16:57Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PATO - Phenotype and Trait Ontology=&lt;br /&gt;
&lt;br /&gt;
Welcome to the PATO wiki.&lt;br /&gt;
&lt;br /&gt;
PATO was originally devised for the purposes of post-coordinating phenotype annotations using terms from ontologies such as GO and fly anatomy combined with *attribute* and *value* terms. The scope of PATO has been widened, and it is now intended to serve as a reference ontology of biological qualities in general.&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Ontology==&lt;br /&gt;
&lt;br /&gt;
Will soon be available from [[NCBO BioPortal]]. For now you should just obtain it from http://obo.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
==Request tracker==&lt;br /&gt;
&lt;br /&gt;
You can use the tracker (currently hosted on sourceforge) to request new terms or suggest modifications&lt;br /&gt;
&lt;br /&gt;
- http://sourceforge.net/tracker/?group_id=76834&amp;amp;atid=595654[PATO Request tracker]&lt;br /&gt;
&lt;br /&gt;
When submitting term requests, please remember to include definition according to PATO definition guidelines (below)&lt;br /&gt;
&lt;br /&gt;
==Mail list==&lt;br /&gt;
&lt;br /&gt;
You can subscribe or browse the archives here:&lt;br /&gt;
&lt;br /&gt;
- https://lists.sourceforge.net/lists/listinfo/obo-phenotype[OBO-Phenotype Mail List]&lt;br /&gt;
&lt;br /&gt;
The mail list is for discussion of PATO and phenotype annotation in general&lt;br /&gt;
&lt;br /&gt;
=Content=&lt;br /&gt;
&lt;br /&gt;
==Definition guidelines==&lt;br /&gt;
&lt;br /&gt;
=Annotation=&lt;br /&gt;
&lt;br /&gt;
==OBD==&lt;br /&gt;
&lt;br /&gt;
[http://www.fruitfly.org/~cjm/obd OBD] (temporary page)&lt;br /&gt;
&lt;br /&gt;
==Formats==&lt;br /&gt;
&lt;br /&gt;
http://www.fruitfly.org/~cjm/obd/formats.html&lt;br /&gt;
&lt;br /&gt;
==Chado==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Old Material=&lt;br /&gt;
&lt;br /&gt;
Primarily for internal NCBO software team reference&lt;br /&gt;
&lt;br /&gt;
*[[Phenotype Reading List]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3674</id>
		<title>RO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=RO:Main_Page&amp;diff=3674"/>
		<updated>2006-07-12T02:15:23Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=RO - OBO Relation Ontology=&lt;br /&gt;
&lt;br /&gt;
The main RO page is located on sourceforge:&lt;br /&gt;
&lt;br /&gt;
- [http://obo.sourceforge.net/relationship]&lt;br /&gt;
&lt;br /&gt;
You can browse the ontology, get mail list details etc there&lt;br /&gt;
&lt;br /&gt;
=Open issues=&lt;br /&gt;
&lt;br /&gt;
==Proposed new relations==&lt;br /&gt;
&lt;br /&gt;
==OWL Conversion==&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=CARO:Main_Page&amp;diff=3673</id>
		<title>CARO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=CARO:Main_Page&amp;diff=3673"/>
		<updated>2006-07-12T01:58:43Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CARO=&lt;br /&gt;
&lt;br /&gt;
Welcome to CARO!&lt;br /&gt;
&lt;br /&gt;
This wiki (hosted on the main NCBO public wiki) will contain information on the new CARO reference ontology of anatomy, combining FMA and model organism anatomical ontologies. How this will be achieved is yet to be decided...&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Mail Lists==&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-cell-type OBO Cell]&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-anatomy OBO Anatomy]&lt;br /&gt;
&lt;br /&gt;
The following list may also be of interest&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-crossproduct OBO CrossProduct]&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
=Background Material=&lt;br /&gt;
&lt;br /&gt;
This is intended as a source of background reading material primarily for the workshop participants. Please help and add more!&lt;br /&gt;
&lt;br /&gt;
==Relations==&lt;br /&gt;
&lt;br /&gt;
 Smith B, Ceusters W, Klagges B, Kohler J, Kumar A, Lomax J, Mungall CJ, Neuhaus F, Rector A, Rosse C&lt;br /&gt;
 Relations in Biomedical Ontologies&lt;br /&gt;
 Genome Biology, 2005, 6:R46&lt;br /&gt;
 &lt;br /&gt;
[http://obo.sourceforge.net/relationship OBO Relations]&lt;br /&gt;
&lt;br /&gt;
See also [[RO:Main_Page]], the main RO wiki&lt;br /&gt;
&lt;br /&gt;
==FMA==&lt;br /&gt;
&lt;br /&gt;
Barry Smith, Jose L.V. Mejino Jr., Stefan Schulz, Anand Kumar and Cornelius Rosse, “Anatomical Information Science”, in A. G. Cohn and D. M. Mark (eds.), Spatial Information Theory. Proceedings of COSIT 2005 (Lecture Notes in Computer Science), Berlin/Heidelberg/New York: Springer, 149–164.&lt;br /&gt;
&lt;br /&gt;
http://ontology.buffalo.edu/anatomy_GIS/FMA-AIS.pdf&lt;br /&gt;
&lt;br /&gt;
==Model Organisms==&lt;br /&gt;
&lt;br /&gt;
==SAEL==&lt;br /&gt;
&lt;br /&gt;
==Formal Ontology==&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=CARO:Main_Page&amp;diff=3672</id>
		<title>CARO:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=CARO:Main_Page&amp;diff=3672"/>
		<updated>2006-07-12T01:52:45Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CARO=&lt;br /&gt;
&lt;br /&gt;
Welcome to CARO!&lt;br /&gt;
&lt;br /&gt;
This wiki (hosted on the main NCBO public wiki) will contain information on the new CARO reference ontology of anatomy, combining FMA and model organism anatomical ontologies. How this will be achieved is yet to be decided...&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Mail Lists==&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-cell-type OBO Cell]&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-anatomy OBO Anatomy]&lt;br /&gt;
&lt;br /&gt;
The following list may also be of interest&lt;br /&gt;
&lt;br /&gt;
- [https://lists.sourceforge.net/lists/listinfo/obo-crossproduct OBO CrossProduct]&lt;br /&gt;
&lt;br /&gt;
==Meetings==&lt;br /&gt;
&lt;br /&gt;
=Background Material=&lt;br /&gt;
&lt;br /&gt;
This is intended as a source of background reading material primarily for the workshop participants. Please help and add more!&lt;br /&gt;
&lt;br /&gt;
==Relations==&lt;br /&gt;
&lt;br /&gt;
 Smith B, Ceusters W, Klagges B, Kohler J, Kumar A, Lomax J, Mungall CJ, Neuhaus F, Rector A, Rosse C&lt;br /&gt;
 Relations in Biomedical Ontologies&lt;br /&gt;
 Genome Biology, 2005, 6:R46&lt;br /&gt;
 &lt;br /&gt;
[http://obo.sourceforge.net/relationship OBO Relations]&lt;br /&gt;
&lt;br /&gt;
See also [[RO:Main_Page]], the main RO wiki&lt;br /&gt;
&lt;br /&gt;
==FMA==&lt;br /&gt;
&lt;br /&gt;
==Model Organisms==&lt;br /&gt;
&lt;br /&gt;
==SAEL==&lt;br /&gt;
&lt;br /&gt;
==Formal Ontology==&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3671</id>
		<title>Special:Badtitle/NS200:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3671"/>
		<updated>2006-07-12T01:36:26Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PATO - Phenotype and Trait Ontology=&lt;br /&gt;
&lt;br /&gt;
Welcome to the PATO wiki.&lt;br /&gt;
&lt;br /&gt;
PATO was originally devised for the purposes of post-coordinating phenotype annotations using terms from ontologies such as GO and fly anatomy combined with *attribute* and *value* terms. The scope of PATO has been widened, and it is now intended to serve as a reference ontology of biological qualities in general.&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&lt;br /&gt;
==Ontology==&lt;br /&gt;
&lt;br /&gt;
Will soon be available from [[NCBO BioPortal]]. For now you should just obtain it from http://obo.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
==Request tracker==&lt;br /&gt;
&lt;br /&gt;
You can use the tracker (currently hosted on sourceforge) to request new terms or suggest modifications&lt;br /&gt;
&lt;br /&gt;
- http://sourceforge.net/tracker/?group_id=76834&amp;amp;atid=595654[PATO Request tracker]&lt;br /&gt;
&lt;br /&gt;
When submitting term requests, please remember to include definition according to PATO definition guidelines (below)&lt;br /&gt;
&lt;br /&gt;
==Mail list==&lt;br /&gt;
&lt;br /&gt;
You can subscribe or browse the archives here:&lt;br /&gt;
&lt;br /&gt;
- https://lists.sourceforge.net/lists/listinfo/obo-phenotype[OBO-Phenotype Mail List]&lt;br /&gt;
&lt;br /&gt;
The mail list is for discussion of PATO and phenotype annotation in general&lt;br /&gt;
&lt;br /&gt;
=Content=&lt;br /&gt;
&lt;br /&gt;
==Definition guidelines==&lt;br /&gt;
&lt;br /&gt;
=Old Material=&lt;br /&gt;
&lt;br /&gt;
Primarily for internal NCBO software team reference&lt;br /&gt;
&lt;br /&gt;
*[[Phenotype Reading List]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3670</id>
		<title>Special:Badtitle/NS200:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Special:Badtitle/NS200:Main_Page&amp;diff=3670"/>
		<updated>2006-07-12T01:27:42Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PATO - Phenotype and Trait Ontology=&lt;br /&gt;
&lt;br /&gt;
Welcome to the PATO wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Old Material=&lt;br /&gt;
&lt;br /&gt;
*[[Phenotype Reading List]]&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=Main_Page&amp;diff=3669</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=Main_Page&amp;diff=3669"/>
		<updated>2006-07-12T01:26:42Z</updated>

		<summary type="html">&lt;p&gt;Cmungall: /* Ontology Development Area */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the '''NCBO Public WIKI'''. This WIKI provides information about collaborative ontology development efforts, &amp;lt;br&amp;gt;&lt;br /&gt;
dissemination events conducted by the NCBO and publically shared materials from the NCBO.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== NCBO Links ===&lt;br /&gt;
*[http://www.bioontology.org/ NCBO Home page]&lt;br /&gt;
*[http://www.bioontology.org/wiki/index.php/CBio_FAQ NCBO FAQ]&lt;br /&gt;
*[[Meetings and Events]]&lt;br /&gt;
&lt;br /&gt;
=== Shared Materials===&lt;br /&gt;
&lt;br /&gt;
*[[Shared Materials]]&lt;br /&gt;
&lt;br /&gt;
*[[Evaluation Activities]]&lt;br /&gt;
&lt;br /&gt;
=== Other NCBC Links ===&lt;br /&gt;
&lt;br /&gt;
*[http://www.bisti.nih.gov/ncbc/ NCBC Home page]&lt;br /&gt;
&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/SDIWG:Software_and_Data_Integration_Working_Group NCBC Software and Data Integration Working Group (SDIWG) and Centers Discussion]&lt;br /&gt;
&lt;br /&gt;
=== Ontology Development Area ===&lt;br /&gt;
&lt;br /&gt;
*[[PATO:Main_Page]] *PATO* - An ontology of phenotypic qualities&lt;br /&gt;
&lt;br /&gt;
*[[RO:Main_Page]] *RO* - OBO Relations ontology&lt;br /&gt;
&lt;br /&gt;
*[[CARO:Main_Page]] *CARO* - Reference anatomical ontology&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]&lt;br /&gt;
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.&lt;/div&gt;</summary>
		<author><name>Cmungall</name></author>
	</entry>
</feed>