io.github.kuhumcst/dannet
io.github.kuhumcst/dannetDanNet - Danish WordNet with rich lexical relationships and SPARQL access.
Tools · 6
The synsets (senses) of the Danish `word`, as JSON-LD entries with @id (e.g. "dn:synset-3047" for get_entity_info), skos:definition, dns:ontologicalType and wn:lexfile. A word with a single synset giv…
Full JSON-LD of a DanNet resource: a synset ("synset-3047"), word ("word-11021628") or sense ("sense-21033604"), given bare or prefixed ("dn:synset-3047"), or an external resource by prefix ("ili:i764…
Every sense of the Danish `word` in one call: a list with synset_id, label, definition, lexfile, ontological_types, synonyms (words sharing the synset) and hypernym ({synset_id, label} or null) per sy…
Danish words starting with `prefix` (at least 3 characters), at most `max_results`, as {"autocompletions": [...]} where lemmas are plain strings and inflected forms of a matching lemma are [lemma, for…
The full definitions of `synset_id` from DDO (ordnet.dk), where DanNet's own skos:definition may be truncated. Follows the dns:source of each sense. Returns the DanNet definition, the DDO definitions …
Run a SPARQL SELECT `query` against DanNet and return standard SPARQL JSON results ({"head": ..., "results": {"bindings": [...]}}). The common prefixes (dn, dns, dnc, dnf, wn, ontolex, lexinfo, skos, …
Resources · 3
The DanNet schema (dns:): DanNet's own relations and properties.
dannet://dannet-schema
The ontological types (dnc:) used in dns:ontologicalType.
dannet://ontological-types
The Global WordNet schema (wn:): the standard synset relations.
dannet://wordnet-schema
Prompts · 8
A full linguistic analysis of a Danish `word`.
A semantic comparison of two Danish words.
The semantic field around a Danish `concept`, `depth` hyponym levels deep.
The taxonomic relationship between two Danish words.
The part-whole relations of a Danish `entity`: "parts", "wholes" or "both".
Cross-linguistic equivalents of a Danish `word`.
The thematic roles and event structure of a Danish `verb`.
The distinct senses of a polysemous Danish `word`.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.kuhumcst/dannet": {
"url": "https://wordnet.dk/mcp",
"transport": "streamable-http"
}
}
}