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" : "_U-_q7ZO--A",
"name" : "Ottawa",
"type" : "capital"
},
{
"_key" : "capital-yaounde",
"_id" : "worldVertices/capital-yaounde",
"_rev" : "_U-_q7Za--B",
"name" : "Yaounde",
"type" : "capital"
},
{
"_key" : "capital-algiers",
"_id" : "worldVertices/capital-algiers",
"_rev" : "_U-_q7Y6--_",
"name" : "Algiers",
"type" : "capital"
},
{
"_key" : "continent-south-america",
"_id" : "worldVertices/continent-south-america",
"_rev" : "_U-_q7YS--B",
"name" : "South America",
"type" : "continent"
},
{
"_key" : "capital-andorra-la-vella",
"_id" : "worldVertices/capital-andorra-la-vella",
"_rev" : "_U-_q7Y6--A",
"name" : "Andorra la Vella",
"type" : "capital"
},
{
"_key" : "country-people-s-republic-of-china",
"_id" : "worldVertices/country-people-s-republic-of-china",
"_rev" : "_U-_q7Y6---",
"code" : "CHN",
"name" : "People's Republic of China",
"type" : "country"
},
{
"_key" : "capital-tirana",
"_id" : "worldVertices/capital-tirana",
"_rev" : "_U-_q7Za---",
"name" : "Tirana",
"type" : "capital"
},
{
"_key" : "country-cote-d-ivoire",
"_id" : "worldVertices/country-cote-d-ivoire",
"_rev" : "_U-_q7Yu--B",
"code" : "CIV",
"name" : "Cote d'Ivoire",
"type" : "country"
},
{
"_key" : "capital-sofia",
"_id" : "worldVertices/capital-sofia",
"_rev" : "_U-_q7ZW--A",
"name" : "Sofia",
"type" : "capital"
},
{
"_key" : "capital-bridgetown",
"_id" : "worldVertices/capital-bridgetown",
"_rev" : "_U-_q7ZC---",
"name" : "Bridgetown",
"type" : "capital"
},
{
"_key" : "country-chad",
"_id" : "worldVertices/country-chad",
"_rev" : "_U-_q7Yu---",
"code" : "TCD",
"name" : "Chad",
"type" : "country"
},
{
"_key" : "capital-thimphu",
"_id" : "worldVertices/capital-thimphu",
"_rev" : "_U-_q7ZW--B",
"name" : "Thimphu",
"type" : "capital"
},
{
"_key" : "capital-santiago",
"_id" : "worldVertices/capital-santiago",
"_rev" : "_U-_q7ZW---",
"name" : "Santiago",
"type" : "capital"
},
{
"_key" : "capital-manama",
"_id" : "worldVertices/capital-manama",
"_rev" : "_U-_q7ZK--C",
"name" : "Manama",
"type" : "capital"
},
{
"_key" : "capital-zagreb",
"_id" : "worldVertices/capital-zagreb",
"_rev" : "_U-_q7Za--C",
"name" : "Zagreb",
"type" : "capital"
},
{
"_key" : "country-brazil",
"_id" : "worldVertices/country-brazil",
"_rev" : "_U-_q7Ym--_",
"code" : "BRA",
"name" : "Brazil",
"type" : "country"
},
{
"_key" : "country-burundi",
"_id" : "worldVertices/country-burundi",
"_rev" : "_U-_q7Yq---",
"code" : "BDI",
"name" : "Burundi",
"type" : "country"
},
{
"_key" : "capital-la-paz",
"_id" : "worldVertices/capital-la-paz",
"_rev" : "_U-_q7ZK--A",
"name" : "La Paz",
"type" : "capital"
},
{
"_key" : "country-germany",
"_id" : "worldVertices/country-germany",
"_rev" : "_U-_q7Y2--B",
"code" : "DEU",
"name" : "Germany",
"type" : "country"
},
{
"_key" : "country-botswana",
"_id" : "worldVertices/country-botswana",
"_rev" : "_U-_q7Ym---",
"code" : "BWA",
"name" : "Botswana",
"type" : "country"
},
{
"_key" : "capital-phnom-penh",
"_id" : "worldVertices/capital-phnom-penh",
"_rev" : "_U-_q7ZS--_",
"name" : "Phnom Penh",
"type" : "capital"
},
{
"_key" : "country-croatia",
"_id" : "worldVertices/country-croatia",
"_rev" : "_U-_q7Yu--C",
"code" : "HRV",
"name" : "Croatia",
"type" : "country"
},
{
"_key" : "country-eritrea",
"_id" : "worldVertices/country-eritrea",
"_rev" : "_U-_q7Y2---",
"code" : "ERI",
"name" : "Eritrea",
"type" : "country"
},
{
"_key" : "country-angola",
"_id" : "worldVertices/country-angola",
"_rev" : "_U-_q7Ya---",
"code" : "AGO",
"name" : "Angola",
"type" : "country"
},
{
"_key" : "country-bahrain",
"_id" : "worldVertices/country-bahrain",
"_rev" : "_U-_q7Ye--_",
"code" : "BHR",
"name" : "Bahrain",
"type" : "country"
},
{
"_key" : "country-argentina",
"_id" : "worldVertices/country-argentina",
"_rev" : "_U-_q7Ya--A",
"code" : "ARG",
"name" : "Argentina",
"type" : "country"
},
{
"_key" : "capital-canberra",
"_id" : "worldVertices/capital-canberra",
"_rev" : "_U-_q7ZG---",
"name" : "Canberra",
"type" : "capital"
},
{
"_key" : "capital-bujumbura",
"_id" : "worldVertices/capital-bujumbura",
"_rev" : "_U-_q7ZC--B",
"name" : "Bujumbura",
"type" : "capital"
},
{
"_key" : "country-bangladesh",
"_id" : "worldVertices/country-bangladesh",
"_rev" : "_U-_q7Ye--A",
"code" : "BGD",
"name" : "Bangladesh",
"type" : "country"
},
{
"_key" : "country-ecuador",
"_id" : "worldVertices/country-ecuador",
"_rev" : "_U-_q7Yy--A",
"code" : "ECU",
"name" : "Ecuador",
"type" : "country"
},
{
"_key" : "continent-africa",
"_id" : "worldVertices/continent-africa",
"_rev" : "_U-_q7YO--_",
"name" : "Africa",
"type" : "continent"
},
{
"_key" : "country-cambodia",
"_id" : "worldVertices/country-cambodia",
"_rev" : "_U-_q7Yq--_",
"code" : "KHM",
"name" : "Cambodia",
"type" : "country"
},
{
"_key" : "country-chile",
"_id" : "worldVertices/country-chile",
"_rev" : "_U-_q7Yu--_",
"code" : "CHL",
"name" : "Chile",
"type" : "country"
},
{
"_key" : "country-bolivia",
"_id" : "worldVertices/country-bolivia",
"_rev" : "_U-_q7Yi--A",
"code" : "BOL",
"name" : "Bolivia",
"type" : "country"
},
{
"_key" : "country-belgium",
"_id" : "worldVertices/country-belgium",
"_rev" : "_U-_q7Yi---",
"code" : "BEL",
"name" : "Belgium",
"type" : "country"
},
{
"_key" : "capital-copenhagen",
"_id" : "worldVertices/capital-copenhagen",
"_rev" : "_U-_q7ZG--_",
"name" : "Copenhagen",
"type" : "capital"
},
{
"_key" : "country-cameroon",
"_id" : "worldVertices/country-cameroon",
"_rev" : "_U-_q7Yq--A",
"code" : "CMR",
"name" : "Cameroon",
"type" : "country"
},
{
"_key" : "capital-gaborone",
"_id" : "worldVertices/capital-gaborone",
"_rev" : "_U-_q7ZG--B",
"name" : "Gaborone",
"type" : "capital"
},
{
"_key" : "continent-australia",
"_id" : "worldVertices/continent-australia",
"_rev" : "_U-_q7YS---",
"name" : "Australia",
"type" : "continent"
},
{
"_key" : "world",
"_id" : "worldVertices/world",
"_rev" : "_U-_q7YO---",
"name" : "World",
"type" : "root"
},
{
"_key" : "capital-yamoussoukro",
"_id" : "worldVertices/capital-yamoussoukro",
"_rev" : "_U-_q7Za--A",
"name" : "Yamoussoukro",
"type" : "capital"
},
{
"_key" : "capital-brasilia",
"_id" : "worldVertices/capital-brasilia",
"_rev" : "_U-_q7Z---B",
"name" : "Brasilia",
"type" : "capital"
},
{
"_key" : "country-antigua-and-barbuda",
"_id" : "worldVertices/country-antigua-and-barbuda",
"_rev" : "_U-_q7Ya--_",
"code" : "ATG",
"name" : "Antigua and Barbuda",
"type" : "country"
},
{
"_key" : "capital-bandar-seri-begawan",
"_id" : "worldVertices/capital-bandar-seri-begawan",
"_rev" : "_U-_q7Y6--C",
"name" : "Bandar Seri Begawan",
"type" : "capital"
},
{
"_key" : "capital-dhaka",
"_id" : "worldVertices/capital-dhaka",
"_rev" : "_U-_q7ZG--A",
"name" : "Dhaka",
"type" : "capital"
},
{
"_key" : "capital-saint-john-s",
"_id" : "worldVertices/capital-saint-john-s",
"_rev" : "_U-_q7ZS--C",
"name" : "Saint John's",
"type" : "capital"
},
{
"_key" : "country-burkina-faso",
"_id" : "worldVertices/country-burkina-faso",
"_rev" : "_U-_q7Ym--C",
"code" : "BFA",
"name" : "Burkina Faso",
"type" : "country"
},
{
"_key" : "capital-prague",
"_id" : "worldVertices/capital-prague",
"_rev" : "_U-_q7ZS--A",
"name" : "Prague",
"type" : "capital"
},
{
"_key" : "country-czech-republic",
"_id" : "worldVertices/country-czech-republic",
"_rev" : "_U-_q7Yy---",
"code" : "CZE",
"name" : "Czech Republic",
"type" : "country"
},
{
"_key" : "country-egypt",
"_id" : "worldVertices/country-egypt",
"_rev" : "_U-_q7Yy--B",
"code" : "EGY",
"name" : "Egypt",
"type" : "country"
},
{
"_key" : "capital-helsinki",
"_id" : "worldVertices/capital-helsinki",
"_rev" : "_U-_q7ZK---",
"name" : "Helsinki",
"type" : "capital"
},
{
"_key" : "country-bhutan",
"_id" : "worldVertices/country-bhutan",
"_rev" : "_U-_q7Yi--_",
"code" : "BTN",
"name" : "Bhutan",
"type" : "country"
},
{
"_key" : "country-algeria",
"_id" : "worldVertices/country-algeria",
"_rev" : "_U-_q7YW--A",
"code" : "DZA",
"name" : "Algeria",
"type" : "country"
},
{
"_key" : "country-afghanistan",
"_id" : "worldVertices/country-afghanistan",
"_rev" : "_U-_q7YW---",
"code" : "AFG",
"name" : "Afghanistan",
"type" : "country"
},
{
"_key" : "capital-paris",
"_id" : "worldVertices/capital-paris",
"_rev" : "_U-_q7ZS---",
"name" : "Paris",
"type" : "capital"
},
{
"_key" : "country-finland",
"_id" : "worldVertices/country-finland",
"_rev" : "_U-_q7Y2--_",
"code" : "FIN",
"name" : "Finland",
"type" : "country"
},
{
"_key" : "country-austria",
"_id" : "worldVertices/country-austria",
"_rev" : "_U-_q7Ya--C",
"code" : "AUT",
"name" : "Austria",
"type" : "country"
},
{
"_key" : "capital-brussels",
"_id" : "worldVertices/capital-brussels",
"_rev" : "_U-_q7ZC--_",
"name" : "Brussels",
"type" : "capital"
},
{
"_key" : "country-denmark",
"_id" : "worldVertices/country-denmark",
"_rev" : "_U-_q7Yy--_",
"code" : "DNK",
"name" : "Denmark",
"type" : "country"
},
{
"_key" : "country-albania",
"_id" : "worldVertices/country-albania",
"_rev" : "_U-_q7YW--_",
"code" : "ALB",
"name" : "Albania",
"type" : "country"
},
{
"_key" : "capital-berlin",
"_id" : "worldVertices/capital-berlin",
"_rev" : "_U-_q7Z---_",
"name" : "Berlin",
"type" : "capital"
},
{
"_key" : "capital-buenos-aires",
"_id" : "worldVertices/capital-buenos-aires",
"_rev" : "_U-_q7ZC--A",
"name" : "Buenos Aires",
"type" : "capital"
},
{
"_key" : "capital-quito",
"_id" : "worldVertices/capital-quito",
"_rev" : "_U-_q7ZS--B",
"name" : "Quito",
"type" : "capital"
},
{
"_key" : "country-france",
"_id" : "worldVertices/country-france",
"_rev" : "_U-_q7Y2--A",
"code" : "FRA",
"name" : "France",
"type" : "country"
},
{
"_key" : "country-colombia",
"_id" : "worldVertices/country-colombia",
"_rev" : "_U-_q7Yu--A",
"code" : "COL",
"name" : "Colombia",
"type" : "country"
},
{
"_key" : "country-bulgaria",
"_id" : "worldVertices/country-bulgaria",
"_rev" : "_U-_q7Ym--B",
"code" : "BGR",
"name" : "Bulgaria",
"type" : "country"
},
{
"_key" : "continent-north-america",
"_id" : "worldVertices/continent-north-america",
"_rev" : "_U-_q7YS--A",
"name" : "North America",
"type" : "continent"
},
{
"_key" : "capital-vienna",
"_id" : "worldVertices/capital-vienna",
"_rev" : "_U-_q7Za--_",
"name" : "Vienna",
"type" : "capital"
},
{
"_key" : "country-bahamas",
"_id" : "worldVertices/country-bahamas",
"_rev" : "_U-_q7Ye---",
"code" : "BHS",
"name" : "Bahamas",
"type" : "country"
},
{
"_key" : "continent-asia",
"_id" : "worldVertices/continent-asia",
"_rev" : "_U-_q7YO--A",
"name" : "Asia",
"type" : "continent"
},
{
"_key" : "country-barbados",
"_id" : "worldVertices/country-barbados",
"_rev" : "_U-_q7Ye--B",
"code" : "BRB",
"name" : "Barbados",
"type" : "country"
},
{
"_key" : "capital-n-djamena",
"_id" : "worldVertices/capital-n-djamena",
"_rev" : "_U-_q7ZO--_",
"name" : "N'Djamena",
"type" : "capital"
},
{
"_key" : "capital-ouagadougou",
"_id" : "worldVertices/capital-ouagadougou",
"_rev" : "_U-_q7ZO--B",
"name" : "Ouagadougou",
"type" : "capital"
},
{
"_key" : "capital-bogota",
"_id" : "worldVertices/capital-bogota",
"_rev" : "_U-_q7Z---A",
"name" : "Bogota",
"type" : "capital"
},
{
"_key" : "country-brunei",
"_id" : "worldVertices/country-brunei",
"_rev" : "_U-_q7Ym--A",
"code" : "BRN",
"name" : "Brunei",
"type" : "country"
},
{
"_key" : "capital-asmara",
"_id" : "worldVertices/capital-asmara",
"_rev" : "_U-_q7Y6--B",
"name" : "Asmara",
"type" : "capital"
},
{
"_key" : "capital-cairo",
"_id" : "worldVertices/capital-cairo",
"_rev" : "_U-_q7ZC--C",
"name" : "Cairo",
"type" : "capital"
},
{
"_key" : "capital-kabul",
"_id" : "worldVertices/capital-kabul",
"_rev" : "_U-_q7ZK--_",
"name" : "Kabul",
"type" : "capital"
},
{
"_key" : "capital-nassau",
"_id" : "worldVertices/capital-nassau",
"_rev" : "_U-_q7ZO---",
"name" : "Nassau",
"type" : "capital"
},
{
"_key" : "capital-beijing",
"_id" : "worldVertices/capital-beijing",
"_rev" : "_U-_q7Z----",
"name" : "Beijing",
"type" : "capital"
},
{
"_key" : "country-canada",
"_id" : "worldVertices/country-canada",
"_rev" : "_U-_q7Yq--B",
"code" : "CAN",
"name" : "Canada",
"type" : "country"
},
{
"_key" : "continent-europe",
"_id" : "worldVertices/continent-europe",
"_rev" : "_U-_q7YS--_",
"name" : "Europe",
"type" : "continent"
},
{
"_key" : "capital-luanda",
"_id" : "worldVertices/capital-luanda",
"_rev" : "_U-_q7ZK--B",
"name" : "Luanda",
"type" : "capital"
},
{
"_key" : "country-australia",
"_id" : "worldVertices/country-australia",
"_rev" : "_U-_q7Ya--B",
"code" : "AUS",
"name" : "Australia",
"type" : "country"
},
{
"_key" : "capital-sarajevo",
"_id" : "worldVertices/capital-sarajevo",
"_rev" : "_U-_q7ZW--_",
"name" : "Sarajevo",
"type" : "capital"
},
{
"_key" : "country-andorra",
"_id" : "worldVertices/country-andorra",
"_rev" : "_U-_q7YW--B",
"code" : "AND",
"name" : "Andorra",
"type" : "country"
},
{
"_key" : "country-bosnia-and-herzegovina",
"_id" : "worldVertices/country-bosnia-and-herzegovina",
"_rev" : "_U-_q7Yi--B",
"code" : "BIH",
"name" : "Bosnia and Herzegovina",
"type" : "country"
}
]
arangosh> db.worldEdges.toArray();
[
{
"_key" : "28678",
"_id" : "worldEdges/28678",
"_from" : "worldVertices/capital-paris",
"_to" : "worldVertices/country-france",
"_rev" : "_U-_q7ae--B",
"type" : "is-in"
},
{
"_key" : "28573",
"_id" : "worldEdges/28573",
"_from" : "worldVertices/country-czech-republic",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7a---A",
"type" : "is-in"
},
{
"_key" : "28519",
"_id" : "worldEdges/28519",
"_from" : "worldVertices/country-belgium",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7Zu--A",
"type" : "is-in"
},
{
"_key" : "28624",
"_id" : "worldEdges/28624",
"_from" : "worldVertices/capital-bridgetown",
"_to" : "worldVertices/country-barbados",
"_rev" : "_U-_q7aO--A",
"type" : "is-in"
},
{
"_key" : "28564",
"_id" : "worldEdges/28564",
"_from" : "worldVertices/country-colombia",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_U-_q7Z6--C",
"type" : "is-in"
},
{
"_key" : "28567",
"_id" : "worldEdges/28567",
"_from" : "worldVertices/country-cote-d-ivoire",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7a----",
"type" : "is-in"
},
{
"_key" : "28492",
"_id" : "worldEdges/28492",
"_from" : "worldVertices/country-angola",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7Zm--A",
"type" : "is-in"
},
{
"_key" : "28480",
"_id" : "worldEdges/28480",
"_from" : "worldVertices/country-afghanistan",
"_to" : "worldVertices/continent-asia",
"_rev" : "_U-_q7Zi--A",
"type" : "is-in"
},
{
"_key" : "28513",
"_id" : "worldEdges/28513",
"_from" : "worldVertices/country-bangladesh",
"_to" : "worldVertices/continent-asia",
"_rev" : "_U-_q7Zu---",
"type" : "is-in"
},
{
"_key" : "28648",
"_id" : "worldEdges/28648",
"_from" : "worldVertices/capital-gaborone",
"_to" : "worldVertices/country-botswana",
"_rev" : "_U-_q7aW--A",
"type" : "is-in"
},
{
"_key" : "28543",
"_id" : "worldEdges/28543",
"_from" : "worldVertices/country-burkina-faso",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7Z2--_",
"type" : "is-in"
},
{
"_key" : "28672",
"_id" : "worldEdges/28672",
"_from" : "worldVertices/capital-ottawa",
"_to" : "worldVertices/country-canada",
"_rev" : "_U-_q7ae--_",
"type" : "is-in"
},
{
"_key" : "28546",
"_id" : "worldEdges/28546",
"_from" : "worldVertices/country-burundi",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7Z2--A",
"type" : "is-in"
},
{
"_key" : "28615",
"_id" : "worldEdges/28615",
"_from" : "worldVertices/capital-berlin",
"_to" : "worldVertices/country-germany",
"_rev" : "_U-_q7aK--C",
"type" : "is-in"
},
{
"_key" : "28651",
"_id" : "worldEdges/28651",
"_from" : "worldVertices/capital-helsinki",
"_to" : "worldVertices/country-finland",
"_rev" : "_U-_q7aW--B",
"type" : "is-in"
},
{
"_key" : "28525",
"_id" : "worldEdges/28525",
"_from" : "worldVertices/country-bolivia",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_U-_q7Zy---",
"type" : "is-in"
},
{
"_key" : "28669",
"_id" : "worldEdges/28669",
"_from" : "worldVertices/capital-n-djamena",
"_to" : "worldVertices/country-chad",
"_rev" : "_U-_q7ae---",
"type" : "is-in"
},
{
"_key" : "28585",
"_id" : "worldEdges/28585",
"_from" : "worldVertices/country-eritrea",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7aC--A",
"type" : "is-in"
},
{
"_key" : "28657",
"_id" : "worldEdges/28657",
"_from" : "worldVertices/capital-la-paz",
"_to" : "worldVertices/country-bolivia",
"_rev" : "_U-_q7aa---",
"type" : "is-in"
},
{
"_key" : "28621",
"_id" : "worldEdges/28621",
"_from" : "worldVertices/capital-brasilia",
"_to" : "worldVertices/country-brazil",
"_rev" : "_U-_q7aO--_",
"type" : "is-in"
},
{
"_key" : "28702",
"_id" : "worldEdges/28702",
"_from" : "worldVertices/capital-thimphu",
"_to" : "worldVertices/country-bhutan",
"_rev" : "_U-_q7am--A",
"type" : "is-in"
},
{
"_key" : "28645",
"_id" : "worldEdges/28645",
"_from" : "worldVertices/capital-dhaka",
"_to" : "worldVertices/country-bangladesh",
"_rev" : "_U-_q7aW--_",
"type" : "is-in"
},
{
"_key" : "28582",
"_id" : "worldEdges/28582",
"_from" : "worldVertices/country-egypt",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7aC--_",
"type" : "is-in"
},
{
"_key" : "28603",
"_id" : "worldEdges/28603",
"_from" : "worldVertices/capital-andorra-la-vella",
"_to" : "worldVertices/country-andorra",
"_rev" : "_U-_q7aK---",
"type" : "is-in"
},
{
"_key" : "28495",
"_id" : "worldEdges/28495",
"_from" : "worldVertices/country-antigua-and-barbuda",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_U-_q7Zm--B",
"type" : "is-in"
},
{
"_key" : "28486",
"_id" : "worldEdges/28486",
"_from" : "worldVertices/country-algeria",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7Zm---",
"type" : "is-in"
},
{
"_key" : "28561",
"_id" : "worldEdges/28561",
"_from" : "worldVertices/country-chile",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_U-_q7Z6--B",
"type" : "is-in"
},
{
"_key" : "28666",
"_id" : "worldEdges/28666",
"_from" : "worldVertices/capital-nassau",
"_to" : "worldVertices/country-bahamas",
"_rev" : "_U-_q7aa--B",
"type" : "is-in"
},
{
"_key" : "28591",
"_id" : "worldEdges/28591",
"_from" : "worldVertices/country-france",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7aG---",
"type" : "is-in"
},
{
"_key" : "28594",
"_id" : "worldEdges/28594",
"_from" : "worldVertices/country-germany",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7aG--_",
"type" : "is-in"
},
{
"_key" : "28534",
"_id" : "worldEdges/28534",
"_from" : "worldVertices/country-brazil",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_U-_q7Zy--B",
"type" : "is-in"
},
{
"_key" : "28597",
"_id" : "worldEdges/28597",
"_from" : "worldVertices/country-people-s-republic-of-china",
"_to" : "worldVertices/continent-asia",
"_rev" : "_U-_q7aG--A",
"type" : "is-in"
},
{
"_key" : "28660",
"_id" : "worldEdges/28660",
"_from" : "worldVertices/capital-luanda",
"_to" : "worldVertices/country-angola",
"_rev" : "_U-_q7aa--_",
"type" : "is-in"
},
{
"_key" : "28600",
"_id" : "worldEdges/28600",
"_from" : "worldVertices/capital-algiers",
"_to" : "worldVertices/country-algeria",
"_rev" : "_U-_q7aG--B",
"type" : "is-in"
},
{
"_key" : "28483",
"_id" : "worldEdges/28483",
"_from" : "worldVertices/country-albania",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7Zi--B",
"type" : "is-in"
},
{
"_key" : "28501",
"_id" : "worldEdges/28501",
"_from" : "worldVertices/country-australia",
"_to" : "worldVertices/continent-australia",
"_rev" : "_U-_q7Zq---",
"type" : "is-in"
},
{
"_key" : "28714",
"_id" : "worldEdges/28714",
"_from" : "worldVertices/capital-yaounde",
"_to" : "worldVertices/country-cameroon",
"_rev" : "_U-_q7aq--A",
"type" : "is-in"
},
{
"_key" : "28489",
"_id" : "worldEdges/28489",
"_from" : "worldVertices/country-andorra",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7Zm--_",
"type" : "is-in"
},
{
"_key" : "28633",
"_id" : "worldEdges/28633",
"_from" : "worldVertices/capital-bujumbura",
"_to" : "worldVertices/country-burundi",
"_rev" : "_U-_q7aS--_",
"type" : "is-in"
},
{
"_key" : "28699",
"_id" : "worldEdges/28699",
"_from" : "worldVertices/capital-sofia",
"_to" : "worldVertices/country-bulgaria",
"_rev" : "_U-_q7am--_",
"type" : "is-in"
},
{
"_key" : "28708",
"_id" : "worldEdges/28708",
"_from" : "worldVertices/capital-vienna",
"_to" : "worldVertices/country-austria",
"_rev" : "_U-_q7aq---",
"type" : "is-in"
},
{
"_key" : "28579",
"_id" : "worldEdges/28579",
"_from" : "worldVertices/country-ecuador",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_U-_q7aC---",
"type" : "is-in"
},
{
"_key" : "28663",
"_id" : "worldEdges/28663",
"_from" : "worldVertices/capital-manama",
"_to" : "worldVertices/country-bahrain",
"_rev" : "_U-_q7aa--A",
"type" : "is-in"
},
{
"_key" : "28711",
"_id" : "worldEdges/28711",
"_from" : "worldVertices/capital-yamoussoukro",
"_to" : "worldVertices/country-cote-d-ivoire",
"_rev" : "_U-_q7aq--_",
"type" : "is-in"
},
{
"_key" : "28639",
"_id" : "worldEdges/28639",
"_from" : "worldVertices/capital-canberra",
"_to" : "worldVertices/country-australia",
"_rev" : "_U-_q7aS--B",
"type" : "is-in"
},
{
"_key" : "28498",
"_id" : "worldEdges/28498",
"_from" : "worldVertices/country-argentina",
"_to" : "worldVertices/continent-south-america",
"_rev" : "_U-_q7Zm--C",
"type" : "is-in"
},
{
"_key" : "28684",
"_id" : "worldEdges/28684",
"_from" : "worldVertices/capital-prague",
"_to" : "worldVertices/country-czech-republic",
"_rev" : "_U-_q7ai--_",
"type" : "is-in"
},
{
"_key" : "28468",
"_id" : "worldEdges/28468",
"_from" : "worldVertices/continent-australia",
"_to" : "worldVertices/world",
"_rev" : "_U-_q7Ze--A",
"type" : "is-in"
},
{
"_key" : "28636",
"_id" : "worldEdges/28636",
"_from" : "worldVertices/capital-cairo",
"_to" : "worldVertices/country-egypt",
"_rev" : "_U-_q7aS--A",
"type" : "is-in"
},
{
"_key" : "28675",
"_id" : "worldEdges/28675",
"_from" : "worldVertices/capital-ouagadougou",
"_to" : "worldVertices/country-burkina-faso",
"_rev" : "_U-_q7ae--A",
"type" : "is-in"
},
{
"_key" : "28681",
"_id" : "worldEdges/28681",
"_from" : "worldVertices/capital-phnom-penh",
"_to" : "worldVertices/country-cambodia",
"_rev" : "_U-_q7ai---",
"type" : "is-in"
},
{
"_key" : "28570",
"_id" : "worldEdges/28570",
"_from" : "worldVertices/country-croatia",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7a---_",
"type" : "is-in"
},
{
"_key" : "28654",
"_id" : "worldEdges/28654",
"_from" : "worldVertices/capital-kabul",
"_to" : "worldVertices/country-afghanistan",
"_rev" : "_U-_q7aW--C",
"type" : "is-in"
},
{
"_key" : "28696",
"_id" : "worldEdges/28696",
"_from" : "worldVertices/capital-sarajevo",
"_to" : "worldVertices/country-bosnia-and-herzegovina",
"_rev" : "_U-_q7am---",
"type" : "is-in"
},
{
"_key" : "28531",
"_id" : "worldEdges/28531",
"_from" : "worldVertices/country-botswana",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7Zy--A",
"type" : "is-in"
},
{
"_key" : "28471",
"_id" : "worldEdges/28471",
"_from" : "worldVertices/continent-europe",
"_to" : "worldVertices/world",
"_rev" : "_U-_q7Ze--B",
"type" : "is-in"
},
{
"_key" : "28717",
"_id" : "worldEdges/28717",
"_from" : "worldVertices/capital-zagreb",
"_to" : "worldVertices/country-croatia",
"_rev" : "_U-_q7aq--B",
"type" : "is-in"
},
{
"_key" : "28516",
"_id" : "worldEdges/28516",
"_from" : "worldVertices/country-barbados",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_U-_q7Zu--_",
"type" : "is-in"
},
{
"_key" : "28549",
"_id" : "worldEdges/28549",
"_from" : "worldVertices/country-cambodia",
"_to" : "worldVertices/continent-asia",
"_rev" : "_U-_q7Z2--B",
"type" : "is-in"
},
{
"_key" : "28612",
"_id" : "worldEdges/28612",
"_from" : "worldVertices/capital-beijing",
"_to" : "worldVertices/country-people-s-republic-of-china",
"_rev" : "_U-_q7aK--B",
"type" : "is-in"
},
{
"_key" : "28552",
"_id" : "worldEdges/28552",
"_from" : "worldVertices/country-cameroon",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7Z6---",
"type" : "is-in"
},
{
"_key" : "28522",
"_id" : "worldEdges/28522",
"_from" : "worldVertices/country-bhutan",
"_to" : "worldVertices/continent-asia",
"_rev" : "_U-_q7Zu--B",
"type" : "is-in"
},
{
"_key" : "28690",
"_id" : "worldEdges/28690",
"_from" : "worldVertices/capital-saint-john-s",
"_to" : "worldVertices/country-antigua-and-barbuda",
"_rev" : "_U-_q7ai--B",
"type" : "is-in"
},
{
"_key" : "28687",
"_id" : "worldEdges/28687",
"_from" : "worldVertices/capital-quito",
"_to" : "worldVertices/country-ecuador",
"_rev" : "_U-_q7ai--A",
"type" : "is-in"
},
{
"_key" : "28627",
"_id" : "worldEdges/28627",
"_from" : "worldVertices/capital-brussels",
"_to" : "worldVertices/country-belgium",
"_rev" : "_U-_q7aO--B",
"type" : "is-in"
},
{
"_key" : "28477",
"_id" : "worldEdges/28477",
"_from" : "worldVertices/continent-south-america",
"_to" : "worldVertices/world",
"_rev" : "_U-_q7Zi--_",
"type" : "is-in"
},
{
"_key" : "28642",
"_id" : "worldEdges/28642",
"_from" : "worldVertices/capital-copenhagen",
"_to" : "worldVertices/country-denmark",
"_rev" : "_U-_q7aW---",
"type" : "is-in"
},
{
"_key" : "28465",
"_id" : "worldEdges/28465",
"_from" : "worldVertices/continent-asia",
"_to" : "worldVertices/world",
"_rev" : "_U-_q7Ze--_",
"type" : "is-in"
},
{
"_key" : "28537",
"_id" : "worldEdges/28537",
"_from" : "worldVertices/country-brunei",
"_to" : "worldVertices/continent-asia",
"_rev" : "_U-_q7Zy--C",
"type" : "is-in"
},
{
"_key" : "28705",
"_id" : "worldEdges/28705",
"_from" : "worldVertices/capital-tirana",
"_to" : "worldVertices/country-albania",
"_rev" : "_U-_q7am--B",
"type" : "is-in"
},
{
"_key" : "28630",
"_id" : "worldEdges/28630",
"_from" : "worldVertices/capital-buenos-aires",
"_to" : "worldVertices/country-argentina",
"_rev" : "_U-_q7aS---",
"type" : "is-in"
},
{
"_key" : "28588",
"_id" : "worldEdges/28588",
"_from" : "worldVertices/country-finland",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7aC--B",
"type" : "is-in"
},
{
"_key" : "28609",
"_id" : "worldEdges/28609",
"_from" : "worldVertices/capital-bandar-seri-begawan",
"_to" : "worldVertices/country-brunei",
"_rev" : "_U-_q7aK--A",
"type" : "is-in"
},
{
"_key" : "28576",
"_id" : "worldEdges/28576",
"_from" : "worldVertices/country-denmark",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7a---B",
"type" : "is-in"
},
{
"_key" : "28504",
"_id" : "worldEdges/28504",
"_from" : "worldVertices/country-austria",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7Zq--_",
"type" : "is-in"
},
{
"_key" : "28555",
"_id" : "worldEdges/28555",
"_from" : "worldVertices/country-canada",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_U-_q7Z6--_",
"type" : "is-in"
},
{
"_key" : "28606",
"_id" : "worldEdges/28606",
"_from" : "worldVertices/capital-asmara",
"_to" : "worldVertices/country-eritrea",
"_rev" : "_U-_q7aK--_",
"type" : "is-in"
},
{
"_key" : "28507",
"_id" : "worldEdges/28507",
"_from" : "worldVertices/country-bahamas",
"_to" : "worldVertices/continent-north-america",
"_rev" : "_U-_q7Zq--A",
"type" : "is-in"
},
{
"_key" : "28474",
"_id" : "worldEdges/28474",
"_from" : "worldVertices/continent-north-america",
"_to" : "worldVertices/world",
"_rev" : "_U-_q7Zi---",
"type" : "is-in"
},
{
"_key" : "28461",
"_id" : "worldEdges/28461",
"_from" : "worldVertices/continent-africa",
"_to" : "worldVertices/world",
"_rev" : "_U-_q7Ze---",
"type" : "is-in"
},
{
"_key" : "28510",
"_id" : "worldEdges/28510",
"_from" : "worldVertices/country-bahrain",
"_to" : "worldVertices/continent-asia",
"_rev" : "_U-_q7Zq--B",
"type" : "is-in"
},
{
"_key" : "28558",
"_id" : "worldEdges/28558",
"_from" : "worldVertices/country-chad",
"_to" : "worldVertices/continent-africa",
"_rev" : "_U-_q7Z6--A",
"type" : "is-in"
},
{
"_key" : "28693",
"_id" : "worldEdges/28693",
"_from" : "worldVertices/capital-santiago",
"_to" : "worldVertices/country-chile",
"_rev" : "_U-_q7ai--C",
"type" : "is-in"
},
{
"_key" : "28618",
"_id" : "worldEdges/28618",
"_from" : "worldVertices/capital-bogota",
"_to" : "worldVertices/country-colombia",
"_rev" : "_U-_q7aO---",
"type" : "is-in"
},
{
"_key" : "28540",
"_id" : "worldEdges/28540",
"_from" : "worldVertices/country-bulgaria",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7Z2---",
"type" : "is-in"
},
{
"_key" : "28528",
"_id" : "worldEdges/28528",
"_from" : "worldVertices/country-bosnia-and-herzegovina",
"_to" : "worldVertices/continent-europe",
"_rev" : "_U-_q7Zy--_",
"type" : "is-in"
}
]
arangosh> examples.dropGraph("worldCountry");
true
arangosh> var g = examples.loadGraph("worldCountryUnManaged");
arangosh> examples.dropGraph("worldCountryUnManaged");