Dontopedia

example

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

example has 19 facts recorded in Dontopedia across 4 references, with 3 live disagreements.

19 facts·13 predicates·4 sources·3 in dispute

Mostly:rdf:type(3), belongs to vpc(2), has timeout(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (14)

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.

appliesToApplies to(2)

associatesAssociates(1)

containsContains(1)

containsResourceContains Resource(1)

containsRouteTableContains Route Table(1)

describesDescribes(1)

partOfPart of(1)

referencedByReferenced by(1)

referencesResourceReferences Resource(1)

requiresIGWBeforeRouteTableRequires Igw Before Route Table(1)

requiresVPCFirstRequires Vpc First(1)

routeTableIdRoute Table Id(1)

usedByUsed by(1)

Other facts (17)

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.

17 facts
PredicateValueRef
Rdf:typeAws Route Table[2]
Rdf:typeRoute Table[3]
Rdf:typeRoute Table[4]
Belongs to VpcAws Vpc Example[3]
Belongs to VpcAws Vpc Example[4]
Has TimeoutRt Create Timeout[3]
Has TimeoutRt Timeout Config[4]
Has AssociationAws Route Table Association[1]
Is Associated WithAws Route Table Association Example[2]
Has RouteDefault Route[3]
Contains Route toAws Internet Gateway Example[3]
Has Route BlockRoute Block[3]
Resource Typeaws_route_table[4]
Contains RouteDefault Route[4]
Is Associated With VpcAws Vpc Example[4]
Enables Outbound TrafficAws Internet Gateway Example[4]
Is Associated With SubnetAws Subnet Example[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.

hasAssociationbeam/775daa0f-81ac-4b06-9e37-4c8bafca2372
ex:aws-route-table-association
typebeam/eb1a6f97-20fd-4b03-8f63-050532758a5c
ex:AwsRouteTable
isAssociatedWithbeam/eb1a6f97-20fd-4b03-8f63-050532758a5c
ex:aws-route-table-association-example
typebeam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
ex:RouteTable
labelbeam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
example Route Table
belongsToVPCbeam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
ex:aws-vpc-example
hasRoutebeam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
ex:default-route
hasTimeoutbeam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
ex:rt-create-timeout
containsRouteTobeam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
ex:aws-internet-gateway-example
hasRouteBlockbeam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
ex:route-block
typebeam/8f50a363-05a7-4cbb-af6f-4026972ec803
ex:RouteTable
labelbeam/8f50a363-05a7-4cbb-af6f-4026972ec803
example
resourceTypebeam/8f50a363-05a7-4cbb-af6f-4026972ec803
aws_route_table
belongsToVPCbeam/8f50a363-05a7-4cbb-af6f-4026972ec803
ex:aws-vpc-example
containsRoutebeam/8f50a363-05a7-4cbb-af6f-4026972ec803
ex:default-route
hasTimeoutbeam/8f50a363-05a7-4cbb-af6f-4026972ec803
ex:rt-timeout-config
isAssociatedWithVPCbeam/8f50a363-05a7-4cbb-af6f-4026972ec803
ex:aws-vpc-example
enablesOutboundTrafficbeam/8f50a363-05a7-4cbb-af6f-4026972ec803
ex:aws-internet-gateway-example
isAssociatedWithSubnetbeam/8f50a363-05a7-4cbb-af6f-4026972ec803
ex:aws-subnet-example

References (4)

4 references
  1. ctx:claims/beam/775daa0f-81ac-4b06-9e37-4c8bafca2372
    • full textbeam-chunk
      text/plain1 KBdoc:beam/775daa0f-81ac-4b06-9e37-4c8bafca2372
      Show excerpt
      resource "aws_route_table_association" "example" { subnet_id = aws_subnet.example.id route_table_id = aws_route_table.example.id } # Create a Security Group resource "aws_security_group" "example" { vpc_id = aws_vpc.example.id ing
  2. ctx:claims/beam/eb1a6f97-20fd-4b03-8f63-050532758a5c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/eb1a6f97-20fd-4b03-8f63-050532758a5c
      Show excerpt
      # Associate the Route Table with the Subnet with a timeout value resource "aws_route_table_association" "example" { subnet_id = aws_subnet.example.id route_table_id = aws_route_table.example.id timeouts { create = var.default_time
  3. ctx:claims/beam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
    • full textbeam-chunk
      text/plain1 KBdoc:beam/6690bb74-53b3-4e66-bb23-063b6dc93dd7
      Show excerpt
      Here's an example Terraform script that includes timeouts for various resources: ```hcl # Configure the AWS Provider provider "aws" { region = "us-west-2" } # Define default timeout variable variable "default_timeout" { description =
  4. ctx:claims/beam/8f50a363-05a7-4cbb-af6f-4026972ec803
    • full textbeam-chunk
      text/plain1 KBdoc:beam/8f50a363-05a7-4cbb-af6f-4026972ec803
      Show excerpt
      ```hcl # Configure the AWS Provider provider "aws" { region = "us-west-2" } # Define default timeout variable variable "default_timeout" { description = "Default timeout value for all resources in the module." type = string

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.