OWLS-SLR was tested on collections that we generated from the OWLS-TC v2.2 collection of OWL-S advertisements and queries (see here for more details).
- Install and start a Web server, for example the Apache Tomcat. The Web server should be condigured to be accessible as http://127.0.0.1/ (and not as http://127.0.0.1:8080)
- Download a dataset from here and extract it. Copy the services, queries and ontology folders of the dataset in the root folder of the Web server. The contents of the folders should be accessible as:
- http://127.0.0.1/ontology/foo.owl
- http://127.0.0.1/services/1.1/foo.owls and
- http://127.0.0.1/queries/1.1/foo.owls
(Note: There is no need to copy the relevance_sets folder of the dataset in the root folder).
|