Sample Data for Graph Algorithm Queries
The graph algorithm example queries run against a sample airline flight network data set, which includes a 10,000 row subset of flight data from the Department of Transportation and airport data with information about airports and their locations. If you would like to load the sample data so that you can run the example queries, click the link below to download the airline_flight_network_lpg.zip
file, which contains the load file, airline_flight_network_lpg.ttl
.
Extract the .zip file and place airline_flight_network_lpg.ttl
in a location on the AnzoGraph DB file system. Then run the following query to load the sample data into a graph called <http://anzograph.com/airline_flight_network>
.
LOAD <file:/path_to_file/airline_flight_network_lpg.ttl> INTO GRAPH <http://anzograph.com/airline_flight_network>