task due date
- CURIE:
gmeow:taskDueDate - IRI: https://blackcatinformatics.ca/gmeow/taskDueDate
- Category: property
- Defined by:
gmeow:slices/calendar - Box roles: RBox role (What is this?)
The date and time by which the task is due.
Structure
Property shape: datatype property; gmeow:Task -> xsd:dateTime; functional
Practical Pattern
Use gmeow:taskDueDate from gmeow:Task to xsd:dateTime when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
ical |
ical, rdf |
jcal |
https, rdf |
schema-org-schedule |
rdf, schema |
External Equivalences
Equivalent or closely aligned targets: ical
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:taskDueDate |
equivalence | - |
skos:closeMatch | ical:due | gmeow-calendar.sssom.tsv; gmeow:eqCalendar011; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:taskDueDate |
projection | ical |
projects to / <= | ical:Vtodo, ical:due, ical:priority, ical:status, rdf:type | gmeow:mapIcalVtodo |
gmeow:taskDueDate |
projection | jcal |
projects to / <= | https://tools.ietf.org/rfc/rfc7265#due, https://tools.ietf.org/rfc/rfc7265#priority, https://tools.ietf.org/rfc/rfc7265#status, https://tools.ietf.org/rfc/rfc7265#vtodo, rdf:type | gmeow:mapJcalVtodo |
gmeow:taskDueDate |
projection | schema-org-schedule |
projects to / <= | rdf:type, schema:Event, schema:eventStatus, schema:startDate | gmeow:mapSchemaOrgTask |
Usage Advice
Use when
- Use to stamp a task's deadline — the iCalendar VTODO DUE moment by which it should be completed.
Avoid when
- Avoid asserting two (it is functional — one due date per task) and avoid an xsd:date literal — base-triple time is xsd:dateTime (P3).
How to use
- Write a full xsd:dateTime in the task's event time zone; distinguish it from a meeting's start time, which lives on the event's own temporal placement.
Examples
- ex:fileReport
gmeow:taskDueDate"2026-06-20T17:00:00Z"^^xsd:dateTime.