<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://protegewiki.stanford.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joyservice</id>
		<title>Protege Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://protegewiki.stanford.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joyservice"/>
		<link rel="alternate" type="text/html" href="https://protegewiki.stanford.edu/wiki/Special:Contributions/Joyservice"/>
		<updated>2026-04-11T15:10:54Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>https://protegewiki.stanford.edu/index.php?title=Protege4Migration&amp;diff=10184</id>
		<title>Protege4Migration</title>
		<link rel="alternate" type="text/html" href="https://protegewiki.stanford.edu/index.php?title=Protege4Migration&amp;diff=10184"/>
				<updated>2011-07-09T15:22:41Z</updated>
		
		<summary type="html">&lt;p&gt;Joyservice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;orangeBox&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;orangeBoxTitle&amp;quot;&amp;gt;Choosing between versions of Protege&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
This page contains a high level outline of the major differences in features between Protege 3.4 and Protege 4.0.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
There are a number of differences between Protege 3.4 and 4.0. This page is designed to highlight some of the major factors that may influence which of the two systems would be most appropriate for your project at present. It will also serve as a useful reference point for identifying major features that need priority migration from 3.4 to 4.0. This list is by no means exhaustive and is only intended as an overview.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recommendations ==&lt;br /&gt;
&lt;br /&gt;
=== Frames ===&lt;br /&gt;
&lt;br /&gt;
For working with '''frames-based ontologies''' there is only one choice - Protege 3.4 is built on a very mature and stable codebase. Frames support is not currently available in P4.x.&lt;br /&gt;
&lt;br /&gt;
=== OWL (and RDF) ===&lt;br /&gt;
&lt;br /&gt;
For working with '''OWL''', there are several factors that may influence your decision on whether to use 3.4 or 4.x.&lt;br /&gt;
&lt;br /&gt;
==== Developers ====&lt;br /&gt;
&lt;br /&gt;
For coders writing '''purely OWL applications''', we recommend 4.x. For applications where you cannot cleanly break away from '''RDF''' you should consider 3.4.&lt;br /&gt;
&lt;br /&gt;
Protege 4.x uses the open source, Java-based [http://owlapi.sourceforge.net/ OWL API] that is proving popular with many developers around the world. This makes writing or migrating to and from other systems more straightforward, and a larger developer community means more assistance and a more robust codebase. In addition, the OWL API supports much of the upcoming OWL 2.0 recommendation.&lt;br /&gt;
&lt;br /&gt;
However, for developers that require access to the RDF model at the level of a triple store, the [http://protege.stanford.edu/plugins/owl/api/index.html Protege-OWL API] from Stanford is an option.  This API was built on top of the older frames-based system, i.e., RDF and OWL constructs are layered over Protege's frame objects. This is much harder to develop with as all levels of abstraction are visible at the API level, but allows for more control over the relationship between the different models. &lt;br /&gt;
&lt;br /&gt;
==== Users ====&lt;br /&gt;
&lt;br /&gt;
For ontology developers the choice is harder as the tasks that any given user/application needs to perform can be very different. For users creating purely '''OWL''' ontologies or&lt;br /&gt;
needing OWL2.0 features we would recommend P4.x. For users wanting access to '''RDF''' or that require particular tools that have not yet been converted, P3.x is currently still the choice.&lt;br /&gt;
&lt;br /&gt;
Ultimately, P3.x is coming to a stable state such that the features of the platform are well known and the behaviour is predictable. There are many plugins available that aid particular tasks&lt;br /&gt;
that are not currently available for P4.x. So for example, those wanting SWRL support will find the framework in P3.x much more substantial than in P4.x. Equally, users that need access&lt;br /&gt;
to RDF(S) level constructs will need to use P3.x.&lt;br /&gt;
&lt;br /&gt;
P4.x is much more lightweight, being a wholly OWL editing environment currently, and is therefore optimised considerably for dealing with even modestly large OWL ontologies in memory.&lt;br /&gt;
The number of groups producing additional tools for visualisation, mining etc is growing. The framework uses more standard mechanisms for customisation and can therefore be more easily tuned to a particular group's workflow. P4.x will also support all OWL2.0 features, such as QCRs, role chains, additional property characteristics etc, many of which are already implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Side by Side Comparison ==&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;3&amp;quot; style=&amp;quot;border:1px dashed #BC8F8F;&amp;quot;&lt;br /&gt;
! align=&amp;quot;left&amp;quot; width=&amp;quot;50%&amp;quot; | Protege 3.x&lt;br /&gt;
! align=&amp;quot;left&amp;quot; width=&amp;quot;50%&amp;quot; | Protege 4.0&lt;br /&gt;
|- &lt;br /&gt;
| style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | [[Image:p3.3.png|frame|left|Protege 3 Screenshot]]&lt;br /&gt;
| style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | [[Image:p4.0.png|frame|left|Protege 4 Screenshot]]&lt;br /&gt;
|-&lt;br /&gt;
| '''Frames Support''' || '''Frames Support'''&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | Frames editing supported via the [http://protege.stanford.edu/overview/protege-frames.html Protege-Frames editor]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | None (Protege-Frames editor has not been migrated yet)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| '''OWL Support''' || '''OWL Support'''&lt;br /&gt;
|- &lt;br /&gt;
| '''[http://www.w3.org/2004/OWL/ OWL 1.0]''' language support&lt;br /&gt;
| '''[http://www.w3.org/2007/OWL/wiki/OWL_Working_Group OWL 2.0]''' language support&lt;br /&gt;
|- &lt;br /&gt;
| OWL and RDF(S) support&lt;br /&gt;
| Pure OWL framework&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | OWL and RDF(S) files are accessible via the [http://protege.stanford.edu/plugins/owl/api/index.html Protege-OWL API]. This API layered OWL and RDF support over the existing Frames API.&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | OWL files are accessible via the [http://owlapi.sourceforge.net/ OWL API], which was developed at the [[The University Of Manchester]] (''not the Protege-OWL API, which was used in the 3.x series'').  This is a very clean API that closely follows the OWL specification and the parser is optimized to be faster and use less memory.&lt;br /&gt;
|- &lt;br /&gt;
| SPARQL support&lt;br /&gt;
| No SPARQL support yet&lt;br /&gt;
|-&lt;br /&gt;
| SWRL support through the SWRLTab&lt;br /&gt;
| SWRL support through a basic editor and pellet for reasoning&lt;br /&gt;
|- &lt;br /&gt;
| Support for meta-modeling (allowing OWL Full)&lt;br /&gt;
| No OWL Full&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Reasoner support through HTTP DIG interface allows connection to any DIG compliant reasoner, as well as direct connection to the Pellet reasoner&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Direct connection to FaCT++, Pellet and other DL reasoners for optimum speed of classification&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Configuration settings stored in Protege Project files (.pprj)&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Configuration settings global (No project files). Preferences persist across installations of Protege&lt;br /&gt;
|- &lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | OWL imports [http://protege.stanford.edu/doc/owl/owl-imports.html handled through a repository mechanism]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | Imports resolution from a common folder, user repositories or the web&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| '''Plugins''' || '''Plugins'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Plugin framework developed at Stanford for tab widgets, slot widgets, back-ends, projects, importing, and exporting&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Plugin framework has been switched to the more industry standard technology, [http://www.osgi.org/osgi_technology/index.asp?section=2 OSGi], which allows for any type of plugin extension&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | Large set of plugins available, developed both in-house and externally by the Protege community&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | Large set of plugins available, developed both in-house and externally by the Protege community&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| '''User Interface''' || '''User Interface'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Tab and slot widgets make much of user interface configurable&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Plugins define all user interface elements including tabs, views, and menus making everything configurable&lt;br /&gt;
|-&lt;br /&gt;
| Support fill-in-the-blank style of setting property values in individuals&lt;br /&gt;
| Property values of individuals are added as axioms&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | Access is provided to the meta model and can be used to configure the user interface&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | Menu and drag and drop user interface elements&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| '''Multi-user Support''' || '''Multi-user Support'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | Multiple users can edit the same ontology using the [[Protege_Client-Server_Tutorial|client-server version of Protege]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-bottom:1px dashed #BC8F8F;&amp;quot; | None ([[Protege_Client-Server|Protege Client-Server]] has not been migrated yet)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| '''Database Storage Model''' || '''Database Storage Model'''&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | Ability to store ontologies in a database provided by the [http://protege.stanford.edu/doc/design/jdbc_backend.html|Protege JDBC database back-end]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | None (database back-end has not been migrated yet)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
*[http://www.thegrizasonline.com/ Business Solutions &amp;amp; Tools]&lt;br /&gt;
*[http://www.hostgatorcouponsreview.com HostGator Coupons]&lt;/div&gt;</summary>
		<author><name>Joyservice</name></author>	</entry>

	<entry>
		<id>https://protegewiki.stanford.edu/index.php?title=Protege_Ontology_Library&amp;diff=10183</id>
		<title>Protege Ontology Library</title>
		<link rel="alternate" type="text/html" href="https://protegewiki.stanford.edu/index.php?title=Protege_Ontology_Library&amp;diff=10183"/>
				<updated>2011-07-09T15:21:51Z</updated>
		
		<summary type="html">&lt;p&gt;Joyservice: /* Other ontology formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#F0E6CA; border:1px solid #AE5B08; padding:10px 15px 10px 20px; margin:2em 0 0 0;&amp;quot;&amp;gt;&lt;br /&gt;
=== Welcome to the Protege Ontology Library! ===&lt;br /&gt;
&lt;br /&gt;
This page is organized into the following groupings:&lt;br /&gt;
&lt;br /&gt;
* [[#OWL_ontologies|OWL ontologies]]&lt;br /&gt;
* [[#Frame-based_ontologies|Frame-based ontologies]]&lt;br /&gt;
* [[#Other_ontology_formats|Ontologies in other formats (e.g., DAML+OIL, RDF Schema, etc.)]]&lt;br /&gt;
&lt;br /&gt;
If your ontology is available in multiple formats, please feel free to link to it from multiple sections.&lt;br /&gt;
&lt;br /&gt;
''Please make insertions in alphabetical order.  Thank you !!!''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== OWL ontologies ==&lt;br /&gt;
&lt;br /&gt;
Information on how to open OWL files from the [http://protege.stanford.edu/overview/protege-owl.html Protege-OWL editor] is available on the main Protege Web site.  See the [http://protege.stanford.edu/doc/owl/getting-started.html#creating_loading Creating and Loading Projects] section of the [http://protege.stanford.edu/doc/owl/getting-started.html Getting Started with Protege-OWL] Web page.  Other ways to search for OWL ontologies include using Google: http://www.google.com/search?q=filetype:owl+owl, or the Semantic Web search engine [http://swoogle.umbc.edu/ Swoogle].&lt;br /&gt;
&lt;br /&gt;
* [http://www.aimatshape.net/resources/aas-ontologies AIM@SHAPE Ontologies]: Ontologies pertaining to digital shapes.   Source: [http://www.aimatshape.net/ AIM@SHAPE NoE]  - Advanced and Innovative Models And Tools for the development of Semantic-based systems for Handling, Acquiring, and Processing knowledge Embedded in multidimensional digital objects.&lt;br /&gt;
&lt;br /&gt;
* [http://www.co-ode.org/ontologies/amino-acid/2005/10/11/amino-acid.owl amino-acid.owl]: A small OWL ontology of amino acids and their properties. Source: [http://www.co-ode.org/ontologies/amino-acid/2005/10/11/ Amino Acid Ontology Web site].&lt;br /&gt;
&lt;br /&gt;
* [http://www.ifomis.uni-saarland.de/bfo/ Basic Formal Ontology (BFO)]&lt;br /&gt;
&lt;br /&gt;
* [http://transontology.org/bhakti_gaudiya/bhakti.owl bhakti.owl]: An OWL ontology for the transcendental states of consciousness experienced by practitioners of bhakti-yoga, a form of Vedic consciousness engineering.&lt;br /&gt;
&lt;br /&gt;
* [http://dumontierlab.com/?page=ontologies Biochemical Ontologies]: Over 30 ontologies for knowledge representation and reasoning across scientific domains. Ontologies are normalized into non-disjoint primitive skeletons and complex class expressions for DL reasoning. Ontologies describe atoms, bonds, molecules, macromolecules and the processes they participate in.&lt;br /&gt;
&lt;br /&gt;
* [http://www.biopax.org/ BioPAX]: An OWL ontology for biological pathways, which is primarily used to exchange data between pathway resources.&lt;br /&gt;
&lt;br /&gt;
* [http://www.nbirn.net/birnlex/ BIRNLex]: An ontology created by and for the [http://www.nbirn.net/ Biomedical Informatics Research Network (BIRN)] in order to provide a shared semantic framework in which to annotate BIRN data related to multi-resolutional, cross-species studies of neurodegenerative disease.  BIRNLex follows the OBO Foundry best practices and makes use of other OWL-based OBO ontologies.&lt;br /&gt;
&lt;br /&gt;
* [http://www.dataindia.org/ontologies/OntoBlackPepper.owl Black Pepper Ontology]: A black pepper ontology created for [http://www.dataindia.org DataIndia.ORG] to provide support for farm automation and agro-processing. Joint project between [http://www.amaljyothi.com/ AMAL JYOTHI College of Engineering] and [http://www.drmgrdu.ac.in Dr. M.G.R. University].&lt;br /&gt;
&lt;br /&gt;
* [http://acl.icnet.uk/~mw BreastCancerOntology]: An OWL ontology for describing some features of Breast Cancer; Basic model is stable, but still being fleshed out.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/camera/camera.owl camera.owl]: An OWL ontology about the individual parts of a photo camera. Source: [http://www.xfront.com/ XFront OWL Tutorial].&lt;br /&gt;
&lt;br /&gt;
* [http://www.bltk.ru/OWL/camera2.owl camera2.owl]: An improved OWL camera ontology based on above one from Roger L. Costello. Contributed by [mailto:igor_bessmertny@hotmail.com Igor Bessmertnyy].&lt;br /&gt;
&lt;br /&gt;
* [http://www.cellcycleontology.org/ Cell Cycle Ontology (CCO)]: An application ontology for the cell cycle process.&lt;br /&gt;
&lt;br /&gt;
* [http://users.ecs.soton.ac.uk/cm7e09/files/cinemaChain.owl Cinema Chain Ontology]: An ontology for modelling cinemas that have screenings of films. Contributed by [http://ecs.soton.ac.uk/~cm7e09 Connor McCabe]&lt;br /&gt;
&lt;br /&gt;
* [http://kt.ijs.si/software/CNOntology/cno.html CN Ontology]: An OWL ontology presenting the concepts used in collaborative networked organizations with focus on Virtual Organizations Breeding Environment.&lt;br /&gt;
&lt;br /&gt;
* [http://www8.informatik.uni-erlangen.de/IMMD8/Services/cidoc-crm/index.html CIDOC CRM Erlangen Implementation]: An OWL DL ontology implementing the [http://cidoc.ics.forth.gr/ CIDOC CRM] (ISO 21127:2006). &lt;br /&gt;
&lt;br /&gt;
* [http://kaiko.getalp.org/kaiko/ontology/colors.owl Colors] : Color list (690 elements) with standard color representation values (RGB, HSV, etc.) in OWL format. Built from the list found in [http://en.wikipedia.org/wiki/List_of_colors Wikipedia] on the 6th of june 2010. Available under the Creative Commons Attribution-ShareAlike License.&lt;br /&gt;
&lt;br /&gt;
* [http://transontology.org/consciousness/consciousness1.owl consciousness1.owl]: An OWL ontology showing the transcendental background for consciousness according to the ancient Vedic literature.&lt;br /&gt;
&lt;br /&gt;
* [http://on.cs.unibas.ch/owl/1.0/Context.owl Context.owl]: An OWL ontology presenting a generic context model that can be used for describing the structure and elements of context aware systems. It is developed in the context of [http://dbis.cs.unibas.ch/projects/ongoing-projects/loca/dbis_project_view LoCa], a Swiss National Research Project. Contributed by [http://dbis.cs.unibas.ch/team/thorsten-moller/dbis_staff_view Thorsten Möller].&lt;br /&gt;
&lt;br /&gt;
* [http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries countries.owl]: The ISO 3166 Code List of countries. Contributed by [http://www.jenzundpartner.de/index.htm Dieter E. Jenz].&lt;br /&gt;
&lt;br /&gt;
* [https://mywebspace.wisc.edu/jpthielman/web/DaycareOntology.htm Daycare.swrl.owl]: A demo ontology about a childcare center showing the use of SWRL for reasoning. Contributed by [mailto:peace@wisc.edu Jane Peace].&lt;br /&gt;
&lt;br /&gt;
* [http://www.nada.kth.se/~mehrana/Delegation.owl Delegation Ontology]: An OWL ontology to describe delegation concepts in the context of Grid computing.&lt;br /&gt;
&lt;br /&gt;
* [http://www.ecs.soton.ac.uk/~aoj04r/resist.owl Dependable Systems Ontology]: Ontology about resilient and dependable systems including threats, failures, faults and errors as used in the [http://www.resist-noe.eu ReSIST] project.&lt;br /&gt;
&lt;br /&gt;
* [http://serdis.dis.ulpgc.es/~a013715/aic/ontologias/ Dietas]: Esto es una ontología en OWL no terminada que simula un dietista.&lt;br /&gt;
&lt;br /&gt;
* [http://dolce.semanticweb.org/ DOLCE]: The Dolce foundational ontology and its extensions provide a domain-independent framework to build ontologies on the basis of highly-reusable patterns. Contributed by [mailto:aldo.gangemi@istc.cnr.it Aldo Gangemi].&lt;br /&gt;
&lt;br /&gt;
* [http://www.danmccreary.com/presentations/semweb2006/ K-12 Education Ontology]: Ontology for the Minnesota Department of Education based on the National Information Exchange Model (NIEM) structures and ISO/IEC 11179 standards.  This domain includes information about K-12 students, teachers, schools, districts, enrollments, assessments, USDA food and nutrition programs, and on-line courses.  Includes approximately 400 data elements.  The OWL file is an report of the metadata registry.  Paper and Slide Materials included from the 2006 Semantic Technology conference.  Feedback -&amp;gt; [mailto:dan@danmccreary.com Dan McCreary]&lt;br /&gt;
&lt;br /&gt;
* [http://trajano.us.es/%7Eisabel/EHR/ EHROntology]: An Electronic Health Records ontology based on openEHR work. Contributed by [http://trajano.us.es/%7Eisabel Isabel Roman Martinez].&lt;br /&gt;
&lt;br /&gt;
* [http://www.iis.nsk.su/persons/ponom/ontologies/ Einstein's riddle]: Have you ever tried to solve the famous Einstein's logic puzzle? It is claimed that only 2% of the world's population can solve it! A Description Logic reasoner can do it for you just in one click. Here you find a formulation of the puzzle in ALCOIF description logic. It contains the original formulation of the puzzle from [http://en.wikipedia.org/wiki/Zebra_puzzle http://en.wikipedia.org/wiki/Zebra_puzzle]. For convenience, all key axioms in the ontology are provided with annotation, a corresponding condition of the puzzle. Just classify this ontology in Protege and get a solution by clicking on individuals! Contributed by [http://www.iis.nsk.su/persons/ponom/ Denis Ponomaryov].&lt;br /&gt;
&lt;br /&gt;
* [http://edesign.ecs.umass.edu/index.php?n=Research.Ontologies Engineering Design Ontologies]:  A suite of ontologies developed at the University of Massachusetts Amherst for representing different aspects of the product development process. &lt;br /&gt;
&lt;br /&gt;
* [http://www.csm.ornl.gov/~7lp/esg-owl/ESG1.1.owl ESG]: An ontology describing very large simulation datasets and related information for climate sciences such as those found in the [http://www.earthsystemgrid.org/ Earth System Grid] project. Contributed by [http://www.csm.ornl.gov/~7lp Line Pouchard].&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/family.swrl.owl/family.swrl.owl family.swrl.owl]: A SWRL/OWL demo ontology about family relationships . Contributed by Christine Golbreich.&lt;br /&gt;
&lt;br /&gt;
* [http://www.osera.gov/owl/2004/11/fea/FEA.owl Federal Enterprise Architecture Reference Model Ontology (FEA-RMO)]: Representation of Federal Enterprise Architecture in OWL.&lt;br /&gt;
&lt;br /&gt;
* [http://www.fadyart.com/ontologies/data/Finance.owl Finance]: an ontology on financial instruments, involved parties, processes and procedures in securtities handling. Contributed by  [http://www.fadyart.com/financeOntologyEN.htm Eddy Vanderlinden].&lt;br /&gt;
&lt;br /&gt;
* [http://loki.cae.drexel.edu/~wbs/ontology/fgdc-csdgm.htm fgdc-csdgm.owl]: Ontology for Content Standard for Digital Geospatial Metadata (CSDGM) of Federal Geographic Data Committee (FGDC). Contributed by Akm Saiful Islam, Bora Beran, Volkan Yargici, and Michael Piasecki.&lt;br /&gt;
&lt;br /&gt;
* [http://www.l3s.de/%7Edolog/fsm/index.html fsm.owl]: A simple ontology for finite state machines. Contributed by [http://www.learninglab.de/~dolog/index2.html Peter Dolog].&lt;br /&gt;
&lt;br /&gt;
* [http://xmlns.com/foaf/spec/index.rdf FOAF Ontology]: An ontology describes people, the links between them and the things they create and do. Contributed by [http://xmlns.com/foaf/spec/ Dan Brickley and Libby Miller].&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/generations/generations.owl generations.owl]: An ontology about family relationships that demonstrates classification. Contributed by [http://www.cs.man.ac.uk/~horridgm Matthew Horridge].&lt;br /&gt;
&lt;br /&gt;
* [http://loki.cae.drexel.edu/~wbs/ontology/ Geographic Information Metadata - ISO 19115]: An ontology representing Geographic Information Metadata - (ISO 19115).&lt;br /&gt;
&lt;br /&gt;
* [http://i2geo.net/ontologies/current/GeoSkills.owl GeoSkills]: an ontology representing the mathematics competencies, topics, and educational levels for schools of Europe. See the page [http://i2geo.net/xwiki/bin/view/About/GeoSkills about GeoSkills].&lt;br /&gt;
&lt;br /&gt;
* [http://loki.cae.drexel.edu/%7Ehow/HydrologicUnits/hu hu.owl]: A hierarchic division of hydrologic units. Contributed by [http://loki.cae.drexel.edu/%7Ehow/Hydrologic_Units_ontology.html Luis Bermudez].&lt;br /&gt;
&lt;br /&gt;
* [http://individual.utoronto.ca/hesham/DetailedResearch.htm Infrastructure Product Ontology]: An OWL ontology for utility infrastructure products, their attributes, mechanisms, and measures. Products span all five sectors of utilities (Water, Wastewater, Gas, Electricity, and Telecom).&lt;br /&gt;
&lt;br /&gt;
* [http://loki.cae.drexel.edu/%7Ewbs/ontology/list.htm iso-metadata.owl]: Several ISO Geographic Information Ontologies developed with the Protege-OWL editor. Contributed by Akm Saiful Islam, Bora Beran, Luis Bermudez, Stephane Fellah &amp;amp; Michael Piasecki.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/ka/ka.owl ka.owl]: Defines concepts from academic research. Contributed by [http://www.cs.man.ac.uk/%7Ehorrocks/ Ian Horrocks].&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/koala/koala.owl koala.owl]: A simple ontology about humans and marsupials. Contributed by [http://www.knublauch.com/ Holger Knublauch].&lt;br /&gt;
&lt;br /&gt;
* [http://lifeeventontology.googlepages.com/leo.owl leo.owl]: A simple ontology about life events within e-Government. Contributed by [http://domen.cukjati.googlepages.com/home Domen Cukjati].&lt;br /&gt;
&lt;br /&gt;
* [http://www.estrellaproject.org/lkif-core LKIF Core]: A core ontology of basic legal concepts. Contributed by [http://www.leibnizcenter.org/users/rinke Rinke Hoekstra].&lt;br /&gt;
&lt;br /&gt;
* [http://protegewiki.stanford.edu/images/d/de/Monetary_ontology_0.1d.zip Monetary_ontology_0.1d.zip]: A zipped Protégé project of an ontology for currency creation and use. Also contains an &amp;quot;owl&amp;quot;. The objective is an active description of all forms of &amp;quot;money&amp;quot; from barter to clearing systems, from precious metal coinage to debt-based fiat.  It is oriented towards designers of payment systems and community currency systems.  Here is a preview [http://protegewiki.stanford.edu/images/b/b5/Monetary_ontology.gif GIF] image [http://protegewiki.stanford.edu/index.php/Image:Monetary_ontology.gif !]  First begun 2008/05/04 and last updated [http://protegewiki.stanford.edu/index.php/Image:Monetary_ontology_0.1d.zip 2008/05/12]. [http://protegewiki.stanford.edu/index.php/Image:MonetaryOntology.zip v0.0] Contributed by [mailto:hmjbram-protege@yahoo.com Martin &amp;quot;Hasan&amp;quot; Bramwell]&lt;br /&gt;
&lt;br /&gt;
* [MCDM ontology]: An ontology of utility functions, for purposes of Multi-Criteria Decision Making (MCDM). See [http://protege.cim3.net/cgi-bin/wiki.pl?SeMCDM the SeMCDM project].&lt;br /&gt;
&lt;br /&gt;
* [http://mged.sourceforge.net/ontologies/MGEDOntology.owl MGEDOntology.owl]: An ontology for microarray experiments in support of MAGE v.1. Source: [http://mged.sourceforge.net/ MGED Society].&lt;br /&gt;
&lt;br /&gt;
* [MOST ontology]: An ontology of the Media-oriented Systems Transport (MOST). See [http://protege.cim3.net/cgi-bin/wiki.pl?SeMCDM the SeMCDM project].&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp1.nci.nih.gov/pub/cacore/EVS/ NCI Thesaurus]: A huge ontology developed by the National Cancer Institute (NCI). Source: [http://ncicb.nci.nih.gov/organization/personnel/core/caBIO/technical_resources/guides/quick_start/core/EVS NCI Enterprise Vocabulary Services].&lt;br /&gt;
&lt;br /&gt;
* [http://www.semanticbible.org/ntn/ntn-overview.html New Testament Names]: A semantic knowledge base describing named things (people, places, and other classes) in the New Testament, as well as their attributes and relationships. It includes both an ontology and a substantial amount of instance data. NTNames is part of  [http://www.semanticbible.org/ SemanticBible.org].&lt;br /&gt;
&lt;br /&gt;
* [http://protegewiki.stanford.edu/images/7/7c/DomainOntology-NMS.zip NMS-DomainOntology]: A Domain Ontology for the TCP/IP-based SNMP-managed Communication Network Management System. Contributed by: Sameera Abar&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/not.galen/not-galen.owl not-galen.owl]: A selective adaptation made in 1995 of an early prototype GALEN model; content is not related to or representative of any current or historical OpenGALEN release. Contributed by [http://www.cs.man.ac.uk/%7Ehorrocks/ Ian Horrocks].&lt;br /&gt;
&lt;br /&gt;
* [http://ise.icu.ac.kr/Ontologies/office-env1.owl office-env1.owl],[http://ise.icu.ac.kr/Ontologies/office-env2.owl office-env2.owl]:  Ontologies for office environment. Contributed by Prakash Kadel&lt;br /&gt;
&lt;br /&gt;
* [http://loki.cae.drexel.edu/~wbs/ontology/ogc-gml.htm OGC]: Ontology for Geography Markup Language (GML3.0) of Open GIS Consortium (OGC). Contributed by Contributors: Zafer Defne, Akm Saiful Islam and Michael Piasecki.&lt;br /&gt;
&lt;br /&gt;
* [http://www.tssg.org/public/ontologies/omg/mof/2004/MOF.owl OMG - Meta Object Facility]: Ontology representation of the [http://www.omg.org/mof/ OMG-MOF] generated from the OMG Specification (XMI).&lt;br /&gt;
&lt;br /&gt;
* [http://www.tssg.org/public/ontologies/omg/qvt/2005/QVT.owl OMG - MOF - Query, View, and Transformations]: Ontology representation of the [http://www.omg.org/technology/documents/modeling_spec_catalog.htm#MOF_QVT OMG-MOF-QVT] generated from the OMG Specification (XMI).&lt;br /&gt;
&lt;br /&gt;
* [http://www.tssg.org/public/ontologies/omg/odm/2006/odm_2006_04_03_kludge.owl OMG - Ontology Definition Metamodel (ODM)]: Ontology representation of the [http://www.omg.org/ontology/ OMG-ODM] generated from the OMG Specification (XMI).&lt;br /&gt;
&lt;br /&gt;
* [http://www.tssg.org/public/ontologies/omg/uml/2004/UML2-Super-MDL-041007.owl OMG - Unified Modeling Language (UML2)]: Ontology representation of the [http://www.omg.org/technology/documents/modeling_spec_catalog.htm#UML OMG-UML2] generated from the OMG Specification (XMI).&lt;br /&gt;
&lt;br /&gt;
* [http://protege.stanford.edu/ontologies/ontoClean/ontoCleanOntology.html OntoClean]: Representation of [http://portal.acm.org/citation.cfm?doid=503124.503150 OntoClean] meta-properties and corresponding constraints as a Protege ontology and a set of PAL constraints.&lt;br /&gt;
&lt;br /&gt;
* [http://www.avt.rwth-aachen.de/AVT/index.php?id=730 OntoCAPE]: A large-scale ontology for the domain of chemical process engineering. OntoCAPE is partitioned into 62 sub-ontologies, which can be used individually or as an integrated suite. The sub-ontologies cover high-level topics, such as mereotopology, systems theory, quantities and units,  as well as domain-specific topics such as materials, chemical reactions, or unit operations.&lt;br /&gt;
&lt;br /&gt;
* [http://www.ecolleg.org/trms/ontology.html OntoTool]: An ontology that is used to model Task and Tool features for project realization. This ontology contains essential concepts about the relationship between task and tool and frequently asked questions about tool identification.&lt;br /&gt;
&lt;br /&gt;
* [http://nmg.upc.edu/~mserrano/ontologies/OSM.htm OSM - Ontology for Support and Management]: An ontology that contains all constructs required for the various versions of the Ontology for Support and [http://www.barlamenterprises.com/ Search Engine Optimization] Management of pervasive services by using ontology-based policy mechanisms run by IST-Context project and the research extensions towards Onto-Context framework to demonstrate advantages when context information is used for controlling management operations.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/people.pets/people+pets.owl people+pets.owl]: From the [http://www.cs.man.ac.uk/%7Ehorrocks/ISWC2003/Tutorial/ ISWC03 tutorial] on OWL by Sean Bechhofer, Ian Horrocks, and Peter Patel-Schneider.&lt;br /&gt;
&lt;br /&gt;
* [http://swap.uib.es/ontologies/performance.owl Performance Ontology]: It represents of UML-SPT profile but updates with semantic information and integrates other performance representations. By [http://swap.uib.es/ SWAP Group].&lt;br /&gt;
&lt;br /&gt;
* [http://afrodita.rcub.bg.ac.yu/~gasevic/projects/PNO/ Petrinet Semantic Web Infrastructure]: Contributed by [http://www.sfu.ca/~dgasevic/ Dragan Gasevic].&lt;br /&gt;
&lt;br /&gt;
* [http://philosurfical.open.ac.uk/ontology/philosurfical.owl PhiloSurfical ontology]: An ontology which extends [http://cidoc.ics.forth.gr/ CIDOC-CRM] and describes various dimensions normally associated to the philosophical domain (people, documents, ideas, events). Contributed by [http://people.kmi.open.ac.uk/mikele/ Michele Pasin], in the context of the [http://philosurfical.open.ac.uk/index.html/ PhiloSURFical] project.&lt;br /&gt;
&lt;br /&gt;
* [http://www.co-ode.org/ontologies/ Pizzas]: The OWL ontology used in the Protege-OWL Tutorial. Contributed by [http://www.co-ode.org/ The CO-ODE Project].&lt;br /&gt;
&lt;br /&gt;
* [http://www.aifb.uni-karlsruhe.de/Forschungsgruppen/BIK/wi2007/PNOntology.owl Pr/T net Ontology]: An ontology for high-level Petri nets.&lt;br /&gt;
&lt;br /&gt;
* [http://ppontology.googlepages.com/ PPOntology]: An OWL ontology for cereal plant protection. Currently, it is developed to encompass the field of diagnosis and treatment of barley disorders.&lt;br /&gt;
&lt;br /&gt;
* [http://www.proteinontology.info/ Protein Ontology]: Protein Ontology or PO provides a unified vocabulary for capturing declarative knowledge about protein domain and to classify that knowledge to allow reasoning. Contributed by [http://www.amandeep.org/ Amandeep S. Sidhu].&lt;br /&gt;
&lt;br /&gt;
* [http://mav.inf.uth.gr/SWS4HPSC/software/sao/saontology/view/SaOn.owl SaOn-Software Application Ontology]: An example ontology for searching, retrieving and using software applications, components.&lt;br /&gt;
&lt;br /&gt;
* [SeMCDM ontology]: The kernel ontology for Semantic Multi-Criteria Decision Making (SeMCDM). See the [http://protege.cim3.net/cgi-bin/wiki.pl?SeMCDM SeMCDM project].&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/shuttle/shuttle-crew-ont.owl shuttle-crew-ont.owl]: An ontology about the crew from a space shuttle. Source: [http://orlando.drc.com/SemanticWeb/Topics/Ontology/Ontologies.htm Dynamic Research Corporation].&lt;br /&gt;
&lt;br /&gt;
* [http://www.loria.fr/~coulet/ontology/snpontology/version1.3/snpontology_full.owl SNP-Ontology]: An ontology to represent genomic variations, and related concepts. Contributed by [http://www.loria.fr/~coulet/ Adrien Coulet].&lt;br /&gt;
&lt;br /&gt;
* [http://www.jaist.ac.jp/~nitun/sort.htm Sort Ontology]: Sort ontology is a model of ontologies where ontological classes are represented as sorts with the principles of identity and individuation. The model consists of four meta-classes: &amp;lt;nowiki&amp;gt;TypeSort&amp;lt;/nowiki&amp;gt;, &amp;lt;nowiki&amp;gt;QuasitypeSort&amp;lt;/nowiki&amp;gt;, &amp;lt;nowiki&amp;gt;RoleSort&amp;lt;/nowiki&amp;gt;, and &amp;lt;nowiki&amp;gt;PhaseSort&amp;lt;/nowiki&amp;gt;. It is intended to enrich the semantics of ontological classes by embedding abstract-level domain independent knowledge (called meta-knowledge) into OWL ontologies.&lt;br /&gt;
&lt;br /&gt;
* [http://it.e-technik.uni-ulm.de/~heinroth/sdo/OwlSpeakOnto.owl Spoken Dialogue Ontology - An ontology for creating spoken dialogues]: This ontology can be used to implement spoken dialogues and store the actual state of the dialogue. The corresponding spoken dialogue manager that interprets dialogues encoded as spoken dialogue ontologies and several dialogue examples can be found on [http://sourceforge.net/projects/owlspeak/ OwlSpeak]. Several exemplary dialogue models can also be found on [http://it.e-technik.uni-ulm.de/~heinroth/sdo/ SDOs]&lt;br /&gt;
&lt;br /&gt;
* [http://www.articulatesoftware.com/SUMO.owl Suggested Upper Merged Ontology]: A comprehensive set of upper, middle and domain specific ontologies.  A lossy translation as of 5/13/2009 from the original source in a version of Knowledge Interchange Format which is available at [http://www.ontologyportal.org ontologyportal.org].&lt;br /&gt;
&lt;br /&gt;
* [http://loki.cae.drexel.edu/%7Ewbs/ontology/model.htm Surface-Water-Model-Ontology]: An ontology for surface water and water quality models currently exists based on the list provided SMIC, US Geological Survey using Protege. Contributed by Akm Saiful Islam. &lt;br /&gt;
&lt;br /&gt;
* [http://www.uv.es/~agentes/SVECore.owl SVECore.owl]: A core ontology for developing 3D Semantic Virtual Environments and a simple Domain Specific Ontology for creating a virtual bar ([http://www.uv.es/~agentes/DSOBar.owl DSOBar.owl]). Contributed by [mailto:francisco.grimaldo@uv.es Francisco Grimaldo]. &lt;br /&gt;
&lt;br /&gt;
* [http://sweet.jpl.nasa.gov/ontology/ SWEET Ontologies]: A Semantic Web for Earth and Environmental Terminology. Source: [http://www.jpl.nasa.gov/index.html Jet Propulsion Laboratory].&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/tambis/tambis-full.owl tambis-full.owl]: A biological science ontology developed by the [http://imgproj.cs.man.ac.uk/tambis/ TAMBIS] project. Contributed by [http://www.cs.man.ac.uk/%7Ehorrocks/ Ian Horrocks].&lt;br /&gt;
&lt;br /&gt;
* [http://www.ecolleg.org/trms/ontology.html Tool and Task]: An ontology that is used to model Task and Tool features for project realization. Contributed by [mailto:marek@ciel.pl Marek Szlezak].&lt;br /&gt;
&lt;br /&gt;
* [http://www.bltk.ru/OWL/tourism.owl Tourism.owl]: An OWL ontology for creating Semantic Web sites related to tourism. Contributed by [mailto:thdl@mail.ru Tonya Kalinkina].&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/travel/travel.owl travel.owl]: A tutorial OWL ontology for a Semantic Web of tourism. Contributed by Holger Knublauch.&lt;br /&gt;
&lt;br /&gt;
* [http://lsi.ugr.es/joseluisgs/videojuegos.owl Videogame's Elements Ontology]: A [http://lsi.ugr.es/joseluisgs/videojuegos/ videogame's elements ontology] that is used to model different videogame's properties like playability. Contributed by [mailto:joseluisgs@ugr.es José Luis González] and [mailto:fgutierr@ugr.es Francisco Luis Gutiérrez Vela]. University of Granada, Spain.&lt;br /&gt;
&lt;br /&gt;
* [http://www-ist.massey.ac.nz/wop/ WebOfPatterns]: An OWL ontology for object-oriented software design. Used to represent design patterns, a Java client exists that can download these descriptions and scan code for pattern instances.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/file/pub/ontologies/wine/wine.owl wine.owl]: An ontology of wines (demonstrates project inclusion). Original source: [http://www.w3.org/TR/owl-guide/wine.rdf WebOnt OWL Guide].&lt;br /&gt;
&lt;br /&gt;
* [http://www.geocities.com/mdabulaish/woodontology/ Wood Ontology] — Contributed by [mailto:mdabulaish@rediffmail.com Muhammad Abulaish] and [mailto:lipika@maths.iitd.ernet.in Lipika Dey].&lt;br /&gt;
&lt;br /&gt;
* [http://protegewiki.stanford.edu/images/f/f5/WFO.swrl.owl.zip WFO.swrl.owl]: A SWRL/OWL DL ontology about WorkFlow based on WFMC. Contributed by [mailto:Soheil.Qanbari@Gmail.com Soheil Qanbari].&lt;br /&gt;
&lt;br /&gt;
== Frame-based ontologies ==&lt;br /&gt;
&lt;br /&gt;
In the context of this page, the phrase &amp;quot;frame-based ontologies&amp;quot; loosely refers to ontologies that were developed using the [http://protege.stanford.edu/overview/protege-frames.html Protege-Frames editor].  For more information on how to open an ontology from the Protege-Frames editor, see the [http://protege.stanford.edu/doc/users_guide/index.html Protege-Frames User's Guide].&lt;br /&gt;
&lt;br /&gt;
* [http://protegewiki.stanford.edu/index.php/User:Abhay002 Abhay's Tetrapoda Ontology]: A knowledge model and ontology for Tetrapoda Group&lt;br /&gt;
* [http://mis.hevra.haifa.ac.il/~morpeleg/NewProcessModel/Malaria_PN_Example_Files.html Biological Processes]: A knowledge model of biological processes and functions that is graphical, for human comprehension, and machine-interpretable, to allow reasoning.&lt;br /&gt;
&lt;br /&gt;
* [http://www.umweltbundesamt.at/umweltdaten/schnittstellen/cedex/cedex_protege/?&amp;amp;tempL=1 CEDEX]: Representation of CEDEX in Protege. CEDEX is a base ontology for exchange and distributed use of ecological data.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/cgi-bin/wiki.pl?DublinCoreProtegeOntology Dublin Core]: Representation of [http://dublincore.org/ Dublin Core] metadata in Protege.&lt;br /&gt;
&lt;br /&gt;
* [[Engineering ontologies]]: A set of ontologies for representing systems, their decomposition, connections, requirements and constraints&lt;br /&gt;
&lt;br /&gt;
* [http://www.enterprise-architecture.org The Essential Project]: An ontology and knowledge base for describing any organisation's Enterprise Architecture, enabling reasoning and decision support. The Essential Project is the collective name for a set of free, open source, Enterprise Architecture support tools that have been developed for use in conjunction with a variety of Enterprise Architecture approaches and frameworks (including TOGAF). &lt;br /&gt;
&lt;br /&gt;
* [http://www.bioinf.mdc-berlin.de/~schober/GandrIntro/ GandrKB (Gene annotation data representation)]: An ontology and knowledge base describing gene functions enabling biologists to annotate (multiple) genes on Affymetrix Microarrays per simple drag and drop. Annotation-concepts and genes can be linked for fast and intuitive context-exploration and extensive querying. Generated gene annotations can be interactively explored as semantic networks with advanced visualisation tools. Contributed by Daniel Schober.&lt;br /&gt;
&lt;br /&gt;
* GeneOntologyInProtege: Knowledge acquisition, consistency checking, and concurrency control in Gene Ontology.&lt;br /&gt;
&lt;br /&gt;
* [http://www.smi.stanford.edu/projects/intermed-web/guidelines/Protege_Ontology.htm Guideline Interchange Format (GLIF)]: Representation of [http://www.glif.org/ GLIF] in Protege.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.stanford.edu/ontologies/HL7RIM/index.html Health Level 7 Data Types and Top-Level RIM Classes]: A Protege representation of the [http://www.hl7.org/ HL7] version 3 data types and top-level classes of the Reference Information Model.  Contributed by [http://www.stanford.edu/~swt/ Samson Tu].&lt;br /&gt;
&lt;br /&gt;
* [http://www.klinikum.uni-heidelberg.de/Englische-Version-Promotionsarbeiten.8915.0.html#c17816 HELEN]: The HELEN Guideline representation ontology.&lt;br /&gt;
&lt;br /&gt;
* [http://www.ics.mq.edu.au/~borgun/Software.html HL7-RIM]: HL7-RIM as a Protege ontology.  Contributed by Bhavna Orgun.&lt;br /&gt;
&lt;br /&gt;
* [http://nets.ii.uam.es/neptuno/iptc/ IPTC Subject Reference System]: RDF Schema and Protege ontology representations of the Subject Reference System.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.stanford.edu/ontologies/ontoClean/ontoCleanOntology.html OntoClean]: Representation of [http://portal.acm.org/citation.cfm?doid=503124.503150 OntoClean] meta-properties and corresponding constraints as a Protege ontology and a set of PAL constraints.&lt;br /&gt;
&lt;br /&gt;
* [http://pcontology.et.ntust.edu.tw/ Personal Computer - Do It Yourself (PC-DIY)]: An ontology which contains essential concepts about the personal computer and frequently asked questions about Personal Computer - Do It Yourself.&lt;br /&gt;
&lt;br /&gt;
* [http://www.getopt.org/ecimf/contrib/onto/REA/index.html Resource-Event-Agent Enterprise (REA)]: An ontology that is used to model economic aspects of e-business frameworks (e.g. in ebXML) and enterprise information systems.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.stanford.edu/ontologies/ontologyOfScience/ontology_of_science.htm Science Ontology]: A modified version of the KA² ontology describing research-related information.&lt;br /&gt;
&lt;br /&gt;
* [http://protege.stanford.edu/plugins/psmtab/upml_editor.html The Uniform Problem-solving Method development Language (UPML)]: An ontology and editor for modeling libraries of reusable (i.e., generic and adaptable) components of knowledge-based systems, namely tasks, problem-solving methods and domain models.&lt;br /&gt;
&lt;br /&gt;
* [http://drtc.isibang.ac.in/~bisu/ontology/instOntology.owl Instituto Kuluwulu]: This is a model to check the reliability of the Wiki Ontology Library. Sorry for this, but we had to do it XD. Por favor no tomen represalias, solo somos estudiantes con ganas de chequear este wiki. We love ontologies.&lt;br /&gt;
&lt;br /&gt;
* [http://drtc.isibang.ac.in/~bisu/ontology/instOntology.owl Institutional ontology]: Institutional Ontology is a model of a University/ Institute. This ontology is based on OWL-DL. Few instances is included to check its performance. Also a file called [http://drtc.isibang.ac.in/~bisu/ontology/ query.txt] containing a list of query is provided. Contributed by [mailto:bisu@drtc.isibang.ac.in Biswanath Dutta][http://drtc.isibang.ac.in DRTC, Bangalore]. &lt;br /&gt;
&lt;br /&gt;
*[[Workflow ontology]] - A workflow ontology used to capture sequential and state-based workflows as instances in the ontology. Intended to be used by [[Collaborative_Protege]].&lt;br /&gt;
&lt;br /&gt;
== Other ontology formats ==&lt;br /&gt;
&lt;br /&gt;
* [http://protege.cim3.net/cgi-bin/wiki.pl?DublinCoreProtegeOntology Dublin Core]: Representation of [http://dublincore.org/ Dublin Core] metadata in Protege.&lt;br /&gt;
&lt;br /&gt;
* [http://www.ics.mq.edu.au/~borgun/Software.html HL7-RIM]: HL7-RIM as a Protege ontology.  Contributed by Bhavna Orgun.&lt;br /&gt;
&lt;br /&gt;
* [http://nets.ii.uam.es/neptuno/iptc/ IPTC Subject Reference System]: RDF Schema and Protege ontology representations of the Subject Reference System.&lt;br /&gt;
&lt;br /&gt;
* [http://www.learninglab.de/~dolog/learnerrdfbindings/ Learner]: An ontology describing Learner features used for personalization in eLearning systems. Created in the context of EU/IST project [http://www.elena-project.org/ Elena].&lt;br /&gt;
&lt;br /&gt;
* [http://afrodita.rcub.bg.ac.yu/%7Egasevic/projects/PNO Petrinet Semantic Web Infrastructure]: Contributed by Dragan Gasevic.&lt;br /&gt;
&lt;br /&gt;
* [http://www.getopt.org/ecimf/contrib/onto/REA/index.html Resource-Event-Agent Enterprise (REA)]: An ontology that is used to model economic aspects of e-business frameworks (e.g., in ebXML) and enterprise information systems.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cs.vu.nl/~mcaklein/unspsc/ Universal Standard Products and Services Classification (UNSPSC)]: A coding system to classify both products and services for use throughout the global marketplace.&lt;br /&gt;
&lt;br /&gt;
*[http://www.thegrizasonline.com/ Business Solutions &amp;amp; Tools]&lt;br /&gt;
*[http://www.hostgatorcouponsreview.com HostGator Coupons]&lt;/div&gt;</summary>
		<author><name>Joyservice</name></author>	</entry>

	<entry>
		<id>https://protegewiki.stanford.edu/index.php?title=Protege_Plugin_Library&amp;diff=10182</id>
		<title>Protege Plugin Library</title>
		<link rel="alternate" type="text/html" href="https://protegewiki.stanford.edu/index.php?title=Protege_Plugin_Library&amp;diff=10182"/>
				<updated>2011-07-09T15:20:46Z</updated>
		
		<summary type="html">&lt;p&gt;Joyservice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#F0E6CA; border:1px solid #AE5B08; padding:10px 15px 10px 20px; margin:2em 0 0 0;&amp;quot;&amp;gt;&lt;br /&gt;
=== Welcome to the Protege Plugin Library! ===&lt;br /&gt;
&lt;br /&gt;
The Protege Plugin Library offers a convenient place for the Protege community to find open source and commercial '''[[Protege]]''' plugins that enhance the Protege application.&lt;br /&gt;
&lt;br /&gt;
The plugins on our Wiki were developed either here at Stanford or by our user community, as extensions to the core Protege system, or to the Protege-Frames editor and/or the Protege-OWL editor. Follow individual instructions to download and install the plugins that are of interest to you. We always welcome contributions from our user community. If you have developed software that you think would be of interest to others, please register your plugin and your organization (see the green box on the right-hand side of this page).&lt;br /&gt;
&lt;br /&gt;
It may be of interest to our user community that the Protege Wiki uses the [http://ontoworld.org/wiki/Semantic_MediaWiki Semantic MediaWiki] extension and thus is a true semantic wiki.  By using semantic technologies, we are able to provide a knowledge repository and platform for publishing information about Protege plugins as well as intelligent search capabilities for particular plugins and associated organizations.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:block; float:left; width:68%;margin: 2em 0px 0px 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;topics&amp;quot; style=&amp;quot;display:block; float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
Browse plugins by topics of interest.&lt;br /&gt;
&lt;br /&gt;
{{#ask: [[Category:Topic]]&lt;br /&gt;
 |headers=hide&lt;br /&gt;
 |format=ul&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;topics&amp;quot; style=&amp;quot;display:block; float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Types==&lt;br /&gt;
&lt;br /&gt;
Browse plugins by type.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:API|API]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;{{#ask: [[Category:Application]] [[ID::JSave||Protege Web Browser||WebProtege]] | limit=&amp;quot;0&amp;quot; | searchlabel=Application}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:Backend|Backend]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:Import|Import]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:Export|Export]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:Project|Project]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:Reasoner|Reasoner]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:Slot Widget|Slot Widget]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:Tab Widget|Tab Widget]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[:Category:View|View]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;div style=&amp;quot;display:block; float:left; width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==News==&lt;br /&gt;
List of recently updated Protege plug-in pages.&lt;br /&gt;
{{#ask: [[Category:Plugin]]&lt;br /&gt;
 | ?Last update&lt;br /&gt;
 | limit=20&lt;br /&gt;
 | sort=Last update&lt;br /&gt;
 | order=descending,ascending&lt;br /&gt;
 | format=broadtable&lt;br /&gt;
 | default=No news yet.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sidebar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:block; float:right; width:30%;margin: -1em 0 0 0;padding:0;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#E6FFCC;border:1px solid #B0FF5C;padding: 10px;margin: 0 0 1em 0;&amp;quot;&amp;gt;&lt;br /&gt;
====Register your Plugin====&lt;br /&gt;
&lt;br /&gt;
Add a new plugin in 2 steps:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt; Enter the name of your plugin, which will then be the title of a new article in this wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt; Enter as much information as possible in the provided form (don't forget to save your work).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;greenButton&amp;quot;&amp;gt;[[Special:FormStart/Plugin|New Plugin]]&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Register your Organization ====&lt;br /&gt;
&lt;br /&gt;
Add a new organization in 2 steps:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt; Enter the name of your organization, which will then be the title of a new article in this wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt; Enter as much information as possible in the provided form (don't forget to save your work).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;greenButton&amp;quot;&amp;gt;[[Special:FormStart/Organization|New Organization]]&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#EEEEFF;border:1px solid #BDDEFF;padding: 10px;margin: 0 0 1em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Search===&lt;br /&gt;
Search for plugins, users, or organizations and find useful information about all Protege plugins.&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
 type=search2&lt;br /&gt;
 width=25&lt;br /&gt;
 align=left&lt;br /&gt;
 break=no&lt;br /&gt;
 buttonlabel=Search&lt;br /&gt;
 bgcolor=#EEEEFF&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Special:Ask|Semantic Search]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.thegrizasonline.com/ Business Solutions &amp;amp; Tools]&lt;br /&gt;
*[http://www.hostgatorcouponsreview.com HostGator Coupons]&lt;/div&gt;</summary>
		<author><name>Joyservice</name></author>	</entry>

	</feed>