Dontopedia

create_schedule

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

create_schedule has 23 facts recorded in Dontopedia across 4 references, with 3 live disagreements.

23 facts·15 predicates·4 sources·3 in dispute

Mostly:rdf:type(4), performs action(3), uses instance variable(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.

hasMethodHas Method(4)

callsMethodCalls Method(3)

describesDescribes(3)

clarifiesClarifies(1)

isAddedByIs Added by(1)

isMutatedByIs Mutated by(1)

showsMethodCallShows Method Call(1)

Other facts (21)

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.

21 facts
PredicateValueRef
Rdf:typeMethod[1]
Rdf:typePython Method[2]
Rdf:typePython Method[3]
Rdf:typeInstance Method[4]
Performs ActionInitialize Schedule List[1]
Performs ActionAdd Tasks to Schedule[1]
Performs ActionPrint Schedule[1]
Uses Instance VariableSelf Start Date[3]
Uses Instance VariableSelf End Date[3]
Calculates Due DateTask[1]
Return TypeVoid[1]
MutatesSchedule List[1]
ReturnsSchedule List[2]
Has Local VariableSchedule List[2]
DeclaresSchedule List[2]
FunctionSchedule Creation[3]
InitializesSchedule List[3]
CreatesSchedule List[3]
PopulatesSchedule List[3]
Method Namecreate_schedule[4]
Called onProject Schedule[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.

typebeam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
ex:Method
labelbeam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
create_schedule
performsActionbeam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
ex:initialize-schedule-list
performsActionbeam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
ex:add-tasks-to-schedule
performsActionbeam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
ex:print-schedule
calculatesDueDatebeam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
ex:task
returnTypebeam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
ex:void
mutatesbeam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
ex:schedule-list
typebeam/40810354-6b22-46bb-9153-2651f655d8e8
ex:PythonMethod
returnsbeam/40810354-6b22-46bb-9153-2651f655d8e8
ex:schedule-list
hasLocalVariablebeam/40810354-6b22-46bb-9153-2651f655d8e8
ex:schedule-list
declaresbeam/40810354-6b22-46bb-9153-2651f655d8e8
ex:schedule-list
functionbeam/e96e475e-40a0-407f-bfd8-21812d840edc
ex:schedule-creation
typebeam/e96e475e-40a0-407f-bfd8-21812d840edc
ex:PythonMethod
labelbeam/e96e475e-40a0-407f-bfd8-21812d840edc
create_schedule
usesInstanceVariablebeam/e96e475e-40a0-407f-bfd8-21812d840edc
ex:self-start-date
initializesbeam/e96e475e-40a0-407f-bfd8-21812d840edc
ex:schedule-list
usesInstanceVariablebeam/e96e475e-40a0-407f-bfd8-21812d840edc
ex:self-end-date
createsbeam/e96e475e-40a0-407f-bfd8-21812d840edc
ex:schedule-list
populatesbeam/e96e475e-40a0-407f-bfd8-21812d840edc
ex:schedule-list
typebeam/26639a7a-805d-4e2f-9f3f-465ac09c74b6
ex:InstanceMethod
methodNamebeam/26639a7a-805d-4e2f-9f3f-465ac09c74b6
create_schedule
calledOnbeam/26639a7a-805d-4e2f-9f3f-465ac09c74b6
ex:project_schedule

References (4)

4 references
  1. ctx:claims/beam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
    • full textbeam-chunk
      text/plain1 KBdoc:beam/7e2ece2f-b986-4356-b7cd-10b8784fb5ec
      Show excerpt
      # Print schedule print("Project Schedule:") for task in schedule: print(f"Task: {task['task']}, Due Date: {task['due_date']}") # Example usage start_date = datetime.date(2024, 8, 5) end_date = datetime.d
  2. ctx:claims/beam/40810354-6b22-46bb-9153-2651f655d8e8
    • full textbeam-chunk
      text/plain1 KBdoc:beam/40810354-6b22-46bb-9153-2651f655d8e8
      Show excerpt
      [Turn 4224] User: That looks great! The schedule you provided covers everything I need to get started. I think it's pretty solid as is. Just one thing, could you add a quick checkpoint after the "Test streaming ingestion prototype" task to
  3. ctx:claims/beam/e96e475e-40a0-407f-bfd8-21812d840edc
    • full textbeam-chunk
      text/plain1 KBdoc:beam/e96e475e-40a0-407f-bfd8-21812d840edc
      Show excerpt
      schedule.append({"task": "Test streaming ingestion prototype", "due_date": self.start_date + datetime.timedelta(days=15)}) schedule.append({"task": "Review results with team", "due_date": self.start_date + datetime.timedelta
  4. ctx:claims/beam/26639a7a-805d-4e2f-9f3f-465ac09c74b6
    • full textbeam-chunk
      text/plain1 KBdoc:beam/26639a7a-805d-4e2f-9f3f-465ac09c74b6
      Show excerpt
      # Print schedule print("Project Schedule:") for task in schedule: print(f"Task: {task['task']}, Due Date: {task['due_date']}") # Example usage start_date = datetime.date(2024, 8, 5) end_date = datetime.d

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.