From b217e7de801b32f7a6001459b58c0aada1ad355b Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Sat, 19 Jul 2025 10:43:54 -0400 Subject: [PATCH 1/2] adding a new property, backgroundImage, to Item --- linkml-schema/reproschema.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/linkml-schema/reproschema.yaml b/linkml-schema/reproschema.yaml index 912d981c8..24b78bfa9 100644 --- a/linkml-schema/reproschema.yaml +++ b/linkml-schema/reproschema.yaml @@ -60,6 +60,14 @@ slots: any_of: - range: uri - range: AudioObject + backgroundImage: + title: backgroundImage + description: + Background image for drawing activities. + slot_uri: reproschema:backgroundImage + any_of: + - range: ImageObject + - range: ur category: description: Name of the high level ontology class in which this entity is categorized. @@ -471,6 +479,7 @@ classes: - altLabel - associatedMedia - audio + - backgroundImage - description - image - isPartOf From db51e88775685c447fd032e2326901cd4dcc2895 Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Sat, 19 Jul 2025 10:55:31 -0400 Subject: [PATCH 2/2] typo --- linkml-schema/reproschema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkml-schema/reproschema.yaml b/linkml-schema/reproschema.yaml index 24b78bfa9..c1f04d6db 100644 --- a/linkml-schema/reproschema.yaml +++ b/linkml-schema/reproschema.yaml @@ -67,7 +67,7 @@ slots: slot_uri: reproschema:backgroundImage any_of: - range: ImageObject - - range: ur + - range: uri category: description: Name of the high level ontology class in which this entity is categorized.