Igorkim78 added a comment.
We need statistics on how many triples use bnode as an object:
{code}
select ?p (count(*)as ?cnt) {
?s ?p ?o .
filter (isBlank(?o))
}
group by ?p
{code}
and as a subject (if any)
{code}
select ?p (count(*)as ?cnt) {
?s ?p ?o .
filter (isBlank(?s))
}
group by ?p
{code}
TASK DETAIL
https://phabricator.wikimedia.org/T239414
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Igorkim78
Cc: Smalyshev, Lucas_Werkmeister_WMDE, Igorkim78, dcausse, Aklapper,
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden,
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer,
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs