Did you know ... Search Documentation:
Pack ontoweb -- prolog/ontoweb.pl
PublicShow source

Usage:

Load any RDF or Turtle ontology and use the ontoweb/1 or restart_ontoweb/1 predicates. For example:

?- use_module(library(ontodot)).
?- load_ttl('my_ontology.ttl').
?- ontoweb(8081).

Then visit localhost:8081 to see the Web page.

author
- Christian Giménez
See also
- https://www.swi-prolog.org/howto/http/HTTPFile.html
- http://www.pathwayslms.com/swipltuts/html/index.html
license
- GPLv3

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 ontoweb(Arg1)
 restart_ontoweb(Arg1)