Dontopedia

sad

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)

sad has 21 facts recorded in Dontopedia across 9 references, with 4 live disagreements.

21 facts·7 predicates·9 sources·4 in dispute

Mostly:rdf:type(9), has synonym(4), semantic category(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (21)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

containsContains(6)

isSynonymOfIs Synonym of(2)

synonymOfSynonym of(2)

appearedAppeared(1)

characterizedExperienceAsCharacterized Experience As(1)

containsElementContains Element(1)

containsEmotionTermContains Emotion Term(1)

containsExactContains Exact(1)

describedAsByDescribed As by(1)

describesExperienceAsDescribes Experience As(1)

elementElement(1)

expressedEmotionExpressed Emotion(1)

hasEmotionSystemHas Emotion System(1)

processesTermsProcesses Terms(1)

Other facts (19)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

19 facts
PredicateValueRef
Rdf:typeString[1]
Rdf:typeWord[2]
Rdf:typeEmotion[3]
Rdf:typeWord[4]
Rdf:typeString[5]
Rdf:typeTerm[6]
Rdf:typeString Literal[7]
Rdf:typeTest Term[8]
Rdf:typeEmotion[9]
Has SynonymUnhappy[1]
Has SynonymDepressed[1]
Has SynonymUnhappy[2]
Has SynonymDepressed[2]
Semantic CategoryEmotion[6]
Semantic CategoryNegative Emotion[7]
Synonym Count2[2]
Is Member ofWords Variable[5]
Member ofTerms[7]
Semantic FieldEmotion[7]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

hasSynonymbeam/028a6fc6-cd01-4cd2-b721-375cd468d51f
ex:unhappy
hasSynonymbeam/028a6fc6-cd01-4cd2-b721-375cd468d51f
ex:depressed
typebeam/028a6fc6-cd01-4cd2-b721-375cd468d51f
ex:string
typebeam/29aeb2c2-4d07-4e88-8e96-e87a1c5906a9
ex:Word
labelbeam/29aeb2c2-4d07-4e88-8e96-e87a1c5906a9
sad
hasSynonymbeam/29aeb2c2-4d07-4e88-8e96-e87a1c5906a9
ex:unhappy
hasSynonymbeam/29aeb2c2-4d07-4e88-8e96-e87a1c5906a9
ex:depressed
synonymCountbeam/29aeb2c2-4d07-4e88-8e96-e87a1c5906a9
2
typebeam/26375e84-be0b-411d-8740-b19721f3bf80
ex:Emotion
typebeam/fdf83faa-03c9-4e80-9792-6fa66000e80d
ex:Word
typebeam/534be9d2-c97a-4867-8efb-8f090879be4b
ex:String
labelbeam/534be9d2-c97a-4867-8efb-8f090879be4b
sad
isMemberOfbeam/534be9d2-c97a-4867-8efb-8f090879be4b
ex:words-variable
typebeam/add559bf-3ce5-4390-a544-0660ac8acf99
ex:Term
semanticCategorybeam/add559bf-3ce5-4390-a544-0660ac8acf99
ex:emotion
typebeam/f0cc860e-7f75-4530-abef-84dc82b5e5ad
ex:StringLiteral
memberOfbeam/f0cc860e-7f75-4530-abef-84dc82b5e5ad
ex:terms
semanticCategorybeam/f0cc860e-7f75-4530-abef-84dc82b5e5ad
ex:negative_emotion
semanticFieldbeam/f0cc860e-7f75-4530-abef-84dc82b5e5ad
ex:emotion
typebeam/5e1fccc0-109f-4d58-b6c4-6482a168aad7
ex:TestTerm
typelocomo/f8b47f6b-06dd-4560-9e58-d13ecae1fabc
ex:Emotion

References (9)

9 references
  1. ctx:claims/beam/028a6fc6-cd01-4cd2-b721-375cd468d51f
    • full textbeam-chunk
      text/plain1 KBdoc:beam/028a6fc6-cd01-4cd2-b721-375cd468d51f
      Show excerpt
      thesaurus.add_synonym("sad", "unhappy") thesaurus.add_synonym("sad", "depressed") # Test the lookup start_time = time.time() synonyms = thesaurus.get_synonyms("happy") end_time = time.time() print(f"Lookup took {end_time - start_time} seco
  2. ctx:claims/beam/29aeb2c2-4d07-4e88-8e96-e87a1c5906a9
    • full textbeam-chunk
      text/plain1 KBdoc:beam/29aeb2c2-4d07-4e88-8e96-e87a1c5906a9
      Show excerpt
      By following these steps, you can optimize your `/api/v1/synonym-expand` endpoint for better performance using caching and rate limiting. If you have any specific issues or need further customization, feel free to ask! [Turn 10144] User: I
  3. ctx:claims/beam/26375e84-be0b-411d-8740-b19721f3bf80
    • full textbeam-chunk
      text/plain1 KBdoc:beam/26375e84-be0b-411d-8740-b19721f3bf80
      Show excerpt
      4. **Visualizations**: Use visualizations to help identify patterns and outliers in the data. ### Detailed Logging Enhance your logging to capture more details about each lookup: ```python import logging import time logging.basicConfig(
  4. ctx:claims/beam/fdf83faa-03c9-4e80-9792-6fa66000e80d
    • full textbeam-chunk
      text/plain1 KBdoc:beam/fdf83faa-03c9-4e80-9792-6fa66000e80d
      Show excerpt
      logging.basicConfig(level=logging.INFO) def thesaurus_lookup(word): start_time = time.time() # Simulate the lookup time.sleep(0.1) end_time = time.time() logging.info(f"Lookup took {end_time - start_time} seconds")
  5. ctx:claims/beam/534be9d2-c97a-4867-8efb-8f090879be4b
    • full textbeam-chunk
      text/plain1 KBdoc:beam/534be9d2-c97a-4867-8efb-8f090879be4b
      Show excerpt
      logging.info(f"Thesaurus lookup for '{word}' took {end_time - start_time:.6f} seconds") return ["synonym1", "synonym2"] # Test the lookup words = ["happy", "sad", "angry"] * 100 # Simulate a larger dataset for word in words:
  6. ctx:claims/beam/add559bf-3ce5-4390-a544-0660ac8acf99
    • full textbeam-chunk
      text/plain1 KBdoc:beam/add559bf-3ce5-4390-a544-0660ac8acf99
      Show excerpt
      closest_synonyms.extend([synonyms[i] for i in np.argsort(similarities)[-2:]]) # Take top 2 closest synonyms return closest_synonyms # Test the synonym expansion terms = ["happy", "sad", "angry"] for term in terms: synonym
  7. ctx:claims/beam/f0cc860e-7f75-4530-abef-84dc82b5e5ad
    • full textbeam-chunk
      text/plain1 KBdoc:beam/f0cc860e-7f75-4530-abef-84dc82b5e5ad
      Show excerpt
      term_embedding = get_contextual_embeddings(term) closest_synonyms = [] for word, synonyms in thesaurus.items(): word_embedding = get_contextual_embeddings(word) similarities = [np.dot(term_embedding, get_context
  8. ctx:claims/beam/5e1fccc0-109f-4d58-b6c4-6482a168aad7
    • full textbeam-chunk
      text/plain1 KBdoc:beam/5e1fccc0-109f-4d58-b6c4-6482a168aad7
      Show excerpt
      for word, synonyms in thesaurus.items(): word_embedding = get_contextual_embeddings(word) similarities = [np.dot(term_embedding, get_contextual_embeddings(syn)) for syn in synonyms] closest_synonyms.extend([synon
  9. ctx:claims/locomo/f8b47f6b-06dd-4560-9e58-d13ecae1fabc
    • full textbeam-chunk
      text/plain3 KBdoc:beam/f8b47f6b-06dd-4560-9e58-d13ecae1fabc
      Show excerpt
      [Session date: 1:17 pm on 28 January, 2023] John: Hey Maria, since we last spoke I went to that community mtg. It was really interesting hearing everyone's worries and how it affects our area. It made me realize how crucial the upgrades are

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.