-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
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)
