Hi Victor,

please see my answers inline.

On Tue, Dec 1, 2020 at 2:29 PM Victor Agroskin <[email protected]> wrote:

> I need further help, if possible.
>
> I'm trying to get query service updater to get data from my Wikibase. It
> correctly identifies changes and accesses pages of changed items like
> https://standartopedia.ru/wiki/Special:EntityData/Q183.ttl
>
> There are subjects on this page in three distinct namespaces:
>   data: <https://standartopedia.ru/wiki/Special:EntityData/>
>   wd: <https://standartopedia.ru/wiki/Item:>
>   s: <https://standartopedia.ru/wiki/Item:statement/>
>
>
As you noticed the munger will not be able to import such data. The
prefixes should look like:

@prefix wd: <https://standartopedia.ru/entity/> .
@prefix data: <https://standartopedia.ru/wiki/Special:EntityData/> .
@prefix s: <https://standartopedia.ru/entity/statement/> .

Looking at https://standartopedia.ru/wiki/Special:EntityData/Q183.ttl I see
that it is now correct, did you already solve the problem? If not I
probably misunderstood your issue.

Regards,

David.
_______________________________________________
Wikidata-tech mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-tech

Reply via email to