Hi Victor,

please see my answers inline.

On Tue, Dec 1, 2020 at 2:29 PM Victor Agroskin <vic5784@gmail.com> 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.