Dontopedia

ingestion-profile

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

ingestion-profile has 12 facts recorded in Dontopedia across 3 references, with 1 live disagreement.

12 facts·7 predicates·3 sources·1 in dispute

Mostly:rdf:type(3), used by(1), belongs to(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound 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.

assumedByAssumed by(1)

assumesAssumes(1)

hasSameNameHas Same Name(1)

Other facts (9)

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.

9 facts
PredicateValueRef
Rdf:typeIam Instance Profile Name[1]
Rdf:typeIam Instance Profile[2]
Rdf:typeIam Instance Profile[3]
Used byAws Instance Ingestion[1]
Belongs toAws Iam Role Shared Role[3]
Has Nameingestion-profile[3]
Grants Access toAws Iam Role Shared Role[3]
Configured inIngestion Module[3]
Different FromRetrieval Profile[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.

typebeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
ex:IamInstanceProfileName
labelbeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
ingestion-profile
usedBybeam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
ex:aws-instance-ingestion
typebeam/1a6a6272-e939-42d4-bdfb-022b93350837
ex:IAMInstanceProfile
labelbeam/1a6a6272-e939-42d4-bdfb-022b93350837
ingestion-profile
typebeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:IAMInstanceProfile
belongsTobeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:aws-iam-role-shared-role
hasNamebeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ingestion-profile
grantsAccessTobeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:aws-iam-role-shared-role
labelbeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ingestion-profile
configuredInbeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:ingestion-module
differentFrombeam/cbf6e634-317e-4022-8848-5aa12bb2caf8
ex:retrieval-profile

References (3)

3 references
  1. ctx:claims/beam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
    • full textbeam-chunk
      text/plain1 KBdoc:beam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3
      Show excerpt
      outputs.tf main.tf ``` #### Shared Resources Module (`modules/shared_resources/main.tf`) ```hcl variable "role_name" { type = string default = "shared-role" } resource "aws_iam_role" "shared_role" { name = var.role_name a
  2. ctx:claims/beam/1a6a6272-e939-42d4-bdfb-022b93350837
    • full textbeam-chunk
      text/plain1 KBdoc:beam/1a6a6272-e939-42d4-bdfb-022b93350837
      Show excerpt
      Ensure that the shared resources module exports the necessary information (like ARNs) and that the ingestion and retrieval modules consume these outputs as inputs. #### Shared Resources Module (`modules/shared_resources/main.tf`) ```hcl v
  3. ctx:claims/beam/cbf6e634-317e-4022-8848-5aa12bb2caf8
    • full textbeam-chunk
      text/plain1 KBdoc:beam/cbf6e634-317e-4022-8848-5aa12bb2caf8
      Show excerpt
      resource "aws_iam_instance_profile" "shared_profile" { name = "ingestion-profile" roles = [aws_iam_role.shared_role.name] } module "shared_resources" { source = "../shared_resources" role_name = "shared-role" } locals { role_ar

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.