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" : "_WgFAgRS--B",
"name" : "Ottawa",
"type" : "capital"
},
{
"_key" : "capital-yaounde",
"_id" : "worldVertices/capital-yaounde",
"_rev" : "_WgFAgRi--F",
"name" : "Yaounde",
"type" : "capital"
},
{
"_key" : "capital-algiers",
"_id" : "worldVertices/capital-algiers",
"_rev" : "_WgFAgQe--B",
"name" : "Algiers",
"type" : "capital"
},
{
"_key" : "continent-south-america",
"_id" : "worldVertices/continent-south-america",
"_rev" : "_WgFAgO2--B",
"name" : "South America",
"type" : "continent"
},
{
"_key" : "capital-andorra-la-vella",
"_id" : "worldVertices/capital-andorra-la-vella",
"_rev" : "_WgFAgQi--_",
"name" : "Andorra la Vella",
"type" : "capital"
},
{
"_key" : "country-people-s-republic-of-china",
"_id" : "worldVertices/country-people-s-republic-of-china",
"_rev" : "_WgFAgQe--_",
"name" : "People's Republic of China",
"type" : "country",
"code" : "CHN"
},
{
"_key" : "capital-tirana",
"_id" : "worldVertices/capital-tirana",
"_rev" : "_WgFAgRi--_",
"name" : "Tirana",
"type" : "capital"
},
{
"_key" : "country-cote-d-ivoire",
"_id" : "worldVertices/country-cote-d-ivoire",
"_rev" : "_WgFAgQG--_",
"name" : "Cote d'Ivoire",
"type" : "country",
"code" : "CIV"
},
{
"_key" : "capital-sofia",
"_id" : "worldVertices/capital-sofia",
"_rev" : "_WgFAgRe--D",
"name" : "Sofia",
"type" : "capital"
},
{
"_key" : "capital-bridgetown",
"_id" : "worldVertices/capital-bridgetown",
"_rev" : "_WgFAgQy--_",
"name" : "Bridgetown",
"type" : "capital"
},
{
"_key" : "country-chad",
"_id" : "worldVertices/country-chad",
"_rev" : "_WgFAgP6--B",
"name" : "Chad",
"type" : "country",
"code" : "TCD"
},
{
"_key" : "capital-thimphu",
"_id" : "worldVertices/capital-thimphu",
"_rev" : "_WgFAgRe--F",
"name" : "Thimphu",
"type" : "capital"
},
{
"_key" : "capital-santiago",
"_id" : "worldVertices/capital-santiago",
"_rev" : "_WgFAgRe--_",
"name" : "Santiago",
"type" : "capital"
},
{
"_key" : "capital-manama",
"_id" : "worldVertices/capital-manama",
"_rev" : "_WgFAgRO--_",
"name" : "Manama",
"type" : "capital"
},
{
"_key" : "capital-zagreb",
"_id" : "worldVertices/capital-zagreb",
"_rev" : "_WgFAgRm--_",
"name" : "Zagreb",
"type" : "capital"
},
{
"_key" : "country-brazil",
"_id" : "worldVertices/country-brazil",
"_rev" : "_WgFAgPm--_",
"name" : "Brazil",
"type" : "country",
"code" : "BRA"
},
{
"_key" : "country-burundi",
"_id" : "worldVertices/country-burundi",
"_rev" : "_WgFAgPy--_",
"name" : "Burundi",
"type" : "country",
"code" : "BDI"
},
{
"_key" : "capital-la-paz",
"_id" : "worldVertices/capital-la-paz",
"_rev" : "_WgFAgRK--B",
"name" : "La Paz",
"type" : "capital"
},
{
"_key" : "country-germany",
"_id" : "worldVertices/country-germany",
"_rev" : "_WgFAgQa--B",
"name" : "Germany",
"type" : "country",
"code" : "DEU"
},
{
"_key" : "country-botswana",
"_id" : "worldVertices/country-botswana",
"_rev" : "_WgFAgPi--B",
"name" : "Botswana",
"type" : "country",
"code" : "BWA"
},
{
"_key" : "capital-phnom-penh",
"_id" : "worldVertices/capital-phnom-penh",
"_rev" : "_WgFAgRW--B",
"name" : "Phnom Penh",
"type" : "capital"
},
{
"_key" : "country-croatia",
"_id" : "worldVertices/country-croatia",
"_rev" : "_WgFAgQG--B",
"name" : "Croatia",
"type" : "country",
"code" : "HRV"
},
{
"_key" : "country-eritrea",
"_id" : "worldVertices/country-eritrea",
"_rev" : "_WgFAgQW--_",
"name" : "Eritrea",
"type" : "country",
"code" : "ERI"
},
{
"_key" : "country-angola",
"_id" : "worldVertices/country-angola",
"_rev" : "_WgFAgPG--_",
"name" : "Angola",
"type" : "country",
"code" : "AGO"
},
{
"_key" : "country-bahrain",
"_id" : "worldVertices/country-bahrain",
"_rev" : "_WgFAgPS--B",
"name" : "Bahrain",
"type" : "country",
"code" : "BHR"
},
{
"_key" : "country-argentina",
"_id" : "worldVertices/country-argentina",
"_rev" : "_WgFAgPK--_",
"name" : "Argentina",
"type" : "country",
"code" : "ARG"
},
{
"_key" : "capital-canberra",
"_id" : "worldVertices/capital-canberra",
"_rev" : "_WgFAgR---_",
"name" : "Canberra",
"type" : "capital"
},
{
"_key" : "capital-bujumbura",
"_id" : "worldVertices/capital-bujumbura",
"_rev" : "_WgFAgQ6--_",
"name" : "Bujumbura",
"type" : "capital"
},
{
"_key" : "country-bangladesh",
"_id" : "worldVertices/country-bangladesh",
"_rev" : "_WgFAgPW--_",
"name" : "Bangladesh",
"type" : "country",
"code" : "BGD"
},
{
"_key" : "country-ecuador",
"_id" : "worldVertices/country-ecuador",
"_rev" : "_WgFAgQO--B",
"name" : "Ecuador",
"type" : "country",
"code" : "ECU"
},
{
"_key" : "continent-africa",
"_id" : "worldVertices/continent-africa",
"_rev" : "_WgFAgOq--_",
"name" : "Africa",
"type" : "continent"
},
{
"_key" : "country-cambodia",
"_id" : "worldVertices/country-cambodia",
"_rev" : "_WgFAgPy--B",
"name" : "Cambodia",
"type" : "country",
"code" : "KHM"
},
{
"_key" : "country-chile",
"_id" : "worldVertices/country-chile",
"_rev" : "_WgFAgQ---_",
"name" : "Chile",
"type" : "country",
"code" : "CHL"
},
{
"_key" : "country-bolivia",
"_id" : "worldVertices/country-bolivia",
"_rev" : "_WgFAgPe--_",
"name" : "Bolivia",
"type" : "country",
"code" : "BOL"
},
{
"_key" : "country-belgium",
"_id" : "worldVertices/country-belgium",
"_rev" : "_WgFAgPa--_",
"name" : "Belgium",
"type" : "country",
"code" : "BEL"
},
{
"_key" : "capital-copenhagen",
"_id" : "worldVertices/capital-copenhagen",
"_rev" : "_WgFAgRC--_",
"name" : "Copenhagen",
"type" : "capital"
},
{
"_key" : "country-cameroon",
"_id" : "worldVertices/country-cameroon",
"_rev" : "_WgFAgP2--_",
"name" : "Cameroon",
"type" : "country",
"code" : "CMR"
},
{
"_key" : "capital-gaborone",
"_id" : "worldVertices/capital-gaborone",
"_rev" : "_WgFAgRG--_",
"name" : "Gaborone",
"type" : "capital"
},
{
"_key" : "continent-australia",
"_id" : "worldVertices/continent-australia",
"_rev" : "_WgFAgOu--_",
"name" : "Australia",
"type" : "continent"
},
{
"_key" : "world",
"_id" : "worldVertices/world",
"_rev" : "_WgFAgOm--_",
"name" : "World",
"type" : "root"
},
{
"_key" : "capital-yamoussoukro",
"_id" : "worldVertices/capital-yamoussoukro",
"_rev" : "_WgFAgRi--D",
"name" : "Yamoussoukro",
"type" : "capital"
},
{
"_key" : "capital-brasilia",
"_id" : "worldVertices/capital-brasilia",
"_rev" : "_WgFAgQu--B",
"name" : "Brasilia",
"type" : "capital"
},
{
"_key" : "country-antigua-and-barbuda",
"_id" : "worldVertices/country-antigua-and-barbuda",
"_rev" : "_WgFAgPG--B",
"name" : "Antigua and Barbuda",
"type" : "country",
"code" : "ATG"
},
{
"_key" : "capital-bandar-seri-begawan",
"_id" : "worldVertices/capital-bandar-seri-begawan",
"_rev" : "_WgFAgQm--B",
"name" : "Bandar Seri Begawan",
"type" : "capital"
},
{
"_key" : "capital-dhaka",
"_id" : "worldVertices/capital-dhaka",
"_rev" : "_WgFAgRC--B",
"name" : "Dhaka",
"type" : "capital"
},
{
"_key" : "capital-saint-john-s",
"_id" : "worldVertices/capital-saint-john-s",
"_rev" : "_WgFAgRa--D",
"name" : "Saint John's",
"type" : "capital"
},
{
"_key" : "country-burkina-faso",
"_id" : "worldVertices/country-burkina-faso",
"_rev" : "_WgFAgPu--_",
"name" : "Burkina Faso",
"type" : "country",
"code" : "BFA"
},
{
"_key" : "capital-prague",
"_id" : "worldVertices/capital-prague",
"_rev" : "_WgFAgRa--_",
"name" : "Prague",
"type" : "capital"
},
{
"_key" : "country-czech-republic",
"_id" : "worldVertices/country-czech-republic",
"_rev" : "_WgFAgQK--_",
"name" : "Czech Republic",
"type" : "country",
"code" : "CZE"
},
{
"_key" : "country-egypt",
"_id" : "worldVertices/country-egypt",
"_rev" : "_WgFAgQS--_",
"name" : "Egypt",
"type" : "country",
"code" : "EGY"
},
{
"_key" : "capital-helsinki",
"_id" : "worldVertices/capital-helsinki",
"_rev" : "_WgFAgRG--B",
"name" : "Helsinki",
"type" : "capital"
},
{
"_key" : "country-bhutan",
"_id" : "worldVertices/country-bhutan",
"_rev" : "_WgFAgPa--B",
"name" : "Bhutan",
"type" : "country",
"code" : "BTN"
},
{
"_key" : "country-algeria",
"_id" : "worldVertices/country-algeria",
"_rev" : "_WgFAgP---B",
"name" : "Algeria",
"type" : "country",
"code" : "DZA"
},
{
"_key" : "country-afghanistan",
"_id" : "worldVertices/country-afghanistan",
"_rev" : "_WgFAgO6--_",
"name" : "Afghanistan",
"type" : "country",
"code" : "AFG"
},
{
"_key" : "capital-paris",
"_id" : "worldVertices/capital-paris",
"_rev" : "_WgFAgRW--_",
"name" : "Paris",
"type" : "capital"
},
{
"_key" : "country-finland",
"_id" : "worldVertices/country-finland",
"_rev" : "_WgFAgQW--B",
"name" : "Finland",
"type" : "country",
"code" : "FIN"
},
{
"_key" : "country-austria",
"_id" : "worldVertices/country-austria",
"_rev" : "_WgFAgPO--B",
"name" : "Austria",
"type" : "country",
"code" : "AUT"
},
{
"_key" : "capital-brussels",
"_id" : "worldVertices/capital-brussels",
"_rev" : "_WgFAgQy--B",
"name" : "Brussels",
"type" : "capital"
},
{
"_key" : "country-denmark",
"_id" : "worldVertices/country-denmark",
"_rev" : "_WgFAgQO--_",
"name" : "Denmark",
"type" : "country",
"code" : "DNK"
},
{
"_key" : "country-albania",
"_id" : "worldVertices/country-albania",
"_rev" : "_WgFAgP---_",
"name" : "Albania",
"type" : "country",
"code" : "ALB"
},
{
"_key" : "capital-berlin",
"_id" : "worldVertices/capital-berlin",
"_rev" : "_WgFAgQq--B",
"name" : "Berlin",
"type" : "capital"
},
{
"_key" : "capital-buenos-aires",
"_id" : "worldVertices/capital-buenos-aires",
"_rev" : "_WgFAgQ2--_",
"name" : "Buenos Aires",
"type" : "capital"
},
{
"_key" : "capital-quito",
"_id" : "worldVertices/capital-quito",
"_rev" : "_WgFAgRa--B",
"name" : "Quito",
"type" : "capital"
},
{
"_key" : "country-france",
"_id" : "worldVertices/country-france",
"_rev" : "_WgFAgQa--_",
"name" : "France",
"type" : "country",
"code" : "FRA"
},
{
"_key" : "country-colombia",
"_id" : "worldVertices/country-colombia",
"_rev" : "_WgFAgQC--_",
"name" : "Colombia",
"type" : "country",
"code" : "COL"
},
{
"_key" : "country-bulgaria",
"_id" : "worldVertices/country-bulgaria",
"_rev" : "_WgFAgPq--B",
"name" : "Bulgaria",
"type" : "country",
"code" : "BGR"
},
{
"_key" : "continent-north-america",
"_id" : "worldVertices/continent-north-america",
"_rev" : "_WgFAgO2--_",
"name" : "North America",
"type" : "continent"
},
{
"_key" : "capital-vienna",
"_id" : "worldVertices/capital-vienna",
"_rev" : "_WgFAgRi--B",
"name" : "Vienna",
"type" : "capital"
},
{
"_key" : "country-bahamas",
"_id" : "worldVertices/country-bahamas",
"_rev" : "_WgFAgPS--_",
"name" : "Bahamas",
"type" : "country",
"code" : "BHS"
},
{
"_key" : "continent-asia",
"_id" : "worldVertices/continent-asia",
"_rev" : "_WgFAgOq--B",
"name" : "Asia",
"type" : "continent"
},
{
"_key" : "country-barbados",
"_id" : "worldVertices/country-barbados",
"_rev" : "_WgFAgPW--B",
"name" : "Barbados",
"type" : "country",
"code" : "BRB"
},
{
"_key" : "capital-n-djamena",
"_id" : "worldVertices/capital-n-djamena",
"_rev" : "_WgFAgRS--_",
"name" : "N'Djamena",
"type" : "capital"
},
{
"_key" : "capital-ouagadougou",
"_id" : "worldVertices/capital-ouagadougou",
"_rev" : "_WgFAgRS--D",
"name" : "Ouagadougou",
"type" : "capital"
},
{
"_key" : "capital-bogota",
"_id" : "worldVertices/capital-bogota",
"_rev" : "_WgFAgQu--_",
"name" : "Bogota",
"type" : "capital"
},
{
"_key" : "country-brunei",
"_id" : "worldVertices/country-brunei",
"_rev" : "_WgFAgPq--_",
"name" : "Brunei",
"type" : "country",
"code" : "BRN"
},
{
"_key" : "capital-asmara",
"_id" : "worldVertices/capital-asmara",
"_rev" : "_WgFAgQm--_",
"name" : "Asmara",
"type" : "capital"
},
{
"_key" : "capital-cairo",
"_id" : "worldVertices/capital-cairo",
"_rev" : "_WgFAgQ6--B",
"name" : "Cairo",
"type" : "capital"
},
{
"_key" : "capital-kabul",
"_id" : "worldVertices/capital-kabul",
"_rev" : "_WgFAgRK--_",
"name" : "Kabul",
"type" : "capital"
},
{
"_key" : "capital-nassau",
"_id" : "worldVertices/capital-nassau",
"_rev" : "_WgFAgRO--B",
"name" : "Nassau",
"type" : "capital"
},
{
"_key" : "capital-beijing",
"_id" : "worldVertices/capital-beijing",
"_rev" : "_WgFAgQq--_",
"name" : "Beijing",
"type" : "capital"
},
{
"_key" : "country-canada",
"_id" : "worldVertices/country-canada",
"_rev" : "_WgFAgP6--_",
"name" : "Canada",
"type" : "country",
"code" : "CAN"
},
{
"_key" : "continent-europe",
"_id" : "worldVertices/continent-europe",
"_rev" : "_WgFAgOy--_",
"name" : "Europe",
"type" : "continent"
},
{
"_key" : "capital-luanda",
"_id" : "worldVertices/capital-luanda",
"_rev" : "_WgFAgRK--D",
"name" : "Luanda",
"type" : "capital"
},
{
"_key" : "country-australia",
"_id" : "worldVertices/country-australia",
"_rev" : "_WgFAgPO--_",
"name" : "Australia",
"type" : "country",
"code" : "AUS"
},
{
"_key" : "capital-sarajevo",
"_id" : "worldVertices/capital-sarajevo",
"_rev" : "_WgFAgRe--B",
"name" : "Sarajevo",
"type" : "capital"
},
{
"_key" : "country-andorra",
"_id" : "worldVertices/country-andorra",
"_rev" : "_WgFAgPC--_",
"name" : "Andorra",
"type" : "country",
"code" : "AND"
},
{
"_key" : "country-bosnia-and-herzegovina",
"_id" : "worldVertices/country-bosnia-and-herzegovina",
"_rev" : "_WgFAgPi--_",
"name" : "Bosnia and Herzegovina",
"type" : "country",
"code" : "BIH"
}
]
arangosh> db.worldEdges.toArray();
[
{
"_key" : "38178",
"_id" : "worldEdges/38178",
"_from" : "worldVertices/continent-south-america",
"_to" : "worldVertices/world",
"_rev" : "_WgFAgRq--B",
"type" : "is-in"
},
{
"_key" : "38337",
"_id" : "worldEdges/38337",
"_from" : "worldVertices/capital-cairo",
"_to" : "worldVertices/country-egypt",
"_rev" : "_WgFAgSO--F",
"type" : "is-in"
},
{
"_key" : "38355",
"_id" : "worldEdges/38355",
"_from" : "worldVertices/capital-kabul",
"_to" : "worldVertices/country-afghanistan",
"_rev" : "_WgFAgSS--F",
"type" : "is-in"
},
{
"_key" : "38262",
"_id" : "worldEdges/38262",
"_from" : "worldVertices/country-chile",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_WgFAgS---F",
"type" : "is-in"
},
{
"_key" : "38340",
"_id" : "worldEdges/38340",
"_from" : "worldVertices/capital-canberra",
"_to" : "worldVertices/country-australia",
"_rev" : "_WgFAgSO--H",
"type" : "is-in"
},
{
"_key" : "38289",
"_id" : "worldEdges/38289",
"_from" : "worldVertices/country-finland",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgSG--_",
"type" : "is-in"
},
{
"_key" : "38415",
"_id" : "worldEdges/38415",
"_from" : "worldVertices/capital-yaounde",
"_to" : "worldVertices/country-cameroon",
"_rev" : "_WgFAgSe--B",
"type" : "is-in"
},
{
"_key" : "38208",
"_id" : "worldEdges/38208",
"_from" : "worldVertices/country-bahamas",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_WgFAgRy--D",
"type" : "is-in"
},
{
"_key" : "38394",
"_id" : "worldEdges/38394",
"_from" : "worldVertices/capital-santiago",
"_to" : "worldVertices/country-chile",
"_rev" : "_WgFAgSa--D",
"type" : "is-in"
},
{
"_key" : "38253",
"_id" : "worldEdges/38253",
"_from" : "worldVertices/country-cameroon",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgS---_",
"type" : "is-in"
},
{
"_key" : "38382",
"_id" : "worldEdges/38382",
"_from" : "worldVertices/capital-phnom-penh",
"_to" : "worldVertices/country-cambodia",
"_rev" : "_WgFAgSW--J",
"type" : "is-in"
},
{
"_key" : "38259",
"_id" : "worldEdges/38259",
"_from" : "worldVertices/country-chad",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgS---D",
"type" : "is-in"
},
{
"_key" : "38310",
"_id" : "worldEdges/38310",
"_from" : "worldVertices/capital-bandar-seri-begawan",
"_to" : "worldVertices/country-brunei",
"_rev" : "_WgFAgSK--B",
"type" : "is-in"
},
{
"_key" : "38274",
"_id" : "worldEdges/38274",
"_from" : "worldVertices/country-czech-republic",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgSC--D",
"type" : "is-in"
},
{
"_key" : "38331",
"_id" : "worldEdges/38331",
"_from" : "worldVertices/capital-buenos-aires",
"_to" : "worldVertices/country-argentina",
"_rev" : "_WgFAgSO--B",
"type" : "is-in"
},
{
"_key" : "38334",
"_id" : "worldEdges/38334",
"_from" : "worldVertices/capital-bujumbura",
"_to" : "worldVertices/country-burundi",
"_rev" : "_WgFAgSO--D",
"type" : "is-in"
},
{
"_key" : "38385",
"_id" : "worldEdges/38385",
"_from" : "worldVertices/capital-prague",
"_to" : "worldVertices/country-czech-republic",
"_rev" : "_WgFAgSW--L",
"type" : "is-in"
},
{
"_key" : "38358",
"_id" : "worldEdges/38358",
"_from" : "worldVertices/capital-la-paz",
"_to" : "worldVertices/country-bolivia",
"_rev" : "_WgFAgSS--H",
"type" : "is-in"
},
{
"_key" : "38277",
"_id" : "worldEdges/38277",
"_from" : "worldVertices/country-denmark",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgSC--F",
"type" : "is-in"
},
{
"_key" : "38166",
"_id" : "worldEdges/38166",
"_from" : "worldVertices/continent-asia",
"_to" : "worldVertices/world",
"_rev" : "_WgFAgRm--D",
"type" : "is-in"
},
{
"_key" : "38196",
"_id" : "worldEdges/38196",
"_from" : "worldVertices/country-antigua-and-barbuda",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_WgFAgRu--F",
"type" : "is-in"
},
{
"_key" : "38418",
"_id" : "worldEdges/38418",
"_from" : "worldVertices/capital-zagreb",
"_to" : "worldVertices/country-croatia",
"_rev" : "_WgFAgSe--D",
"type" : "is-in"
},
{
"_key" : "38409",
"_id" : "worldEdges/38409",
"_from" : "worldVertices/capital-vienna",
"_to" : "worldVertices/country-austria",
"_rev" : "_WgFAgSa--N",
"type" : "is-in"
},
{
"_key" : "38376",
"_id" : "worldEdges/38376",
"_from" : "worldVertices/capital-ouagadougou",
"_to" : "worldVertices/country-burkina-faso",
"_rev" : "_WgFAgSW--F",
"type" : "is-in"
},
{
"_key" : "38202",
"_id" : "worldEdges/38202",
"_from" : "worldVertices/country-australia",
"_to" : "worldVertices/continent-australia",
"_rev" : "_WgFAgRy--_",
"type" : "is-in"
},
{
"_key" : "38379",
"_id" : "worldEdges/38379",
"_from" : "worldVertices/capital-paris",
"_to" : "worldVertices/country-france",
"_rev" : "_WgFAgSW--H",
"type" : "is-in"
},
{
"_key" : "38295",
"_id" : "worldEdges/38295",
"_from" : "worldVertices/country-germany",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgSG--D",
"type" : "is-in"
},
{
"_key" : "38298",
"_id" : "worldEdges/38298",
"_from" : "worldVertices/country-people-s-republic-of-china",
"_to" : "worldVertices/continent-asia",
"_rev" : "_WgFAgSG--F",
"type" : "is-in"
},
{
"_key" : "38286",
"_id" : "worldEdges/38286",
"_from" : "worldVertices/country-eritrea",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgSC--L",
"type" : "is-in"
},
{
"_key" : "38301",
"_id" : "worldEdges/38301",
"_from" : "worldVertices/capital-algiers",
"_to" : "worldVertices/country-algeria",
"_rev" : "_WgFAgSG--H",
"type" : "is-in"
},
{
"_key" : "38220",
"_id" : "worldEdges/38220",
"_from" : "worldVertices/country-belgium",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgR2--B",
"type" : "is-in"
},
{
"_key" : "38193",
"_id" : "worldEdges/38193",
"_from" : "worldVertices/country-angola",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgRu--D",
"type" : "is-in"
},
{
"_key" : "38346",
"_id" : "worldEdges/38346",
"_from" : "worldVertices/capital-dhaka",
"_to" : "worldVertices/country-bangladesh",
"_rev" : "_WgFAgSS--_",
"type" : "is-in"
},
{
"_key" : "38391",
"_id" : "worldEdges/38391",
"_from" : "worldVertices/capital-saint-john-s",
"_to" : "worldVertices/country-antigua-and-barbuda",
"_rev" : "_WgFAgSa--B",
"type" : "is-in"
},
{
"_key" : "38328",
"_id" : "worldEdges/38328",
"_from" : "worldVertices/capital-brussels",
"_to" : "worldVertices/country-belgium",
"_rev" : "_WgFAgSO--_",
"type" : "is-in"
},
{
"_key" : "38199",
"_id" : "worldEdges/38199",
"_from" : "worldVertices/country-argentina",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_WgFAgRu--H",
"type" : "is-in"
},
{
"_key" : "38283",
"_id" : "worldEdges/38283",
"_from" : "worldVertices/country-egypt",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgSC--J",
"type" : "is-in"
},
{
"_key" : "38400",
"_id" : "worldEdges/38400",
"_from" : "worldVertices/capital-sofia",
"_to" : "worldVertices/country-bulgaria",
"_rev" : "_WgFAgSa--H",
"type" : "is-in"
},
{
"_key" : "38175",
"_id" : "worldEdges/38175",
"_from" : "worldVertices/continent-north-america",
"_to" : "worldVertices/world",
"_rev" : "_WgFAgRq--_",
"type" : "is-in"
},
{
"_key" : "38319",
"_id" : "worldEdges/38319",
"_from" : "worldVertices/capital-bogota",
"_to" : "worldVertices/country-colombia",
"_rev" : "_WgFAgSK--H",
"type" : "is-in"
},
{
"_key" : "38271",
"_id" : "worldEdges/38271",
"_from" : "worldVertices/country-croatia",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgSC--B",
"type" : "is-in"
},
{
"_key" : "38364",
"_id" : "worldEdges/38364",
"_from" : "worldVertices/capital-manama",
"_to" : "worldVertices/country-bahrain",
"_rev" : "_WgFAgSS--L",
"type" : "is-in"
},
{
"_key" : "38349",
"_id" : "worldEdges/38349",
"_from" : "worldVertices/capital-gaborone",
"_to" : "worldVertices/country-botswana",
"_rev" : "_WgFAgSS--B",
"type" : "is-in"
},
{
"_key" : "38313",
"_id" : "worldEdges/38313",
"_from" : "worldVertices/capital-beijing",
"_to" : "worldVertices/country-people-s-republic-of-china",
"_rev" : "_WgFAgSK--D",
"type" : "is-in"
},
{
"_key" : "38406",
"_id" : "worldEdges/38406",
"_from" : "worldVertices/capital-tirana",
"_to" : "worldVertices/country-albania",
"_rev" : "_WgFAgSa--L",
"type" : "is-in"
},
{
"_key" : "38307",
"_id" : "worldEdges/38307",
"_from" : "worldVertices/capital-asmara",
"_to" : "worldVertices/country-eritrea",
"_rev" : "_WgFAgSK--_",
"type" : "is-in"
},
{
"_key" : "38367",
"_id" : "worldEdges/38367",
"_from" : "worldVertices/capital-nassau",
"_to" : "worldVertices/country-bahamas",
"_rev" : "_WgFAgSW--_",
"type" : "is-in"
},
{
"_key" : "38190",
"_id" : "worldEdges/38190",
"_from" : "worldVertices/country-andorra",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgRu--B",
"type" : "is-in"
},
{
"_key" : "38325",
"_id" : "worldEdges/38325",
"_from" : "worldVertices/capital-bridgetown",
"_to" : "worldVertices/country-barbados",
"_rev" : "_WgFAgSK--L",
"type" : "is-in"
},
{
"_key" : "38162",
"_id" : "worldEdges/38162",
"_from" : "worldVertices/continent-africa",
"_to" : "worldVertices/world",
"_rev" : "_WgFAgRm--B",
"type" : "is-in"
},
{
"_key" : "38241",
"_id" : "worldEdges/38241",
"_from" : "worldVertices/country-bulgaria",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgR6--D",
"type" : "is-in"
},
{
"_key" : "38256",
"_id" : "worldEdges/38256",
"_from" : "worldVertices/country-canada",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_WgFAgS---B",
"type" : "is-in"
},
{
"_key" : "38247",
"_id" : "worldEdges/38247",
"_from" : "worldVertices/country-burundi",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgR6--H",
"type" : "is-in"
},
{
"_key" : "38217",
"_id" : "worldEdges/38217",
"_from" : "worldVertices/country-barbados",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_WgFAgR2--_",
"type" : "is-in"
},
{
"_key" : "38265",
"_id" : "worldEdges/38265",
"_from" : "worldVertices/country-colombia",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_WgFAgS---H",
"type" : "is-in"
},
{
"_key" : "38226",
"_id" : "worldEdges/38226",
"_from" : "worldVertices/country-bolivia",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_WgFAgR2--F",
"type" : "is-in"
},
{
"_key" : "38232",
"_id" : "worldEdges/38232",
"_from" : "worldVertices/country-botswana",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgR2--J",
"type" : "is-in"
},
{
"_key" : "38235",
"_id" : "worldEdges/38235",
"_from" : "worldVertices/country-brazil",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_WgFAgR6--_",
"type" : "is-in"
},
{
"_key" : "38403",
"_id" : "worldEdges/38403",
"_from" : "worldVertices/capital-thimphu",
"_to" : "worldVertices/country-bhutan",
"_rev" : "_WgFAgSa--J",
"type" : "is-in"
},
{
"_key" : "38322",
"_id" : "worldEdges/38322",
"_from" : "worldVertices/capital-brasilia",
"_to" : "worldVertices/country-brazil",
"_rev" : "_WgFAgSK--J",
"type" : "is-in"
},
{
"_key" : "38388",
"_id" : "worldEdges/38388",
"_from" : "worldVertices/capital-quito",
"_to" : "worldVertices/country-ecuador",
"_rev" : "_WgFAgSa--_",
"type" : "is-in"
},
{
"_key" : "38370",
"_id" : "worldEdges/38370",
"_from" : "worldVertices/capital-n-djamena",
"_to" : "worldVertices/country-chad",
"_rev" : "_WgFAgSW--B",
"type" : "is-in"
},
{
"_key" : "38181",
"_id" : "worldEdges/38181",
"_from" : "worldVertices/country-afghanistan",
"_to" : "worldVertices/continent-asia",
"_rev" : "_WgFAgRq--D",
"type" : "is-in"
},
{
"_key" : "38214",
"_id" : "worldEdges/38214",
"_from" : "worldVertices/country-bangladesh",
"_to" : "worldVertices/continent-asia",
"_rev" : "_WgFAgRy--H",
"type" : "is-in"
},
{
"_key" : "38268",
"_id" : "worldEdges/38268",
"_from" : "worldVertices/country-cote-d-ivoire",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgSC--_",
"type" : "is-in"
},
{
"_key" : "38184",
"_id" : "worldEdges/38184",
"_from" : "worldVertices/country-albania",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgRq--F",
"type" : "is-in"
},
{
"_key" : "38223",
"_id" : "worldEdges/38223",
"_from" : "worldVertices/country-bhutan",
"_to" : "worldVertices/continent-asia",
"_rev" : "_WgFAgR2--D",
"type" : "is-in"
},
{
"_key" : "38352",
"_id" : "worldEdges/38352",
"_from" : "worldVertices/capital-helsinki",
"_to" : "worldVertices/country-finland",
"_rev" : "_WgFAgSS--D",
"type" : "is-in"
},
{
"_key" : "38172",
"_id" : "worldEdges/38172",
"_from" : "worldVertices/continent-europe",
"_to" : "worldVertices/world",
"_rev" : "_WgFAgRm--H",
"type" : "is-in"
},
{
"_key" : "38292",
"_id" : "worldEdges/38292",
"_from" : "worldVertices/country-france",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgSG--B",
"type" : "is-in"
},
{
"_key" : "38238",
"_id" : "worldEdges/38238",
"_from" : "worldVertices/country-brunei",
"_to" : "worldVertices/continent-asia",
"_rev" : "_WgFAgR6--B",
"type" : "is-in"
},
{
"_key" : "38316",
"_id" : "worldEdges/38316",
"_from" : "worldVertices/capital-berlin",
"_to" : "worldVertices/country-germany",
"_rev" : "_WgFAgSK--F",
"type" : "is-in"
},
{
"_key" : "38205",
"_id" : "worldEdges/38205",
"_from" : "worldVertices/country-austria",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgRy--B",
"type" : "is-in"
},
{
"_key" : "38412",
"_id" : "worldEdges/38412",
"_from" : "worldVertices/capital-yamoussoukro",
"_to" : "worldVertices/country-cote-d-ivoire",
"_rev" : "_WgFAgSe--_",
"type" : "is-in"
},
{
"_key" : "38211",
"_id" : "worldEdges/38211",
"_from" : "worldVertices/country-bahrain",
"_to" : "worldVertices/continent-asia",
"_rev" : "_WgFAgRy--F",
"type" : "is-in"
},
{
"_key" : "38361",
"_id" : "worldEdges/38361",
"_from" : "worldVertices/capital-luanda",
"_to" : "worldVertices/country-angola",
"_rev" : "_WgFAgSS--J",
"type" : "is-in"
},
{
"_key" : "38250",
"_id" : "worldEdges/38250",
"_from" : "worldVertices/country-cambodia",
"_to" : "worldVertices/continent-asia",
"_rev" : "_WgFAgR6--J",
"type" : "is-in"
},
{
"_key" : "38229",
"_id" : "worldEdges/38229",
"_from" : "worldVertices/country-bosnia-and-herzegovina",
"_to" : "worldVertices/continent-europe",
"_rev" : "_WgFAgR2--H",
"type" : "is-in"
},
{
"_key" : "38280",
"_id" : "worldEdges/38280",
"_from" : "worldVertices/country-ecuador",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_WgFAgSC--H",
"type" : "is-in"
},
{
"_key" : "38304",
"_id" : "worldEdges/38304",
"_from" : "worldVertices/capital-andorra-la-vella",
"_to" : "worldVertices/country-andorra",
"_rev" : "_WgFAgSG--J",
"type" : "is-in"
},
{
"_key" : "38187",
"_id" : "worldEdges/38187",
"_from" : "worldVertices/country-algeria",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgRu--_",
"type" : "is-in"
},
{
"_key" : "38169",
"_id" : "worldEdges/38169",
"_from" : "worldVertices/continent-australia",
"_to" : "worldVertices/world",
"_rev" : "_WgFAgRm--F",
"type" : "is-in"
},
{
"_key" : "38397",
"_id" : "worldEdges/38397",
"_from" : "worldVertices/capital-sarajevo",
"_to" : "worldVertices/country-bosnia-and-herzegovina",
"_rev" : "_WgFAgSa--F",
"type" : "is-in"
},
{
"_key" : "38343",
"_id" : "worldEdges/38343",
"_from" : "worldVertices/capital-copenhagen",
"_to" : "worldVertices/country-denmark",
"_rev" : "_WgFAgSO--J",
"type" : "is-in"
},
{
"_key" : "38244",
"_id" : "worldEdges/38244",
"_from" : "worldVertices/country-burkina-faso",
"_to" : "worldVertices/continent-africa",
"_rev" : "_WgFAgR6--F",
"type" : "is-in"
},
{
"_key" : "38373",
"_id" : "worldEdges/38373",
"_from" : "worldVertices/capital-ottawa",
"_to" : "worldVertices/country-canada",
"_rev" : "_WgFAgSW--D",
"type" : "is-in"
}
]
arangosh> examples.dropGraph("worldCountry");
true
arangosh> var g = examples.loadGraph("worldCountryUnManaged");
arangosh> examples.dropGraph("worldCountryUnManaged");