INSERT INTO metadata
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
INSERT INTO metadata has 15 facts recorded in Dontopedia across 3 references, with 3 live disagreements.
Mostly:rdf:type(3), columns(3), uses parameter(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
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.
partOfPart of(1)
- Value Clause
ex:value-clause
performsOperationPerforms Operation(1)
- Test Function
ex:test-function
usedByUsed by(1)
- Cursor Object
ex:cursor-object
Other facts (14)
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 | Sql Statement | [1] |
| Rdf:type | Sql Statement | [2] |
| Rdf:type | Database Operation | [3] |
| Columns | File Name | [2] |
| Columns | Author | [2] |
| Columns | Creation Date | [2] |
| Uses Parameter | file_path | [3] |
| Uses Parameter | file_size | [3] |
| Uses Parameter | created_at | [3] |
| Targets Table | Metadata Table | [1] |
| Has Parameter Placeholder | Placeholder Parameter | [1] |
| Executed by | Cursor Object | [1] |
| Table Name | Metadata | [2] |
| Inserts Into | metadata table | [3] |
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 (3)
ctx:claims/beam/3052a23d-22b1-40de-b501-820954fd4ef7ctx:claims/beam/52cb28b1-9ead-4def-bbad-da4d13c3cb93- full textbeam-chunktext/plain1 KB
doc:beam/52cb28b1-9ead-4def-bbad-da4d13c3cb93Show excerpt
def process_file(file_path): metadata = extract_metadata(file_path) if metadata: file_name = os.path.basename(file_path) author = metadata.get('Author', '') creation_date = metadata.get('Creation-Date', '') …
ctx:claims/beam/de39e626-2ac4-4e3b-a4a7-9cf4a1a91f73- full textbeam-chunktext/plain1 KB
doc:beam/de39e626-2ac4-4e3b-a4a7-9cf4a1a91f73Show excerpt
''', [(entry[0], entry[1], entry[2]) for entry in metadata_entries]) conn.commit() logger.info("Metadata extraction and storage completed.") # Specify the directory path directory_path = '/path/to/documents' # Extract…
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.