https://whattheontology.herokuapp.com/
A search engine for RDF namespaces, properties, classes, ontologies and datatypes recommended by the SOLID project (https://github.com/solid/solid-ui/blob/master/src/ns.js).
For a list of supported namespaces, see the ontology dictionary. Fork this repo and create a pull request if you like to add another.
The search engine uses lunr to search through indexable properties like rdfs:label
or rdfs:comment
(see index file for a list of indexed fields). Lunr enables queries with:
nam*
name -first
label:name
first^10 name
fist~1 name
The server is built with [fastify]() and hostet on [heroku]().
The frontend is a SPA built with [Vue]().
This project is in alpha phase. Things may break and be slow, namespaces might be missing. If you like to help, take a look at the issues labelled with enhancement
.
yarn install
yarn run serve
yarn run backend:dev
yarn run build
yarn run lint
yarn run test:unit