All Projects → OnroerendErfgoed → skosprovider

OnroerendErfgoed / skosprovider

Licence: MIT License
A python abstraction for SKOS vocabularies

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to skosprovider

skos-play
SKOS-Play allows to print SKOS files in HTML or PDF. It also embeds xls2rdf to generate RDF from Excel.
Stars: ✭ 58 (+314.29%)
Mutual labels:  thesaurus, skos
solr-ontology-tagger
Automatic tagging and analysis of documents in an Apache Solr index for faceted search by RDF(S) Ontologies & SKOS thesauri
Stars: ✭ 36 (+157.14%)
Mutual labels:  thesaurus, skos
linguistic-datasets-portuguese
Linguistic Datasets for Portuguese: Lista de conjuntos de dados linguísticos para língua portuguesa com licença flexíveis: banco de dados, lista de palavras, sinônimos, antônimos, dicionário temático, tesauro, linked data, semântica, ontologia e representação de conhecimento
Stars: ✭ 46 (+228.57%)
Mutual labels:  thesaurus
alfred-powerthesaurus
Search Powerthesaurus synonyms and antonyms from Alfred
Stars: ✭ 81 (+478.57%)
Mutual labels:  thesaurus
high-frequency-vocabulary
30,000 most common English words with Chinese dictionary explanations in order of frequency.
Stars: ✭ 98 (+600%)
Mutual labels:  vocabulary
BinPackage
The vocabulary of modern Icelandic, encapsulated in a Python package
Stars: ✭ 19 (+35.71%)
Mutual labels:  vocabulary
vocabulary-titan
Chatbot for searching vocabulary on mainstream dictionaries
Stars: ✭ 70 (+400%)
Mutual labels:  vocabulary
poet-assistant
Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Stars: ✭ 64 (+357.14%)
Mutual labels:  thesaurus
xapi-profiles
A set of documents addressing the structure of and supporting services for xAPI Profiles.
Stars: ✭ 47 (+235.71%)
Mutual labels:  skos
mobi
Mobi is a decentralized, federated, and distributed graph data platform for teams and communities to publish and discover data, data models, and analytics that are instantly consumable.
Stars: ✭ 41 (+192.86%)
Mutual labels:  vocabulary
waylan android
A dictionary concept for Android ~ Making words and their meanings available through a natural and beautiful experience
Stars: ✭ 13 (-7.14%)
Mutual labels:  thesaurus
specification
RDF vocabulary and specification
Stars: ✭ 21 (+50%)
Mutual labels:  vocabulary
langua
A suite of language tools
Stars: ✭ 29 (+107.14%)
Mutual labels:  vocabulary
mw-thesaurus.el
Merriam-Webster Thesaurus in Emacs
Stars: ✭ 84 (+500%)
Mutual labels:  thesaurus
zkanji
Japanese language study suite and dictionary
Stars: ✭ 55 (+292.86%)
Mutual labels:  vocabulary
new-word-tab
A browser extension to learn a new word per new tab
Stars: ✭ 30 (+114.29%)
Mutual labels:  vocabulary
ieml-language
The IEML language database. A git database containing the translations for IEML expressions: USL (Uniform Semantic Locator)
Stars: ✭ 17 (+21.43%)
Mutual labels:  vocabulary
vocage
A minimalistic spaced-repetion vocabulary trainer (flashcards) for the terminal
Stars: ✭ 68 (+385.71%)
Mutual labels:  vocabulary
PHES-ODM
Metadata and code to support covid-19 wastewater surveillance and open science.
Stars: ✭ 34 (+142.86%)
Mutual labels:  vocabulary
jiten
jiten - japanese android/cli/web dictionary based on jmdict/kanjidic — 日本語 辞典 和英辞典 漢英字典 和独辞典 和蘭辞典
Stars: ✭ 64 (+357.14%)
Mutual labels:  vocabulary

skosprovider: vocabulary abstraction

This library helps abstract vocabularies (thesauri, controlled lists, authority files). It depends heavily on the SKOS specification, but adds elements of other specifications such as the ISO 25964 SKOS extension where deemed useful.

https://app.travis-ci.com/koenedaele/skosprovider.svg?branch=master https://coveralls.io/repos/koenedaele/skosprovider/badge.svg?branch=master https://scrutinizer-ci.com/g/koenedaele/skosprovider/badges/quality-score.png?b=master https://readthedocs.org/projects/skosprovider/badge/?version=latest https://badge.fury.io/py/skosprovider.png

Building the docs

More information about this library can be found in docs. The docs can be built using Sphinx.

Please make sure you have installed Sphinx in the same environment where skosprovider is present.

# activate your virtual env
$ pip install -r requirements.txt
$ python setup.py develop
$ cd docs
$ make html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].