Hello,
RDF (here: Turtle) triples such as
:A :hasID "123", "456" ;
or
:A :hasID "123" ;
:A :hasID "456" ;
(which amounts to the same) can be imported by RDFIO, and the import log states that all triples were correctly imported. However, it looks like the last property value on import, here: "456", is the sole that gets retained (overwriting all previous ones).
On the other hand, there is no problem in introducing multiple values "by hand" in the SMW page, so the problem seems to be with RDFIO.
Now:
- did I possibly do something wrong? or
- is this a bug in RDFIO, and if so, how to fix it? or
- is this a necessary feature?
TIA
Airy Magnien