Skip to content

Commit

Permalink
remove REC import after adding in the REC graph
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Sep 12, 2024
1 parent f18bef7 commit 4a33054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate_brick.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,8 @@ def handle_concept_labels():

# add rec stuff
env.import_graph(G, "https://w3id.org/rec")
# remove the REC import
G.remove((None, OWL.imports, URIRef("https://w3id.org/rec")))

# add inferred information to Brick
# logger.info("Adding inferred information to Brick")
Expand Down

0 comments on commit 4a33054

Please sign in to comment.