-
Notifications
You must be signed in to change notification settings - Fork 16
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
Labels
Comments
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
…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
added a commit
that referenced
this issue
Dec 6, 2023
This was referenced Dec 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
MultilingualString
s, multiple values could be referenced by a single node.The text was updated successfully, but these errors were encountered: