Overview
Repository contains demo application serving RDF data of sample of PlWN resource. Uses AtomGraph Processor to expose HTTP API.
Endpoints
-
/
(GET): description of API and endpoints -
/synsets
(GET): provides description of one or all synsets. Parametersynset
accepts URI of synset.
Usage
- Launch as docker services:
docker-compose up -d
- API will be available under
http://localhost
Examples
- Root description of API:
wget -q -O - http://localhost
- Description of all synsets:
wget -q -O - http://localhost/synsets
- Description of
http://plwordnet.pwr.wroc.pl/wordnet/synset/100004
synset:wget -q -O - http://localhost/synsets?synset=http://plwordnet.pwr.wroc.pl/wordnet/synset/100004