Page MenuHomePhabricator

VladimirAlexiev
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Friday

  • Clear sailing ahead.

User Details

User Since
Mar 12 2015, 12:15 PM (507 w, 6 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Vladimir Alexiev [ Global Accounts ]

Recent Activity

Oct 16 2023

VladimirAlexiev added a comment to T270764: Wikidata Truthy dump is missing important metadata triples.

I used queries like this to compare counts between wikidata and our wdtruthy service.

  • For the first 2 queries we use count(distinct ?x): they have prop path but a small result population
  • For the other queries we use count(*) because it's much faster
Oct 16 2023, 1:35 PM · Wikidata

Oct 5 2023

VladimirAlexiev added a comment to T270764: Wikidata Truthy dump is missing important metadata triples.

I see the count triples on recently modified entities:

image.png (369×1 px, 58 KB)

Oct 5 2023, 12:27 PM · Wikidata

Oct 3 2023

VladimirAlexiev added a comment to T270764: Wikidata Truthy dump is missing important metadata triples.

The full dump is 15B triples (you can see this here https://query.wikidata.org/bigdata/ldf).
WDtruthy is 6.5B triples (we have it in GraphDB, continuously updating).
Adding the counts will add 320M, or 5%.

Oct 3 2023, 5:18 PM · Wikidata

Sep 27 2023

VladimirAlexiev added a comment to T270764: Wikidata Truthy dump is missing important metadata triples.

The following query (from https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization#Distinct_term_scan,_and_group_by_and_count_optimization)

SELECT ?p (COUNT(?p) AS ?count)
WHERE { [] ?p [] . }
GROUP BY ?p order by desc(?count)

when ran at the WD query service shows the interesting counts:

  • wikibase:statements 107093728
  • wikibase:identifiers 105929733
  • wikibase:sitelinks 105928930
Sep 27 2023, 2:33 PM · Wikidata

Sep 15 2023

VladimirAlexiev added a comment to T235540: StackOverflowError when SPARQL query uses same variable name before and after aggregation.

I posted https://github.com/w3c/sparql-dev/issues/192 to collect info about what various SPARQL processors do in such cases.
Blazegraph allows it for certain situations:

  • COUNT
  • SAMPLE
  • identity rebinding
  • expression rebinding (not aggregate): but returns no rows
Sep 15 2023, 3:24 PM · Wikidata, Wikidata-Query-Service
VladimirAlexiev added a comment to T346420: query causes Stack Overflow.

Reading through the spec:

  • https://www.w3.org/TR/sparql11-query/#bind: "The variable introduced by the BIND clause must not have been used in the group graph pattern up to the point of use in BIND."
  • https://www.w3.org/TR/sparql11-query/#selectExpressions: "The rules of assignment in SELECT expression are the same as for assignment in BIND. The expression combines variable bindings already in the query solution, or defined earlier in the SELECT clause. The variable may be used in an expression later in the same SELECT clause and may not be be assigned again in the same SELECT clause."
    • This says you can't "assign" the same var twice in SELECT and that vars are brought forward from BIND, but not explicitly that you can't "reassign" from BIND to SELECT
Sep 15 2023, 3:09 PM · Wikidata-Query-Service, Wikidata
VladimirAlexiev created T346420: query causes Stack Overflow.
Sep 15 2023, 7:23 AM · Wikidata-Query-Service, Wikidata

Nov 24 2022

VladimirAlexiev updated the task description for T323774: some `wdtn:` values have disappeared.
Nov 24 2022, 3:56 PM · Wikidata
VladimirAlexiev created T323774: some `wdtn:` values have disappeared.
Nov 24 2022, 3:56 PM · Wikidata

Sep 21 2022

VladimirAlexiev updated the task description for T318219: Timeline view: vertical and horizontal controls.
Sep 21 2022, 10:21 AM · Wikidata, Wikidata Query UI
VladimirAlexiev created T318219: Timeline view: vertical and horizontal controls.
Sep 21 2022, 10:20 AM · Wikidata, Wikidata Query UI

Jul 26 2022

VladimirAlexiev added a comment to T207705: Implement the Extended Date/Time Format Specification.

Thanks everyone and especially @Jheald for the valuable info.

Jul 26 2022, 10:55 PM · Wikidata data quality and trust, Wikidata
VladimirAlexiev awarded T207705: Implement the Extended Date/Time Format Specification a Like token.
Jul 26 2022, 10:48 PM · Wikidata data quality and trust, Wikidata

Feb 17 2022

VladimirAlexiev added a comment to T204045: Support GeoSPARQL in Wikidata Query Service.

https://github.com/Sophox/sophox/issues/17 is about GeoSPARQL in Sophox, the OpenStreetMap SPARQL endpoint.
It uses Blazegraph (and Wikibase for OSM tags.keys).

Feb 17 2022, 8:26 AM · Wikidata-Query-Service, Wikidata

Dec 6 2021

VladimirAlexiev renamed T297096: add prefix `s:` or replace it with `wds:` from add prefix `s:` to add prefix `s:` or replace it with `wds:`.
Dec 6 2021, 11:52 AM · User-Addshore, Wikibase-Quality-Constraints, User-mobrovac, [DEPRECATED] wdwb-tech, Wikibase-Quality, Wikidata
VladimirAlexiev created T297097: sort WDQ prefixes.
Dec 6 2021, 11:49 AM · Wikidata Query UI, Wikidata
VladimirAlexiev created T297096: add prefix `s:` or replace it with `wds:`.
Dec 6 2021, 11:48 AM · User-Addshore, Wikibase-Quality-Constraints, User-mobrovac, [DEPRECATED] wdwb-tech, Wikibase-Quality, Wikidata
VladimirAlexiev added a comment to T297075: wrong/missing formatted URL when 2 props given in Property Example.

Turns out that VIAF pages (from which I copied the values) do have such weird invisible Unicode chars. Printed in hex:

3337 3237 37e2 808f e280 8f
Dec 6 2021, 8:59 AM · Wikidata
VladimirAlexiev created T297075: wrong/missing formatted URL when 2 props given in Property Example.
Dec 6 2021, 8:44 AM · Wikidata

Dec 3 2021

VladimirAlexiev added a comment to T257415: Language code zh-classical is invalid.

@Mahir256 : see T30443 for a validation of the WD dump with rdf4j, and it still appears.

Dec 3 2021, 3:51 PM · Language codes, Wikidata
VladimirAlexiev added a comment to T30443: Rename zh-classical -> lzh (invalid lang tag format).

Bart Hanssens tried to validate the WD dump with rdf4j:
https://github.com/barthanssens/rdf4j-bigfile-validator/blob/main/log.txt
'孟慶雲' was not recognised as a language literal, and could not be verified, with language zh-classical

Dec 3 2021, 3:49 PM · Wikidata-Query-Service, Wikidata, Wiki-Setup (Rename), Community-consensus-needed, Wikimedia-Language-setup

Nov 17 2021

VladimirAlexiev created T295866: improve identifier search on Wikidata.
Nov 17 2021, 11:36 AM · Elasticsearch, Wikidata

Sep 20 2021

VladimirAlexiev added a comment to T290961: rewrite KrBot to publish Constraint Violation pages.

@Ivan

see updated report immediately after fixing several items

Sep 20 2021, 6:53 AM · Wikidata

Sep 16 2021

VladimirAlexiev updated subscribers of T201150: Regularly run constraint checks for all items.

@Lucas, congratulations on your command line wizardry! I know "jq" but not
nearly to that extent, and I how did I not know about "units"?

Sep 16 2021, 9:34 AM · User-Addshore, [DEPRECATED] wdwb-tech, Wikidata-Query-Service, Wikibase-Quality, Wikidata, Wikibase-Quality-Constraints
VladimirAlexiev added a comment to T290961: rewrite KrBot to publish Constraint Violation pages.

@Tacsipacsi Labels are missing at https://www.wikidata.org/wiki/Wikidata:Database_reports/Constraint_violations/P2088. Maybe because it has a much bigger number of violations?

Sep 16 2021, 9:24 AM · Wikidata

Sep 14 2021

VladimirAlexiev updated the task description for T290961: rewrite KrBot to publish Constraint Violation pages.
Sep 14 2021, 11:29 AM · Wikidata
VladimirAlexiev updated the task description for T290961: rewrite KrBot to publish Constraint Violation pages.
Sep 14 2021, 11:28 AM · Wikidata
VladimirAlexiev updated the task description for T290961: rewrite KrBot to publish Constraint Violation pages.
Sep 14 2021, 11:26 AM · Wikidata
VladimirAlexiev updated the task description for T290961: rewrite KrBot to publish Constraint Violation pages.
Sep 14 2021, 11:25 AM · Wikidata
VladimirAlexiev added a comment to T290635: Evaluate whether WMDE can take over our essential community run constraints bot.

ok! posted T290961 as a replacement

Sep 14 2021, 11:22 AM · [DEPRECATED] wdwb-tech, Wikidata
VladimirAlexiev added a subtask for T214362: RFC: Store WikibaseQualityConstraint check data in persistent storage: T290961: rewrite KrBot to publish Constraint Violation pages.
Sep 14 2021, 11:21 AM · Platform Engineering Roadmap Decision Making, User-Addshore, Wikibase-Quality-Constraints, User-mobrovac, [DEPRECATED] wdwb-tech, TechCom-RFC, Wikibase-Quality, Wikidata
VladimirAlexiev added a parent task for T290961: rewrite KrBot to publish Constraint Violation pages: T214362: RFC: Store WikibaseQualityConstraint check data in persistent storage.
Sep 14 2021, 11:21 AM · Wikidata
VladimirAlexiev created T290961: rewrite KrBot to publish Constraint Violation pages.
Sep 14 2021, 11:20 AM · Wikidata
VladimirAlexiev added a comment to T201150: Regularly run constraint checks for all items.

Here's the goal: a SPARQL query should return all violations of a certain kind, with a possible data lag of a few hours.
So you need:

  • a baseline of having processed all items (TODO)
  • processing of changed items (DONE)
  • periodic processing of every item because constraint definitions or implementations can change globally (TODO?)
Sep 14 2021, 10:37 AM · User-Addshore, [DEPRECATED] wdwb-tech, Wikidata-Query-Service, Wikibase-Quality, Wikidata, Wikibase-Quality-Constraints

Sep 13 2021

VladimirAlexiev added a comment to T290641: tweak SPARQL queries that expose constraint violations.

https://www.wikidata.org/wiki/Module_talk:Constraints/SPARQL#tweak_queries_to_return_offending_value_not_offending_statement

Sep 13 2021, 6:52 AM · Wikidata
VladimirAlexiev added a comment to T290061: improve WD update performance.

@Mohammed_Sadat_WMDE Can you explain why a QS batch that merely deletes (does not create statements with qualifiers) returns errors and has to be restarted 10 or 20 times until all deletes go through? Or is "throttling" the same as "failing"?

Sep 13 2021, 6:15 AM · Data-Quality-Days-2021

Sep 9 2021

VladimirAlexiev added a comment to T290635: Evaluate whether WMDE can take over our essential community run constraints bot.

@Addshore I think that's a fair description. To add:

Sep 9 2021, 10:59 AM · [DEPRECATED] wdwb-tech, Wikidata
VladimirAlexiev added a subtask for T201150: Regularly run constraint checks for all items: T290641: tweak SPARQL queries that expose constraint violations.
Sep 9 2021, 10:23 AM · User-Addshore, [DEPRECATED] wdwb-tech, Wikidata-Query-Service, Wikibase-Quality, Wikidata, Wikibase-Quality-Constraints
VladimirAlexiev added a parent task for T290641: tweak SPARQL queries that expose constraint violations: T201150: Regularly run constraint checks for all items.
Sep 9 2021, 10:22 AM · Wikidata
VladimirAlexiev created T290641: tweak SPARQL queries that expose constraint violations.
Sep 9 2021, 10:22 AM · Wikidata
VladimirAlexiev reopened T201150: Regularly run constraint checks for all items as "Open".

@Addshore Resolved T204031 on 11 Aug: "Deploy regular running of wikidata constraint checks using the job queue: These now run after every edit"

Sep 9 2021, 10:17 AM · User-Addshore, [DEPRECATED] wdwb-tech, Wikidata-Query-Service, Wikibase-Quality, Wikidata, Wikibase-Quality-Constraints
VladimirAlexiev reopened T201150: Regularly run constraint checks for all items, a subtask of T192565: Find constraint violations, as Open.
Sep 9 2021, 10:17 AM · Wikibase-Quality, Wikidata, Wikibase-Quality-Constraints, Epic
VladimirAlexiev updated subscribers of T290635: Evaluate whether WMDE can take over our essential community run constraints bot.

(Yes, we mean WMDE.)

Sep 9 2021, 10:05 AM · [DEPRECATED] wdwb-tech, Wikidata
VladimirAlexiev added a comment to T201150: Regularly run constraint checks for all items.

Can I make two related requests? Not sure how to post them as separate tasks related to this task, can someone from WMD do that?

Sep 9 2021, 8:44 AM · User-Addshore, [DEPRECATED] wdwb-tech, Wikidata-Query-Service, Wikibase-Quality, Wikidata, Wikibase-Quality-Constraints

Sep 3 2021

VladimirAlexiev added a comment to T211178: WDQ CONSTRUCT times out.

@Gehel sorry, I don't see any investigation by WMD.
Yes, I care because that's a very valid use case of extracting and reshaping WD data.
Why does the Select succeed but Construct on the same resultset fail? Construct should be a very cheap operation after the results are found.
I will reopen.

Sep 3 2021, 6:00 PM · Wikidata, Wikidata-Query-Service
VladimirAlexiev reopened T211178: WDQ CONSTRUCT times out as "Open".
Sep 3 2021, 5:57 PM · Wikidata, Wikidata-Query-Service

Aug 31 2021

VladimirAlexiev updated subscribers of T253718: WDQ should reject invalid datetime literals.

https://news.ycombinator.com/item?id=28283350 is a discussion between @Denny and someone else where he says "There is no difference between 7-7-2000 and 07-07-2000 in xsd".

Aug 31 2021, 9:33 AM · Wikidata, Wikidata-Query-Service
VladimirAlexiev created T290061: improve WD update performance.
Aug 31 2021, 8:54 AM · Data-Quality-Days-2021

Feb 11 2021

VladimirAlexiev added a comment to T274519: timeout on geospatial query; resolved by OPTIONAL?.

The following equivalent query works fine:

Feb 11 2021, 12:56 PM · Wikidata, Wikidata-Query-Service
VladimirAlexiev created T274519: timeout on geospatial query; resolved by OPTIONAL?.
Feb 11 2021, 12:53 PM · Wikidata, Wikidata-Query-Service

Jan 14 2021

VladimirAlexiev closed T271403: Home/Registry Port vs City/Country as Invalid.

Final location of discussion: https://www.wikidata.org/wiki/Wikidata_talk:WikiProject_Ships#Home/Registry_Port_vs_City/Country

Jan 14 2021, 4:38 PM · Wikidata

Jan 7 2021

VladimirAlexiev added a comment to T271403: Home/Registry Port vs City/Country.

Reposted at https://www.wikidata.org/wiki/Wikidata:WikiProject_Ships/Maintenance#Home%2FRegistry_Port_vs_City%2FCountry

Jan 7 2021, 10:24 AM · Wikidata
VladimirAlexiev created T271403: Home/Registry Port vs City/Country.
Jan 7 2021, 10:15 AM · Wikidata

Dec 23 2020

VladimirAlexiev added a comment to T270764: Wikidata Truthy dump is missing important metadata triples.

Here are some queries to add the counts: directly to the Item node, and using some namespace ontoRecon:. I show the above counts, plus 3 more.
They would need a lot of memory (group over 90M items) and a lot of time (especially statements).
Not tested yet.

PREFIX skos:   <http://www.w3.org/2004/02/skos/core#>
PREFIX schema: <http://schema.org/>
PREFIX wikibase: <http://wikiba.se/ontology#>
Dec 23 2020, 2:58 PM · Wikidata
VladimirAlexiev updated the task description for T270764: Wikidata Truthy dump is missing important metadata triples.
Dec 23 2020, 2:50 PM · Wikidata
VladimirAlexiev updated the task description for T270764: Wikidata Truthy dump is missing important metadata triples.
Dec 23 2020, 2:44 PM · Wikidata
VladimirAlexiev created T270764: Wikidata Truthy dump is missing important metadata triples.
Dec 23 2020, 12:33 PM · Wikidata

Nov 25 2020

VladimirAlexiev added a comment to T244341: Stop using blank nodes for encoding SomeValue and OWL constraints in WDQS.

@ericP Wikidata doesn't use OWL axioms. It uses blanks only for the special values "unknown" and "no value"

Nov 25 2020, 4:31 PM · Community-consensus-needed, Wikidata-Query-Service, Wikidata

Nov 6 2020

VladimirAlexiev created T267383: duplicated prop suggestions when editing WD.
Nov 6 2020, 7:30 AM · Wikidata

Oct 22 2020

VladimirAlexiev renamed T266212: Wikidata autocomplete service should do token search and not prefix search from improve Wikidata to improve Wikidata autocomplete service.
Oct 22 2020, 7:40 AM · Wikidata
VladimirAlexiev created T266212: Wikidata autocomplete service should do token search and not prefix search.
Oct 22 2020, 7:40 AM · Wikidata
VladimirAlexiev added a comment to T266211: SPARQL: bad "instance of" statements pointing to EntityData.

Out of 100 results of this query, about a third are such broken "classes" (dump URLs)

select distinct ?c {
  [] wdt:P31|wdt:P279 ?c 
} limit 100
Oct 22 2020, 7:20 AM · Wikidata-Query-Service, Wikidata
VladimirAlexiev created T266211: SPARQL: bad "instance of" statements pointing to EntityData.
Oct 22 2020, 7:17 AM · Wikidata-Query-Service, Wikidata

Oct 21 2020

VladimirAlexiev updated the task description for T30443: Rename zh-classical -> lzh (invalid lang tag format).
Oct 21 2020, 9:08 AM · Wikidata-Query-Service, Wikidata, Wiki-Setup (Rename), Community-consensus-needed, Wikimedia-Language-setup
VladimirAlexiev raised the priority of T30443: Rename zh-classical -> lzh (invalid lang tag format) from Lowest to High.
Oct 21 2020, 9:08 AM · Wikidata-Query-Service, Wikidata, Wiki-Setup (Rename), Community-consensus-needed, Wikimedia-Language-setup
VladimirAlexiev renamed T30443: Rename zh-classical -> lzh (invalid lang tag format) from Rename zh-classical -> lzh to Rename zh-classical -> lzh (invalid lang tag format).
Oct 21 2020, 9:08 AM · Wikidata-Query-Service, Wikidata, Wiki-Setup (Rename), Community-consensus-needed, Wikimedia-Language-setup
VladimirAlexiev updated subscribers of T30443: Rename zh-classical -> lzh (invalid lang tag format).

T10217 describez other zh langs that need to renamed to conform to official IANA lang tags.

Oct 21 2020, 9:06 AM · Wikidata-Query-Service, Wikidata, Wiki-Setup (Rename), Community-consensus-needed, Wikimedia-Language-setup

Jul 8 2020

VladimirAlexiev created T257415: Language code zh-classical is invalid.
Jul 8 2020, 9:24 AM · Language codes, Wikidata

May 28 2020

VladimirAlexiev added a comment to T253718: WDQ should reject invalid datetime literals.

Use FILTER(?dateOfDeath >= "2020-01-01"^^xsd:date) which is as convenient, but is also a valid literal (note the datatype).

May 28 2020, 10:21 AM · Wikidata, Wikidata-Query-Service

May 27 2020

VladimirAlexiev created T253718: WDQ should reject invalid datetime literals.
May 27 2020, 6:42 AM · Wikidata, Wikidata-Query-Service
VladimirAlexiev added a comment to T250386: Too many errors for QuickStatements particularly when running it in background.

The reason is overloading of the WD backend, therefore throttling of update rates of any particular user or tool.
I had similar issues with adding 1.5M "Worldcat Identity" identifiers, together with "source: <VIAF ID>".

May 27 2020, 6:10 AM · Wikidata, Tools

Mar 19 2020

VladimirAlexiev added a comment to T243764: en:Wikipedia <-> Europeana Entity has problem with the quality of Europeana Linked data .

Examining https://www.wikidata.org/wiki/Wikidata:Database_reports/Constraint_violations/P7704#%22Type_human_(Q5),_musical_ensemble_(Q2088357),_fictional_character_(Q95074),_fictional_profession_(Q17305127),_duo_(Q10648343),_pseudonym_(Q61002),_collective_(Q13473501),_group_of_humans_(Q16334295)%22_violations, the first thing "plasma" did not sound right to me (what has Plasma have to do with culture).
So I looked at https://www.wikidata.org/wiki/Q10251 and sure enough: Europeana entity: agent/base/33720 : broken link.

Mar 19 2020, 9:35 AM · User-Salgo60
VladimirAlexiev added a comment to T247720: Europeana agent/base links Wikimedia disambiguation pages and needs to be fixed in Europeana.

More details at https://www.wikidata.org/wiki/Property_talk:P7704#Remove_Disambiguation_entities_from_Europeana_Entities: 253+45 to remove.
Furthermore, https://www.wikidata.org/wiki/Property_talk:P7704#Europeana_Entity_class_constraint_test shows more classes to be analyzed.

Mar 19 2020, 9:31 AM · User-Salgo60
VladimirAlexiev added a comment to T247719: Europeana links dont work - web is down?!?!.

I cannot post to https://europeana.atlassian.net/browse/EA.
So I made https://europeana.atlassian.net/browse/PRO-60: allow posting issues to more Europeana projects

Mar 19 2020, 9:13 AM · User-Salgo60
VladimirAlexiev updated subscribers of T247719: Europeana links dont work - web is down?!?!.

Their issue trackers were at https://europeanadev.assembla.com/p/projects, in particular https://europeanadev.assembla.com/spaces/europeana-apis
https://europeanadev.assembla.com/spaces/europeana-infrastructure.
But they also have https://europeana.atlassian.net. https://europeana.atlassian.net/browse/RD-16 says at least one of the spaces (R&D) was migrated to Atlassian on 21/Oct/18.
So I looked at https://europeana.atlassian.net/secure/BrowseProjects.jspa and there are several relevant projects:

Mar 19 2020, 8:57 AM · User-Salgo60

Mar 9 2020

VladimirAlexiev added a comment to T229655: bad interaction of lang() with wikibase:label.

As of today, a slightly modified query https://w.wiki/K36 works ok (I added "country is Bulgaria")

Mar 9 2020, 1:29 PM · Wikidata-Query-Service, Wikidata

Mar 2 2020

VladimirAlexiev added a comment to T244341: Stop using blank nodes for encoding SomeValue and OWL constraints in WDQS.

I've done a lot of work with GLAM data that often includes "unknown" for creator.
Getty ULAN has a whole slew of "unknowns" http://vocab.getty.edu/doc/#ULAN_Hierarchy_and_Classes (note: the counts are several years old, I imagine there are a few more thousands of those now):

  • 500355043 Unidentified Named People includes things like "the master of painting X"
  • 500125081 Unknown People by Culture includes things like "unknown Egyptian" (to be used in situations like "unknown creator, but Egyptian culture"). We've modeled those as gvp:UnknownPersonConcept and groups (schema:Organization) but users still think of them as "persons".
  • Further, there are things like "unknown but from the circle of Rembrandt" or "unknown but copy after Rembrandt" etc, about 20 varieties of them, see

https://www.wikidata.org/wiki/Wikidata_talk:WikiProject_Visual_arts/Item_structure#Attribution_Qualifiers and https://www.wikidata.org/wiki/Wikidata:Property_proposal/Attribution_Qualifier

Mar 2 2020, 8:55 AM · Community-consensus-needed, Wikidata-Query-Service, Wikidata

Feb 28 2020

VladimirAlexiev added a comment to T243907: Understand how new Europeana Entity Agents can be created.

With this query http://yasgui.org/short/ZI1xPxBvI :

Feb 28 2020, 6:06 AM · User-Salgo60

Feb 27 2020

VladimirAlexiev added a comment to T243907: Understand how new Europeana Entity Agents can be created.

http://yasgui.org/short/fLTUDXqOy are 16k portraits of @smithsoniannpg in #RDF, collected by http://americanartcollaborative.org, ready to integrate to @wikidata thru https://wikidata.org/wiki/Property:P6152 and https://wikidata.org/wiki/Property:P4692. Both NPG ID and AAC ID are 2.4k in WD; AAC ID's are total 234k. So there are 14k more portraits to be harvested from AAC and posted on WD #SumOfAllPaintings.

Feb 27 2020, 2:16 PM · User-Salgo60

Feb 6 2020

VladimirAlexiev added a comment to T202530: [Epic] Feedback processes and tools for data-providers.

See https://www.wikidata.org/wiki/Property_talk:P7844#regex_and_formatterUrl_exceptions and https://www.wikidata.org/wiki/Property_talk:P7711#Format trying to get culture.fr people into some discussion regarding the identifiers used in their 30 thesauri, that their GINCO system cannot generate sequential IDs, mixes all thesauri into one namespace, and likely the result will be that we'll merge these thesauri on Wikidata.

Feb 6 2020, 11:35 AM · Wikidata

Jan 11 2020

VladimirAlexiev added a comment to T242410: wd-shex-infer highlighter doesn't insert comments on Chrome Windows .

I think this is your message: ShEx element already has 168 child elements, adding Wikidata annotations might break them and it points to the reason? I guess you give up generating the comments in this case: but why do you think 168 is too many?
The extra elements probably come from an add on (SingleFile comes to mind) but if you add a couple more to those 168, that would be ok?

Jan 11 2020, 8:38 AM · EntitySchema, Tools, Wikidata

Jan 10 2020

VladimirAlexiev added a comment to T242410: wd-shex-infer highlighter doesn't insert comments on Chrome Windows .

Same result after relaunch

Jan 10 2020, 8:58 AM · EntitySchema, Tools, Wikidata
VladimirAlexiev updated subscribers of T224962: Syntax highlighting for editing ShExC code (EntitySchema pages).

@Jelabra I see the tooltips at http://wikishape.weso.es/ Schema>Info:

wikishape-E10-YASHE-editor.png (684×788 px, 63 KB)

The positioning, size and alignment of the tooltip need to be adjusted a bit.

Jan 10 2020, 8:53 AM · Wikidata, EntitySchema
VladimirAlexiev created T242410: wd-shex-infer highlighter doesn't insert comments on Chrome Windows .
Jan 10 2020, 8:52 AM · EntitySchema, Tools, Wikidata

Jan 9 2020

VladimirAlexiev added a comment to T238831: Syntax highlighting for viewing ShExC code (EntitySchema pages).

Color is nice but imho decoding the P and Q numbers is critical. See this comment for details https://phabricator.wikimedia.org/T224962#5789394

Jan 9 2020, 11:24 AM · MW-1.37-notes (1.37.0-wmf.3; 2021-04-27), User-Michael, Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata, EntitySchema
VladimirAlexiev added a comment to T224962: Syntax highlighting for editing ShExC code (EntitySchema pages).

Color is nice but imho decoding the P and Q numbers is critical.
https://www.wikidata.org/wiki/User:Zvpunry/EntitySchemaHighlighter.js does that: it linkifies Pnnn and Qnnn and shows a tooltip on hover.

Jan 9 2020, 11:24 AM · Wikidata, EntitySchema

Jan 3 2020

VladimirAlexiev added a comment to T241677: Europeana Wiki templates in more language versions.

@Salgo60 I could translate to BG but bg - Шаблон:Europeana is missing.

Jan 3 2020, 8:22 AM · User-Salgo60

Nov 7 2019

VladimirAlexiev created T237623: wikibase:geoPrecision is not consistently set?.
Nov 7 2019, 11:04 AM · Wikidata

Aug 2 2019

VladimirAlexiev created T229655: bad interaction of lang() with wikibase:label.
Aug 2 2019, 9:54 AM · Wikidata-Query-Service, Wikidata

May 30 2019

VladimirAlexiev added a comment to T211177: WDQ UI should support download of RDF formats.

@Peb will this work in a streaming fashion? I know WD has a 60s timeout but still it can produce some 10-100 megabytes in that time. Will the JS approach be reliable enough ?
It's also important to be able to get Turtle, using all available prefixes, which is a lot more readable than ntriples.

May 30 2019, 8:25 AM · patch-welcome, Wikimedia-Hackathon-2019, Wikidata, Wikidata Query UI
VladimirAlexiev added a comment to T211178: WDQ CONSTRUCT times out.

Use construct when you want to get an rdf graph out of the repo, especially when you want the data to be shaped differently or to use ontology terms different from the original

May 30 2019, 8:07 AM · Wikidata, Wikidata-Query-Service

May 21 2019

Esc3300 awarded T211178: WDQ CONSTRUCT times out a Manufacturing Defect? token.
May 21 2019, 1:24 PM · Wikidata, Wikidata-Query-Service

Apr 28 2019

VladimirAlexiev added a comment to T155425: Add monolingual language code phn (Phoenician).

@GerardM The IANA language tag list has a subfield Script exactly because languages can be written in different scripts.
Neither you nor I could write a single word in Phoenician script. Yet we could write a Phoenician word in English and be able to read it, and pronounce it approximately correctly.
This is valuable, no matter if you acknowledge it or not.

Apr 28 2019, 12:36 PM · Language codes, MW-1.36-notes (1.36.0-wmf.3; 2020-08-04), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata

Apr 9 2019

VladimirAlexiev added a comment to T216006: nuke_limit often reached on esams varnish frontends.

It's fixed!

Apr 9 2019, 10:27 AM · Patch-For-Review, Traffic, User-Addshore, SRE, Wikidata-Campsite, Wikidata

Apr 4 2019

VladimirAlexiev added a comment to T210738: schema:about URLs in Wikidata are encoded (mangled).

https://github.com/eclipse/rdf4j/issues/1291 got this answer:

Apr 4 2019, 9:32 AM · Wikidata-Query-Service, Wikidata

Mar 29 2019

VladimirAlexiev added a comment to T155425: Add monolingual language code phn (Phoenician).

"Unless GerardM thinks it is not useful" ;-)

Mar 29 2019, 7:23 AM · Language codes, MW-1.36-notes (1.36.0-wmf.3; 2020-08-04), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata

Mar 28 2019

VladimirAlexiev added a comment to T155425: Add monolingual language code phn (Phoenician).

It does not make an argument go away.

Mar 28 2019, 9:17 AM · Language codes, MW-1.36-notes (1.36.0-wmf.3; 2020-08-04), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata

Mar 25 2019

VladimirAlexiev added a comment to T155425: Add monolingual language code phn (Phoenician).

There is no Phoenician in Latin script.

Mar 25 2019, 5:04 PM · Language codes, MW-1.36-notes (1.36.0-wmf.3; 2020-08-04), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata

Mar 20 2019

VladimirAlexiev added a comment to T155425: Add monolingual language code phn (Phoenician).

That is false. Gades is a Phoenician word, even if used in an English or Spanish text. The corresponding English word is Cadiz and the Spanish word is Cádiz.

Mar 20 2019, 7:46 AM · Language codes, MW-1.36-notes (1.36.0-wmf.3; 2020-08-04), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata

Mar 19 2019

VladimirAlexiev added a comment to T155425: Add monolingual language code phn (Phoenician).

"Gades" is in phn-Latn, that's for sure.

Mar 19 2019, 2:28 PM · Language codes, MW-1.36-notes (1.36.0-wmf.3; 2020-08-04), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞ (On Hold)), Wikidata