Closed jesper-friis closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.44%. Comparing base (
225fc78
) to head (0a1da48
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
We cannot use the
value
attribute of anrdflib.Literal
to access its value, since it isNone
for some datatypes (at least for rdf:JSON). Seems more robust to use the existence of then3()
method to test for a literal and the string representation to access its value.Type of change
Checklist for the reviewer
This checklist should be used as a help for the reviewer.