English
Task management
Common model for issue and work tracking. Task, Project, Comment, Attachment. The core holds only what issue trackers, calendar to-dos and municipal work orders share; state and priority follow RFC 8984 (JSCalendar). Location is not limited to points. System-specific terminology is handled with aliases.
| Subject | task defined in this catalog |
| Version | 1.0.0 |
| @context | https://datamodels.jp/context/task/v1.jsonld (alias, latest compatible version)https://datamodels.jp/context/task/v1.0.0.jsonld (this version, immutable) |
| Namespace | https://datamodels.jp/ns/task/ |
| Vocabulary | /vocab/task/v1.0.0.jsonld (RDFS: classes, subclass relations, ja/en labels) |
Data models
| Type | ||
|---|---|---|
| Attachment | Attachment | draft |
| Comment | Comment | draft |
| Project | Project | draft |
| Task | Task | draft |
Versions
| @context | JSON Schema | |
|---|---|---|
| v1.0.0 current | /context/task/v1.0.0.jsonld | Attachment, Comment, Project, Task |
Attributes shared by several models
author
Creator (a person, organisation or team entity)
- IRI:
https://schema.org/author - Used by: Attachment, Comment, Task
dateCreated
Creation time in the system of record (distinct from the broker attribute createdAt)
- IRI:
https://smart-data-models.github.io/data-models/terms.jsonld#/definitions/dateCreated - Used by: Attachment, Project, Task
dateModified
Last modification time in the system of record
- IRI:
https://smart-data-models.github.io/data-models/terms.jsonld#/definitions/dateModified - Used by: Project, Task
description
Description
- IRI:
https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld#description - Used by: Attachment, Project, Task
externalId
Identifier in the system of record
- IRI:
https://datamodels.jp/ns/task/externalId - Used by: Attachment, Comment, Project, Task
isPrivate
true when private; default false
keywords
Keywords or labels
location
Where the file was taken (a point)
- IRI:
https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld#location - Used by: Attachment, Project, Task
name
Name or subject
parent
Parent project
project
The project this belongs to
- IRI:
https://datamodels.jp/ns/task/project - Used by: Attachment, Task
source
URL of this object in the system of record
- IRI:
https://smart-data-models.github.io/data-models/terms.jsonld#/definitions/source - Used by: Attachment, Comment, Project, Task
start
Planned start
task
The task this belongs to
- IRI:
https://datamodels.jp/ns/task/task - Used by: Attachment, Comment