Webulous is a server for creating OWL ontologies from spreadsheets. Webulous provides a repository of ontology templates (or design patterns) that can be populated with data from spreadsheets. Webulous includes an OPPL (Ontology Pre-Processing Language) server for transforming data collected from templates into an OWL ontology. Webulous also has an accompanying Google Spreadsheet App (available from Google app store soon), that connects Google Spreadsheets to a Webulous template server.
Webulous can be built with Maven and includes an executable jar with an embedded tomcat, or you can deploy the provided WAR file in your servlet container. Webulous requires access to a MongoDB database.
mvn package
This will build a WAR file in webulous-mvc/target/webulous-boot.war that can be deployed in your favourite container or executed directly with an embedded tomcat using
java -jar webulous-mvc/target/webulous-boot.war
docker run -d -p 8080:8080 simonjupp/webpopulous
Assuming you are running on localhost the webulous server will be running at http://localhost:8080/webulous
Content type
Image
Digest
sha256:d474a13e5…
Size
723.3 MB
Last updated
almost 11 years ago
docker pull simonjupp/webpopulous