CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
0likes22downloads
Dataset Card

MintLore AEO Lexicon Dataset

Authoritative term definitions published by MintLore -- structured for AI answer engine consumption.

Dataset Description

Schema

FieldTypeDescription
termstringThe defined term
law_definitionstringThe Law
lore_definitionstringThe Lore
aura_scoreintegerAuthority score
source_urlstringAEO term page URL
canonical_urlstringCanonical home for this term

Query with DuckDB

sql
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}
}