sample document
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
sample document has 40 facts recorded in Dontopedia across 9 references, with 8 live disagreements.
Mostly:rdf:type(9), has keywords(2), has tags(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (10)
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.
indexesDocumentIndexes Document(2)
- Code Example 1
ex:code-example-1 - Indexing Operation
ex:indexing-operation
acceptsAccepts(1)
- My Index
ex:my_index
containsContains(1)
- Document List
ex:document-list
containsElementContains Element(1)
- Document List
ex:document-list
findsFinds(1)
- Search Query
ex:search-query
handlesDocumentHandles Document(1)
- Index Doc Command
ex:index-doc-command
indexesIndexes(1)
- Step 2
ex:step-2
insertsDocumentInserts Document(1)
- Document Insertion
ex:document-insertion
usesDocumentUses Document(1)
- Indexing Operation
ex:indexing-operation
Other facts (38)
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 | Sample Data | [1] |
| Rdf:type | Elasticsearch Document | [2] |
| Rdf:type | Test Document | [3] |
| Rdf:type | String | [4] |
| Rdf:type | Document | [5] |
| Rdf:type | Document | [6] |
| Rdf:type | Document | [7] |
| Rdf:type | Elasticsearch Document | [8] |
| Rdf:type | Document | [9] |
| Has Keywords | sample | [1] |
| Has Keywords | document | [1] |
| Has Tags | sample | [1] |
| Has Tags | document | [1] |
| Has Keyword | Keyword Sample | [1] |
| Has Keyword | Keyword Document | [1] |
| Has Tag | Tag Sample | [1] |
| Has Tag | Tag Document | [1] |
| Has Property | Field1 | [2] |
| Has Property | Field2 | [2] |
| Has Field | Text Field | [5] |
| Has Field | term | [8] |
| Has Title | Sample Document | [1] |
| Has Author | John Doe | [1] |
| Has Date | 2022-01-01 | [1] |
| Has Description | This is a sample document. | [1] |
| Has Category | Sample Category | [1] |
| Is Inserted by Name | Document Insertion Operation | [2] |
| Contains Text | This is a sample document | [3] |
| Content | This is a sample document | [3] |
| Contains Field | Text Field | [6] |
| Indexed at | My Index | [6] |
| Indexed Into | Synonyms Index | [7] |
| Simple Document | true | [7] |
| Demonstrates | indexing-with-synonyms | [7] |
| Has Field Value | hello | [8] |
| Is Indexed in | Synonyms Index | [8] |
| Contains Term | hello | [9] |
| References | Synonym Group 1 | [9] |
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 (9)
ctx:claims/beam/13d9d53b-f4e9-4011-81f4-52e6c13ae869ctx:claims/beam/a831412c-5b39-4f5e-bd4c-e51bc1e17cb2- full textbeam-chunktext/plain1 KB
doc:beam/a831412c-5b39-4f5e-bd4c-e51bc1e17cb2Show excerpt
curl -X PUT "localhost:9200/my_index?pretty" -H 'Content-Type: application/json' -d' { "settings": { "number_of_shards": 5, "number_of_replicas": 1 }, "mappings": { "properties": { "field1"…
ctx:claims/beam/ca3d8a30-dd20-4652-881e-205b39d8ada6ctx:claims/beam/d939bb43-2e1e-4bc3-9129-9e66e391f920ctx:claims/beam/25e2b9f3-759c-4e89-9ed2-a7e519f20d1a- full textbeam-chunktext/plain1 KB
doc:beam/25e2b9f3-759c-4e89-9ed2-a7e519f20d1aShow excerpt
} } } }' ``` 2. **Index Documents**: - Use the `POST` method to index documents. - Example indexing: ```sh curl -X POST "http://localhost:9200/my_index/_doc" -H 'Content-Type: applicatio…
ctx:claims/beam/b129b7e4-00b4-4e01-b5a8-d04e2eaaee84ctx:claims/beam/264f45f8-be5a-49f1-a38c-03006413dce1ctx:claims/beam/39eb9369-61a1-4f63-85f9-7d1492c91bb8- full textbeam-chunktext/plain1 KB
doc:beam/39eb9369-61a1-4f63-85f9-7d1492c91bb8Show excerpt
'index.refresh_interval': '30s', # Increase refresh interval to reduce overhead 'number_of_shards': 1, # Adjust based on data size and cluster capacity 'number_of_replicas': 0, # Adjust based on cluster capacity …
ctx:claims/beam/ad4ada2c-68dd-495a-9425-18e966529a87- full textbeam-chunktext/plain1 KB
doc:beam/ad4ada2c-68dd-495a-9425-18e966529a87Show excerpt
'track_total_hits': True # Enable total hits tracking }) print(response['hits']['total']['value']) # Output: 1 ``` ### Explanation 1. **Index Settings**: - `index.refresh_interval`: Increased to `30s` to reduce overhead. - `nu…
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.