diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties b/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties index cd8f9ac..f290220 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties @@ -99,6 +99,26 @@ class.map.specifications={\ "class_field": "PlaceName",\ "substring": "no",\ "element_type": "java.lang.String"\ +},\ +"https://www.ariadne-infrastructure.eu/property/boxMaxLat": {\ +"class_field": "BoundingBoxMaxLat",\ +"substring": "no",\ +"element_type": "java.lang.String"\ +},\ +"https://www.ariadne-infrastructure.eu/property/boxMinLat": {\ +"class_field": "BoundingBoxMinLat",\ +"substring": "no",\ +"element_type": "java.lang.String"\ +},\ +"https://www.ariadne-infrastructure.eu/property/boxMaxLon": {\ +"class_field": "BoundingBoxMaxLon",\ +"substring": "no",\ +"element_type": "java.lang.String"\ +},\ +"https://www.ariadne-infrastructure.eu/property/boxMinLon": {\ +"class_field": "BoundingBoxMinLon",\ +"substring": "no",\ +"element_type": "java.lang.String"\ }}\ },\ "ArchaeologicalResourceType": {\ @@ -254,6 +274,11 @@ class.map.specifications={\ "substring": "no",\ "external_reference": "Spatial"\ },\ +"https://www.ariadne-infrastructure.eu/property/spatialRegionBox": {\ +"class_field": "Spatial",\ +"substring": "no",\ +"external_reference": "Spatial"\ +},\ "https://www.ariadne-infrastructure.eu/property/landingPage": {\ "class_field": "LandingPage",\ "substring": "no",\