From 045c16ee3db61d4edd0e49d9219359b8a11ad551 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Tue, 10 Mar 2026 09:13:12 +0100 Subject: [PATCH 1/2] Add externalDefinitionOfName to numericalProperty schema Added externalDefinitionOfName property with type and instruction. --- schemas/research/numericalProperty.schema.tpl.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schemas/research/numericalProperty.schema.tpl.json b/schemas/research/numericalProperty.schema.tpl.json index 33f4d40b..d08cfdd3 100644 --- a/schemas/research/numericalProperty.schema.tpl.json +++ b/schemas/research/numericalProperty.schema.tpl.json @@ -5,6 +5,13 @@ "value" ], "properties": { + "externalDefinitionOfName": { + "type": "string", + "_formats": [ + "iri" + ], + "_instruction": "Enter the internationalized resource identifier (IRI) to an external definition of the property name." + }, "name": { "type": "string", "_instruction": "Enter a descriptive name for this numerical property." From c5ea379b302c62243fb657608607aec8b1c0ee82 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Tue, 10 Mar 2026 09:14:19 +0100 Subject: [PATCH 2/2] Add externalDefinitionOfName to stringProperty schema Added externalDefinitionOfName property with type and instruction. --- schemas/research/stringProperty.schema.tpl.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schemas/research/stringProperty.schema.tpl.json b/schemas/research/stringProperty.schema.tpl.json index 32b17745..5fb104a4 100644 --- a/schemas/research/stringProperty.schema.tpl.json +++ b/schemas/research/stringProperty.schema.tpl.json @@ -5,6 +5,13 @@ "value" ], "properties": { + "externalDefinitionOfName": { + "type": "string", + "_formats": [ + "iri" + ], + "_instruction": "Enter the internationalized resource identifier (IRI) to an external definition of the property name." + }, "name": { "type": "string", "_instruction": "Enter a descriptive name for this property."