Skip to content

Commit d604256

Browse files
committed
adding preamble to Protocol, removing toods
1 parent 5fb26fa commit d604256

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

linkml-schema/reproschema.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ slots:
5555
slot_uri: schema:associatedMedia
5656
audio:
5757
title: audio
58-
description: TODO
58+
description: An audio object.
5959
slot_uri: schema:audio
6060
any_of:
6161
- range: uri
@@ -103,7 +103,6 @@ slots:
103103
range: uriorcurie
104104
cronTable:
105105
title: cronTable
106-
description: TODO not described in reproschema
107106
slot_uri: reproschema:cronTable
108107
datumType:
109108
title: datumType
@@ -261,7 +260,7 @@ slots:
261260
range: OverrideProperty
262261
preamble:
263262
title: Preamble
264-
description: The preamble for an assessment
263+
description: The preamble for an assessment.
265264
slot_uri: reproschema:preamble
266265
multivalued: true
267266
range: langString
@@ -323,7 +322,7 @@ slots:
323322
range: datetime
324323
slot_uri: prov:startedAtTime
325324
subject_id:
326-
slot_uri: nidm:subject_id #TODO check this @type:rdf:Property
325+
slot_uri: nidm:subject_id
327326
range: string
328327
ui:
329328
title: UI
@@ -499,7 +498,7 @@ classes:
499498
class_uri: rdf:langString
500499
MediaObject:
501500
title: Media Object
502-
description: Add description #TODO
501+
description: A media object, such as an image, video, audio, or text object embedded in a web page or a downloadable dataset.
503502
is_a: Thing
504503
class_uri: schema:MediaObject
505504
slots:
@@ -539,7 +538,7 @@ classes:
539538
- id
540539
- subject_id
541540
class_uri: reproschema:Participant
542-
Protocol: # TODO multiple types
541+
Protocol:
543542
title: Protocol
544543
description: A representation of a study which comprises one or more assessments.
545544
is_a: Thing
@@ -552,6 +551,7 @@ classes:
552551
- description
553552
- landingPage
554553
- messages
554+
- preamble
555555
- prefLabel
556556
- schemaVersion
557557
- ui
@@ -593,7 +593,7 @@ classes:
593593
- unitOptions
594594
- valueType
595595
class_uri: reproschema:ResponseOption
596-
SoftwareAgent: # TODO multiple types
596+
SoftwareAgent:
597597
title: Software Agent
598598
description:
599599
Captures information about some action that took place. It also links to information
@@ -613,9 +613,8 @@ classes:
613613
- category
614614
class_uri: schema:Thing
615615
UI:
616-
title: todo
617-
description:
618-
- todo
616+
title: UI properties
617+
description: A group of properties related to UI.
619618
slots:
620619
- order
621620
- addProperties

0 commit comments

Comments
 (0)