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

Referenced lists should support data properties #209

Closed
ledsoft opened this issue Oct 23, 2023 · 0 comments · Fixed by #217
Closed

Referenced lists should support data properties #209

ledsoft opened this issue Oct 23, 2023 · 0 comments · Fixed by #217

Comments

@ledsoft
Copy link
Contributor

ledsoft commented Oct 23, 2023

Currently, JOPA lists (simple and referenced) support only object property values (resources). However, referenced lists could support data property values as well, as they are represented as lists of generated nodes referencing a value.

Note that currently the implementations of reference list handling in OntoDrivers require a single value, but if the list consists of MultilingualStrings, multiple values could be referenced by a single node.

@ledsoft ledsoft added this to the 2.0.0 milestone Oct 23, 2023
@ledsoft ledsoft removed this from the 2.0.0 milestone Nov 6, 2023
ledsoft added a commit that referenced this issue Nov 26, 2023
Throw exception when attempting to map simple list to OWLDataProperty.
ledsoft added a commit that referenced this issue Nov 26, 2023
ledsoft added a commit that referenced this issue Nov 26, 2023
…J driver to support data property values in referenced lists.
ledsoft added a commit that referenced this issue Nov 27, 2023
ledsoft added a commit that referenced this issue Nov 27, 2023
…ropertyAssertion when list element type is literal.
ledsoft added a commit that referenced this issue Dec 4, 2023
ledsoft added a commit that referenced this issue Dec 4, 2023
… to handle reference lists with data property values.
ledsoft added a commit that referenced this issue Dec 4, 2023
ledsoft added a commit that referenced this issue Dec 4, 2023
ledsoft added a commit that referenced this issue Dec 6, 2023
@ledsoft ledsoft linked a pull request Dec 11, 2023 that will close this issue
@ledsoft ledsoft closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant