WIP: Extend the AriadnePlus KB with info about country #5

Draft
alessia.bardi wants to merge 5 commits from country into master
1 changed files with 14 additions and 14 deletions
Showing only changes of commit 9bc72c34d9 - Show all commits

View File

@ -290,21 +290,21 @@
} }
} }
}, },
"CountryInfo": { "CountryInfo": {
"class_type": "prototype", "class_type": "prototype",
"mappings": { "mappings": {
"https://www.ariadne-infrastructure.eu/property/country": { "https://www.ariadne-infrastructure.eu/property/country": {
"class_field": "Id", "class_field": "Id",
"substring": "no", "substring": "no",
"element_type": "java.lang.String" "element_type": "java.lang.String"
}, },
"https://www.ariadne-infrastructure.eu/property/name": { "https://www.ariadne-infrastructure.eu/property/name": {
"class_field": "Name", "class_field": "Name",
"substring": "no", "substring": "no",
"element_type": "java.lang.String" "element_type": "java.lang.String"
}
} }
}, }
},
"AriadnePlusEntry": { "AriadnePlusEntry": {
"class_type": "unique", "class_type": "unique",
"mappings": { "mappings": {