مۆدیوول:category tree/topic cat/data/Thesaurus

لە ویکیفەرھەنگ

"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:category tree/topic cat/data/Thesaurus/docدا دروست بکرێ"

local labels = {}

-- THESE CATEGORIES ARE ONLY INTENDED FOR USE IN THE THESAURUS!

labels["thesaurus-only categories"] = {
	type = "grouping",
	description = "{{error|do not use this category}}",
	parents = {"all topics"},
}

-- closest existing label: ????
labels["aggression"] = {
	type = "related-to",
	description = "default",
	parents = {"human behaviour", "anger"},
	thesaurusonly = true,
}

labels["concepts"] = {
	type = "grouping",
	description = "{{{langname}}} terms grouped into conceptual categories",
	parents = {"thesaurus-only categories"},
	thesaurusonly = true,
}

-- closest existing label: None (handled by POS categories like "LANG offensive terms")
labels["abusive language"] = {
	type = "related-to",
	description = "default",
	parents = {"communication"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["change"] = {
	type = "related-to",
	description = "=[[change]] and [[stasis]]",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["connection"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: "metaphysics" or "ontology" - but this is broader in scope
labels["existence"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["harmony and opposition"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: ????
labels["intellectual faculties"] = {
	type = "related-to",
	description = "default",
	parents = {"human"},
	thesaurusonly = true,
}

-- closest existing label: None (handled by the POS category "LANG interjections")
labels["interjections"] = {
	type = "related-to",
	description = "default",
	parents = {"communication"},
	thesaurusonly = true,
}

-- closest existing label: "drugs" - but this is broader in scope
labels["intoxication and intoxicants"] = {
	type = "related-to",
	description = "=[[intoxication]] and [[intoxicants]]",
	parents = {"thesaurus-only categories"},
	thesaurusonly = true,
}

-- closest existing label: "love" - but the thesaurus cat incorporates friendship etc
labels["love and affection"] = {
	type = "related-to",
	description = "default",
	parents = {"emotions"},
	thesaurusonly = true,
}

-- closest existing label: ????
labels["morality"] = {
	type = "related-to",
	description = "default",
	parents = {"personal qualities", "concepts"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["order"] = {
	type = "related-to",
	description = "{{{langname}}} terms describing the order and disorder in which things occur or are found; terms to do with the sequential and chaotic nature of things",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: "personality" - but we use that cat for personality traits, while "personal qualities" is for transient states one can be in (e.g. lucky, drunk)
labels["personal qualities"] = {
	type = "related-to",
	description = "{{{langname}}} terms describing transient states a person can be in (e.g. lucky, drunk)",
	parents = {"thesaurus-only categories"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["possession"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["power"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: "quantity" - but we don't want this category to be under Mathematics, these are not mathematical concepts
labels["quantities"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["relative qualities"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["status"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

-- closest existing label: "transport" - but this is much broader, containing verbs of motion and the like
labels["travel and movement"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts", "human behaviour"},
	thesaurusonly = true,
}

-- closest existing label: ?????
labels["volition"] = {
	type = "related-to",
	description = "default",
	parents = {"concepts"},
	thesaurusonly = true,
}

return labels