valexiev
No user record in our sample, but valexiev has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but valexiev has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Sounds like a great candidate for a Cybersecurity Knowledge Graph.
I have no problems with the data model, but sadly you can't insert RDF statements: you have to go through tools like QS and wikidata-cli and the WD update performance is dismal. See…
Use https://www.mediawiki.org/wiki/Wikidata_Query_Service/Catego... by making a federated query to https://query.wikidata.org/bigdata/namespace/categories/spar.... Cheers!
Scientific Articles are in a similar situation: when importing one from a bibliography database, you won't always find every author... So people made an alternative prop "author name" and some disambiguation tools that…
IMHO WD SPARQL should reject invalid literals: https://phabricator.wikimedia.org/T253718
The WD SPARQL editor has auto-complete (eg type "wdt:award" and press control-space) and readout on hover. To make the query more readable, use some comments (see my query above). Yes, WD SPARQL has a firm timeout of 1…
?awardYear and ?dateOfBirth are literals, so you don't need to take *Label of them (that's only useful for Qnnn nodes). Below I use a blank node (since you don't need the URL of ?statement) to simplify the query, and…