OWL Wiki Forms v0.2 installation
Jump to navigation
Jump to search
Install instructions
- Download and install the prerequisites:
- MediaWiki
- Semantic MediaWiki
- Semantic Forms
- ParserFunctions
- Character Escapes
- access to a SPARQL endpoint server supporting SPARQL 1.1, such as Jena/Fuseki, that your OWF installation and clear and change
- 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