arangosh> var examples = require("@arangodb/graph-examples/example-graph.js"); arangosh> var g = examples.loadGraph("worldCountry"); arangosh> db.worldVertices.toArray(); [ { "_key" : "world", "_id" : "worldVertices/world", "_rev" : "_ZG8LpLO---", "name" : "World", "type" : "root" }, { "_key" : "continent-africa", "_id" : "worldVertices/continent-africa", "_rev" : "_ZG8LpLO--A", "name" : "Africa", "type" : "continent" }, { "_key" : "continent-asia", "_id" : "worldVertices/continent-asia", "_rev" : "_ZG8LpLS---", "name" : "Asia", "type" : "continent" }, { "_key" : "continent-australia", "_id" : "worldVertices/continent-australia", "_rev" : "_ZG8LpLS--A", "name" : "Australia", "type" : "continent" }, { "_key" : "continent-europe", "_id" : "worldVertices/continent-europe", "_rev" : "_ZG8LpLW---", "name" : "Europe", "type" : "continent" }, { "_key" : "continent-north-america", "_id" : "worldVertices/continent-north-america", "_rev" : "_ZG8LpLW--A", "name" : "North America", "type" : "continent" }, { "_key" : "continent-south-america", "_id" : "worldVertices/continent-south-america", "_rev" : "_ZG8LpLW--C", "name" : "South America", "type" : "continent" }, { "_key" : "country-afghanistan", "_id" : "worldVertices/country-afghanistan", "_rev" : "_ZG8LpLa---", "name" : "Afghanistan", "type" : "country", "code" : "AFG" }, { "_key" : "country-albania", "_id" : "worldVertices/country-albania", "_rev" : "_ZG8LpLa--A", "name" : "Albania", "type" : "country", "code" : "ALB" }, { "_key" : "country-algeria", "_id" : "worldVertices/country-algeria", "_rev" : "_ZG8LpLa--C", "name" : "Algeria", "type" : "country", "code" : "DZA" }, { "_key" : "country-andorra", "_id" : "worldVertices/country-andorra", "_rev" : "_ZG8LpLe---", "name" : "Andorra", "type" : "country", "code" : "AND" }, { "_key" : "country-angola", "_id" : "worldVertices/country-angola", "_rev" : "_ZG8LpLe--A", "name" : "Angola", "type" : "country", "code" : "AGO" }, { "_key" : "country-antigua-and-barbuda", "_id" : "worldVertices/country-antigua-and-barbuda", "_rev" : "_ZG8LpLe--C", "name" : "Antigua and Barbuda", "type" : "country", "code" : "ATG" }, { "_key" : "country-argentina", "_id" : "worldVertices/country-argentina", "_rev" : "_ZG8LpLe--E", "name" : "Argentina", "type" : "country", "code" : "ARG" }, { "_key" : "country-australia", "_id" : "worldVertices/country-australia", "_rev" : "_ZG8LpLi---", "name" : "Australia", "type" : "country", "code" : "AUS" }, { "_key" : "country-austria", "_id" : "worldVertices/country-austria", "_rev" : "_ZG8LpLi--A", "name" : "Austria", "type" : "country", "code" : "AUT" }, { "_key" : "country-bahamas", "_id" : "worldVertices/country-bahamas", "_rev" : "_ZG8LpLi--C", "name" : "Bahamas", "type" : "country", "code" : "BHS" }, { "_key" : "country-bahrain", "_id" : "worldVertices/country-bahrain", "_rev" : "_ZG8LpLm---", "name" : "Bahrain", "type" : "country", "code" : "BHR" }, { "_key" : "country-bangladesh", "_id" : "worldVertices/country-bangladesh", "_rev" : "_ZG8LpLm--A", "name" : "Bangladesh", "type" : "country", "code" : "BGD" }, { "_key" : "country-barbados", "_id" : "worldVertices/country-barbados", "_rev" : "_ZG8LpLm--C", "name" : "Barbados", "type" : "country", "code" : "BRB" }, { "_key" : "country-belgium", "_id" : "worldVertices/country-belgium", "_rev" : "_ZG8LpLq---", "name" : "Belgium", "type" : "country", "code" : "BEL" }, { "_key" : "country-bhutan", "_id" : "worldVertices/country-bhutan", "_rev" : "_ZG8LpLq--A", "name" : "Bhutan", "type" : "country", "code" : "BTN" }, { "_key" : "country-bolivia", "_id" : "worldVertices/country-bolivia", "_rev" : "_ZG8LpLq--C", "name" : "Bolivia", "type" : "country", "code" : "BOL" }, { "_key" : "country-bosnia-and-herzegovina", "_id" : "worldVertices/country-bosnia-and-herzegovina", "_rev" : "_ZG8LpLu--_", "name" : "Bosnia and Herzegovina", "type" : "country", "code" : "BIH" }, { "_key" : "country-botswana", "_id" : "worldVertices/country-botswana", "_rev" : "_ZG8LpLu--B", "name" : "Botswana", "type" : "country", "code" : "BWA" }, { "_key" : "country-brazil", "_id" : "worldVertices/country-brazil", "_rev" : "_ZG8LpLu--D", "name" : "Brazil", "type" : "country", "code" : "BRA" }, { "_key" : "country-brunei", "_id" : "worldVertices/country-brunei", "_rev" : "_ZG8LpLy---", "name" : "Brunei", "type" : "country", "code" : "BRN" }, { "_key" : "country-bulgaria", "_id" : "worldVertices/country-bulgaria", "_rev" : "_ZG8LpLy--A", "name" : "Bulgaria", "type" : "country", "code" : "BGR" }, { "_key" : "country-burkina-faso", "_id" : "worldVertices/country-burkina-faso", "_rev" : "_ZG8LpLy--C", "name" : "Burkina Faso", "type" : "country", "code" : "BFA" }, { "_key" : "country-burundi", "_id" : "worldVertices/country-burundi", "_rev" : "_ZG8LpL2---", "name" : "Burundi", "type" : "country", "code" : "BDI" }, { "_key" : "country-cambodia", "_id" : "worldVertices/country-cambodia", "_rev" : "_ZG8LpL2--A", "name" : "Cambodia", "type" : "country", "code" : "KHM" }, { "_key" : "country-cameroon", "_id" : "worldVertices/country-cameroon", "_rev" : "_ZG8LpL2--C", "name" : "Cameroon", "type" : "country", "code" : "CMR" }, { "_key" : "country-canada", "_id" : "worldVertices/country-canada", "_rev" : "_ZG8LpL6---", "name" : "Canada", "type" : "country", "code" : "CAN" }, { "_key" : "country-chad", "_id" : "worldVertices/country-chad", "_rev" : "_ZG8LpL6--A", "name" : "Chad", "type" : "country", "code" : "TCD" }, { "_key" : "country-chile", "_id" : "worldVertices/country-chile", "_rev" : "_ZG8LpL6--C", "name" : "Chile", "type" : "country", "code" : "CHL" }, { "_key" : "country-colombia", "_id" : "worldVertices/country-colombia", "_rev" : "_ZG8LpM----", "name" : "Colombia", "type" : "country", "code" : "COL" }, { "_key" : "country-cote-d-ivoire", "_id" : "worldVertices/country-cote-d-ivoire", "_rev" : "_ZG8LpM---A", "name" : "Cote d'Ivoire", "type" : "country", "code" : "CIV" }, { "_key" : "country-croatia", "_id" : "worldVertices/country-croatia", "_rev" : "_ZG8LpM---C", "name" : "Croatia", "type" : "country", "code" : "HRV" }, { "_key" : "country-czech-republic", "_id" : "worldVertices/country-czech-republic", "_rev" : "_ZG8LpMC---", "name" : "Czech Republic", "type" : "country", "code" : "CZE" }, { "_key" : "country-denmark", "_id" : "worldVertices/country-denmark", "_rev" : "_ZG8LpMC--A", "name" : "Denmark", "type" : "country", "code" : "DNK" }, { "_key" : "country-ecuador", "_id" : "worldVertices/country-ecuador", "_rev" : "_ZG8LpMC--C", "name" : "Ecuador", "type" : "country", "code" : "ECU" }, { "_key" : "country-egypt", "_id" : "worldVertices/country-egypt", "_rev" : "_ZG8LpMG---", "name" : "Egypt", "type" : "country", "code" : "EGY" }, { "_key" : "country-eritrea", "_id" : "worldVertices/country-eritrea", "_rev" : "_ZG8LpMG--A", "name" : "Eritrea", "type" : "country", "code" : "ERI" }, { "_key" : "country-finland", "_id" : "worldVertices/country-finland", "_rev" : "_ZG8LpMG--C", "name" : "Finland", "type" : "country", "code" : "FIN" }, { "_key" : "country-france", "_id" : "worldVertices/country-france", "_rev" : "_ZG8LpMK---", "name" : "France", "type" : "country", "code" : "FRA" }, { "_key" : "country-germany", "_id" : "worldVertices/country-germany", "_rev" : "_ZG8LpMK--A", "name" : "Germany", "type" : "country", "code" : "DEU" }, { "_key" : "country-people-s-republic-of-china", "_id" : "worldVertices/country-people-s-republic-of-china", "_rev" : "_ZG8LpMK--C", "name" : "People's Republic of China", "type" : "country", "code" : "CHN" }, { "_key" : "capital-algiers", "_id" : "worldVertices/capital-algiers", "_rev" : "_ZG8LpMO---", "name" : "Algiers", "type" : "capital" }, { "_key" : "capital-andorra-la-vella", "_id" : "worldVertices/capital-andorra-la-vella", "_rev" : "_ZG8LpMO--A", "name" : "Andorra la Vella", "type" : "capital" }, { "_key" : "capital-asmara", "_id" : "worldVertices/capital-asmara", "_rev" : "_ZG8LpMO--C", "name" : "Asmara", "type" : "capital" }, { "_key" : "capital-bandar-seri-begawan", "_id" : "worldVertices/capital-bandar-seri-begawan", "_rev" : "_ZG8LpMS---", "name" : "Bandar Seri Begawan", "type" : "capital" }, { "_key" : "capital-beijing", "_id" : "worldVertices/capital-beijing", "_rev" : "_ZG8LpMS--A", "name" : "Beijing", "type" : "capital" }, { "_key" : "capital-berlin", "_id" : "worldVertices/capital-berlin", "_rev" : "_ZG8LpMS--C", "name" : "Berlin", "type" : "capital" }, { "_key" : "capital-bogota", "_id" : "worldVertices/capital-bogota", "_rev" : "_ZG8LpMW---", "name" : "Bogota", "type" : "capital" }, { "_key" : "capital-brasilia", "_id" : "worldVertices/capital-brasilia", "_rev" : "_ZG8LpMW--A", "name" : "Brasilia", "type" : "capital" }, { "_key" : "capital-bridgetown", "_id" : "worldVertices/capital-bridgetown", "_rev" : "_ZG8LpMW--C", "name" : "Bridgetown", "type" : "capital" }, { "_key" : "capital-brussels", "_id" : "worldVertices/capital-brussels", "_rev" : "_ZG8LpMa---", "name" : "Brussels", "type" : "capital" }, { "_key" : "capital-buenos-aires", "_id" : "worldVertices/capital-buenos-aires", "_rev" : "_ZG8LpMa--A", "name" : "Buenos Aires", "type" : "capital" }, { "_key" : "capital-bujumbura", "_id" : "worldVertices/capital-bujumbura", "_rev" : "_ZG8LpMa--C", "name" : "Bujumbura", "type" : "capital" }, { "_key" : "capital-cairo", "_id" : "worldVertices/capital-cairo", "_rev" : "_ZG8LpMe---", "name" : "Cairo", "type" : "capital" }, { "_key" : "capital-canberra", "_id" : "worldVertices/capital-canberra", "_rev" : "_ZG8LpMe--A", "name" : "Canberra", "type" : "capital" }, { "_key" : "capital-copenhagen", "_id" : "worldVertices/capital-copenhagen", "_rev" : "_ZG8LpMe--C", "name" : "Copenhagen", "type" : "capital" }, { "_key" : "capital-dhaka", "_id" : "worldVertices/capital-dhaka", "_rev" : "_ZG8LpMi---", "name" : "Dhaka", "type" : "capital" }, { "_key" : "capital-gaborone", "_id" : "worldVertices/capital-gaborone", "_rev" : "_ZG8LpMi--A", "name" : "Gaborone", "type" : "capital" }, { "_key" : "capital-helsinki", "_id" : "worldVertices/capital-helsinki", "_rev" : "_ZG8LpMi--C", "name" : "Helsinki", "type" : "capital" }, { "_key" : "capital-kabul", "_id" : "worldVertices/capital-kabul", "_rev" : "_ZG8LpMm---", "name" : "Kabul", "type" : "capital" }, { "_key" : "capital-la-paz", "_id" : "worldVertices/capital-la-paz", "_rev" : "_ZG8LpMm--A", "name" : "La Paz", "type" : "capital" }, { "_key" : "capital-luanda", "_id" : "worldVertices/capital-luanda", "_rev" : "_ZG8LpMm--C", "name" : "Luanda", "type" : "capital" }, { "_key" : "capital-manama", "_id" : "worldVertices/capital-manama", "_rev" : "_ZG8LpMq---", "name" : "Manama", "type" : "capital" }, { "_key" : "capital-nassau", "_id" : "worldVertices/capital-nassau", "_rev" : "_ZG8LpMq--A", "name" : "Nassau", "type" : "capital" }, { "_key" : "capital-n-djamena", "_id" : "worldVertices/capital-n-djamena", "_rev" : "_ZG8LpMq--C", "name" : "N'Djamena", "type" : "capital" }, { "_key" : "capital-ottawa", "_id" : "worldVertices/capital-ottawa", "_rev" : "_ZG8LpMu---", "name" : "Ottawa", "type" : "capital" }, { "_key" : "capital-ouagadougou", "_id" : "worldVertices/capital-ouagadougou", "_rev" : "_ZG8LpMu--A", "name" : "Ouagadougou", "type" : "capital" }, { "_key" : "capital-paris", "_id" : "worldVertices/capital-paris", "_rev" : "_ZG8LpMu--C", "name" : "Paris", "type" : "capital" }, { "_key" : "capital-phnom-penh", "_id" : "worldVertices/capital-phnom-penh", "_rev" : "_ZG8LpMy---", "name" : "Phnom Penh", "type" : "capital" }, { "_key" : "capital-prague", "_id" : "worldVertices/capital-prague", "_rev" : "_ZG8LpMy--A", "name" : "Prague", "type" : "capital" }, { "_key" : "capital-quito", "_id" : "worldVertices/capital-quito", "_rev" : "_ZG8LpMy--C", "name" : "Quito", "type" : "capital" }, { "_key" : "capital-saint-john-s", "_id" : "worldVertices/capital-saint-john-s", "_rev" : "_ZG8LpM2---", "name" : "Saint John's", "type" : "capital" }, { "_key" : "capital-santiago", "_id" : "worldVertices/capital-santiago", "_rev" : "_ZG8LpM2--A", "name" : "Santiago", "type" : "capital" }, { "_key" : "capital-sarajevo", "_id" : "worldVertices/capital-sarajevo", "_rev" : "_ZG8LpM2--C", "name" : "Sarajevo", "type" : "capital" }, { "_key" : "capital-sofia", "_id" : "worldVertices/capital-sofia", "_rev" : "_ZG8LpM6---", "name" : "Sofia", "type" : "capital" }, { "_key" : "capital-thimphu", "_id" : "worldVertices/capital-thimphu", "_rev" : "_ZG8LpM6--A", "name" : "Thimphu", "type" : "capital" }, { "_key" : "capital-tirana", "_id" : "worldVertices/capital-tirana", "_rev" : "_ZG8LpM6--C", "name" : "Tirana", "type" : "capital" }, { "_key" : "capital-vienna", "_id" : "worldVertices/capital-vienna", "_rev" : "_ZG8LpN----", "name" : "Vienna", "type" : "capital" }, { "_key" : "capital-yamoussoukro", "_id" : "worldVertices/capital-yamoussoukro", "_rev" : "_ZG8LpN---A", "name" : "Yamoussoukro", "type" : "capital" }, { "_key" : "capital-yaounde", "_id" : "worldVertices/capital-yaounde", "_rev" : "_ZG8LpN---C", "name" : "Yaounde", "type" : "capital" }, { "_key" : "capital-zagreb", "_id" : "worldVertices/capital-zagreb", "_rev" : "_ZG8LpNC---", "name" : "Zagreb", "type" : "capital" } ] arangosh> db.worldEdges.toArray(); [ { "_key" : "87271", "_id" : "worldEdges/87271", "_from" : "worldVertices/continent-africa", "_to" : "worldVertices/world", "_rev" : "_ZG8LpNC--A", "type" : "is-in" }, { "_key" : "87273", "_id" : "worldEdges/87273", "_from" : "worldVertices/continent-asia", "_to" : "worldVertices/world", "_rev" : "_ZG8LpNG---", "type" : "is-in" }, { "_key" : "87275", "_id" : "worldEdges/87275", "_from" : "worldVertices/continent-australia", "_to" : "worldVertices/world", "_rev" : "_ZG8LpNG--A", "type" : "is-in" }, { "_key" : "87277", "_id" : "worldEdges/87277", "_from" : "worldVertices/continent-europe", "_to" : "worldVertices/world", "_rev" : "_ZG8LpNG--C", "type" : "is-in" }, { "_key" : "87279", "_id" : "worldEdges/87279", "_from" : "worldVertices/continent-north-america", "_to" : "worldVertices/world", "_rev" : "_ZG8LpNK---", "type" : "is-in" }, { "_key" : "87281", "_id" : "worldEdges/87281", "_from" : "worldVertices/continent-south-america", "_to" : "worldVertices/world", "_rev" : "_ZG8LpNK--A", "type" : "is-in" }, { "_key" : "87283", "_id" : "worldEdges/87283", "_from" : "worldVertices/country-afghanistan", "_to" : "worldVertices/continent-asia", "_rev" : "_ZG8LpNK--C", "type" : "is-in" }, { "_key" : "87285", "_id" : "worldEdges/87285", "_from" : "worldVertices/country-albania", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpNO---", "type" : "is-in" }, { "_key" : "87287", "_id" : "worldEdges/87287", "_from" : "worldVertices/country-algeria", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpNO--A", "type" : "is-in" }, { "_key" : "87289", "_id" : "worldEdges/87289", "_from" : "worldVertices/country-andorra", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpNO--C", "type" : "is-in" }, { "_key" : "87291", "_id" : "worldEdges/87291", "_from" : "worldVertices/country-angola", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpNS---", "type" : "is-in" }, { "_key" : "87293", "_id" : "worldEdges/87293", "_from" : "worldVertices/country-antigua-and-barbuda", "_to" : "worldVertices/continent-north-america", "_rev" : "_ZG8LpNS--A", "type" : "is-in" }, { "_key" : "87295", "_id" : "worldEdges/87295", "_from" : "worldVertices/country-argentina", "_to" : "worldVertices/continent-south-america", "_rev" : "_ZG8LpNS--C", "type" : "is-in" }, { "_key" : "87297", "_id" : "worldEdges/87297", "_from" : "worldVertices/country-australia", "_to" : "worldVertices/continent-australia", "_rev" : "_ZG8LpNW---", "type" : "is-in" }, { "_key" : "87299", "_id" : "worldEdges/87299", "_from" : "worldVertices/country-austria", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpNW--A", "type" : "is-in" }, { "_key" : "87301", "_id" : "worldEdges/87301", "_from" : "worldVertices/country-bahamas", "_to" : "worldVertices/continent-north-america", "_rev" : "_ZG8LpNW--C", "type" : "is-in" }, { "_key" : "87303", "_id" : "worldEdges/87303", "_from" : "worldVertices/country-bahrain", "_to" : "worldVertices/continent-asia", "_rev" : "_ZG8LpNa---", "type" : "is-in" }, { "_key" : "87305", "_id" : "worldEdges/87305", "_from" : "worldVertices/country-bangladesh", "_to" : "worldVertices/continent-asia", "_rev" : "_ZG8LpNa--A", "type" : "is-in" }, { "_key" : "87307", "_id" : "worldEdges/87307", "_from" : "worldVertices/country-barbados", "_to" : "worldVertices/continent-north-america", "_rev" : "_ZG8LpNe---", "type" : "is-in" }, { "_key" : "87309", "_id" : "worldEdges/87309", "_from" : "worldVertices/country-belgium", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpNe--A", "type" : "is-in" }, { "_key" : "87311", "_id" : "worldEdges/87311", "_from" : "worldVertices/country-bhutan", "_to" : "worldVertices/continent-asia", "_rev" : "_ZG8LpNe--C", "type" : "is-in" }, { "_key" : "87313", "_id" : "worldEdges/87313", "_from" : "worldVertices/country-bolivia", "_to" : "worldVertices/continent-south-america", "_rev" : "_ZG8LpNi---", "type" : "is-in" }, { "_key" : "87315", "_id" : "worldEdges/87315", "_from" : "worldVertices/country-bosnia-and-herzegovina", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpNi--A", "type" : "is-in" }, { "_key" : "87317", "_id" : "worldEdges/87317", "_from" : "worldVertices/country-botswana", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpNi--C", "type" : "is-in" }, { "_key" : "87319", "_id" : "worldEdges/87319", "_from" : "worldVertices/country-brazil", "_to" : "worldVertices/continent-south-america", "_rev" : "_ZG8LpNm---", "type" : "is-in" }, { "_key" : "87321", "_id" : "worldEdges/87321", "_from" : "worldVertices/country-brunei", "_to" : "worldVertices/continent-asia", "_rev" : "_ZG8LpNm--A", "type" : "is-in" }, { "_key" : "87323", "_id" : "worldEdges/87323", "_from" : "worldVertices/country-bulgaria", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpNm--C", "type" : "is-in" }, { "_key" : "87325", "_id" : "worldEdges/87325", "_from" : "worldVertices/country-burkina-faso", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpNq---", "type" : "is-in" }, { "_key" : "87327", "_id" : "worldEdges/87327", "_from" : "worldVertices/country-burundi", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpNq--A", "type" : "is-in" }, { "_key" : "87329", "_id" : "worldEdges/87329", "_from" : "worldVertices/country-cambodia", "_to" : "worldVertices/continent-asia", "_rev" : "_ZG8LpNq--C", "type" : "is-in" }, { "_key" : "87331", "_id" : "worldEdges/87331", "_from" : "worldVertices/country-cameroon", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpNu---", "type" : "is-in" }, { "_key" : "87333", "_id" : "worldEdges/87333", "_from" : "worldVertices/country-canada", "_to" : "worldVertices/continent-north-america", "_rev" : "_ZG8LpNu--A", "type" : "is-in" }, { "_key" : "87335", "_id" : "worldEdges/87335", "_from" : "worldVertices/country-chad", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpNu--C", "type" : "is-in" }, { "_key" : "87337", "_id" : "worldEdges/87337", "_from" : "worldVertices/country-chile", "_to" : "worldVertices/continent-south-america", "_rev" : "_ZG8LpNy---", "type" : "is-in" }, { "_key" : "87339", "_id" : "worldEdges/87339", "_from" : "worldVertices/country-colombia", "_to" : "worldVertices/continent-south-america", "_rev" : "_ZG8LpNy--A", "type" : "is-in" }, { "_key" : "87341", "_id" : "worldEdges/87341", "_from" : "worldVertices/country-cote-d-ivoire", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpNy--C", "type" : "is-in" }, { "_key" : "87343", "_id" : "worldEdges/87343", "_from" : "worldVertices/country-croatia", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpN2---", "type" : "is-in" }, { "_key" : "87345", "_id" : "worldEdges/87345", "_from" : "worldVertices/country-czech-republic", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpN2--A", "type" : "is-in" }, { "_key" : "87347", "_id" : "worldEdges/87347", "_from" : "worldVertices/country-denmark", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpN6---", "type" : "is-in" }, { "_key" : "87349", "_id" : "worldEdges/87349", "_from" : "worldVertices/country-ecuador", "_to" : "worldVertices/continent-south-america", "_rev" : "_ZG8LpN6--A", "type" : "is-in" }, { "_key" : "87351", "_id" : "worldEdges/87351", "_from" : "worldVertices/country-egypt", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpN6--C", "type" : "is-in" }, { "_key" : "87353", "_id" : "worldEdges/87353", "_from" : "worldVertices/country-eritrea", "_to" : "worldVertices/continent-africa", "_rev" : "_ZG8LpO----", "type" : "is-in" }, { "_key" : "87355", "_id" : "worldEdges/87355", "_from" : "worldVertices/country-finland", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpO---A", "type" : "is-in" }, { "_key" : "87357", "_id" : "worldEdges/87357", "_from" : "worldVertices/country-france", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpO---C", "type" : "is-in" }, { "_key" : "87359", "_id" : "worldEdges/87359", "_from" : "worldVertices/country-germany", "_to" : "worldVertices/continent-europe", "_rev" : "_ZG8LpOC---", "type" : "is-in" }, { "_key" : "87361", "_id" : "worldEdges/87361", "_from" : "worldVertices/country-people-s-republic-of-china", "_to" : "worldVertices/continent-asia", "_rev" : "_ZG8LpOC--A", "type" : "is-in" }, { "_key" : "87363", "_id" : "worldEdges/87363", "_from" : "worldVertices/capital-algiers", "_to" : "worldVertices/country-algeria", "_rev" : "_ZG8LpOC--C", "type" : "is-in" }, { "_key" : "87365", "_id" : "worldEdges/87365", "_from" : "worldVertices/capital-andorra-la-vella", "_to" : "worldVertices/country-andorra", "_rev" : "_ZG8LpOG---", "type" : "is-in" }, { "_key" : "87367", "_id" : "worldEdges/87367", "_from" : "worldVertices/capital-asmara", "_to" : "worldVertices/country-eritrea", "_rev" : "_ZG8LpOG--A", "type" : "is-in" }, { "_key" : "87369", "_id" : "worldEdges/87369", "_from" : "worldVertices/capital-bandar-seri-begawan", "_to" : "worldVertices/country-brunei", "_rev" : "_ZG8LpOG--C", "type" : "is-in" }, { "_key" : "87371", "_id" : "worldEdges/87371", "_from" : "worldVertices/capital-beijing", "_to" : "worldVertices/country-people-s-republic-of-china", "_rev" : "_ZG8LpOK---", "type" : "is-in" }, { "_key" : "87373", "_id" : "worldEdges/87373", "_from" : "worldVertices/capital-berlin", "_to" : "worldVertices/country-germany", "_rev" : "_ZG8LpOK--A", "type" : "is-in" }, { "_key" : "87375", "_id" : "worldEdges/87375", "_from" : "worldVertices/capital-bogota", "_to" : "worldVertices/country-colombia", "_rev" : "_ZG8LpOK--C", "type" : "is-in" }, { "_key" : "87377", "_id" : "worldEdges/87377", "_from" : "worldVertices/capital-brasilia", "_to" : "worldVertices/country-brazil", "_rev" : "_ZG8LpOO---", "type" : "is-in" }, { "_key" : "87379", "_id" : "worldEdges/87379", "_from" : "worldVertices/capital-bridgetown", "_to" : "worldVertices/country-barbados", "_rev" : "_ZG8LpOO--A", "type" : "is-in" }, { "_key" : "87381", "_id" : "worldEdges/87381", "_from" : "worldVertices/capital-brussels", "_to" : "worldVertices/country-belgium", "_rev" : "_ZG8LpOS---", "type" : "is-in" }, { "_key" : "87383", "_id" : "worldEdges/87383", "_from" : "worldVertices/capital-buenos-aires", "_to" : "worldVertices/country-argentina", "_rev" : "_ZG8LpOS--A", "type" : "is-in" }, { "_key" : "87385", "_id" : "worldEdges/87385", "_from" : "worldVertices/capital-bujumbura", "_to" : "worldVertices/country-burundi", "_rev" : "_ZG8LpOS--C", "type" : "is-in" }, { "_key" : "87387", "_id" : "worldEdges/87387", "_from" : "worldVertices/capital-cairo", "_to" : "worldVertices/country-egypt", "_rev" : "_ZG8LpOW---", "type" : "is-in" }, { "_key" : "87389", "_id" : "worldEdges/87389", "_from" : "worldVertices/capital-canberra", "_to" : "worldVertices/country-australia", "_rev" : "_ZG8LpOW--A", "type" : "is-in" }, { "_key" : "87391", "_id" : "worldEdges/87391", "_from" : "worldVertices/capital-copenhagen", "_to" : "worldVertices/country-denmark", "_rev" : "_ZG8LpOW--C", "type" : "is-in" }, { "_key" : "87393", "_id" : "worldEdges/87393", "_from" : "worldVertices/capital-dhaka", "_to" : "worldVertices/country-bangladesh", "_rev" : "_ZG8LpOa---", "type" : "is-in" }, { "_key" : "87395", "_id" : "worldEdges/87395", "_from" : "worldVertices/capital-gaborone", "_to" : "worldVertices/country-botswana", "_rev" : "_ZG8LpOa--A", "type" : "is-in" }, { "_key" : "87397", "_id" : "worldEdges/87397", "_from" : "worldVertices/capital-helsinki", "_to" : "worldVertices/country-finland", "_rev" : "_ZG8LpOa--C", "type" : "is-in" }, { "_key" : "87399", "_id" : "worldEdges/87399", "_from" : "worldVertices/capital-kabul", "_to" : "worldVertices/country-afghanistan", "_rev" : "_ZG8LpOe---", "type" : "is-in" }, { "_key" : "87401", "_id" : "worldEdges/87401", "_from" : "worldVertices/capital-la-paz", "_to" : "worldVertices/country-bolivia", "_rev" : "_ZG8LpOe--A", "type" : "is-in" }, { "_key" : "87403", "_id" : "worldEdges/87403", "_from" : "worldVertices/capital-luanda", "_to" : "worldVertices/country-angola", "_rev" : "_ZG8LpOe--C", "type" : "is-in" }, { "_key" : "87405", "_id" : "worldEdges/87405", "_from" : "worldVertices/capital-manama", "_to" : "worldVertices/country-bahrain", "_rev" : "_ZG8LpOi---", "type" : "is-in" }, { "_key" : "87407", "_id" : "worldEdges/87407", "_from" : "worldVertices/capital-nassau", "_to" : "worldVertices/country-bahamas", "_rev" : "_ZG8LpOi--A", "type" : "is-in" }, { "_key" : "87409", "_id" : "worldEdges/87409", "_from" : "worldVertices/capital-n-djamena", "_to" : "worldVertices/country-chad", "_rev" : "_ZG8LpOi--C", "type" : "is-in" }, { "_key" : "87411", "_id" : "worldEdges/87411", "_from" : "worldVertices/capital-ottawa", "_to" : "worldVertices/country-canada", "_rev" : "_ZG8LpOm---", "type" : "is-in" }, { "_key" : "87413", "_id" : "worldEdges/87413", "_from" : "worldVertices/capital-ouagadougou", "_to" : "worldVertices/country-burkina-faso", "_rev" : "_ZG8LpOm--A", "type" : "is-in" }, { "_key" : "87415", "_id" : "worldEdges/87415", "_from" : "worldVertices/capital-paris", "_to" : "worldVertices/country-france", "_rev" : "_ZG8LpOm--C", "type" : "is-in" }, { "_key" : "87417", "_id" : "worldEdges/87417", "_from" : "worldVertices/capital-phnom-penh", "_to" : "worldVertices/country-cambodia", "_rev" : "_ZG8LpOq---", "type" : "is-in" }, { "_key" : "87419", "_id" : "worldEdges/87419", "_from" : "worldVertices/capital-prague", "_to" : "worldVertices/country-czech-republic", "_rev" : "_ZG8LpOq--A", "type" : "is-in" }, { "_key" : "87421", "_id" : "worldEdges/87421", "_from" : "worldVertices/capital-quito", "_to" : "worldVertices/country-ecuador", "_rev" : "_ZG8LpOu---", "type" : "is-in" }, { "_key" : "87423", "_id" : "worldEdges/87423", "_from" : "worldVertices/capital-saint-john-s", "_to" : "worldVertices/country-antigua-and-barbuda", "_rev" : "_ZG8LpOu--A", "type" : "is-in" }, { "_key" : "87425", "_id" : "worldEdges/87425", "_from" : "worldVertices/capital-santiago", "_to" : "worldVertices/country-chile", "_rev" : "_ZG8LpOu--C", "type" : "is-in" }, { "_key" : "87427", "_id" : "worldEdges/87427", "_from" : "worldVertices/capital-sarajevo", "_to" : "worldVertices/country-bosnia-and-herzegovina", "_rev" : "_ZG8LpOy---", "type" : "is-in" }, { "_key" : "87429", "_id" : "worldEdges/87429", "_from" : "worldVertices/capital-sofia", "_to" : "worldVertices/country-bulgaria", "_rev" : "_ZG8LpOy--A", "type" : "is-in" }, { "_key" : "87431", "_id" : "worldEdges/87431", "_from" : "worldVertices/capital-thimphu", "_to" : "worldVertices/country-bhutan", "_rev" : "_ZG8LpOy--C", "type" : "is-in" }, { "_key" : "87433", "_id" : "worldEdges/87433", "_from" : "worldVertices/capital-tirana", "_to" : "worldVertices/country-albania", "_rev" : "_ZG8LpO2---", "type" : "is-in" }, { "_key" : "87435", "_id" : "worldEdges/87435", "_from" : "worldVertices/capital-vienna", "_to" : "worldVertices/country-austria", "_rev" : "_ZG8LpO2--A", "type" : "is-in" }, { "_key" : "87437", "_id" : "worldEdges/87437", "_from" : "worldVertices/capital-yamoussoukro", "_to" : "worldVertices/country-cote-d-ivoire", "_rev" : "_ZG8LpO2--C", "type" : "is-in" }, { "_key" : "87439", "_id" : "worldEdges/87439", "_from" : "worldVertices/capital-yaounde", "_to" : "worldVertices/country-cameroon", "_rev" : "_ZG8LpO6---", "type" : "is-in" }, { "_key" : "87441", "_id" : "worldEdges/87441", "_from" : "worldVertices/capital-zagreb", "_to" : "worldVertices/country-croatia", "_rev" : "_ZG8LpO6--A", "type" : "is-in" } ] arangosh> examples.dropGraph("worldCountry"); arangosh> var g = examples.loadGraph("worldCountryUnManaged"); arangosh> examples.dropGraph("worldCountryUnManaged");