Nested Field
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Nested Field has 1 fact recorded in Dontopedia across 1 reference.
1 facts·1 predicates·1 sources
Maturity scale
raw canonical shape-checked rule-derived certifiedRdfs:labelrdfs:label
- Nested Field[1]all time · B42d1433 9496 4478 8b4c 326ab7f68a74
Inbound mentions (2)
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.
rdf:typeRdf:type(2)
- Data Field
ex:data_field - Status
ex:status
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.
—
labelbeam/b42d1433-9496-4478-8b4c-326ab7f68a74
Nested Field
References (1)
1 references
- custom
ctx:claims/beam/b42d1433-9496-4478-8b4c-326ab7f68a74- full textbeam-chunktext/plain1 KB
doc:beam/b42d1433-9496-4478-8b4c-326ab7f68a74Show excerpt
secret = vault_client.secrets.kv.v2.read_latest_secret(path='encryption-keys') key = secret['data']['data']['key'] return key.encode() def encrypt_data(data, key): f = Fernet(key) encrypted_data = f.encrypt(data.enc…