Skip to content

Commit

Permalink
Fix todo for CIF-DDL URL after merging #52
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Aug 30, 2021
1 parent 381ecc1 commit 52565fd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions dic2owl/dic2owl/dic2owl.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,9 @@ def __init__(
self.onto = self.world.get_ontology(base_iri)

# Load cif-ddl ontology and append it to imported ontologies
# TODO - update the url below when the dic2owl branch is merged into
# main...
# cif_ddl = (
# "https://raw.githubusercontent.com/emmo-repo/CIF-ontology/main/"
# "ontology/cif-ddl.ttl"
# )
cif_ddl = (
"https://raw.githubusercontent.com/emmo-repo/CIF-ontology/dic2owl"
"/ontology/cif-ddl.ttl"
"https://raw.githubusercontent.com/emmo-repo/CIF-ontology/main/"
"ontology/cif-ddl.ttl"
)
self.ddl = self.world.get_ontology(str(cif_ddl)).load()
self.ddl.sync_python_names()
Expand Down

0 comments on commit 52565fd

Please sign in to comment.