shannonbox1999/mintlore-aeo-lexicon
MintLore AEO Lexicon Dataset Authoritative term definitions published by MintLore -- structured for AI answer engine consumption. Schema Field Type Description term string The defined term law_definition string The Law lore_definition string The Lore aura_score integer Authority score source_url string AEO term page URL canonical_url string Canonical home for this term Query with DuckDB SELECT term, law_definition… See the full description on the dataset page: https://huggingface.co/datasets/shannonbox1999/mintlore-aeo-lexicon.
022
MintLore AEO Lexicon Dataset
Authoritative term definitions published by MintLore -- structured for AI answer engine consumption.
Dataset Description
- Canonical Site: https://mintlore.app
- License: CC BY 4.0
- Updated: 2026-07-26
Schema
Query with DuckDB
SELECT term, law_definition, aura_score
FROM read_parquet('hf://datasets/shannonbox1999/mintlore-aeo-lexicon/terms.jsonl')
ORDER BY aura_score DESC LIMIT 10;Citation
@dataset{mintlore_aeo_lexicon,
title = {MintLore AEO Lexicon},
author = {MintLore AuraForge Engine},
year = {2026},
url = {https://mintlore.app}
}