arangosh> var examples = require("@arangodb/graph-examples/example-graph.js"); arangosh> var g = examples.loadGraph("worldCountry"); arangosh> db.worldVertices.toArray(); [ { "_key" : "capital-ottawa", "_id" : "worldVertices/capital-ottawa", "_rev" : "_XPb96he--P", "name" : "Ottawa", "type" : "capital" }, { "_key" : "capital-yaounde", "_id" : "worldVertices/capital-yaounde", "_rev" : "_XPb96hm--J", "name" : "Yaounde", "type" : "capital" }, { "_key" : "capital-algiers", "_id" : "worldVertices/capital-algiers", "_rev" : "_XPb96hS--L", "name" : "Algiers", "type" : "capital" }, { "_key" : "continent-south-america", "_id" : "worldVertices/continent-south-america", "_rev" : "_XPb96h---J", "name" : "South America", "type" : "continent" }, { "_key" : "capital-andorra-la-vella", "_id" : "worldVertices/capital-andorra-la-vella", "_rev" : "_XPb96hS--N", "name" : "Andorra la Vella", "type" : "capital" }, { "_key" : "country-people-s-republic-of-china", "_id" : "worldVertices/country-people-s-republic-of-china", "_rev" : "_XPb96hS--J", "name" : "People's Republic of China", "type" : "country", "code" : "CHN" }, { "_key" : "capital-tirana", "_id" : "worldVertices/capital-tirana", "_rev" : "_XPb96hm--D", "name" : "Tirana", "type" : "capital" }, { "_key" : "country-cote-d-ivoire", "_id" : "worldVertices/country-cote-d-ivoire", "_rev" : "_XPb96hO--F", "name" : "Cote d'Ivoire", "type" : "country", "code" : "CIV" }, { "_key" : "capital-sofia", "_id" : "worldVertices/capital-sofia", "_rev" : "_XPb96hm--_", "name" : "Sofia", "type" : "capital" }, { "_key" : "capital-bridgetown", "_id" : "worldVertices/capital-bridgetown", "_rev" : "_XPb96hW--L", "name" : "Bridgetown", "type" : "capital" }, { "_key" : "country-chad", "_id" : "worldVertices/country-chad", "_rev" : "_XPb96hO--_", "name" : "Chad", "type" : "country", "code" : "TCD" }, { "_key" : "capital-thimphu", "_id" : "worldVertices/capital-thimphu", "_rev" : "_XPb96hm--B", "name" : "Thimphu", "type" : "capital" }, { "_key" : "capital-santiago", "_id" : "worldVertices/capital-santiago", "_rev" : "_XPb96hi--L", "name" : "Santiago", "type" : "capital" }, { "_key" : "capital-manama", "_id" : "worldVertices/capital-manama", "_rev" : "_XPb96he--J", "name" : "Manama", "type" : "capital" }, { "_key" : "capital-zagreb", "_id" : "worldVertices/capital-zagreb", "_rev" : "_XPb96hm--L", "name" : "Zagreb", "type" : "capital" }, { "_key" : "country-brazil", "_id" : "worldVertices/country-brazil", "_rev" : "_XPb96hK--_", "name" : "Brazil", "type" : "country", "code" : "BRA" }, { "_key" : "country-burundi", "_id" : "worldVertices/country-burundi", "_rev" : "_XPb96hK--H", "name" : "Burundi", "type" : "country", "code" : "BDI" }, { "_key" : "capital-la-paz", "_id" : "worldVertices/capital-la-paz", "_rev" : "_XPb96he--F", "name" : "La Paz", "type" : "capital" }, { "_key" : "country-germany", "_id" : "worldVertices/country-germany", "_rev" : "_XPb96hS--H", "name" : "Germany", "type" : "country", "code" : "DEU" }, { "_key" : "country-botswana", "_id" : "worldVertices/country-botswana", "_rev" : "_XPb96hG--N", "name" : "Botswana", "type" : "country", "code" : "BWA" }, { "_key" : "capital-phnom-penh", "_id" : "worldVertices/capital-phnom-penh", "_rev" : "_XPb96hi--D", "name" : "Phnom Penh", "type" : "capital" }, { "_key" : "country-croatia", "_id" : "worldVertices/country-croatia", "_rev" : "_XPb96hO--H", "name" : "Croatia", "type" : "country", "code" : "HRV" }, { "_key" : "country-eritrea", "_id" : "worldVertices/country-eritrea", "_rev" : "_XPb96hS--B", "name" : "Eritrea", "type" : "country", "code" : "ERI" }, { "_key" : "country-angola", "_id" : "worldVertices/country-angola", "_rev" : "_XPb96hC--F", "name" : "Angola", "type" : "country", "code" : "AGO" }, { "_key" : "country-bahrain", "_id" : "worldVertices/country-bahrain", "_rev" : "_XPb96hG--_", "name" : "Bahrain", "type" : "country", "code" : "BHR" }, { "_key" : "country-argentina", "_id" : "worldVertices/country-argentina", "_rev" : "_XPb96hC--J", "name" : "Argentina", "type" : "country", "code" : "ARG" }, { "_key" : "capital-canberra", "_id" : "worldVertices/capital-canberra", "_rev" : "_XPb96ha--F", "name" : "Canberra", "type" : "capital" }, { "_key" : "capital-bujumbura", "_id" : "worldVertices/capital-bujumbura", "_rev" : "_XPb96ha--B", "name" : "Bujumbura", "type" : "capital" }, { "_key" : "country-bangladesh", "_id" : "worldVertices/country-bangladesh", "_rev" : "_XPb96hG--B", "name" : "Bangladesh", "type" : "country", "code" : "BGD" }, { "_key" : "country-ecuador", "_id" : "worldVertices/country-ecuador", "_rev" : "_XPb96hO--N", "name" : "Ecuador", "type" : "country", "code" : "ECU" }, { "_key" : "continent-africa", "_id" : "worldVertices/continent-africa", "_rev" : "_XPb96h---_", "name" : "Africa", "type" : "continent" }, { "_key" : "country-cambodia", "_id" : "worldVertices/country-cambodia", "_rev" : "_XPb96hK--J", "name" : "Cambodia", "type" : "country", "code" : "KHM" }, { "_key" : "country-chile", "_id" : "worldVertices/country-chile", "_rev" : "_XPb96hO--B", "name" : "Chile", "type" : "country", "code" : "CHL" }, { "_key" : "country-bolivia", "_id" : "worldVertices/country-bolivia", "_rev" : "_XPb96hG--J", "name" : "Bolivia", "type" : "country", "code" : "BOL" }, { "_key" : "country-belgium", "_id" : "worldVertices/country-belgium", "_rev" : "_XPb96hG--F", "name" : "Belgium", "type" : "country", "code" : "BEL" }, { "_key" : "capital-copenhagen", "_id" : "worldVertices/capital-copenhagen", "_rev" : "_XPb96ha--H", "name" : "Copenhagen", "type" : "capital" }, { "_key" : "country-cameroon", "_id" : "worldVertices/country-cameroon", "_rev" : "_XPb96hK--L", "name" : "Cameroon", "type" : "country", "code" : "CMR" }, { "_key" : "capital-gaborone", "_id" : "worldVertices/capital-gaborone", "_rev" : "_XPb96he--_", "name" : "Gaborone", "type" : "capital" }, { "_key" : "continent-australia", "_id" : "worldVertices/continent-australia", "_rev" : "_XPb96h---D", "name" : "Australia", "type" : "continent" }, { "_key" : "world", "_id" : "worldVertices/world", "_rev" : "_XPb96g6--_", "name" : "World", "type" : "root" }, { "_key" : "capital-yamoussoukro", "_id" : "worldVertices/capital-yamoussoukro", "_rev" : "_XPb96hm--H", "name" : "Yamoussoukro", "type" : "capital" }, { "_key" : "capital-brasilia", "_id" : "worldVertices/capital-brasilia", "_rev" : "_XPb96hW--J", "name" : "Brasilia", "type" : "capital" }, { "_key" : "country-antigua-and-barbuda", "_id" : "worldVertices/country-antigua-and-barbuda", "_rev" : "_XPb96hC--H", "name" : "Antigua and Barbuda", "type" : "country", "code" : "ATG" }, { "_key" : "capital-bandar-seri-begawan", "_id" : "worldVertices/capital-bandar-seri-begawan", "_rev" : "_XPb96hW--B", "name" : "Bandar Seri Begawan", "type" : "capital" }, { "_key" : "capital-dhaka", "_id" : "worldVertices/capital-dhaka", "_rev" : "_XPb96ha--J", "name" : "Dhaka", "type" : "capital" }, { "_key" : "capital-saint-john-s", "_id" : "worldVertices/capital-saint-john-s", "_rev" : "_XPb96hi--J", "name" : "Saint John's", "type" : "capital" }, { "_key" : "country-burkina-faso", "_id" : "worldVertices/country-burkina-faso", "_rev" : "_XPb96hK--F", "name" : "Burkina Faso", "type" : "country", "code" : "BFA" }, { "_key" : "capital-prague", "_id" : "worldVertices/capital-prague", "_rev" : "_XPb96hi--F", "name" : "Prague", "type" : "capital" }, { "_key" : "country-czech-republic", "_id" : "worldVertices/country-czech-republic", "_rev" : "_XPb96hO--J", "name" : "Czech Republic", "type" : "country", "code" : "CZE" }, { "_key" : "country-egypt", "_id" : "worldVertices/country-egypt", "_rev" : "_XPb96hS--_", "name" : "Egypt", "type" : "country", "code" : "EGY" }, { "_key" : "capital-helsinki", "_id" : "worldVertices/capital-helsinki", "_rev" : "_XPb96he--B", "name" : "Helsinki", "type" : "capital" }, { "_key" : "country-bhutan", "_id" : "worldVertices/country-bhutan", "_rev" : "_XPb96hG--H", "name" : "Bhutan", "type" : "country", "code" : "BTN" }, { "_key" : "country-algeria", "_id" : "worldVertices/country-algeria", "_rev" : "_XPb96hC--B", "name" : "Algeria", "type" : "country", "code" : "DZA" }, { "_key" : "country-afghanistan", "_id" : "worldVertices/country-afghanistan", "_rev" : "_XPb96h---L", "name" : "Afghanistan", "type" : "country", "code" : "AFG" }, { "_key" : "capital-paris", "_id" : "worldVertices/capital-paris", "_rev" : "_XPb96hi--B", "name" : "Paris", "type" : "capital" }, { "_key" : "country-finland", "_id" : "worldVertices/country-finland", "_rev" : "_XPb96hS--D", "name" : "Finland", "type" : "country", "code" : "FIN" }, { "_key" : "country-austria", "_id" : "worldVertices/country-austria", "_rev" : "_XPb96hC--N", "name" : "Austria", "type" : "country", "code" : "AUT" }, { "_key" : "capital-brussels", "_id" : "worldVertices/capital-brussels", "_rev" : "_XPb96hW--N", "name" : "Brussels", "type" : "capital" }, { "_key" : "country-denmark", "_id" : "worldVertices/country-denmark", "_rev" : "_XPb96hO--L", "name" : "Denmark", "type" : "country", "code" : "DNK" }, { "_key" : "country-albania", "_id" : "worldVertices/country-albania", "_rev" : "_XPb96hC--_", "name" : "Albania", "type" : "country", "code" : "ALB" }, { "_key" : "capital-berlin", "_id" : "worldVertices/capital-berlin", "_rev" : "_XPb96hW--F", "name" : "Berlin", "type" : "capital" }, { "_key" : "capital-buenos-aires", "_id" : "worldVertices/capital-buenos-aires", "_rev" : "_XPb96ha--_", "name" : "Buenos Aires", "type" : "capital" }, { "_key" : "capital-quito", "_id" : "worldVertices/capital-quito", "_rev" : "_XPb96hi--H", "name" : "Quito", "type" : "capital" }, { "_key" : "country-france", "_id" : "worldVertices/country-france", "_rev" : "_XPb96hS--F", "name" : "France", "type" : "country", "code" : "FRA" }, { "_key" : "country-colombia", "_id" : "worldVertices/country-colombia", "_rev" : "_XPb96hO--D", "name" : "Colombia", "type" : "country", "code" : "COL" }, { "_key" : "country-bulgaria", "_id" : "worldVertices/country-bulgaria", "_rev" : "_XPb96hK--D", "name" : "Bulgaria", "type" : "country", "code" : "BGR" }, { "_key" : "continent-north-america", "_id" : "worldVertices/continent-north-america", "_rev" : "_XPb96h---H", "name" : "North America", "type" : "continent" }, { "_key" : "capital-vienna", "_id" : "worldVertices/capital-vienna", "_rev" : "_XPb96hm--F", "name" : "Vienna", "type" : "capital" }, { "_key" : "country-bahamas", "_id" : "worldVertices/country-bahamas", "_rev" : "_XPb96hC--P", "name" : "Bahamas", "type" : "country", "code" : "BHS" }, { "_key" : "continent-asia", "_id" : "worldVertices/continent-asia", "_rev" : "_XPb96h---B", "name" : "Asia", "type" : "continent" }, { "_key" : "country-barbados", "_id" : "worldVertices/country-barbados", "_rev" : "_XPb96hG--D", "name" : "Barbados", "type" : "country", "code" : "BRB" }, { "_key" : "capital-n-djamena", "_id" : "worldVertices/capital-n-djamena", "_rev" : "_XPb96he--N", "name" : "N'Djamena", "type" : "capital" }, { "_key" : "capital-ouagadougou", "_id" : "worldVertices/capital-ouagadougou", "_rev" : "_XPb96hi--_", "name" : "Ouagadougou", "type" : "capital" }, { "_key" : "capital-bogota", "_id" : "worldVertices/capital-bogota", "_rev" : "_XPb96hW--H", "name" : "Bogota", "type" : "capital" }, { "_key" : "country-brunei", "_id" : "worldVertices/country-brunei", "_rev" : "_XPb96hK--B", "name" : "Brunei", "type" : "country", "code" : "BRN" }, { "_key" : "capital-asmara", "_id" : "worldVertices/capital-asmara", "_rev" : "_XPb96hW--_", "name" : "Asmara", "type" : "capital" }, { "_key" : "capital-cairo", "_id" : "worldVertices/capital-cairo", "_rev" : "_XPb96ha--D", "name" : "Cairo", "type" : "capital" }, { "_key" : "capital-kabul", "_id" : "worldVertices/capital-kabul", "_rev" : "_XPb96he--D", "name" : "Kabul", "type" : "capital" }, { "_key" : "capital-nassau", "_id" : "worldVertices/capital-nassau", "_rev" : "_XPb96he--L", "name" : "Nassau", "type" : "capital" }, { "_key" : "capital-beijing", "_id" : "worldVertices/capital-beijing", "_rev" : "_XPb96hW--D", "name" : "Beijing", "type" : "capital" }, { "_key" : "country-canada", "_id" : "worldVertices/country-canada", "_rev" : "_XPb96hK--N", "name" : "Canada", "type" : "country", "code" : "CAN" }, { "_key" : "continent-europe", "_id" : "worldVertices/continent-europe", "_rev" : "_XPb96h---F", "name" : "Europe", "type" : "continent" }, { "_key" : "capital-luanda", "_id" : "worldVertices/capital-luanda", "_rev" : "_XPb96he--H", "name" : "Luanda", "type" : "capital" }, { "_key" : "country-australia", "_id" : "worldVertices/country-australia", "_rev" : "_XPb96hC--L", "name" : "Australia", "type" : "country", "code" : "AUS" }, { "_key" : "capital-sarajevo", "_id" : "worldVertices/capital-sarajevo", "_rev" : "_XPb96hi--N", "name" : "Sarajevo", "type" : "capital" }, { "_key" : "country-andorra", "_id" : "worldVertices/country-andorra", "_rev" : "_XPb96hC--D", "name" : "Andorra", "type" : "country", "code" : "AND" }, { "_key" : "country-bosnia-and-herzegovina", "_id" : "worldVertices/country-bosnia-and-herzegovina", "_rev" : "_XPb96hG--L", "name" : "Bosnia and Herzegovina", "type" : "country", "code" : "BIH" } ] arangosh> db.worldEdges.toArray(); [ { "_key" : "128699", "_id" : "worldEdges/128699", "_from" : "worldVertices/capital-phnom-penh", "_to" : "worldVertices/country-cambodia", "_rev" : "_XPb96iO--F", "type" : "is-in" }, { "_key" : "128516", "_id" : "worldEdges/128516", "_from" : "worldVertices/country-argentina", "_to" : "worldVertices/continent-south-america", "_rev" : "_XPb96hu--F", "type" : "is-in" }, { "_key" : "128672", "_id" : "worldEdges/128672", "_from" : "worldVertices/capital-kabul", "_to" : "worldVertices/country-afghanistan", "_rev" : "_XPb96iK--_", "type" : "is-in" }, { "_key" : "128549", "_id" : "worldEdges/128549", "_from" : "worldVertices/country-botswana", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96hy--L", "type" : "is-in" }, { "_key" : "128528", "_id" : "worldEdges/128528", "_from" : "worldVertices/country-bahrain", "_to" : "worldVertices/continent-asia", "_rev" : "_XPb96hu--N", "type" : "is-in" }, { "_key" : "128555", "_id" : "worldEdges/128555", "_from" : "worldVertices/country-brunei", "_to" : "worldVertices/continent-asia", "_rev" : "_XPb96h2--B", "type" : "is-in" }, { "_key" : "128597", "_id" : "worldEdges/128597", "_from" : "worldVertices/country-ecuador", "_to" : "worldVertices/continent-south-america", "_rev" : "_XPb96h6--L", "type" : "is-in" }, { "_key" : "128579", "_id" : "worldEdges/128579", "_from" : "worldVertices/country-chile", "_to" : "worldVertices/continent-south-america", "_rev" : "_XPb96h6--_", "type" : "is-in" }, { "_key" : "128714", "_id" : "worldEdges/128714", "_from" : "worldVertices/capital-sarajevo", "_to" : "worldVertices/country-bosnia-and-herzegovina", "_rev" : "_XPb96iW--B", "type" : "is-in" }, { "_key" : "128660", "_id" : "worldEdges/128660", "_from" : "worldVertices/capital-copenhagen", "_to" : "worldVertices/country-denmark", "_rev" : "_XPb96iG--F", "type" : "is-in" }, { "_key" : "128621", "_id" : "worldEdges/128621", "_from" : "worldVertices/capital-andorra-la-vella", "_to" : "worldVertices/country-andorra", "_rev" : "_XPb96i---L", "type" : "is-in" }, { "_key" : "128645", "_id" : "worldEdges/128645", "_from" : "worldVertices/capital-brussels", "_to" : "worldVertices/country-belgium", "_rev" : "_XPb96iC--L", "type" : "is-in" }, { "_key" : "128479", "_id" : "worldEdges/128479", "_from" : "worldVertices/continent-africa", "_to" : "worldVertices/world", "_rev" : "_XPb96hm--N", "type" : "is-in" }, { "_key" : "128723", "_id" : "worldEdges/128723", "_from" : "worldVertices/capital-tirana", "_to" : "worldVertices/country-albania", "_rev" : "_XPb96ia--B", "type" : "is-in" }, { "_key" : "128552", "_id" : "worldEdges/128552", "_from" : "worldVertices/country-brazil", "_to" : "worldVertices/continent-south-america", "_rev" : "_XPb96h2--_", "type" : "is-in" }, { "_key" : "128735", "_id" : "worldEdges/128735", "_from" : "worldVertices/capital-zagreb", "_to" : "worldVertices/country-croatia", "_rev" : "_XPb96ie--D", "type" : "is-in" }, { "_key" : "128726", "_id" : "worldEdges/128726", "_from" : "worldVertices/capital-vienna", "_to" : "worldVertices/country-austria", "_rev" : "_XPb96ia--D", "type" : "is-in" }, { "_key" : "128669", "_id" : "worldEdges/128669", "_from" : "worldVertices/capital-helsinki", "_to" : "worldVertices/country-finland", "_rev" : "_XPb96iG--L", "type" : "is-in" }, { "_key" : "128540", "_id" : "worldEdges/128540", "_from" : "worldVertices/country-bhutan", "_to" : "worldVertices/continent-asia", "_rev" : "_XPb96hy--F", "type" : "is-in" }, { "_key" : "128606", "_id" : "worldEdges/128606", "_from" : "worldVertices/country-finland", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96i---B", "type" : "is-in" }, { "_key" : "128585", "_id" : "worldEdges/128585", "_from" : "worldVertices/country-cote-d-ivoire", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96h6--D", "type" : "is-in" }, { "_key" : "128513", "_id" : "worldEdges/128513", "_from" : "worldVertices/country-antigua-and-barbuda", "_to" : "worldVertices/continent-north-america", "_rev" : "_XPb96hu--D", "type" : "is-in" }, { "_key" : "128489", "_id" : "worldEdges/128489", "_from" : "worldVertices/continent-europe", "_to" : "worldVertices/world", "_rev" : "_XPb96hq--D", "type" : "is-in" }, { "_key" : "128648", "_id" : "worldEdges/128648", "_from" : "worldVertices/capital-buenos-aires", "_to" : "worldVertices/country-argentina", "_rev" : "_XPb96iC--N", "type" : "is-in" }, { "_key" : "128675", "_id" : "worldEdges/128675", "_from" : "worldVertices/capital-la-paz", "_to" : "worldVertices/country-bolivia", "_rev" : "_XPb96iK--B", "type" : "is-in" }, { "_key" : "128618", "_id" : "worldEdges/128618", "_from" : "worldVertices/capital-algiers", "_to" : "worldVertices/country-algeria", "_rev" : "_XPb96i---J", "type" : "is-in" }, { "_key" : "128573", "_id" : "worldEdges/128573", "_from" : "worldVertices/country-canada", "_to" : "worldVertices/continent-north-america", "_rev" : "_XPb96h2--N", "type" : "is-in" }, { "_key" : "128576", "_id" : "worldEdges/128576", "_from" : "worldVertices/country-chad", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96h2--P", "type" : "is-in" }, { "_key" : "128486", "_id" : "worldEdges/128486", "_from" : "worldVertices/continent-australia", "_to" : "worldVertices/world", "_rev" : "_XPb96hq--B", "type" : "is-in" }, { "_key" : "128642", "_id" : "worldEdges/128642", "_from" : "worldVertices/capital-bridgetown", "_to" : "worldVertices/country-barbados", "_rev" : "_XPb96iC--J", "type" : "is-in" }, { "_key" : "128567", "_id" : "worldEdges/128567", "_from" : "worldVertices/country-cambodia", "_to" : "worldVertices/continent-asia", "_rev" : "_XPb96h2--J", "type" : "is-in" }, { "_key" : "128537", "_id" : "worldEdges/128537", "_from" : "worldVertices/country-belgium", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96hy--D", "type" : "is-in" }, { "_key" : "128504", "_id" : "worldEdges/128504", "_from" : "worldVertices/country-algeria", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96hq--N", "type" : "is-in" }, { "_key" : "128639", "_id" : "worldEdges/128639", "_from" : "worldVertices/capital-brasilia", "_to" : "worldVertices/country-brazil", "_rev" : "_XPb96iC--H", "type" : "is-in" }, { "_key" : "128564", "_id" : "worldEdges/128564", "_from" : "worldVertices/country-burundi", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96h2--H", "type" : "is-in" }, { "_key" : "128690", "_id" : "worldEdges/128690", "_from" : "worldVertices/capital-ottawa", "_to" : "worldVertices/country-canada", "_rev" : "_XPb96iO--_", "type" : "is-in" }, { "_key" : "128492", "_id" : "worldEdges/128492", "_from" : "worldVertices/continent-north-america", "_to" : "worldVertices/world", "_rev" : "_XPb96hq--F", "type" : "is-in" }, { "_key" : "128627", "_id" : "worldEdges/128627", "_from" : "worldVertices/capital-bandar-seri-begawan", "_to" : "worldVertices/country-brunei", "_rev" : "_XPb96iC--_", "type" : "is-in" }, { "_key" : "128612", "_id" : "worldEdges/128612", "_from" : "worldVertices/country-germany", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96i---F", "type" : "is-in" }, { "_key" : "128729", "_id" : "worldEdges/128729", "_from" : "worldVertices/capital-yamoussoukro", "_to" : "worldVertices/country-cote-d-ivoire", "_rev" : "_XPb96ie--_", "type" : "is-in" }, { "_key" : "128615", "_id" : "worldEdges/128615", "_from" : "worldVertices/country-people-s-republic-of-china", "_to" : "worldVertices/continent-asia", "_rev" : "_XPb96i---H", "type" : "is-in" }, { "_key" : "128558", "_id" : "worldEdges/128558", "_from" : "worldVertices/country-bulgaria", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96h2--D", "type" : "is-in" }, { "_key" : "128624", "_id" : "worldEdges/128624", "_from" : "worldVertices/capital-asmara", "_to" : "worldVertices/country-eritrea", "_rev" : "_XPb96i---N", "type" : "is-in" }, { "_key" : "128681", "_id" : "worldEdges/128681", "_from" : "worldVertices/capital-manama", "_to" : "worldVertices/country-bahrain", "_rev" : "_XPb96iK--F", "type" : "is-in" }, { "_key" : "128591", "_id" : "worldEdges/128591", "_from" : "worldVertices/country-czech-republic", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96h6--H", "type" : "is-in" }, { "_key" : "128705", "_id" : "worldEdges/128705", "_from" : "worldVertices/capital-quito", "_to" : "worldVertices/country-ecuador", "_rev" : "_XPb96iS--_", "type" : "is-in" }, { "_key" : "128588", "_id" : "worldEdges/128588", "_from" : "worldVertices/country-croatia", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96h6--F", "type" : "is-in" }, { "_key" : "128663", "_id" : "worldEdges/128663", "_from" : "worldVertices/capital-dhaka", "_to" : "worldVertices/country-bangladesh", "_rev" : "_XPb96iG--H", "type" : "is-in" }, { "_key" : "128657", "_id" : "worldEdges/128657", "_from" : "worldVertices/capital-canberra", "_to" : "worldVertices/country-australia", "_rev" : "_XPb96iG--D", "type" : "is-in" }, { "_key" : "128720", "_id" : "worldEdges/128720", "_from" : "worldVertices/capital-thimphu", "_to" : "worldVertices/country-bhutan", "_rev" : "_XPb96ia--_", "type" : "is-in" }, { "_key" : "128630", "_id" : "worldEdges/128630", "_from" : "worldVertices/capital-beijing", "_to" : "worldVertices/country-people-s-republic-of-china", "_rev" : "_XPb96iC--B", "type" : "is-in" }, { "_key" : "128501", "_id" : "worldEdges/128501", "_from" : "worldVertices/country-albania", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96hq--L", "type" : "is-in" }, { "_key" : "128570", "_id" : "worldEdges/128570", "_from" : "worldVertices/country-cameroon", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96h2--L", "type" : "is-in" }, { "_key" : "128654", "_id" : "worldEdges/128654", "_from" : "worldVertices/capital-cairo", "_to" : "worldVertices/country-egypt", "_rev" : "_XPb96iG--B", "type" : "is-in" }, { "_key" : "128543", "_id" : "worldEdges/128543", "_from" : "worldVertices/country-bolivia", "_to" : "worldVertices/continent-south-america", "_rev" : "_XPb96hy--H", "type" : "is-in" }, { "_key" : "128495", "_id" : "worldEdges/128495", "_from" : "worldVertices/continent-south-america", "_to" : "worldVertices/world", "_rev" : "_XPb96hq--H", "type" : "is-in" }, { "_key" : "128666", "_id" : "worldEdges/128666", "_from" : "worldVertices/capital-gaborone", "_to" : "worldVertices/country-botswana", "_rev" : "_XPb96iG--J", "type" : "is-in" }, { "_key" : "128561", "_id" : "worldEdges/128561", "_from" : "worldVertices/country-burkina-faso", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96h2--F", "type" : "is-in" }, { "_key" : "128600", "_id" : "worldEdges/128600", "_from" : "worldVertices/country-egypt", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96h6--N", "type" : "is-in" }, { "_key" : "128603", "_id" : "worldEdges/128603", "_from" : "worldVertices/country-eritrea", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96i---_", "type" : "is-in" }, { "_key" : "128582", "_id" : "worldEdges/128582", "_from" : "worldVertices/country-colombia", "_to" : "worldVertices/continent-south-america", "_rev" : "_XPb96h6--B", "type" : "is-in" }, { "_key" : "128684", "_id" : "worldEdges/128684", "_from" : "worldVertices/capital-nassau", "_to" : "worldVertices/country-bahamas", "_rev" : "_XPb96iK--H", "type" : "is-in" }, { "_key" : "128696", "_id" : "worldEdges/128696", "_from" : "worldVertices/capital-paris", "_to" : "worldVertices/country-france", "_rev" : "_XPb96iO--D", "type" : "is-in" }, { "_key" : "128711", "_id" : "worldEdges/128711", "_from" : "worldVertices/capital-santiago", "_to" : "worldVertices/country-chile", "_rev" : "_XPb96iW--_", "type" : "is-in" }, { "_key" : "128546", "_id" : "worldEdges/128546", "_from" : "worldVertices/country-bosnia-and-herzegovina", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96hy--J", "type" : "is-in" }, { "_key" : "128717", "_id" : "worldEdges/128717", "_from" : "worldVertices/capital-sofia", "_to" : "worldVertices/country-bulgaria", "_rev" : "_XPb96iW--D", "type" : "is-in" }, { "_key" : "128507", "_id" : "worldEdges/128507", "_from" : "worldVertices/country-andorra", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96hu--_", "type" : "is-in" }, { "_key" : "128519", "_id" : "worldEdges/128519", "_from" : "worldVertices/country-australia", "_to" : "worldVertices/continent-australia", "_rev" : "_XPb96hu--H", "type" : "is-in" }, { "_key" : "128708", "_id" : "worldEdges/128708", "_from" : "worldVertices/capital-saint-john-s", "_to" : "worldVertices/country-antigua-and-barbuda", "_rev" : "_XPb96iS--B", "type" : "is-in" }, { "_key" : "128687", "_id" : "worldEdges/128687", "_from" : "worldVertices/capital-n-djamena", "_to" : "worldVertices/country-chad", "_rev" : "_XPb96iK--J", "type" : "is-in" }, { "_key" : "128498", "_id" : "worldEdges/128498", "_from" : "worldVertices/country-afghanistan", "_to" : "worldVertices/continent-asia", "_rev" : "_XPb96hq--J", "type" : "is-in" }, { "_key" : "128483", "_id" : "worldEdges/128483", "_from" : "worldVertices/continent-asia", "_to" : "worldVertices/world", "_rev" : "_XPb96hq--_", "type" : "is-in" }, { "_key" : "128693", "_id" : "worldEdges/128693", "_from" : "worldVertices/capital-ouagadougou", "_to" : "worldVertices/country-burkina-faso", "_rev" : "_XPb96iO--B", "type" : "is-in" }, { "_key" : "128702", "_id" : "worldEdges/128702", "_from" : "worldVertices/capital-prague", "_to" : "worldVertices/country-czech-republic", "_rev" : "_XPb96iO--H", "type" : "is-in" }, { "_key" : "128534", "_id" : "worldEdges/128534", "_from" : "worldVertices/country-barbados", "_to" : "worldVertices/continent-north-america", "_rev" : "_XPb96hy--B", "type" : "is-in" }, { "_key" : "128732", "_id" : "worldEdges/128732", "_from" : "worldVertices/capital-yaounde", "_to" : "worldVertices/country-cameroon", "_rev" : "_XPb96ie--B", "type" : "is-in" }, { "_key" : "128636", "_id" : "worldEdges/128636", "_from" : "worldVertices/capital-bogota", "_to" : "worldVertices/country-colombia", "_rev" : "_XPb96iC--F", "type" : "is-in" }, { "_key" : "128651", "_id" : "worldEdges/128651", "_from" : "worldVertices/capital-bujumbura", "_to" : "worldVertices/country-burundi", "_rev" : "_XPb96iG--_", "type" : "is-in" }, { "_key" : "128633", "_id" : "worldEdges/128633", "_from" : "worldVertices/capital-berlin", "_to" : "worldVertices/country-germany", "_rev" : "_XPb96iC--D", "type" : "is-in" }, { "_key" : "128510", "_id" : "worldEdges/128510", "_from" : "worldVertices/country-angola", "_to" : "worldVertices/continent-africa", "_rev" : "_XPb96hu--B", "type" : "is-in" }, { "_key" : "128531", "_id" : "worldEdges/128531", "_from" : "worldVertices/country-bangladesh", "_to" : "worldVertices/continent-asia", "_rev" : "_XPb96hy--_", "type" : "is-in" }, { "_key" : "128609", "_id" : "worldEdges/128609", "_from" : "worldVertices/country-france", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96i---D", "type" : "is-in" }, { "_key" : "128678", "_id" : "worldEdges/128678", "_from" : "worldVertices/capital-luanda", "_to" : "worldVertices/country-angola", "_rev" : "_XPb96iK--D", "type" : "is-in" }, { "_key" : "128594", "_id" : "worldEdges/128594", "_from" : "worldVertices/country-denmark", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96h6--J", "type" : "is-in" }, { "_key" : "128522", "_id" : "worldEdges/128522", "_from" : "worldVertices/country-austria", "_to" : "worldVertices/continent-europe", "_rev" : "_XPb96hu--J", "type" : "is-in" }, { "_key" : "128525", "_id" : "worldEdges/128525", "_from" : "worldVertices/country-bahamas", "_to" : "worldVertices/continent-north-america", "_rev" : "_XPb96hu--L", "type" : "is-in" } ] arangosh> examples.dropGraph("worldCountry"); true arangosh> var g = examples.loadGraph("worldCountryUnManaged"); arangosh> examples.dropGraph("worldCountryUnManaged");