query-01ed829c19ef766639a295e54041df64
Wikidata properties representing VIAF source IDs, with number of items using them and number of values of them (only main values with best rank), total number of IDs and Mix'n'match catalog - may sometimes timeout SELECT ?id ?idLabel ?cod ?items_with_property ?uses_of_property ?number_of_ids (URI(CONCAT("https://mix-n-match.toolforge.org/#/catalog/",?MnMid)) AS ?MnM) WHERE { { SELECT ?id ?cod (COUNT(DISTINCT(?item)) as ?items_with_property) (COUNT(?value) as ?uses_of_property) WHERE { ?id wdt:P31 wd:Q55586529 ; p:P1552 [ ps:P1552 wd:Q26921380; pq:P3295 ?cod ] . ?id wikibase:claim ?claim. ?item ?claim ?value. OPTIONAL { ?p wdt:P4876 ?number_of_ids . } OPTIONAL { ?p wdt:P2264 ?MnMid . } } GROUP BY ?id ?cod } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?cod
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Wikidata properties representing VIAF source IDs, with number of items using them and number of values of them (only main values with best rank), total number of IDs and Mix'n'match catalog - may sometimes timeout
SELECT ?id ?idLabel ?cod ?items_with_property ?uses_of_property ?number_of_ids (URI(CONCAT("https://mix-n-match.toolforge.org/#/catalog/",?MnMid)) AS ?MnM)
WHERE
{
{
SELECT ?id ?cod
(COUNT(DISTINCT(?item)) as ?items_with_property)
(COUNT(?value) as ?uses_of_property)
WHERE
{
?id wdt:P31 wd:Q55586529 ;
p:P1552 [ ps:P1552 wd:Q26921380; pq:P3295 ?cod ] .
?id wikibase:claim ?claim.
?item ?claim ?value.
OPTIONAL { ?p wdt:P4876 ?number_of_ids . }
OPTIONAL { ?p wdt:P2264 ?MnMid . }
}
GROUP BY ?id ?cod
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?cod