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

[rdf] Support for translated literal object values #383

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

robvandenbogaard
Copy link
Contributor

This is to support RDF literal object values with multiple translations, which are currently just appended in a list. This pull request adds selection of the translations matching the current or default language.

@ddeboer ddeboer added this to the 0.33.0 milestone Jun 6, 2018
#rdf_value{
value = <<"Author 2">>
}
]
Copy link
Member

@ddeboer ddeboer Jun 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct: currently a triple’s object is defined as

object :: binary() | #rdf_value{},

so either a single URI (binary) or a single #rdf_value{}, but never a list.

In RDF, you would have 2 separate triples to describe this data.

@DorienD
Copy link
Member

DorienD commented Apr 10, 2019

@robvandenbogaard @ddeboer is this still relevant?

@DorienD DorienD removed this from the 0.33.0 milestone Nov 15, 2019
@ddeboer ddeboer requested review from ddeboer and removed request for ddeboer March 12, 2020 10:53
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

Successfully merging this pull request may close these issues.

None yet

3 participants