Difference between revisions of "WebProtege"

From Protege Wiki
Jump to: navigation, search
(incremental save)
(Administrator's Guide)
 
(120 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<p style="padding:0; margin:0; font-size:1.9em; font-weight:bold; word-spacing:-2px;">WebProtege</p>
+
<span style="font-weight:bold; font-size:22px;">WebProtégé</span> <br /><br />
  
 +
[[File:WP-classes.png|thumb|400px|right|text-bottom|The new WebProtégé with simplified editing and improved collaboration support]]
  
<div style="background:#F7F7F7; border:1px solid #999999; padding:1em; width:75%;">
+
'''WebProtégé is a free, open source collaborative ontology development environment for the Web. '''
'''[[ID::WebProtege]]''' is an open source, lightweight, web-based ontology editor.  Our main goal in developing WebProtege is to support the process of collaborative ontology development in a web environment. Try out WebProtege on our demo server:
 
  
http://bmir-protege-dev1.stanford.edu/webprotege/WebProtege.html
 
  
 +
We encourage end users to use our hosted solution at: '''http://webprotege.stanford.edu'''. Alternatively, WebProtégé can be [[WebProtegeAdminGuide|downloaded and installed]] on your own server.
  
'''26 October 2008:''' We are very pleased to announce the release of WebProtege 0.5 alpha
+
'''WebProtégé provides the following features:'''
</div>
+
* Support for editing OWL 2 ontologies
 +
* A default simple editing interface, which provides access to commonly used OWL constructs
 +
* Full change tracking and revision history
 +
* Collaboration tools such as, sharing and permissions, threaded notes and discussions, watches and email notifications
 +
* Customizable user interface
 +
* Customizable Web forms for application/domain specific editing
 +
* Support for editing OBO ontologies
 +
* Multiple formats for upload and download of ontologies (supported formats: RDF/XML, Turtle, OWL/XML, OBO, and others)
 +
 
 +
 
 +
<span style="background: #F0FFF0; border: 1px solid green; padding: 10px 15px 10px 20px; "> [https://github.com/protegeproject/webprotege '''Source code on GitHub'''] &nbsp;</span>
 +
<span style="background: #F0FFF0; border: 1px solid green; padding: 10px 15px 10px 20px; "> [https://github.com/protegeproject/webprotege/releases '''Latest release and release notes'''] </span>
 +
 
 +
<div style="background: #FDECE7; border: 2px solid #AE5B08; padding: 10px 15px 10px 20px; margin: 30px 430px 0 0; ">
  
 +
'''Use [http://webprotege.stanford.edu WebProtégé] now on our Stanford-hosted server!''' <u>http://webprotege.stanford.edu</u>
  
__TOC__
+
</div>
  
 +
<br />
 +
__NOTOC__
 
== Documentation ==
 
== Documentation ==
  
<ul>
+
=== [[WebProtegeUsersGuide|User's Guide]] ===
<li style="padding-top:5px;">[[WebProtegeUsersGuide|WebProtege User's Guide]]</li>
+
A short [[WebProtegeUsersGuide|user guide]] with screencasts and screenshots describing the main user interface elements in WebProtégé.
<li>[[WebProtegeAdminGuide|WebProtege Administrator's Guide]] (for site administrators who want to download and install WebProtege)</li>
 
</ul>
 
  
 +
=== Administrator's Guide ===
 +
A [https://github.com/protegeproject/webprotege/wiki/WebProtégé-4.0.0-beta-x-Installation step-by-step guide] for site administrators who want to download and install WebProtégé.
  
== Screenshots ==
+
== About WebProtégé ==
 +
WebProtégé is being actively developed by the [http://protege.stanford.edu/about.php Protégé team] at the [[Affiliated with::Stanford Center for Biomedical Informatics Research]]. WebProtégé is free and open source under [https://github.com/protegeproject/webprotege/blob/master/license.txt BSD 2-clause] license.
  
'''Viewing the list of available ontologies on the server:'''
 
  
[[Image:Webprotege-ontologies-portlet.jpg]]
+
== References ==
  
 +
* A WebProtégé paper describing its architecture, features and use in real-world cases is published in the Semantic Web Journal, and is available [http://www.semantic-web-journal.net/content/webprot%C3%A9g%C3%A9-distributed-ontology-editor-and-knowledge-acquisition-tool-web here].
  
'''Viewing the class tree for the "Collaborative Pizza" ontology:'''
+
* Several papers describing the use of WebProtégé in real use cases can be found [http://www.informatik.uni-trier.de/~ley/pers/hd/t/Tudorache:Tania here].
  
[[Image:Webprotege-classes-tab.jpg]]
 
  
 +
== How to cite WebProtégé ==
  
 +
Tudorache, Tania, Csongor Nyulas, Natalya F. Noy, and Mark A. Musen. "WebProtégé: A collaborative ontology editor and knowledge acquisition tool for the web." Semantic web 4, no. 1 (2013): 89-99.
  
== About WebProtege ==
+
Online version available [http://www.semantic-web-journal.net/content/webprot%C3%A9g%C3%A9-distributed-ontology-editor-and-knowledge-acquisition-tool-web here].
WebProtege is currently under development at the [[Affiliated with::Stanford Center for Biomedical Informatics Research]].
 
  
  
 
== Contact Us ==
 
== Contact Us ==
If you have questions or comments, please post them on the [http://mailman.stanford.edu/mailman/listinfo/protege-discussion protege-discussion mailing list].<br /><br /><br />
+
If you have questions or comments, please post them on the [http://protege.stanford.edu/support.php Protégé mailing lists].<br /><br /><br />
  
 
[[Category:Application]]
 
[[Category:Application]]
 
[[Category:WebProtege documentation]]
 
[[Category:WebProtege documentation]]

Latest revision as of 10:48, August 6, 2019

WebProtégé

The new WebProtégé with simplified editing and improved collaboration support

WebProtégé is a free, open source collaborative ontology development environment for the Web.


We encourage end users to use our hosted solution at: http://webprotege.stanford.edu. Alternatively, WebProtégé can be downloaded and installed on your own server.

WebProtégé provides the following features:

  • Support for editing OWL 2 ontologies
  • A default simple editing interface, which provides access to commonly used OWL constructs
  • Full change tracking and revision history
  • Collaboration tools such as, sharing and permissions, threaded notes and discussions, watches and email notifications
  • Customizable user interface
  • Customizable Web forms for application/domain specific editing
  • Support for editing OBO ontologies
  • Multiple formats for upload and download of ontologies (supported formats: RDF/XML, Turtle, OWL/XML, OBO, and others)


Source code on GitHub   Latest release and release notes

Use WebProtégé now on our Stanford-hosted server! http://webprotege.stanford.edu


Documentation

User's Guide

A short user guide with screencasts and screenshots describing the main user interface elements in WebProtégé.

Administrator's Guide

A step-by-step guide for site administrators who want to download and install WebProtégé.

About WebProtégé

WebProtégé is being actively developed by the Protégé team at the Stanford Center for Biomedical Informatics Research. WebProtégé is free and open source under BSD 2-clause license.


References

  • A WebProtégé paper describing its architecture, features and use in real-world cases is published in the Semantic Web Journal, and is available here.
  • Several papers describing the use of WebProtégé in real use cases can be found here.


How to cite WebProtégé

Tudorache, Tania, Csongor Nyulas, Natalya F. Noy, and Mark A. Musen. "WebProtégé: A collaborative ontology editor and knowledge acquisition tool for the web." Semantic web 4, no. 1 (2013): 89-99.

Online version available here.


Contact Us

If you have questions or comments, please post them on the Protégé mailing lists.