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." 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."