From 49b992d1f4e53e6bb1bbe5971f3cb0bc6a05a39b Mon Sep 17 00:00:00 2001 From: Alessia Date: Wed, 18 Dec 2024 19:16:37 +0100 Subject: [PATCH] Json configuration for class mapping aligned with the tested connfiguration spec.json --- .../src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties b/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties index fb2b423..bd67f05 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties @@ -311,7 +311,7 @@ class.map.specifications={\ "CountryInfo": {\ "class_type": "prototype",\ "mappings": {\ -"https://www.ariadne-infrastructure.eu/property/id": {\ +"https://www.ariadne-infrastructure.eu/property/country": {\ "class_field": "Id",\ "substring": "no",\ "element_type": "java.lang.String"\ @@ -500,4 +500,3 @@ class.map.specifications={\ }\ }\ } -