Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with resources with same name #10

Open
philbarker opened this issue Jan 11, 2016 · 1 comment
Open

Deal with resources with same name #10

philbarker opened this issue Jan 11, 2016 · 1 comment

Comments

@philbarker
Copy link
Owner

  1. start a new session
  2. open RDFS file, select sdordfs.ttl

Result: error, "..._tkinter.TclError: Item http://schema.org/TherapeuticProcedure already exists" (or similar); import of RDFS is halted

Expected Result: should cope with existing resource info without halting import

@philbarker
Copy link
Owner Author

Info: the error is due to trying to insert two items in class tree with same id, b/c class id is used as id in tree and same class can occur in different branches of tree. Perhaps add an index number to class id before using as tree item id. Need to make sure that can still use item id in tree to identify class in graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant