Skip to content

Commit 362edd5

Browse files
committed
Fix definition of Task as proposed by reviewers
1 parent 84d4e2d commit 362edd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gistCore.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,8 +2328,9 @@ gist:Task
23282328
]
23292329
) ;
23302330
] ;
2331-
skos:definition "A function or piece of work to be done or undertaken, usually within a certain time."^^xsd:string ;
2331+
skos:definition "An event characterized by a defined piece of work that is either scheduled, accomplished, or both."^^xsd:string ;
23322332
skos:prefLabel "Task"^^xsd:string ;
2333+
skos:scopeNote "Note that this differs from the ordinary sense of 'task,' which is not an event (e.g., 'A piece of work to be done or undertaken.')."^^xsd:string ;
23332334
.
23342335

23352336
gist:TaskTemplate

0 commit comments

Comments
 (0)