diff --git a/linkml-schema/reproschema.yaml b/linkml-schema/reproschema.yaml index 38ba4387c..826c77240 100644 --- a/linkml-schema/reproschema.yaml +++ b/linkml-schema/reproschema.yaml @@ -18,7 +18,7 @@ default_range: string slots: about: comments: - - The subject matter of the Field/Item. + - The subject matter of the Field. slot_uri: schema:about addProperties: title: addProperties @@ -59,7 +59,7 @@ slots: choices: title: choices comments: - - An array to list the available options for response of the Field/Item item. + - An array to list the available options for response of the Field item. exact_mappings: - schema:itemListElement slot_uri: reproschema:choices @@ -80,7 +80,7 @@ slots: title: computation comments: - 'An array of objects indicating computations in an activity or protocol and - maps it to the corresponding Field/Item item. scoring logic is a subset of all computations + maps it to the corresponding Field item. scoring logic is a subset of all computations that could be performed and not all computations will be scoring. For example, one may want to do conversion from one unit to another. ' slot_uri: reproschema:compute @@ -96,7 +96,7 @@ slots: title: datumType comments: - Indicates what type of datum the response is (e.g. range,count,scalar etc.) - for the Field/Item item. + for the Field item. slot_uri: reproschema:datumType any_of: - range: string @@ -118,7 +118,7 @@ slots: inputType: title: inputType comments: - - An element to describe the input type of a Field/Item item. + - An element to describe the input type of a Field item. slot_uri: reproschema:inputType isAbout: title: isAbout @@ -127,7 +127,7 @@ slots: slot_uri: reproschema:isAbout any_of: - range: Activity - - range: Item + - range: Field isPartOf: slot_uri: schema:isPartOf any_of: @@ -194,7 +194,7 @@ slots: multipleChoice: title: Multiple choice response expectation comments: - - Indicates (by bool) if response for the Field/Item item has one or more answer. + - Indicates (by bool) if response for the Field item has one or more answer. slot_uri: reproschema:multipleChoice any_of: - range: boolean @@ -210,7 +210,7 @@ slots: any_of: - range: uri - range: Activity - - range: Item + - range: Field overrideProperties: title: overrideProperties comments: @@ -246,7 +246,7 @@ slots: responseOptions: title: Response options comments: - - An element (object or by URL)to describe the properties of response of the Field/Item + - An element (object or by URL)to describe the properties of response of the Field item. slot_uri: reproschema:responseOptions any_of: @@ -437,8 +437,8 @@ classes: comments: - An element to describe the choice when response is not known. class_uri: reproschema:DontKnow - Item: #TODO: multiple @type in reproschema - title: Item + Field: #TODO: multiple @type in reproschema + title: Field comments: - An item in an assessment. is_a: CreativeWork @@ -458,7 +458,7 @@ classes: - responseOptions - schemaVersion - version - class_uri: reproschema:Item + class_uri: reproschema:Field langString: class_uri: rdf:langString MessageSpecification: @@ -551,7 +551,7 @@ classes: ResponseOption: title: Response option comments: - - An element (object or by URL)to describe the properties of response of the Field/Item + - An element (object or by URL)to describe the properties of response of the Field item. slots: - choices