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

Possible URI override for category values #357

Open
mboudet opened this issue Jul 6, 2022 · 2 comments
Open

Possible URI override for category values #357

mboudet opened this issue Jul 6, 2022 · 2 comments

Comments

@mboudet
Copy link
Contributor

mboudet commented Jul 6, 2022

An URI is built for every attribute of the category type, with the pattern AttributenameCategory.

Meaning if some entities use the same attribute name, the category values will overlap.

We can either

  1. Define the uri using the entity name (like EntityAttributeCategory),
  2. Use blank nodes (juste like relations & basic attributes)
@mboudet
Copy link
Contributor Author

mboudet commented Jul 11, 2022

Actually, since the categories are separated by graphes, there is no overlap.

(Except in the case where several entities are defined with the same attribute in the same graph, like for GFFs.

Implementing a fix would complexify integration for not much.

@mboudet mboudet closed this as completed Jul 11, 2022
@mboudet
Copy link
Contributor Author

mboudet commented Jul 11, 2022

it might actually be an issue when using abstractor in askomics mode, as all graphs are merged...

@mboudet mboudet reopened this Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant