view var/dml/config-enabled/skos_browser.pl @ 12:4bf4943f93a4

Forgot to switch branches in ClioPatria repo - now added in ~/etc/setup_as_dml.sh
author samer
date Mon, 19 Jan 2015 14:23:19 +0000
parents b39b8b8f7e83
children dd7f423292ee
line wrap: on
line source
:- module(conf_skos_browser, []).

:- use_module(library(semweb/rdf_library)).
:- use_module(library(skos_schema)).
:- use_module(cliopatria(hooks)).

/** <module> SKOS vocabulary browser
*/

http:location(skosbrowser, cliopatria(skos/browse), []).
http:location(skosapi, cliopatria(skos/api), []).

:- use_module(api(skos_concepts)).
:- use_module(applications(skos_browser)).

% I rather have the application do stuff like this:
% :- rdf_attach_library(vocs). 

% SA - Added menu item for browser
cliopatria:menu_item(900=places/http_skos_browser, 'SKOS Concept browser').