Difference between revisions of "Fresnel Forms Protégé plugin"
(view vs tab →Installation Fresnel Forms for End Users) |
|||
Line 17: | Line 17: | ||
## [http://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] | ## [http://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] | ||
## [http://www.mediawiki.org/wiki/Extension:Character_Escapes Character Escapes] | ## [http://www.mediawiki.org/wiki/Extension:Character_Escapes Character Escapes] | ||
− | # Adjust your MediaWiki installation with the following steps | + | # Adjust your MediaWiki installation with the following steps: |
## Add to your wiki's LocalSettings.php file the following line:<br/><code>$wgAllowImageTag=true;</code><br/> | ## Add to your wiki's LocalSettings.php file the following line:<br/><code>$wgAllowImageTag=true;</code><br/> | ||
− | ## Copy the content of [[Default_CSS_Fresnel_Forms]] and paste into MediaWiki:Common.css | + | ## Copy the content of [[Default_CSS_Fresnel_Forms]] and paste into MediaWiki:Common.css |
# Download and install [http://protegewiki.stanford.edu/wiki/Protege_Desktop_Old_Versions Protégé] 5.0 beta 17 | # Download and install [http://protegewiki.stanford.edu/wiki/Protege_Desktop_Old_Versions Protégé] 5.0 beta 17 | ||
− | ## Copy and paste the Fresnel Forms .jar file in your Protégé /plugins directory | + | ## Copy and paste the Fresnel Forms .jar file in your Protégé /plugins directory |
## Start Protégé. | ## Start Protégé. | ||
− | ## If Protégé does not show the Fresnel Forms tab, select the | + | ## If Protégé does not show the Fresnel Forms tab, select the Fresnel Forms tab from the Protégé pull-down menu Window / Tabs |
## If you get the error "Couldn't load view plugin" then | ## If you get the error "Couldn't load view plugin" then | ||
− | ### Click the message away on the 'x' | + | ### Click the message away on the 'x'. You then have an empty Fresnel Forms tab, without any view. |
− | ### Select Protégé / Window / Views / Ontology Views / Fresnel Forms | + | ### Select the Fresnel Forms view from the Protégé pull-down menu / Window / Views / Ontology Views / Fresnel Forms |
+ | ### Place the Fresnel Forms view in the Fresnel Forms tab | ||
== Compatibility == | == Compatibility == |
Revision as of 15:07, 8 July 2016
Fresnel Forms (FForms) is a plugin for the Protégé ontology editor that helps create Fresnel-defined interfaces, and exports them as semantic wiki's. FForms generates default Fresnel interface code for the ontology currently loaded in Protégé. This plugin then provide a GUI for editing Fresnel-defined interfaces. Finally, Fresnel Forms exports Fresnel-defined interfaces as semantic wikis. These wikis provide both browsing of existing data and form-based annotation interfaces for adding new data.
Fresnel Forms can be downloaded and installed from https://github.com/ABI-Team-30/Fresnel-Forms.
We have applied FForms to the entire DBpedia ontology to generate Fresnel style and a corresponding wiki interface for it. The files involved are:
- http://downloads.dbpedia.org/2014/dbpedia_2014.owl.bz2 : The full DBpedia ontology loaded into Fresnel Forms.
- File:Dbp complete.n3.zip: The default Fresnel code that Fresnel Forms generates from this ontology.
- http://is.cs.ou.nl/OWF/files/FresnelForms/dbp_complete.xml.zip: The wiki interface that Fresnel Forms generates from this default Fresnel code.
Installation Fresnel Forms for End Users
- Download and install MediaWiki
- Download and install these MediaWiki extensions:
- Adjust your MediaWiki installation with the following steps:
- Add to your wiki's LocalSettings.php file the following line:
$wgAllowImageTag=true;
- Copy the content of Default_CSS_Fresnel_Forms and paste into MediaWiki:Common.css
- Add to your wiki's LocalSettings.php file the following line:
- Download and install Protégé 5.0 beta 17
- Copy and paste the Fresnel Forms .jar file in your Protégé /plugins directory
- Start Protégé.
- If Protégé does not show the Fresnel Forms tab, select the Fresnel Forms tab from the Protégé pull-down menu Window / Tabs
- If you get the error "Couldn't load view plugin" then
- Click the message away on the 'x'. You then have an empty Fresnel Forms tab, without any view.
- Select the Fresnel Forms view from the Protégé pull-down menu / Window / Views / Ontology Views / Fresnel Forms
- Place the Fresnel Forms view in the Fresnel Forms tab
Compatibility
Fresnel Forms has been tested with the following software versions:
Product | Version |
---|---|
Protégé Desktop (or Git master branch) | 5.0.0-beta-15 or 5.0.0-beta-16-SNAPSHOT from Git (tested up to commit dcddbf6e815aff1cffd56de414bdd0d7512fd901) |
MediaWiki | 1.19.14+dfsg-1 |
PHP | 5.5.9-1ubuntu4.6 (apache2handler) |
MySQL | 5.5.41-0ubuntu0.14.04.1 |
Semantic Forms | 2.8 |
Semantic MediaWiki | 2.0 |
Character Escapes | 0.9.1 |
Parser Functions | 1.4.1 |
These were the software versions which were up-to date for Ubuntu 14.04.2 LTS at 2015-02-22.
Tips & Tricks
- To generate the project documentation locally, you can execute ‘mvn site’. After that, the resulting documentation will be present in the target/site folder of the source folder. The entry point for the documentation is index.html.
- Read the document ‘Userinterface instructie.docx’ before loading really large ontology’s like dbpedia.
- Before loading Fresnel, make sure Protégé has loaded the ontology the Fresnel style sheet was based on.
- Show the superclass in the gui to prevent problems with inheriting attributes.
- Make sure the lens boxes do not visibly overlap each other in the GUI. If they do, you may not be able to get the property menu when right clicking a property.
- If you want to open an ontology a second time, open in a new window (might incur failure otherwise).
- If you open a large ontology expand the lenses one by one. Do not activate the the right menu item ‘Expand all’
- After selecting the ‘Expand all’ menu item select also the ‘rearrange’ menu item to be sure that the lenses do not overlap.
- In a form, for properties (not of type page) with multiple values, separate values by a comma. Separate URL's for an image property by a space, then a comma.