Difference between revisions of "OWL Wiki Forms v0.2 installation"
Jump to navigation
Jump to search
(# Go to the page "Special:OWLwikiForms" on your wiki and try it out) |
(### performs RDFS and OWL reasoning →Install instructions) |
||
Line 7: | Line 7: | ||
## [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] | ||
− | ## access to a SPARQL endpoint server | + | ## access to a SPARQL endpoint server matching these requirements |
+ | ### supports SPARQL 1.1 that your OWF installation can CLEAR and LOAD to it | ||
+ | ### performs RDFS and OWL reasoning | ||
+ | ### OWF is developed and tested with [http://jena.apache.org/documentation/serving_data/index.html Jena/Fuseki], | ||
# Download and install the ''OWL Wiki Forms extension'' | # Download and install the ''OWL Wiki Forms extension'' | ||
# Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.2.zip into your wiki's extensions directory. | # Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.2.zip into your wiki's extensions directory. |
Revision as of 11:11, 18 March 2013
Install instructions
- Download and install the prerequisites:
- MediaWiki
- Semantic MediaWiki
- Semantic Forms
- ParserFunctions
- Character Escapes
- access to a SPARQL endpoint server matching these requirements
- supports SPARQL 1.1 that your OWF installation can CLEAR and LOAD to it
- performs RDFS and OWL reasoning
- OWF is developed and tested with Jena/Fuseki,
- Download and install the OWL Wiki Forms extension
- Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.2.zip into your wiki's extensions directory.
- Add to your wiki's LocalSettings.php file the following lines:
require_once("$IP/extensions/OWLwikiForms/OWLwikiForms.php" );
$wgRawHtml = true;
$owfgSparqlQueryEndpoint = 'http://localhost:3030/OWF/sparql';
$owfgSparqlUpdateEndpoint = 'http://localhost:3030/OWF/update';
- Replace the query and update endpoint URIs with those of the endpoint you installed for use by OWF
- Go to the page "Special:OWLwikiForms" on your wiki and try it out