term
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
term has 21 facts recorded in Dontopedia across 4 references, with 3 live disagreements.
Mostly:rdf:type(3), has type(2), uses analyzer(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (19)
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(3)
- Index Mappings
ex:index-mappings - Mappings Body
ex:mappings-body - Properties
ex:properties
hasPropertyHas Property(3)
- Query Parameter
ex:query-parameter - Synonyms Index
ex:synonyms-index - Synonyms Index
ex:synonyms-index
usedByUsed by(3)
- Analyzer Name
ex:analyzer-name - Data Type
ex:data-type - Property Name
ex:property-name
containsPropertyContains Property(2)
- Mappings Body
ex:mappings-body - Synonyms Index
ex:synonyms-index
appliedToApplied to(1)
- Synonym Analyzer
ex:synonym_analyzer
definesDefines(1)
- Mappings
ex:mappings
hasPropertiesHas Properties(1)
- Index Mappings
ex:index-mappings
inverseOfInverse of(1)
- Property Matched
ex:propertyMatched
isUsedByIs Used by(1)
- Synonym Analyzer
ex:synonym-analyzer
isUsedInIs Used in(1)
- Text Type and Analyzer
ex:text-type-and-analyzer
matchesMatches(1)
- Match Query
ex:match-query
targetsTargets(1)
- Match Clause
ex:match-clause
Other facts (20)
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.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Property Definition | [1] |
| Rdf:type | Property | [2] |
| Rdf:type | Index Property | [4] |
| Has Type | text | [3] |
| Has Type | Text Type | [4] |
| Uses Analyzer | Synonym Analyzer | [3] |
| Uses Analyzer | Synonym Analyzer | [4] |
| Is Assigned | Synonyms First Element | [1] |
| Used in | Match Query | [1] |
| Type | text | [2] |
| Analyzer | synonym_analyzer | [2] |
| Nested in | Properties | [2] |
| Part of | Synonyms Index | [3] |
| Has Two Attributes | true | [3] |
| Combines | Text Type and Analyzer | [3] |
| Is Part of | Mappings Body | [3] |
| Specifies | Text Analysis | [3] |
| Has Configuration | Text Analyzer Combination | [3] |
| Enables | Synonym Analysis | [3] |
| Inverse Applied by | Synonym Analyzer | [4] |
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.
References (4)
ctx:claims/beam/3b6c342c-d063-4158-bc0a-b84634edf7e8- full textbeam-chunktext/plain1 KB
doc:beam/3b6c342c-d063-4158-bc0a-b84634edf7e8Show excerpt
# Rewrite the query using the first synonym query['term'] = synonyms[0] return query # Example usage: query = {'term': 'hello'} rewritten_query = rewrite_query(query) print(rewritten_query) # Output: {'term': 'hi'} # …
ctx:claims/beam/009c923b-307a-4fea-925e-20fa07694470- full textbeam-chunktext/plain1 KB
doc:beam/009c923b-307a-4fea-925e-20fa07694470Show excerpt
- The `add_synonym` method adds a synonym to the dictionary, associating it with a specific term and context. 3. **Retrieving Synonyms**: - The `get_synonyms` method retrieves the synonyms for a given term and context. 4. **Rewritin…
ctx:claims/beam/47015f45-67b2-4323-9e0f-8048812ddd15- full textbeam-chunktext/plain1 KB
doc:beam/47015f45-67b2-4323-9e0f-8048812ddd15Show excerpt
rewritten_query = rewrite_query(query, context) print(rewritten_query) # Output: {'term': 'hi'} ``` ### Conclusion By using `defaultdict` to handle multiple synonyms, ensuring thread safety with a lock, and leveraging efficient dictionar…
ctx:claims/beam/35f6cc41-2be5-463a-be9c-95e4900404b7- full textbeam-chunktext/plain1 KB
doc:beam/35f6cc41-2be5-463a-be9c-95e4900404b7Show excerpt
First, ensure that your Elasticsearch index is correctly configured with the synonym analyzer and filter. Your current configuration looks mostly correct, but there are a few improvements and checks we can make. ### 2. Use `synonyms_path` …
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.