ontoportal-lirmm / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
0 stars 4 forks source link

Fix: map attribute for properties that contain a mix of string and URIs #51

Closed syphax-bouazzouni closed 9 months ago

syphax-bouazzouni commented 9 months ago

Fix map_atrrbiute in the case of an attribute is mapped to properties that can be strings or URIs, for example, this:

image

Assuming in this case, the URIs values as with no language.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (74ea47d) 86.13% compared to head (6187c20) 85.91%.

Files Patch % Lines
lib/goo/base/resource.rb 42.85% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #51 +/- ## ========================================== - Coverage 86.13% 85.91% -0.22% ========================================== Files 37 37 Lines 2668 2669 +1 ========================================== - Hits 2298 2293 -5 - Misses 370 376 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.