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

Bug: Ontology Store Concat Data Properties Instead of Updating #266

Open
FlorentLvr opened this issue Dec 13, 2024 · 0 comments
Open

Bug: Ontology Store Concat Data Properties Instead of Updating #266

FlorentLvr opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FlorentLvr
Copy link
Contributor

FlorentLvr commented Dec 13, 2024

Description: When updating data properties in the ontology store, the system is concatenating the new data with the existing data instead of replacing it. This leads to incorrect data representation and potential data integrity issues.

Steps to Reproduce:

  1. Access the ontology store.
  2. Attempt to update a data property with new information.
  3. Observe that the new data is concatenated with the existing data instead of updating it.

Expected Behavior: The data property should be updated with the new information, replacing the old data.

Actual Behavior: The new data is concatenated with the existing data.

Impact: This bug affects data accuracy and integrity within the ontology store, leading to potential misinterpretations and errors in data processing.

Please investigate and resolve this issue to ensure data properties are updated correctly.

image
@FlorentLvr FlorentLvr added the bug Something isn't working label Dec 13, 2024
@FlorentLvr FlorentLvr moved this to 📥Inbox in ⚡️ Product Roadmap Dec 13, 2024
@FlorentLvr FlorentLvr moved this from 📥Inbox to 🔖 Ready in ⚡️ Product Roadmap Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants