Wikidata:Properties/Statistics

This page lists some statistics and queries of Wikidata properties.

Statistics edit

SPARQL queries edit

Wikidata property (Q18616576) facet of (P1269) (branch of science (Q2465832) union (Q185359) science (Q336)) edit

The following query uses these:

  • Properties: instance of (P31)     , subclass of (P279)     , facet of (P1269)     
    SELECT ?sbLabel ?propLabel ?prop 
    WHERE
    {
    # TODO: ?item wdt:P31 wd:Q21099935 .
        ?prop wdt:P31 ?propClass .
        ?propClass wdt:P279 wd:Q18616576 .
        ?propClass wdt:P1269 ?sb . ## P1269; P361 - 0; P642 - 0
        { ?sb wdt:P31+ wd:Q2465832 }
        UNION { ?sb wdt:P31 wd:Q336 } .
              
    	SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
    } ORDER BY ?sbLabel ?propLabel
    

Wikidata property (Q18616576) facet of (P1269) edit

The following query uses these:

  • Properties: instance of (P31)     , subclass of (P279)     , facet of (P1269)     
    SELECT ?aspLabel ?asp ?propLabel ?prop 
    WHERE
    {
    # TODO: ?item wdt:P31 wd:Q21099935 .
        ?prop wdt:P31 ?propClass .
        ?propClass wdt:P279 wd:Q18616576 .
        ?propClass wdt:P1269 ?asp .
    
    	SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
    } ORDER BY ?aspLabel ?propLabel