Difference between revisions of "WebProtege"

From Protege Wiki
Jump to: navigation, search
(Administrator's Guide)
 
(125 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{PluginWikiHeader|ID=WebProtege}}
+
<span style="font-weight:bold; font-size:22px;">WebProtégé</span> <br /><br />
  
[[ID::WebProtege]] is a lightweight, Web-based version of the [http://protege.stanford.edu/overview/ Protege desktop application].  WebProtege is currently under development at the [[Affiliated with::Stanford Center for Biomedical Informatics Research]].  Please note that we are in the prototyping phase.  You can try out WebProtege from the following server:
+
[[File:WP-classes.png|thumb|400px|right|text-bottom|The new WebProtégé with simplified editing and improved collaboration support]]
  
http://bmir-protege-dev1.stanford.edu/webprotege/WebProtege.html
+
'''WebProtégé is a free, open source collaborative ontology development environment for the Web. '''
  
If you have questions or comments, please post them on the [http://mailman.stanford.edu/mailman/listinfo/protege-discussion protege-discussion mailing list].
 
  
If you are developer, you may be interested in looking at a [[WebProtegeDeveloperHowTo|separate page]] with instructions for compiling and running WebProtege from the Eclipse development environment.
+
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.
  
 +
'''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)
  
__TOC__
 
  
 +
<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>
 +
 +
</div>
 +
 +
<br />
 +
__NOTOC__
 
== Documentation ==
 
== Documentation ==
  
No documentation is available yet.
+
=== [[WebProtegeUsersGuide|User's Guide]] ===
 +
A short [[WebProtegeUsersGuide|user guide]] with screencasts and screenshots describing the main user interface elements in WebProtégé.
 +
 
 +
=== 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é.
 +
 
 +
== 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.
  
== Screenshots ==
 
  
'''The login screen:'''
+
== References ==
  
[[Image:Webprotege-login-screen.jpg]]
+
* 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].
  
 +
* 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].
  
'''Viewing the list of available ontologies on the server:'''
 
  
[[Image:Webprotege-ontologies-portlet.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.
  
'''Viewing the class tree for the "Collaborative Pizza" ontology:'''
+
Online version available [http://www.semantic-web-journal.net/content/webprot%C3%A9g%C3%A9-distributed-ontology-editor-and-knowledge-acquisition-tool-web here].
  
[[Image:Webprotege-classes-tab.jpg]]
 
  
 +
== Contact Us ==
 +
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 user 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.