Hello All
Property filter does not seem to be working for me.
My code:
WikibaseDataFetcher wbdf = WikibaseDataFetcher.getWikidataDataFetcher();
wbdf.getFilter().setPropertyFilter(Collections.singleton(this.dataObjectFactory.getPropertyIdValue("P57", "http://www.wikidata.org/entity")));
wbdf.getFilter().setPropertyFilter(Collections.singleton(PropertyIdValueImpl.create("P57", "http://www.wikidata.org/entity")));
i am still receiving all statements. what am i missing ?
Thanks in advance Assaf
wikidata-tech@lists.wikimedia.org