Skip to content

Commit

Permalink
remove REC import after adding in the REC graph (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro authored Sep 12, 2024
1 parent 4b881f4 commit 28863d4
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 @@ -1104,6 +1104,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 28863d4

Please sign in to comment.