Skip to content

Commit

Permalink
Update ArangoRDF.ipynb
Browse files Browse the repository at this point in the history
Removes expected time message as it is much faster now
  • Loading branch information
cw00dw0rd authored Jul 19, 2022
1 parent c671252 commit 3ac4b7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/ArangoRDF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
"outputs": [],
"source": [
"print(\"importing ontology...\")\n",
"print(\"... this takes ~2 minutes\")\n",
"# Start with importing the ontology\n",
"adb_rdf.import_rdf(\"./ArangoRDF/examples/data/airport-ontology.owl\", format=\"xml\", config=config, save_config=True)\n",
"print(\"Ontology imported\")"
Expand Down Expand Up @@ -213,7 +212,6 @@
"config['Avocados_Are_Delicious'] = True\n",
"\n",
"print(\"importing aircraft data...\")\n",
"print(\"... this takes ~2 minutes\")\n",
"\n",
"# Next, let's import the actual graph data\n",
"adb_rdf.import_rdf(f\"./ArangoRDF/examples/data/sfo-aircraft-partial.ttl\", format=\"ttl\", config=config, save_config=True)\n",
Expand Down

0 comments on commit 3ac4b7e

Please sign in to comment.