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" : "_YYClgUi--B",
"name" : "Ottawa",
"type" : "capital"
},
{
"_key" : "capital-yaounde",
"_id" : "worldVertices/capital-yaounde",
"_rev" : "_YYClgUy--D",
"name" : "Yaounde",
"type" : "capital"
},
{
"_key" : "capital-algiers",
"_id" : "worldVertices/capital-algiers",
"_rev" : "_YYClgUG--_",
"name" : "Algiers",
"type" : "capital"
},
{
"_key" : "continent-south-america",
"_id" : "worldVertices/continent-south-america",
"_rev" : "_YYClgTS--_",
"name" : "South America",
"type" : "continent"
},
{
"_key" : "capital-andorra-la-vella",
"_id" : "worldVertices/capital-andorra-la-vella",
"_rev" : "_YYClgUG--B",
"name" : "Andorra la Vella",
"type" : "capital"
},
{
"_key" : "country-people-s-republic-of-china",
"_id" : "worldVertices/country-people-s-republic-of-china",
"_rev" : "_YYClgUC--D",
"name" : "People's Republic of China",
"type" : "country",
"code" : "CHN"
},
{
"_key" : "capital-tirana",
"_id" : "worldVertices/capital-tirana",
"_rev" : "_YYClgUu--F",
"name" : "Tirana",
"type" : "capital"
},
{
"_key" : "country-cote-d-ivoire",
"_id" : "worldVertices/country-cote-d-ivoire",
"_rev" : "_YYClgT2--D",
"name" : "Cote d'Ivoire",
"type" : "country",
"code" : "CIV"
},
{
"_key" : "capital-sofia",
"_id" : "worldVertices/capital-sofia",
"_rev" : "_YYClgUu--B",
"name" : "Sofia",
"type" : "capital"
},
{
"_key" : "capital-bridgetown",
"_id" : "worldVertices/capital-bridgetown",
"_rev" : "_YYClgUO--D",
"name" : "Bridgetown",
"type" : "capital"
},
{
"_key" : "country-chad",
"_id" : "worldVertices/country-chad",
"_rev" : "_YYClgTy--D",
"name" : "Chad",
"type" : "country",
"code" : "TCD"
},
{
"_key" : "capital-thimphu",
"_id" : "worldVertices/capital-thimphu",
"_rev" : "_YYClgUu--D",
"name" : "Thimphu",
"type" : "capital"
},
{
"_key" : "capital-santiago",
"_id" : "worldVertices/capital-santiago",
"_rev" : "_YYClgUq--D",
"name" : "Santiago",
"type" : "capital"
},
{
"_key" : "capital-manama",
"_id" : "worldVertices/capital-manama",
"_rev" : "_YYClgUe--D",
"name" : "Manama",
"type" : "capital"
},
{
"_key" : "capital-zagreb",
"_id" : "worldVertices/capital-zagreb",
"_rev" : "_YYClgU2--_",
"name" : "Zagreb",
"type" : "capital"
},
{
"_key" : "country-brazil",
"_id" : "worldVertices/country-brazil",
"_rev" : "_YYClgTq--_",
"name" : "Brazil",
"type" : "country",
"code" : "BRA"
},
{
"_key" : "country-burundi",
"_id" : "worldVertices/country-burundi",
"_rev" : "_YYClgTu--B",
"name" : "Burundi",
"type" : "country",
"code" : "BDI"
},
{
"_key" : "capital-la-paz",
"_id" : "worldVertices/capital-la-paz",
"_rev" : "_YYClgUe--_",
"name" : "La Paz",
"type" : "capital"
},
{
"_key" : "country-germany",
"_id" : "worldVertices/country-germany",
"_rev" : "_YYClgUC--B",
"name" : "Germany",
"type" : "country",
"code" : "DEU"
},
{
"_key" : "country-botswana",
"_id" : "worldVertices/country-botswana",
"_rev" : "_YYClgTm--D",
"name" : "Botswana",
"type" : "country",
"code" : "BWA"
},
{
"_key" : "capital-phnom-penh",
"_id" : "worldVertices/capital-phnom-penh",
"_rev" : "_YYClgUm--B",
"name" : "Phnom Penh",
"type" : "capital"
},
{
"_key" : "country-croatia",
"_id" : "worldVertices/country-croatia",
"_rev" : "_YYClgT6--_",
"name" : "Croatia",
"type" : "country",
"code" : "HRV"
},
{
"_key" : "country-eritrea",
"_id" : "worldVertices/country-eritrea",
"_rev" : "_YYClgU---D",
"name" : "Eritrea",
"type" : "country",
"code" : "ERI"
},
{
"_key" : "country-angola",
"_id" : "worldVertices/country-angola",
"_rev" : "_YYClgTW--D",
"name" : "Angola",
"type" : "country",
"code" : "AGO"
},
{
"_key" : "country-bahrain",
"_id" : "worldVertices/country-bahrain",
"_rev" : "_YYClgTe--D",
"name" : "Bahrain",
"type" : "country",
"code" : "BHR"
},
{
"_key" : "country-argentina",
"_id" : "worldVertices/country-argentina",
"_rev" : "_YYClgTa--B",
"name" : "Argentina",
"type" : "country",
"code" : "ARG"
},
{
"_key" : "capital-canberra",
"_id" : "worldVertices/capital-canberra",
"_rev" : "_YYClgUW--_",
"name" : "Canberra",
"type" : "capital"
},
{
"_key" : "capital-bujumbura",
"_id" : "worldVertices/capital-bujumbura",
"_rev" : "_YYClgUS--B",
"name" : "Bujumbura",
"type" : "capital"
},
{
"_key" : "country-bangladesh",
"_id" : "worldVertices/country-bangladesh",
"_rev" : "_YYClgTe--F",
"name" : "Bangladesh",
"type" : "country",
"code" : "BGD"
},
{
"_key" : "country-ecuador",
"_id" : "worldVertices/country-ecuador",
"_rev" : "_YYClgU---_",
"name" : "Ecuador",
"type" : "country",
"code" : "ECU"
},
{
"_key" : "continent-africa",
"_id" : "worldVertices/continent-africa",
"_rev" : "_YYClgTK--B",
"name" : "Africa",
"type" : "continent"
},
{
"_key" : "country-cambodia",
"_id" : "worldVertices/country-cambodia",
"_rev" : "_YYClgTu--D",
"name" : "Cambodia",
"type" : "country",
"code" : "KHM"
},
{
"_key" : "country-chile",
"_id" : "worldVertices/country-chile",
"_rev" : "_YYClgT2--_",
"name" : "Chile",
"type" : "country",
"code" : "CHL"
},
{
"_key" : "country-bolivia",
"_id" : "worldVertices/country-bolivia",
"_rev" : "_YYClgTm--_",
"name" : "Bolivia",
"type" : "country",
"code" : "BOL"
},
{
"_key" : "country-belgium",
"_id" : "worldVertices/country-belgium",
"_rev" : "_YYClgTi--B",
"name" : "Belgium",
"type" : "country",
"code" : "BEL"
},
{
"_key" : "capital-copenhagen",
"_id" : "worldVertices/capital-copenhagen",
"_rev" : "_YYClgUW--B",
"name" : "Copenhagen",
"type" : "capital"
},
{
"_key" : "country-cameroon",
"_id" : "worldVertices/country-cameroon",
"_rev" : "_YYClgTy--_",
"name" : "Cameroon",
"type" : "country",
"code" : "CMR"
},
{
"_key" : "capital-gaborone",
"_id" : "worldVertices/capital-gaborone",
"_rev" : "_YYClgUa--_",
"name" : "Gaborone",
"type" : "capital"
},
{
"_key" : "continent-australia",
"_id" : "worldVertices/continent-australia",
"_rev" : "_YYClgTO--_",
"name" : "Australia",
"type" : "continent"
},
{
"_key" : "world",
"_id" : "worldVertices/world",
"_rev" : "_YYClgTK--_",
"name" : "World",
"type" : "root"
},
{
"_key" : "capital-yamoussoukro",
"_id" : "worldVertices/capital-yamoussoukro",
"_rev" : "_YYClgUy--B",
"name" : "Yamoussoukro",
"type" : "capital"
},
{
"_key" : "capital-brasilia",
"_id" : "worldVertices/capital-brasilia",
"_rev" : "_YYClgUO--B",
"name" : "Brasilia",
"type" : "capital"
},
{
"_key" : "country-antigua-and-barbuda",
"_id" : "worldVertices/country-antigua-and-barbuda",
"_rev" : "_YYClgTa--_",
"name" : "Antigua and Barbuda",
"type" : "country",
"code" : "ATG"
},
{
"_key" : "capital-bandar-seri-begawan",
"_id" : "worldVertices/capital-bandar-seri-begawan",
"_rev" : "_YYClgUK--_",
"name" : "Bandar Seri Begawan",
"type" : "capital"
},
{
"_key" : "capital-dhaka",
"_id" : "worldVertices/capital-dhaka",
"_rev" : "_YYClgUW--D",
"name" : "Dhaka",
"type" : "capital"
},
{
"_key" : "capital-saint-john-s",
"_id" : "worldVertices/capital-saint-john-s",
"_rev" : "_YYClgUq--B",
"name" : "Saint John's",
"type" : "capital"
},
{
"_key" : "country-burkina-faso",
"_id" : "worldVertices/country-burkina-faso",
"_rev" : "_YYClgTu--_",
"name" : "Burkina Faso",
"type" : "country",
"code" : "BFA"
},
{
"_key" : "capital-prague",
"_id" : "worldVertices/capital-prague",
"_rev" : "_YYClgUm--D",
"name" : "Prague",
"type" : "capital"
},
{
"_key" : "country-czech-republic",
"_id" : "worldVertices/country-czech-republic",
"_rev" : "_YYClgT6--B",
"name" : "Czech Republic",
"type" : "country",
"code" : "CZE"
},
{
"_key" : "country-egypt",
"_id" : "worldVertices/country-egypt",
"_rev" : "_YYClgU---B",
"name" : "Egypt",
"type" : "country",
"code" : "EGY"
},
{
"_key" : "capital-helsinki",
"_id" : "worldVertices/capital-helsinki",
"_rev" : "_YYClgUa--B",
"name" : "Helsinki",
"type" : "capital"
},
{
"_key" : "country-bhutan",
"_id" : "worldVertices/country-bhutan",
"_rev" : "_YYClgTi--D",
"name" : "Bhutan",
"type" : "country",
"code" : "BTN"
},
{
"_key" : "country-algeria",
"_id" : "worldVertices/country-algeria",
"_rev" : "_YYClgTW--_",
"name" : "Algeria",
"type" : "country",
"code" : "DZA"
},
{
"_key" : "country-afghanistan",
"_id" : "worldVertices/country-afghanistan",
"_rev" : "_YYClgTS--B",
"name" : "Afghanistan",
"type" : "country",
"code" : "AFG"
},
{
"_key" : "capital-paris",
"_id" : "worldVertices/capital-paris",
"_rev" : "_YYClgUm--_",
"name" : "Paris",
"type" : "capital"
},
{
"_key" : "country-finland",
"_id" : "worldVertices/country-finland",
"_rev" : "_YYClgU---F",
"name" : "Finland",
"type" : "country",
"code" : "FIN"
},
{
"_key" : "country-austria",
"_id" : "worldVertices/country-austria",
"_rev" : "_YYClgTe--_",
"name" : "Austria",
"type" : "country",
"code" : "AUT"
},
{
"_key" : "capital-brussels",
"_id" : "worldVertices/capital-brussels",
"_rev" : "_YYClgUO--F",
"name" : "Brussels",
"type" : "capital"
},
{
"_key" : "country-denmark",
"_id" : "worldVertices/country-denmark",
"_rev" : "_YYClgT6--D",
"name" : "Denmark",
"type" : "country",
"code" : "DNK"
},
{
"_key" : "country-albania",
"_id" : "worldVertices/country-albania",
"_rev" : "_YYClgTS--D",
"name" : "Albania",
"type" : "country",
"code" : "ALB"
},
{
"_key" : "capital-berlin",
"_id" : "worldVertices/capital-berlin",
"_rev" : "_YYClgUK--D",
"name" : "Berlin",
"type" : "capital"
},
{
"_key" : "capital-buenos-aires",
"_id" : "worldVertices/capital-buenos-aires",
"_rev" : "_YYClgUS--_",
"name" : "Buenos Aires",
"type" : "capital"
},
{
"_key" : "capital-quito",
"_id" : "worldVertices/capital-quito",
"_rev" : "_YYClgUq--_",
"name" : "Quito",
"type" : "capital"
},
{
"_key" : "country-france",
"_id" : "worldVertices/country-france",
"_rev" : "_YYClgUC--_",
"name" : "France",
"type" : "country",
"code" : "FRA"
},
{
"_key" : "country-colombia",
"_id" : "worldVertices/country-colombia",
"_rev" : "_YYClgT2--B",
"name" : "Colombia",
"type" : "country",
"code" : "COL"
},
{
"_key" : "country-bulgaria",
"_id" : "worldVertices/country-bulgaria",
"_rev" : "_YYClgTq--D",
"name" : "Bulgaria",
"type" : "country",
"code" : "BGR"
},
{
"_key" : "continent-north-america",
"_id" : "worldVertices/continent-north-america",
"_rev" : "_YYClgTO--D",
"name" : "North America",
"type" : "continent"
},
{
"_key" : "capital-vienna",
"_id" : "worldVertices/capital-vienna",
"_rev" : "_YYClgUy--_",
"name" : "Vienna",
"type" : "capital"
},
{
"_key" : "country-bahamas",
"_id" : "worldVertices/country-bahamas",
"_rev" : "_YYClgTe--B",
"name" : "Bahamas",
"type" : "country",
"code" : "BHS"
},
{
"_key" : "continent-asia",
"_id" : "worldVertices/continent-asia",
"_rev" : "_YYClgTK--D",
"name" : "Asia",
"type" : "continent"
},
{
"_key" : "country-barbados",
"_id" : "worldVertices/country-barbados",
"_rev" : "_YYClgTi--_",
"name" : "Barbados",
"type" : "country",
"code" : "BRB"
},
{
"_key" : "capital-n-djamena",
"_id" : "worldVertices/capital-n-djamena",
"_rev" : "_YYClgUi--_",
"name" : "N'Djamena",
"type" : "capital"
},
{
"_key" : "capital-ouagadougou",
"_id" : "worldVertices/capital-ouagadougou",
"_rev" : "_YYClgUi--D",
"name" : "Ouagadougou",
"type" : "capital"
},
{
"_key" : "capital-bogota",
"_id" : "worldVertices/capital-bogota",
"_rev" : "_YYClgUO--_",
"name" : "Bogota",
"type" : "capital"
},
{
"_key" : "country-brunei",
"_id" : "worldVertices/country-brunei",
"_rev" : "_YYClgTq--B",
"name" : "Brunei",
"type" : "country",
"code" : "BRN"
},
{
"_key" : "capital-asmara",
"_id" : "worldVertices/capital-asmara",
"_rev" : "_YYClgUG--D",
"name" : "Asmara",
"type" : "capital"
},
{
"_key" : "capital-cairo",
"_id" : "worldVertices/capital-cairo",
"_rev" : "_YYClgUS--D",
"name" : "Cairo",
"type" : "capital"
},
{
"_key" : "capital-kabul",
"_id" : "worldVertices/capital-kabul",
"_rev" : "_YYClgUa--D",
"name" : "Kabul",
"type" : "capital"
},
{
"_key" : "capital-nassau",
"_id" : "worldVertices/capital-nassau",
"_rev" : "_YYClgUe--F",
"name" : "Nassau",
"type" : "capital"
},
{
"_key" : "capital-beijing",
"_id" : "worldVertices/capital-beijing",
"_rev" : "_YYClgUK--B",
"name" : "Beijing",
"type" : "capital"
},
{
"_key" : "country-canada",
"_id" : "worldVertices/country-canada",
"_rev" : "_YYClgTy--B",
"name" : "Canada",
"type" : "country",
"code" : "CAN"
},
{
"_key" : "continent-europe",
"_id" : "worldVertices/continent-europe",
"_rev" : "_YYClgTO--B",
"name" : "Europe",
"type" : "continent"
},
{
"_key" : "capital-luanda",
"_id" : "worldVertices/capital-luanda",
"_rev" : "_YYClgUe--B",
"name" : "Luanda",
"type" : "capital"
},
{
"_key" : "country-australia",
"_id" : "worldVertices/country-australia",
"_rev" : "_YYClgTa--D",
"name" : "Australia",
"type" : "country",
"code" : "AUS"
},
{
"_key" : "capital-sarajevo",
"_id" : "worldVertices/capital-sarajevo",
"_rev" : "_YYClgUu--_",
"name" : "Sarajevo",
"type" : "capital"
},
{
"_key" : "country-andorra",
"_id" : "worldVertices/country-andorra",
"_rev" : "_YYClgTW--B",
"name" : "Andorra",
"type" : "country",
"code" : "AND"
},
{
"_key" : "country-bosnia-and-herzegovina",
"_id" : "worldVertices/country-bosnia-and-herzegovina",
"_rev" : "_YYClgTm--B",
"name" : "Bosnia and Herzegovina",
"type" : "country",
"code" : "BIH"
}
]
arangosh> db.worldEdges.toArray();
[
{
"_key" : "131981",
"_id" : "worldEdges/131981",
"_from" : "worldVertices/capital-andorra-la-vella",
"_to" : "worldVertices/country-andorra",
"_rev" : "_YYClgVy--B",
"type" : "is-in"
},
{
"_key" : "131930",
"_id" : "worldEdges/131930",
"_from" : "worldVertices/country-cameroon",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVe--_",
"type" : "is-in"
},
{
"_key" : "132014",
"_id" : "worldEdges/132014",
"_from" : "worldVertices/capital-cairo",
"_to" : "worldVertices/country-egypt",
"_rev" : "_YYClgW---D",
"type" : "is-in"
},
{
"_key" : "132065",
"_id" : "worldEdges/132065",
"_from" : "worldVertices/capital-quito",
"_to" : "worldVertices/country-ecuador",
"_rev" : "_YYClgWW--A",
"type" : "is-in"
},
{
"_key" : "131957",
"_id" : "worldEdges/131957",
"_from" : "worldVertices/country-ecuador",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YYClgVm--D",
"type" : "is-in"
},
{
"_key" : "132071",
"_id" : "worldEdges/132071",
"_from" : "worldVertices/capital-santiago",
"_to" : "worldVertices/country-chile",
"_rev" : "_YYClgWW--E",
"type" : "is-in"
},
{
"_key" : "131936",
"_id" : "worldEdges/131936",
"_from" : "worldVertices/country-chad",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVe--D",
"type" : "is-in"
},
{
"_key" : "131885",
"_id" : "worldEdges/131885",
"_from" : "worldVertices/country-bahamas",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_YYClgVK--B",
"type" : "is-in"
},
{
"_key" : "132050",
"_id" : "worldEdges/132050",
"_from" : "worldVertices/capital-ottawa",
"_to" : "worldVertices/country-canada",
"_rev" : "_YYClgWO--D",
"type" : "is-in"
},
{
"_key" : "132032",
"_id" : "worldEdges/132032",
"_from" : "worldVertices/capital-kabul",
"_to" : "worldVertices/country-afghanistan",
"_rev" : "_YYClgWG--D",
"type" : "is-in"
},
{
"_key" : "131912",
"_id" : "worldEdges/131912",
"_from" : "worldVertices/country-brazil",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YYClgVW--_",
"type" : "is-in"
},
{
"_key" : "132044",
"_id" : "worldEdges/132044",
"_from" : "worldVertices/capital-nassau",
"_to" : "worldVertices/country-bahamas",
"_rev" : "_YYClgWO--_",
"type" : "is-in"
},
{
"_key" : "131927",
"_id" : "worldEdges/131927",
"_from" : "worldVertices/country-cambodia",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YYClgVa--D",
"type" : "is-in"
},
{
"_key" : "131975",
"_id" : "worldEdges/131975",
"_from" : "worldVertices/country-people-s-republic-of-china",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YYClgVu--D",
"type" : "is-in"
},
{
"_key" : "131933",
"_id" : "worldEdges/131933",
"_from" : "worldVertices/country-canada",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_YYClgVe--B",
"type" : "is-in"
},
{
"_key" : "131963",
"_id" : "worldEdges/131963",
"_from" : "worldVertices/country-eritrea",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVq--B",
"type" : "is-in"
},
{
"_key" : "131996",
"_id" : "worldEdges/131996",
"_from" : "worldVertices/capital-bogota",
"_to" : "worldVertices/country-colombia",
"_rev" : "_YYClgV2--F",
"type" : "is-in"
},
{
"_key" : "132020",
"_id" : "worldEdges/132020",
"_from" : "worldVertices/capital-copenhagen",
"_to" : "worldVertices/country-denmark",
"_rev" : "_YYClgWC--B",
"type" : "is-in"
},
{
"_key" : "131918",
"_id" : "worldEdges/131918",
"_from" : "worldVertices/country-bulgaria",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVW--D",
"type" : "is-in"
},
{
"_key" : "131921",
"_id" : "worldEdges/131921",
"_from" : "worldVertices/country-burkina-faso",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVa--_",
"type" : "is-in"
},
{
"_key" : "131876",
"_id" : "worldEdges/131876",
"_from" : "worldVertices/country-argentina",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YYClgVG--B",
"type" : "is-in"
},
{
"_key" : "132089",
"_id" : "worldEdges/132089",
"_from" : "worldVertices/capital-yamoussoukro",
"_to" : "worldVertices/country-cote-d-ivoire",
"_rev" : "_YYClgWe--D",
"type" : "is-in"
},
{
"_key" : "132062",
"_id" : "worldEdges/132062",
"_from" : "worldVertices/capital-prague",
"_to" : "worldVertices/country-czech-republic",
"_rev" : "_YYClgWW---",
"type" : "is-in"
},
{
"_key" : "132002",
"_id" : "worldEdges/132002",
"_from" : "worldVertices/capital-bridgetown",
"_to" : "worldVertices/country-barbados",
"_rev" : "_YYClgV6--B",
"type" : "is-in"
},
{
"_key" : "131915",
"_id" : "worldEdges/131915",
"_from" : "worldVertices/country-brunei",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YYClgVW--B",
"type" : "is-in"
},
{
"_key" : "132077",
"_id" : "worldEdges/132077",
"_from" : "worldVertices/capital-sofia",
"_to" : "worldVertices/country-bulgaria",
"_rev" : "_YYClgWa--B",
"type" : "is-in"
},
{
"_key" : "132053",
"_id" : "worldEdges/132053",
"_from" : "worldVertices/capital-ouagadougou",
"_to" : "worldVertices/country-burkina-faso",
"_rev" : "_YYClgWS--_",
"type" : "is-in"
},
{
"_key" : "131969",
"_id" : "worldEdges/131969",
"_from" : "worldVertices/country-france",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVu--_",
"type" : "is-in"
},
{
"_key" : "131990",
"_id" : "worldEdges/131990",
"_from" : "worldVertices/capital-beijing",
"_to" : "worldVertices/country-people-s-republic-of-china",
"_rev" : "_YYClgV2--B",
"type" : "is-in"
},
{
"_key" : "131879",
"_id" : "worldEdges/131879",
"_from" : "worldVertices/country-australia",
"_to" : "worldVertices/continent-australia",
"_rev" : "_YYClgVG--D",
"type" : "is-in"
},
{
"_key" : "131855",
"_id" : "worldEdges/131855",
"_from" : "worldVertices/continent-south-america",
"_to" : "worldVertices/world",
"_rev" : "_YYClgV---_",
"type" : "is-in"
},
{
"_key" : "132011",
"_id" : "worldEdges/132011",
"_from" : "worldVertices/capital-bujumbura",
"_to" : "worldVertices/country-burundi",
"_rev" : "_YYClgW---B",
"type" : "is-in"
},
{
"_key" : "131839",
"_id" : "worldEdges/131839",
"_from" : "worldVertices/continent-africa",
"_to" : "worldVertices/world",
"_rev" : "_YYClgU2--B",
"type" : "is-in"
},
{
"_key" : "131951",
"_id" : "worldEdges/131951",
"_from" : "worldVertices/country-czech-republic",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVm--_",
"type" : "is-in"
},
{
"_key" : "131993",
"_id" : "worldEdges/131993",
"_from" : "worldVertices/capital-berlin",
"_to" : "worldVertices/country-germany",
"_rev" : "_YYClgV2--D",
"type" : "is-in"
},
{
"_key" : "131891",
"_id" : "worldEdges/131891",
"_from" : "worldVertices/country-bangladesh",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YYClgVK--F",
"type" : "is-in"
},
{
"_key" : "131966",
"_id" : "worldEdges/131966",
"_from" : "worldVertices/country-finland",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVq--D",
"type" : "is-in"
},
{
"_key" : "131939",
"_id" : "worldEdges/131939",
"_from" : "worldVertices/country-chile",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YYClgVi--_",
"type" : "is-in"
},
{
"_key" : "131882",
"_id" : "worldEdges/131882",
"_from" : "worldVertices/country-austria",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVK--_",
"type" : "is-in"
},
{
"_key" : "132086",
"_id" : "worldEdges/132086",
"_from" : "worldVertices/capital-vienna",
"_to" : "worldVertices/country-austria",
"_rev" : "_YYClgWe--B",
"type" : "is-in"
},
{
"_key" : "131906",
"_id" : "worldEdges/131906",
"_from" : "worldVertices/country-bosnia-and-herzegovina",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVS--B",
"type" : "is-in"
},
{
"_key" : "132035",
"_id" : "worldEdges/132035",
"_from" : "worldVertices/capital-la-paz",
"_to" : "worldVertices/country-bolivia",
"_rev" : "_YYClgWK--_",
"type" : "is-in"
},
{
"_key" : "132017",
"_id" : "worldEdges/132017",
"_from" : "worldVertices/capital-canberra",
"_to" : "worldVertices/country-australia",
"_rev" : "_YYClgWC--_",
"type" : "is-in"
},
{
"_key" : "132095",
"_id" : "worldEdges/132095",
"_from" : "worldVertices/capital-zagreb",
"_to" : "worldVertices/country-croatia",
"_rev" : "_YYClgWi--B",
"type" : "is-in"
},
{
"_key" : "132041",
"_id" : "worldEdges/132041",
"_from" : "worldVertices/capital-manama",
"_to" : "worldVertices/country-bahrain",
"_rev" : "_YYClgWK--D",
"type" : "is-in"
},
{
"_key" : "132080",
"_id" : "worldEdges/132080",
"_from" : "worldVertices/capital-thimphu",
"_to" : "worldVertices/country-bhutan",
"_rev" : "_YYClgWa--D",
"type" : "is-in"
},
{
"_key" : "132029",
"_id" : "worldEdges/132029",
"_from" : "worldVertices/capital-helsinki",
"_to" : "worldVertices/country-finland",
"_rev" : "_YYClgWG--B",
"type" : "is-in"
},
{
"_key" : "131843",
"_id" : "worldEdges/131843",
"_from" : "worldVertices/continent-asia",
"_to" : "worldVertices/world",
"_rev" : "_YYClgU2--D",
"type" : "is-in"
},
{
"_key" : "132026",
"_id" : "worldEdges/132026",
"_from" : "worldVertices/capital-gaborone",
"_to" : "worldVertices/country-botswana",
"_rev" : "_YYClgWG--_",
"type" : "is-in"
},
{
"_key" : "131852",
"_id" : "worldEdges/131852",
"_from" : "worldVertices/continent-north-america",
"_to" : "worldVertices/world",
"_rev" : "_YYClgU6--D",
"type" : "is-in"
},
{
"_key" : "131858",
"_id" : "worldEdges/131858",
"_from" : "worldVertices/country-afghanistan",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YYClgV---B",
"type" : "is-in"
},
{
"_key" : "131942",
"_id" : "worldEdges/131942",
"_from" : "worldVertices/country-colombia",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YYClgVi--B",
"type" : "is-in"
},
{
"_key" : "131909",
"_id" : "worldEdges/131909",
"_from" : "worldVertices/country-botswana",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVS--D",
"type" : "is-in"
},
{
"_key" : "131945",
"_id" : "worldEdges/131945",
"_from" : "worldVertices/country-cote-d-ivoire",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVi--D",
"type" : "is-in"
},
{
"_key" : "131903",
"_id" : "worldEdges/131903",
"_from" : "worldVertices/country-bolivia",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YYClgVS--_",
"type" : "is-in"
},
{
"_key" : "131867",
"_id" : "worldEdges/131867",
"_from" : "worldVertices/country-andorra",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVC--B",
"type" : "is-in"
},
{
"_key" : "132038",
"_id" : "worldEdges/132038",
"_from" : "worldVertices/capital-luanda",
"_to" : "worldVertices/country-angola",
"_rev" : "_YYClgWK--B",
"type" : "is-in"
},
{
"_key" : "131861",
"_id" : "worldEdges/131861",
"_from" : "worldVertices/country-albania",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgV---D",
"type" : "is-in"
},
{
"_key" : "132047",
"_id" : "worldEdges/132047",
"_from" : "worldVertices/capital-n-djamena",
"_to" : "worldVertices/country-chad",
"_rev" : "_YYClgWO--B",
"type" : "is-in"
},
{
"_key" : "132056",
"_id" : "worldEdges/132056",
"_from" : "worldVertices/capital-paris",
"_to" : "worldVertices/country-france",
"_rev" : "_YYClgWS--B",
"type" : "is-in"
},
{
"_key" : "132074",
"_id" : "worldEdges/132074",
"_from" : "worldVertices/capital-sarajevo",
"_to" : "worldVertices/country-bosnia-and-herzegovina",
"_rev" : "_YYClgWa--_",
"type" : "is-in"
},
{
"_key" : "131984",
"_id" : "worldEdges/131984",
"_from" : "worldVertices/capital-asmara",
"_to" : "worldVertices/country-eritrea",
"_rev" : "_YYClgVy--D",
"type" : "is-in"
},
{
"_key" : "131870",
"_id" : "worldEdges/131870",
"_from" : "worldVertices/country-angola",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVC--D",
"type" : "is-in"
},
{
"_key" : "131849",
"_id" : "worldEdges/131849",
"_from" : "worldVertices/continent-europe",
"_to" : "worldVertices/world",
"_rev" : "_YYClgU6--B",
"type" : "is-in"
},
{
"_key" : "131960",
"_id" : "worldEdges/131960",
"_from" : "worldVertices/country-egypt",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVq--_",
"type" : "is-in"
},
{
"_key" : "131864",
"_id" : "worldEdges/131864",
"_from" : "worldVertices/country-algeria",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVC--_",
"type" : "is-in"
},
{
"_key" : "132068",
"_id" : "worldEdges/132068",
"_from" : "worldVertices/capital-saint-john-s",
"_to" : "worldVertices/country-antigua-and-barbuda",
"_rev" : "_YYClgWW--C",
"type" : "is-in"
},
{
"_key" : "131873",
"_id" : "worldEdges/131873",
"_from" : "worldVertices/country-antigua-and-barbuda",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_YYClgVG--_",
"type" : "is-in"
},
{
"_key" : "132059",
"_id" : "worldEdges/132059",
"_from" : "worldVertices/capital-phnom-penh",
"_to" : "worldVertices/country-cambodia",
"_rev" : "_YYClgWS--D",
"type" : "is-in"
},
{
"_key" : "131900",
"_id" : "worldEdges/131900",
"_from" : "worldVertices/country-bhutan",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YYClgVO--D",
"type" : "is-in"
},
{
"_key" : "131924",
"_id" : "worldEdges/131924",
"_from" : "worldVertices/country-burundi",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YYClgVa--B",
"type" : "is-in"
},
{
"_key" : "131972",
"_id" : "worldEdges/131972",
"_from" : "worldVertices/country-germany",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVu--B",
"type" : "is-in"
},
{
"_key" : "131846",
"_id" : "worldEdges/131846",
"_from" : "worldVertices/continent-australia",
"_to" : "worldVertices/world",
"_rev" : "_YYClgU6--_",
"type" : "is-in"
},
{
"_key" : "132005",
"_id" : "worldEdges/132005",
"_from" : "worldVertices/capital-brussels",
"_to" : "worldVertices/country-belgium",
"_rev" : "_YYClgV6--D",
"type" : "is-in"
},
{
"_key" : "131948",
"_id" : "worldEdges/131948",
"_from" : "worldVertices/country-croatia",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVi--F",
"type" : "is-in"
},
{
"_key" : "132008",
"_id" : "worldEdges/132008",
"_from" : "worldVertices/capital-buenos-aires",
"_to" : "worldVertices/country-argentina",
"_rev" : "_YYClgW---_",
"type" : "is-in"
},
{
"_key" : "131894",
"_id" : "worldEdges/131894",
"_from" : "worldVertices/country-barbados",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_YYClgVO--_",
"type" : "is-in"
},
{
"_key" : "132083",
"_id" : "worldEdges/132083",
"_from" : "worldVertices/capital-tirana",
"_to" : "worldVertices/country-albania",
"_rev" : "_YYClgWe--_",
"type" : "is-in"
},
{
"_key" : "132023",
"_id" : "worldEdges/132023",
"_from" : "worldVertices/capital-dhaka",
"_to" : "worldVertices/country-bangladesh",
"_rev" : "_YYClgWC--D",
"type" : "is-in"
},
{
"_key" : "131888",
"_id" : "worldEdges/131888",
"_from" : "worldVertices/country-bahrain",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YYClgVK--D",
"type" : "is-in"
},
{
"_key" : "131999",
"_id" : "worldEdges/131999",
"_from" : "worldVertices/capital-brasilia",
"_to" : "worldVertices/country-brazil",
"_rev" : "_YYClgV6--_",
"type" : "is-in"
},
{
"_key" : "131978",
"_id" : "worldEdges/131978",
"_from" : "worldVertices/capital-algiers",
"_to" : "worldVertices/country-algeria",
"_rev" : "_YYClgVy--_",
"type" : "is-in"
},
{
"_key" : "131987",
"_id" : "worldEdges/131987",
"_from" : "worldVertices/capital-bandar-seri-begawan",
"_to" : "worldVertices/country-brunei",
"_rev" : "_YYClgV2--_",
"type" : "is-in"
},
{
"_key" : "131954",
"_id" : "worldEdges/131954",
"_from" : "worldVertices/country-denmark",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVm--B",
"type" : "is-in"
},
{
"_key" : "131897",
"_id" : "worldEdges/131897",
"_from" : "worldVertices/country-belgium",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YYClgVO--B",
"type" : "is-in"
},
{
"_key" : "132092",
"_id" : "worldEdges/132092",
"_from" : "worldVertices/capital-yaounde",
"_to" : "worldVertices/country-cameroon",
"_rev" : "_YYClgWi--_",
"type" : "is-in"
}
]
arangosh> examples.dropGraph("worldCountry");
arangosh> var g = examples.loadGraph("worldCountryUnManaged");
arangosh> examples.dropGraph("worldCountryUnManaged");