[ { "id": "urn:ngsi-ld:Building:JP9000020342025-01234567", "type": "Building", "nameKana": { "type": "Text", "value": "クレシヨシウラシミンセンター" }, "facilityID": { "type": "Text", "value": "01234567" }, "refLand": { "type": "Relationship", "value": [ "urn:ngsi-ld:Land:JP0990123456001-01234567" ] }, "totalFloorArea": { "type": "Number", "value": 2152 }, "completionYear": { "type": "Text", "value": "1996" }, "refDepartment": { "type": "Relationship", "value": "urn:ngsi-ld:Department:JP9000020342025-0402004" } }, { "id": "urn:ngsi-ld:Building:JP9000020342025-01234567", "type": "Building", "name": { "type": "Text", "value": "呉市吉浦市民センター" }, "facilityID": { "type": "Text", "value": "01234567" }, "refLand": { "type": "Relationship", "value": [ "urn:ngsi-ld:Land:JP0990123456001-01234567" ] }, "totalFloorArea": { "type": "Number", "value": 2152 }, "completionYear": { "type": "Text", "value": "1996" }, "refDepartment": { "type": "Relationship", "value": "urn:ngsi-ld:Department:JP9000020342025-0402004" } }, { "id": "urn:ngsi-ld:Building:JP9000020342025-03000012", "type": "Building", "name": { "type": "Text", "value": "呉市立吉浦小学校" }, "nameKana": { "type": "Text", "value": "クレシリツヨシウラショウガツコウ" }, "facilityID": { "type": "Text", "value": "03000012" }, "refLand": { "type": "Relationship", "value": [ "urn:ngsi-ld:Land:JP0990123456001-03000012" ] }, "totalFloorArea": { "type": "Number", "value": 4000 }, "completionYear": { "type": "Text", "value": "1980" }, "refDepartment": { "type": "Relationship", "value": "urn:ngsi-ld:Department:JP9000020342025-0602003" } }, { "id": "urn:ngsi-ld:Building:JP9000020342025-04000008", "type": "Building", "name": { "type": "Text", "value": "呉市立吉浦中学校" }, "nameKana": { "type": "Text", "value": "クレシリツヨシウラチュウガツコウ" }, "facilityID": { "type": "Text", "value": "04000008" }, "refLand": { "type": "Relationship", "value": [ "urn:ngsi-ld:Land:JP0990123456001-04000008" ] }, "totalFloorArea": { "type": "Number", "value": 3000 }, "completionYear": { "type": "Text", "value": "1990" }, "refDepartment": { "type": "Relationship", "value": "urn:ngsi-ld:Department:JP9000020342025-0602003" } } ] |
C:\Users\owner>chdir c:/Tools/ c:\Tools>Python jtoj.py dir=c:/Tools/data/ outputfile=BuildingMergedjson.jsoninputfile1=BuildingMainjson.json type=Building logfile=BuildingMergelog.txt dir: c:/Tools/data/, file: BuildingMainjson.json json merged successfully. Number of output Entities: 3 |
[ { "id": "urn:ngsi-ld:Building:JP9000020342025-01234567", "type": "Building", "nameKana": { "type": "Text", "value": "クレシヨシウラシミンセンター" }, "facilityID": { "type": "Text", "value": "01234567" }, "refLand": { "type": "Relationship", "value": [ "urn:ngsi-ld:Land:JP0990123456001-01234567" ] }, "totalFloorArea": { "type": "Number", "value": 2152 }, "completionYear": { "type": "Text", "value": "1996" }, "refDepartment": { "type": "Relationship", "value": "urn:ngsi-ld:Department:JP9000020342025-0402004" }, "name": { "type": "Text", "value": "呉市吉浦市民センター" } }, { "id": "urn:ngsi-ld:Building:JP9000020342025-03000012", "type": "Building", "name": { "type": "Text", "value": "呉市立吉浦小学校" }, "nameKana": { "type": "Text", "value": "クレシリツヨシウラショウガツコウ" }, "facilityID": { "type": "Text", "value": "03000012" }, "refLand": { "type": "Relationship", "value": [ "urn:ngsi-ld:Land:JP0990123456001-03000012" ] }, "totalFloorArea": { "type": "Number", "value": 4000 }, "completionYear": { "type": "Text", "value": "1980" }, "refDepartment": { "type": "Relationship", "value": "urn:ngsi-ld:Department:JP9000020342025-0602003" } }, { "id": "urn:ngsi-ld:Building:JP9000020342025-04000008", "type": "Building", "name": { "type": "Text", "value": "呉市立吉浦中学校" }, "nameKana": { "type": "Text", "value": "クレシリツヨシウラチュウガツコウ" }, "facilityID": { "type": "Text", "value": "04000008" }, "refLand": { "type": "Relationship", "value": [ "urn:ngsi-ld:Land:JP0990123456001-04000008" ] }, "totalFloorArea": { "type": "Number", "value": 3000 }, "completionYear": { "type": "Text", "value": "1990" }, "refDepartment": { "type": "Relationship", "value": "urn:ngsi-ld:Department:JP9000020342025-0602003" } } ] |
01: input1: directory: c:/Tools/data/, inputfile: BuildingMainjson.json 03: outputdir: c:/Tools/data/, outputfile: BuildingMergedjson.json 06: JSON merged successfully. Number of output Entities: 3 |