For some reason the URL for SIteLink's is always null.
var entity = new Entity(_wikiDataSite, "Q1022");
await entity.RefreshAsync(
EntityQueryOptions.FetchAllProperties
);

I also tried around with EntityQueryOptions e.g. setting only FetchSiteLinkURL and so on, but I couldn't get it working. Is this a library Problem, or has it something to do with the Wiki-Site I'm querying? (Wikidata)
For some reason the URL for SIteLink's is always null.
I also tried around with
EntityQueryOptionse.g. setting onlyFetchSiteLinkURLand so on, but I couldn't get it working. Is this a library Problem, or has it something to do with the Wiki-Site I'm querying? (Wikidata)