Skip to content

Commit

Permalink
Download EMMO from raw.github directly as redirection is broken (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb authored Apr 5, 2022
1 parent a19d953 commit dcfc540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/vertical/define_ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@

# Load EMMO
world = World(filename="demo.sqlite3")
emmo = world.get_ontology("http://emmo.info/emmo/1.0.0-alpha2")
emmo = world.get_ontology(
"https://raw.githubusercontent.com/emmo-repo/EMMO/master/emmo.ttl"
)
emmo.load()
# emmo.sync_reasoner()

Expand Down

0 comments on commit dcfc540

Please sign in to comment.