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" : "_YOn1oMO--L",
"name" : "Ottawa",
"type" : "capital"
},
{
"_key" : "capital-yaounde",
"_id" : "worldVertices/capital-yaounde",
"_rev" : "_YOn1oMW--H",
"name" : "Yaounde",
"type" : "capital"
},
{
"_key" : "capital-algiers",
"_id" : "worldVertices/capital-algiers",
"_rev" : "_YOn1oMC--N",
"name" : "Algiers",
"type" : "capital"
},
{
"_key" : "continent-south-america",
"_id" : "worldVertices/continent-south-america",
"_rev" : "_YOn1oGm--J",
"name" : "South America",
"type" : "continent"
},
{
"_key" : "capital-andorra-la-vella",
"_id" : "worldVertices/capital-andorra-la-vella",
"_rev" : "_YOn1oMG--_",
"name" : "Andorra la Vella",
"type" : "capital"
},
{
"_key" : "country-people-s-republic-of-china",
"_id" : "worldVertices/country-people-s-republic-of-china",
"_rev" : "_YOn1oMC--L",
"name" : "People's Republic of China",
"type" : "country",
"code" : "CHN"
},
{
"_key" : "capital-tirana",
"_id" : "worldVertices/capital-tirana",
"_rev" : "_YOn1oMW--B",
"name" : "Tirana",
"type" : "capital"
},
{
"_key" : "country-cote-d-ivoire",
"_id" : "worldVertices/country-cote-d-ivoire",
"_rev" : "_YOn1oL6--B",
"name" : "Cote d'Ivoire",
"type" : "country",
"code" : "CIV"
},
{
"_key" : "capital-sofia",
"_id" : "worldVertices/capital-sofia",
"_rev" : "_YOn1oMS--L",
"name" : "Sofia",
"type" : "capital"
},
{
"_key" : "capital-bridgetown",
"_id" : "worldVertices/capital-bridgetown",
"_rev" : "_YOn1oMG--N",
"name" : "Bridgetown",
"type" : "capital"
},
{
"_key" : "country-chad",
"_id" : "worldVertices/country-chad",
"_rev" : "_YOn1oKq--B",
"name" : "Chad",
"type" : "country",
"code" : "TCD"
},
{
"_key" : "capital-thimphu",
"_id" : "worldVertices/capital-thimphu",
"_rev" : "_YOn1oMW--_",
"name" : "Thimphu",
"type" : "capital"
},
{
"_key" : "capital-santiago",
"_id" : "worldVertices/capital-santiago",
"_rev" : "_YOn1oMS--H",
"name" : "Santiago",
"type" : "capital"
},
{
"_key" : "capital-manama",
"_id" : "worldVertices/capital-manama",
"_rev" : "_YOn1oMO--F",
"name" : "Manama",
"type" : "capital"
},
{
"_key" : "capital-zagreb",
"_id" : "worldVertices/capital-zagreb",
"_rev" : "_YOn1oMa--_",
"name" : "Zagreb",
"type" : "capital"
},
{
"_key" : "country-brazil",
"_id" : "worldVertices/country-brazil",
"_rev" : "_YOn1oJS--H",
"name" : "Brazil",
"type" : "country",
"code" : "BRA"
},
{
"_key" : "country-burundi",
"_id" : "worldVertices/country-burundi",
"_rev" : "_YOn1oKm--B",
"name" : "Burundi",
"type" : "country",
"code" : "BDI"
},
{
"_key" : "capital-la-paz",
"_id" : "worldVertices/capital-la-paz",
"_rev" : "_YOn1oMO--B",
"name" : "La Paz",
"type" : "capital"
},
{
"_key" : "country-germany",
"_id" : "worldVertices/country-germany",
"_rev" : "_YOn1oMC--J",
"name" : "Germany",
"type" : "country",
"code" : "DEU"
},
{
"_key" : "country-botswana",
"_id" : "worldVertices/country-botswana",
"_rev" : "_YOn1oJS--F",
"name" : "Botswana",
"type" : "country",
"code" : "BWA"
},
{
"_key" : "capital-phnom-penh",
"_id" : "worldVertices/capital-phnom-penh",
"_rev" : "_YOn1oMS--_",
"name" : "Phnom Penh",
"type" : "capital"
},
{
"_key" : "country-croatia",
"_id" : "worldVertices/country-croatia",
"_rev" : "_YOn1oM---_",
"name" : "Croatia",
"type" : "country",
"code" : "HRV"
},
{
"_key" : "country-eritrea",
"_id" : "worldVertices/country-eritrea",
"_rev" : "_YOn1oMC--D",
"name" : "Eritrea",
"type" : "country",
"code" : "ERI"
},
{
"_key" : "country-angola",
"_id" : "worldVertices/country-angola",
"_rev" : "_YOn1oGq--D",
"name" : "Angola",
"type" : "country",
"code" : "AGO"
},
{
"_key" : "country-bahrain",
"_id" : "worldVertices/country-bahrain",
"_rev" : "_YOn1oI---B",
"name" : "Bahrain",
"type" : "country",
"code" : "BHR"
},
{
"_key" : "country-argentina",
"_id" : "worldVertices/country-argentina",
"_rev" : "_YOn1oH6--_",
"name" : "Argentina",
"type" : "country",
"code" : "ARG"
},
{
"_key" : "capital-canberra",
"_id" : "worldVertices/capital-canberra",
"_rev" : "_YOn1oMK--F",
"name" : "Canberra",
"type" : "capital"
},
{
"_key" : "capital-bujumbura",
"_id" : "worldVertices/capital-bujumbura",
"_rev" : "_YOn1oMK--B",
"name" : "Bujumbura",
"type" : "capital"
},
{
"_key" : "country-bangladesh",
"_id" : "worldVertices/country-bangladesh",
"_rev" : "_YOn1oI---D",
"name" : "Bangladesh",
"type" : "country",
"code" : "BGD"
},
{
"_key" : "country-ecuador",
"_id" : "worldVertices/country-ecuador",
"_rev" : "_YOn1oMC--_",
"name" : "Ecuador",
"type" : "country",
"code" : "ECU"
},
{
"_key" : "continent-africa",
"_id" : "worldVertices/continent-africa",
"_rev" : "_YOn1oGm--_",
"name" : "Africa",
"type" : "continent"
},
{
"_key" : "country-cambodia",
"_id" : "worldVertices/country-cambodia",
"_rev" : "_YOn1oKm--D",
"name" : "Cambodia",
"type" : "country",
"code" : "KHM"
},
{
"_key" : "country-chile",
"_id" : "worldVertices/country-chile",
"_rev" : "_YOn1oKq--D",
"name" : "Chile",
"type" : "country",
"code" : "CHL"
},
{
"_key" : "country-bolivia",
"_id" : "worldVertices/country-bolivia",
"_rev" : "_YOn1oJS--B",
"name" : "Bolivia",
"type" : "country",
"code" : "BOL"
},
{
"_key" : "country-belgium",
"_id" : "worldVertices/country-belgium",
"_rev" : "_YOn1oJO--_",
"name" : "Belgium",
"type" : "country",
"code" : "BEL"
},
{
"_key" : "capital-copenhagen",
"_id" : "worldVertices/capital-copenhagen",
"_rev" : "_YOn1oMK--H",
"name" : "Copenhagen",
"type" : "capital"
},
{
"_key" : "country-cameroon",
"_id" : "worldVertices/country-cameroon",
"_rev" : "_YOn1oKm--F",
"name" : "Cameroon",
"type" : "country",
"code" : "CMR"
},
{
"_key" : "capital-gaborone",
"_id" : "worldVertices/capital-gaborone",
"_rev" : "_YOn1oMK--L",
"name" : "Gaborone",
"type" : "capital"
},
{
"_key" : "continent-australia",
"_id" : "worldVertices/continent-australia",
"_rev" : "_YOn1oGm--D",
"name" : "Australia",
"type" : "continent"
},
{
"_key" : "world",
"_id" : "worldVertices/world",
"_rev" : "_YOn1oGi--_",
"name" : "World",
"type" : "root"
},
{
"_key" : "capital-yamoussoukro",
"_id" : "worldVertices/capital-yamoussoukro",
"_rev" : "_YOn1oMW--F",
"name" : "Yamoussoukro",
"type" : "capital"
},
{
"_key" : "capital-brasilia",
"_id" : "worldVertices/capital-brasilia",
"_rev" : "_YOn1oMG--L",
"name" : "Brasilia",
"type" : "capital"
},
{
"_key" : "country-antigua-and-barbuda",
"_id" : "worldVertices/country-antigua-and-barbuda",
"_rev" : "_YOn1oGq--F",
"name" : "Antigua and Barbuda",
"type" : "country",
"code" : "ATG"
},
{
"_key" : "capital-bandar-seri-begawan",
"_id" : "worldVertices/capital-bandar-seri-begawan",
"_rev" : "_YOn1oMG--D",
"name" : "Bandar Seri Begawan",
"type" : "capital"
},
{
"_key" : "capital-dhaka",
"_id" : "worldVertices/capital-dhaka",
"_rev" : "_YOn1oMK--J",
"name" : "Dhaka",
"type" : "capital"
},
{
"_key" : "capital-saint-john-s",
"_id" : "worldVertices/capital-saint-john-s",
"_rev" : "_YOn1oMS--F",
"name" : "Saint John's",
"type" : "capital"
},
{
"_key" : "country-burkina-faso",
"_id" : "worldVertices/country-burkina-faso",
"_rev" : "_YOn1oKm--_",
"name" : "Burkina Faso",
"type" : "country",
"code" : "BFA"
},
{
"_key" : "capital-prague",
"_id" : "worldVertices/capital-prague",
"_rev" : "_YOn1oMS--B",
"name" : "Prague",
"type" : "capital"
},
{
"_key" : "country-czech-republic",
"_id" : "worldVertices/country-czech-republic",
"_rev" : "_YOn1oM---B",
"name" : "Czech Republic",
"type" : "country",
"code" : "CZE"
},
{
"_key" : "country-egypt",
"_id" : "worldVertices/country-egypt",
"_rev" : "_YOn1oMC--B",
"name" : "Egypt",
"type" : "country",
"code" : "EGY"
},
{
"_key" : "capital-helsinki",
"_id" : "worldVertices/capital-helsinki",
"_rev" : "_YOn1oMK--N",
"name" : "Helsinki",
"type" : "capital"
},
{
"_key" : "country-bhutan",
"_id" : "worldVertices/country-bhutan",
"_rev" : "_YOn1oJS--_",
"name" : "Bhutan",
"type" : "country",
"code" : "BTN"
},
{
"_key" : "country-algeria",
"_id" : "worldVertices/country-algeria",
"_rev" : "_YOn1oGq--_",
"name" : "Algeria",
"type" : "country",
"code" : "DZA"
},
{
"_key" : "country-afghanistan",
"_id" : "worldVertices/country-afghanistan",
"_rev" : "_YOn1oGm--L",
"name" : "Afghanistan",
"type" : "country",
"code" : "AFG"
},
{
"_key" : "capital-paris",
"_id" : "worldVertices/capital-paris",
"_rev" : "_YOn1oMO--P",
"name" : "Paris",
"type" : "capital"
},
{
"_key" : "country-finland",
"_id" : "worldVertices/country-finland",
"_rev" : "_YOn1oMC--F",
"name" : "Finland",
"type" : "country",
"code" : "FIN"
},
{
"_key" : "country-austria",
"_id" : "worldVertices/country-austria",
"_rev" : "_YOn1oH6--D",
"name" : "Austria",
"type" : "country",
"code" : "AUT"
},
{
"_key" : "capital-brussels",
"_id" : "worldVertices/capital-brussels",
"_rev" : "_YOn1oMG--P",
"name" : "Brussels",
"type" : "capital"
},
{
"_key" : "country-denmark",
"_id" : "worldVertices/country-denmark",
"_rev" : "_YOn1oM---D",
"name" : "Denmark",
"type" : "country",
"code" : "DNK"
},
{
"_key" : "country-albania",
"_id" : "worldVertices/country-albania",
"_rev" : "_YOn1oGm--N",
"name" : "Albania",
"type" : "country",
"code" : "ALB"
},
{
"_key" : "capital-berlin",
"_id" : "worldVertices/capital-berlin",
"_rev" : "_YOn1oMG--H",
"name" : "Berlin",
"type" : "capital"
},
{
"_key" : "capital-buenos-aires",
"_id" : "worldVertices/capital-buenos-aires",
"_rev" : "_YOn1oMK--_",
"name" : "Buenos Aires",
"type" : "capital"
},
{
"_key" : "capital-quito",
"_id" : "worldVertices/capital-quito",
"_rev" : "_YOn1oMS--D",
"name" : "Quito",
"type" : "capital"
},
{
"_key" : "country-france",
"_id" : "worldVertices/country-france",
"_rev" : "_YOn1oMC--H",
"name" : "France",
"type" : "country",
"code" : "FRA"
},
{
"_key" : "country-colombia",
"_id" : "worldVertices/country-colombia",
"_rev" : "_YOn1oL6--_",
"name" : "Colombia",
"type" : "country",
"code" : "COL"
},
{
"_key" : "country-bulgaria",
"_id" : "worldVertices/country-bulgaria",
"_rev" : "_YOn1oJW--_",
"name" : "Bulgaria",
"type" : "country",
"code" : "BGR"
},
{
"_key" : "continent-north-america",
"_id" : "worldVertices/continent-north-america",
"_rev" : "_YOn1oGm--H",
"name" : "North America",
"type" : "continent"
},
{
"_key" : "capital-vienna",
"_id" : "worldVertices/capital-vienna",
"_rev" : "_YOn1oMW--D",
"name" : "Vienna",
"type" : "capital"
},
{
"_key" : "country-bahamas",
"_id" : "worldVertices/country-bahamas",
"_rev" : "_YOn1oI---_",
"name" : "Bahamas",
"type" : "country",
"code" : "BHS"
},
{
"_key" : "continent-asia",
"_id" : "worldVertices/continent-asia",
"_rev" : "_YOn1oGm--B",
"name" : "Asia",
"type" : "continent"
},
{
"_key" : "country-barbados",
"_id" : "worldVertices/country-barbados",
"_rev" : "_YOn1oI---F",
"name" : "Barbados",
"type" : "country",
"code" : "BRB"
},
{
"_key" : "capital-n-djamena",
"_id" : "worldVertices/capital-n-djamena",
"_rev" : "_YOn1oMO--J",
"name" : "N'Djamena",
"type" : "capital"
},
{
"_key" : "capital-ouagadougou",
"_id" : "worldVertices/capital-ouagadougou",
"_rev" : "_YOn1oMO--N",
"name" : "Ouagadougou",
"type" : "capital"
},
{
"_key" : "capital-bogota",
"_id" : "worldVertices/capital-bogota",
"_rev" : "_YOn1oMG--J",
"name" : "Bogota",
"type" : "capital"
},
{
"_key" : "country-brunei",
"_id" : "worldVertices/country-brunei",
"_rev" : "_YOn1oJS--J",
"name" : "Brunei",
"type" : "country",
"code" : "BRN"
},
{
"_key" : "capital-asmara",
"_id" : "worldVertices/capital-asmara",
"_rev" : "_YOn1oMG--B",
"name" : "Asmara",
"type" : "capital"
},
{
"_key" : "capital-cairo",
"_id" : "worldVertices/capital-cairo",
"_rev" : "_YOn1oMK--D",
"name" : "Cairo",
"type" : "capital"
},
{
"_key" : "capital-kabul",
"_id" : "worldVertices/capital-kabul",
"_rev" : "_YOn1oMO--_",
"name" : "Kabul",
"type" : "capital"
},
{
"_key" : "capital-nassau",
"_id" : "worldVertices/capital-nassau",
"_rev" : "_YOn1oMO--H",
"name" : "Nassau",
"type" : "capital"
},
{
"_key" : "capital-beijing",
"_id" : "worldVertices/capital-beijing",
"_rev" : "_YOn1oMG--F",
"name" : "Beijing",
"type" : "capital"
},
{
"_key" : "country-canada",
"_id" : "worldVertices/country-canada",
"_rev" : "_YOn1oKq--_",
"name" : "Canada",
"type" : "country",
"code" : "CAN"
},
{
"_key" : "continent-europe",
"_id" : "worldVertices/continent-europe",
"_rev" : "_YOn1oGm--F",
"name" : "Europe",
"type" : "continent"
},
{
"_key" : "capital-luanda",
"_id" : "worldVertices/capital-luanda",
"_rev" : "_YOn1oMO--D",
"name" : "Luanda",
"type" : "capital"
},
{
"_key" : "country-australia",
"_id" : "worldVertices/country-australia",
"_rev" : "_YOn1oH6--B",
"name" : "Australia",
"type" : "country",
"code" : "AUS"
},
{
"_key" : "capital-sarajevo",
"_id" : "worldVertices/capital-sarajevo",
"_rev" : "_YOn1oMS--J",
"name" : "Sarajevo",
"type" : "capital"
},
{
"_key" : "country-andorra",
"_id" : "worldVertices/country-andorra",
"_rev" : "_YOn1oGq--B",
"name" : "Andorra",
"type" : "country",
"code" : "AND"
},
{
"_key" : "country-bosnia-and-herzegovina",
"_id" : "worldVertices/country-bosnia-and-herzegovina",
"_rev" : "_YOn1oJS--D",
"name" : "Bosnia and Herzegovina",
"type" : "country",
"code" : "BIH"
}
]
arangosh> db.worldEdges.toArray();
[
{
"_key" : "131691",
"_id" : "worldEdges/131691",
"_from" : "worldVertices/capital-bogota",
"_to" : "worldVertices/country-colombia",
"_rev" : "_YOn1oNS--_",
"type" : "is-in"
},
{
"_key" : "131601",
"_id" : "worldEdges/131601",
"_from" : "worldVertices/country-bosnia-and-herzegovina",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oM6--H",
"type" : "is-in"
},
{
"_key" : "131589",
"_id" : "worldEdges/131589",
"_from" : "worldVertices/country-barbados",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_YOn1oM6--_",
"type" : "is-in"
},
{
"_key" : "131733",
"_id" : "worldEdges/131733",
"_from" : "worldVertices/capital-luanda",
"_to" : "worldVertices/country-angola",
"_rev" : "_YOn1oNe--H",
"type" : "is-in"
},
{
"_key" : "131559",
"_id" : "worldEdges/131559",
"_from" : "worldVertices/country-algeria",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oMy--B",
"type" : "is-in"
},
{
"_key" : "131760",
"_id" : "worldEdges/131760",
"_from" : "worldVertices/capital-quito",
"_to" : "worldVertices/country-ecuador",
"_rev" : "_YOn1oNm--B",
"type" : "is-in"
},
{
"_key" : "131544",
"_id" : "worldEdges/131544",
"_from" : "worldVertices/continent-europe",
"_to" : "worldVertices/world",
"_rev" : "_YOn1oMa--H",
"type" : "is-in"
},
{
"_key" : "131712",
"_id" : "worldEdges/131712",
"_from" : "worldVertices/capital-canberra",
"_to" : "worldVertices/country-australia",
"_rev" : "_YOn1oNa--D",
"type" : "is-in"
},
{
"_key" : "131565",
"_id" : "worldEdges/131565",
"_from" : "worldVertices/country-angola",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oMy--F",
"type" : "is-in"
},
{
"_key" : "131670",
"_id" : "worldEdges/131670",
"_from" : "worldVertices/country-people-s-republic-of-china",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YOn1oNK--J",
"type" : "is-in"
},
{
"_key" : "131534",
"_id" : "worldEdges/131534",
"_from" : "worldVertices/continent-africa",
"_to" : "worldVertices/world",
"_rev" : "_YOn1oMa--B",
"type" : "is-in"
},
{
"_key" : "131790",
"_id" : "worldEdges/131790",
"_from" : "worldVertices/capital-zagreb",
"_to" : "worldVertices/country-croatia",
"_rev" : "_YOn1oNq--J",
"type" : "is-in"
},
{
"_key" : "131688",
"_id" : "worldEdges/131688",
"_from" : "worldVertices/capital-berlin",
"_to" : "worldVertices/country-germany",
"_rev" : "_YOn1oNO--J",
"type" : "is-in"
},
{
"_key" : "131739",
"_id" : "worldEdges/131739",
"_from" : "worldVertices/capital-nassau",
"_to" : "worldVertices/country-bahamas",
"_rev" : "_YOn1oNi--_",
"type" : "is-in"
},
{
"_key" : "131694",
"_id" : "worldEdges/131694",
"_from" : "worldVertices/capital-brasilia",
"_to" : "worldVertices/country-brazil",
"_rev" : "_YOn1oNS--B",
"type" : "is-in"
},
{
"_key" : "131775",
"_id" : "worldEdges/131775",
"_from" : "worldVertices/capital-thimphu",
"_to" : "worldVertices/country-bhutan",
"_rev" : "_YOn1oNq--_",
"type" : "is-in"
},
{
"_key" : "131763",
"_id" : "worldEdges/131763",
"_from" : "worldVertices/capital-saint-john-s",
"_to" : "worldVertices/country-antigua-and-barbuda",
"_rev" : "_YOn1oNm--D",
"type" : "is-in"
},
{
"_key" : "131682",
"_id" : "worldEdges/131682",
"_from" : "worldVertices/capital-bandar-seri-begawan",
"_to" : "worldVertices/country-brunei",
"_rev" : "_YOn1oNO--F",
"type" : "is-in"
},
{
"_key" : "131700",
"_id" : "worldEdges/131700",
"_from" : "worldVertices/capital-brussels",
"_to" : "worldVertices/country-belgium",
"_rev" : "_YOn1oNS--F",
"type" : "is-in"
},
{
"_key" : "131619",
"_id" : "worldEdges/131619",
"_from" : "worldVertices/country-burundi",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oN---J",
"type" : "is-in"
},
{
"_key" : "131769",
"_id" : "worldEdges/131769",
"_from" : "worldVertices/capital-sarajevo",
"_to" : "worldVertices/country-bosnia-and-herzegovina",
"_rev" : "_YOn1oNm--H",
"type" : "is-in"
},
{
"_key" : "131646",
"_id" : "worldEdges/131646",
"_from" : "worldVertices/country-czech-republic",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oNG--D",
"type" : "is-in"
},
{
"_key" : "131649",
"_id" : "worldEdges/131649",
"_from" : "worldVertices/country-denmark",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oNG--F",
"type" : "is-in"
},
{
"_key" : "131766",
"_id" : "worldEdges/131766",
"_from" : "worldVertices/capital-santiago",
"_to" : "worldVertices/country-chile",
"_rev" : "_YOn1oNm--F",
"type" : "is-in"
},
{
"_key" : "131655",
"_id" : "worldEdges/131655",
"_from" : "worldVertices/country-egypt",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oNK--_",
"type" : "is-in"
},
{
"_key" : "131538",
"_id" : "worldEdges/131538",
"_from" : "worldVertices/continent-asia",
"_to" : "worldVertices/world",
"_rev" : "_YOn1oMa--D",
"type" : "is-in"
},
{
"_key" : "131562",
"_id" : "worldEdges/131562",
"_from" : "worldVertices/country-andorra",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oMy--D",
"type" : "is-in"
},
{
"_key" : "131742",
"_id" : "worldEdges/131742",
"_from" : "worldVertices/capital-n-djamena",
"_to" : "worldVertices/country-chad",
"_rev" : "_YOn1oNi--B",
"type" : "is-in"
},
{
"_key" : "131547",
"_id" : "worldEdges/131547",
"_from" : "worldVertices/continent-north-america",
"_to" : "worldVertices/world",
"_rev" : "_YOn1oMu--_",
"type" : "is-in"
},
{
"_key" : "131631",
"_id" : "worldEdges/131631",
"_from" : "worldVertices/country-chad",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oNC--F",
"type" : "is-in"
},
{
"_key" : "131571",
"_id" : "worldEdges/131571",
"_from" : "worldVertices/country-argentina",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YOn1oM2--_",
"type" : "is-in"
},
{
"_key" : "131748",
"_id" : "worldEdges/131748",
"_from" : "worldVertices/capital-ouagadougou",
"_to" : "worldVertices/country-burkina-faso",
"_rev" : "_YOn1oNi--F",
"type" : "is-in"
},
{
"_key" : "131667",
"_id" : "worldEdges/131667",
"_from" : "worldVertices/country-germany",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oNK--H",
"type" : "is-in"
},
{
"_key" : "131721",
"_id" : "worldEdges/131721",
"_from" : "worldVertices/capital-gaborone",
"_to" : "worldVertices/country-botswana",
"_rev" : "_YOn1oNe--_",
"type" : "is-in"
},
{
"_key" : "131787",
"_id" : "worldEdges/131787",
"_from" : "worldVertices/capital-yaounde",
"_to" : "worldVertices/country-cameroon",
"_rev" : "_YOn1oNq--H",
"type" : "is-in"
},
{
"_key" : "131598",
"_id" : "worldEdges/131598",
"_from" : "worldVertices/country-bolivia",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YOn1oM6--F",
"type" : "is-in"
},
{
"_key" : "131715",
"_id" : "worldEdges/131715",
"_from" : "worldVertices/capital-copenhagen",
"_to" : "worldVertices/country-denmark",
"_rev" : "_YOn1oNa--F",
"type" : "is-in"
},
{
"_key" : "131745",
"_id" : "worldEdges/131745",
"_from" : "worldVertices/capital-ottawa",
"_to" : "worldVertices/country-canada",
"_rev" : "_YOn1oNi--D",
"type" : "is-in"
},
{
"_key" : "131622",
"_id" : "worldEdges/131622",
"_from" : "worldVertices/country-cambodia",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YOn1oNC--_",
"type" : "is-in"
},
{
"_key" : "131592",
"_id" : "worldEdges/131592",
"_from" : "worldVertices/country-belgium",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oM6--B",
"type" : "is-in"
},
{
"_key" : "131580",
"_id" : "worldEdges/131580",
"_from" : "worldVertices/country-bahamas",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_YOn1oM2--F",
"type" : "is-in"
},
{
"_key" : "131586",
"_id" : "worldEdges/131586",
"_from" : "worldVertices/country-bangladesh",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YOn1oM2--J",
"type" : "is-in"
},
{
"_key" : "131718",
"_id" : "worldEdges/131718",
"_from" : "worldVertices/capital-dhaka",
"_to" : "worldVertices/country-bangladesh",
"_rev" : "_YOn1oNa--H",
"type" : "is-in"
},
{
"_key" : "131679",
"_id" : "worldEdges/131679",
"_from" : "worldVertices/capital-asmara",
"_to" : "worldVertices/country-eritrea",
"_rev" : "_YOn1oNO--D",
"type" : "is-in"
},
{
"_key" : "131574",
"_id" : "worldEdges/131574",
"_from" : "worldVertices/country-australia",
"_to" : "worldVertices/continent-australia",
"_rev" : "_YOn1oM2--B",
"type" : "is-in"
},
{
"_key" : "131541",
"_id" : "worldEdges/131541",
"_from" : "worldVertices/continent-australia",
"_to" : "worldVertices/world",
"_rev" : "_YOn1oMa--F",
"type" : "is-in"
},
{
"_key" : "131553",
"_id" : "worldEdges/131553",
"_from" : "worldVertices/country-afghanistan",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YOn1oMu--D",
"type" : "is-in"
},
{
"_key" : "131643",
"_id" : "worldEdges/131643",
"_from" : "worldVertices/country-croatia",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oNG--B",
"type" : "is-in"
},
{
"_key" : "131664",
"_id" : "worldEdges/131664",
"_from" : "worldVertices/country-france",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oNK--F",
"type" : "is-in"
},
{
"_key" : "131685",
"_id" : "worldEdges/131685",
"_from" : "worldVertices/capital-beijing",
"_to" : "worldVertices/country-people-s-republic-of-china",
"_rev" : "_YOn1oNO--H",
"type" : "is-in"
},
{
"_key" : "131604",
"_id" : "worldEdges/131604",
"_from" : "worldVertices/country-botswana",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oN---_",
"type" : "is-in"
},
{
"_key" : "131778",
"_id" : "worldEdges/131778",
"_from" : "worldVertices/capital-tirana",
"_to" : "worldVertices/country-albania",
"_rev" : "_YOn1oNq--B",
"type" : "is-in"
},
{
"_key" : "131583",
"_id" : "worldEdges/131583",
"_from" : "worldVertices/country-bahrain",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YOn1oM2--H",
"type" : "is-in"
},
{
"_key" : "131568",
"_id" : "worldEdges/131568",
"_from" : "worldVertices/country-antigua-and-barbuda",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_YOn1oMy--H",
"type" : "is-in"
},
{
"_key" : "131676",
"_id" : "worldEdges/131676",
"_from" : "worldVertices/capital-andorra-la-vella",
"_to" : "worldVertices/country-andorra",
"_rev" : "_YOn1oNO--B",
"type" : "is-in"
},
{
"_key" : "131652",
"_id" : "worldEdges/131652",
"_from" : "worldVertices/country-ecuador",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YOn1oNG--H",
"type" : "is-in"
},
{
"_key" : "131658",
"_id" : "worldEdges/131658",
"_from" : "worldVertices/country-eritrea",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oNK--B",
"type" : "is-in"
},
{
"_key" : "131736",
"_id" : "worldEdges/131736",
"_from" : "worldVertices/capital-manama",
"_to" : "worldVertices/country-bahrain",
"_rev" : "_YOn1oNe--J",
"type" : "is-in"
},
{
"_key" : "131661",
"_id" : "worldEdges/131661",
"_from" : "worldVertices/country-finland",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oNK--D",
"type" : "is-in"
},
{
"_key" : "131754",
"_id" : "worldEdges/131754",
"_from" : "worldVertices/capital-phnom-penh",
"_to" : "worldVertices/country-cambodia",
"_rev" : "_YOn1oNi--J",
"type" : "is-in"
},
{
"_key" : "131706",
"_id" : "worldEdges/131706",
"_from" : "worldVertices/capital-bujumbura",
"_to" : "worldVertices/country-burundi",
"_rev" : "_YOn1oNa--_",
"type" : "is-in"
},
{
"_key" : "131697",
"_id" : "worldEdges/131697",
"_from" : "worldVertices/capital-bridgetown",
"_to" : "worldVertices/country-barbados",
"_rev" : "_YOn1oNS--D",
"type" : "is-in"
},
{
"_key" : "131703",
"_id" : "worldEdges/131703",
"_from" : "worldVertices/capital-buenos-aires",
"_to" : "worldVertices/country-argentina",
"_rev" : "_YOn1oNS--H",
"type" : "is-in"
},
{
"_key" : "131577",
"_id" : "worldEdges/131577",
"_from" : "worldVertices/country-austria",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oM2--D",
"type" : "is-in"
},
{
"_key" : "131751",
"_id" : "worldEdges/131751",
"_from" : "worldVertices/capital-paris",
"_to" : "worldVertices/country-france",
"_rev" : "_YOn1oNi--H",
"type" : "is-in"
},
{
"_key" : "131550",
"_id" : "worldEdges/131550",
"_from" : "worldVertices/continent-south-america",
"_to" : "worldVertices/world",
"_rev" : "_YOn1oMu--B",
"type" : "is-in"
},
{
"_key" : "131628",
"_id" : "worldEdges/131628",
"_from" : "worldVertices/country-canada",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_YOn1oNC--D",
"type" : "is-in"
},
{
"_key" : "131709",
"_id" : "worldEdges/131709",
"_from" : "worldVertices/capital-cairo",
"_to" : "worldVertices/country-egypt",
"_rev" : "_YOn1oNa--B",
"type" : "is-in"
},
{
"_key" : "131607",
"_id" : "worldEdges/131607",
"_from" : "worldVertices/country-brazil",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YOn1oN---B",
"type" : "is-in"
},
{
"_key" : "131673",
"_id" : "worldEdges/131673",
"_from" : "worldVertices/capital-algiers",
"_to" : "worldVertices/country-algeria",
"_rev" : "_YOn1oNO--_",
"type" : "is-in"
},
{
"_key" : "131634",
"_id" : "worldEdges/131634",
"_from" : "worldVertices/country-chile",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YOn1oNC--H",
"type" : "is-in"
},
{
"_key" : "131757",
"_id" : "worldEdges/131757",
"_from" : "worldVertices/capital-prague",
"_to" : "worldVertices/country-czech-republic",
"_rev" : "_YOn1oNm--_",
"type" : "is-in"
},
{
"_key" : "131616",
"_id" : "worldEdges/131616",
"_from" : "worldVertices/country-burkina-faso",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oN---H",
"type" : "is-in"
},
{
"_key" : "131784",
"_id" : "worldEdges/131784",
"_from" : "worldVertices/capital-yamoussoukro",
"_to" : "worldVertices/country-cote-d-ivoire",
"_rev" : "_YOn1oNq--F",
"type" : "is-in"
},
{
"_key" : "131556",
"_id" : "worldEdges/131556",
"_from" : "worldVertices/country-albania",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oMy--_",
"type" : "is-in"
},
{
"_key" : "131727",
"_id" : "worldEdges/131727",
"_from" : "worldVertices/capital-kabul",
"_to" : "worldVertices/country-afghanistan",
"_rev" : "_YOn1oNe--D",
"type" : "is-in"
},
{
"_key" : "131637",
"_id" : "worldEdges/131637",
"_from" : "worldVertices/country-colombia",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_YOn1oNC--J",
"type" : "is-in"
},
{
"_key" : "131724",
"_id" : "worldEdges/131724",
"_from" : "worldVertices/capital-helsinki",
"_to" : "worldVertices/country-finland",
"_rev" : "_YOn1oNe--B",
"type" : "is-in"
},
{
"_key" : "131640",
"_id" : "worldEdges/131640",
"_from" : "worldVertices/country-cote-d-ivoire",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oNG--_",
"type" : "is-in"
},
{
"_key" : "131625",
"_id" : "worldEdges/131625",
"_from" : "worldVertices/country-cameroon",
"_to" : "worldVertices/continent-africa",
"_rev" : "_YOn1oNC--B",
"type" : "is-in"
},
{
"_key" : "131610",
"_id" : "worldEdges/131610",
"_from" : "worldVertices/country-brunei",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YOn1oN---D",
"type" : "is-in"
},
{
"_key" : "131781",
"_id" : "worldEdges/131781",
"_from" : "worldVertices/capital-vienna",
"_to" : "worldVertices/country-austria",
"_rev" : "_YOn1oNq--D",
"type" : "is-in"
},
{
"_key" : "131772",
"_id" : "worldEdges/131772",
"_from" : "worldVertices/capital-sofia",
"_to" : "worldVertices/country-bulgaria",
"_rev" : "_YOn1oNm--J",
"type" : "is-in"
},
{
"_key" : "131730",
"_id" : "worldEdges/131730",
"_from" : "worldVertices/capital-la-paz",
"_to" : "worldVertices/country-bolivia",
"_rev" : "_YOn1oNe--F",
"type" : "is-in"
},
{
"_key" : "131595",
"_id" : "worldEdges/131595",
"_from" : "worldVertices/country-bhutan",
"_to" : "worldVertices/continent-asia",
"_rev" : "_YOn1oM6--D",
"type" : "is-in"
},
{
"_key" : "131613",
"_id" : "worldEdges/131613",
"_from" : "worldVertices/country-bulgaria",
"_to" : "worldVertices/continent-europe",
"_rev" : "_YOn1oN---F",
"type" : "is-in"
}
]
arangosh> examples.dropGraph("worldCountry");
arangosh> var g = examples.loadGraph("worldCountryUnManaged");
arangosh> examples.dropGraph("worldCountryUnManaged");