linkedpipes / etl

LinkedPipes ETL is an RDF based, lightweight ETL tool
https://etl.linkedpipes.com
Other
147 stars 30 forks source link

l-wikibase: Unable to create qualifier using Item property #786

Closed jakubklimek closed 4 years ago

jakubklimek commented 4 years ago

See this execution. A qualifier should be created (works with qualifiers of different, complex types), but it is not. There is no error in the log.

skodapetr commented 4 years ago

@jakubklimek Where is this syntax coming from, Wikibase seems to use prov:wasDerivedFrom for references.

jakubklimek commented 4 years ago

This is a qualifier, not a reference

skodapetr commented 4 years ago

@jakubklimek See https://wikibase.opendata.cz/wiki/Item:Q2238 https://wikibase.opendata.cz/wiki/Special:EntityData/Q2238.ttl this item has a qualifier still the produced TTL looks like this:

wds:Q2238-60A0CD82-D742-4E9A-9BBA-D0DB38C03523 a wikibase:Statement, wikibase:BestRank ;
    prov:wasDerivedFrom wdref:2f09a02a42ccd0fa2b98a39fe443cd58a290e727 .

wdref:2f09a02a42ccd0fa2b98a39fe443cd58a290e727 a wikibase:Reference ;
    pr:P19 wd:Q2212 .

Could you please create an example data on wikibase and link them here?

jakubklimek commented 4 years ago

When I click the ttl link, I see a qualifier, not a reference.

On Tue, Nov 26, 2019, 21:50 Petr Škoda notifications@github.com wrote:

@jakubklimek https://github.com/jakubklimek See https://wikibase.opendata.cz/wiki/Item:Q2238 https://wikibase.opendata.cz/wiki/Special:EntityData/Q2238.ttl this item has a qualifier still the produced TTL looks like this:

wds:Q2238-60A0CD82-D742-4E9A-9BBA-D0DB38C03523 a wikibase:Statement, wikibase:BestRank ; prov:wasDerivedFrom wdref:2f09a02a42ccd0fa2b98a39fe443cd58a290e727 .

wdref:2f09a02a42ccd0fa2b98a39fe443cd58a290e727 a wikibase:Reference ; pr:P19 wd:Q2212 .

Could you please create an example data on wikibase and link them here?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/linkedpipes/etl/issues/786?email_source=notifications&email_token=AAFPP2YASJAQSH3CHHRRJCDQVWDX7A5CNFSM4JRZLYWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFHMSQI#issuecomment-558811457, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFPP2YM7YPEUWW62RN3DWDQVWDX7ANCNFSM4JRZLYWA .

skodapetr commented 4 years ago

Cite: Could you please create an example data on wikibase and link them here?