Talk:Q58863414

From Wikidata
Jump to navigation Jump to search
description: beauty pageant with female contestants
Useful links:
Classification of the class female beauty pageant (Q58863414)  View with Reasonator View with SQID
For help about classification, see Wikidata:Classification.
Parent classes (classes of items which contain this one item)
Subclasses (classes which contain special kinds of items of this class)
female beauty pageant⟩ on wikidata tree visualisation (external tool)(depth=1)
Generic queries for classes
See also


See also

[edit]

Maintenance queries

[edit]

Missing P31, label with "Miss"

[edit]
SELECT DISTINCT ?item (lang(?itemLabel) as ?lang) (str(?itemLabel) as ?l)  ?itemDescription 
WHERE
{
	?item wikibase:statements 0 ; rdfs:label ?itemLabel .
	FILTER(  contains( ?itemLabel, "Miss " ) )  
	SERVICE wikibase:label { bd:serviceParam wikibase:language "en,pt,es,pl,it,nl,id,cs". ?item schema:description ?itemDescription }
}

Try it!

Pageants or editions without P31 (Wikipedia)

[edit]

Careful: select/deselect depending on the P31 you are using

Missing items (Wikipedia)

[edit]

Careful: select/deselect depending on the P31 you are using

Items that also have other values in P31

[edit]
SELECT DISTINCT 
  ?item ?itemLabel 
  ?instanceof ?instanceofLabel
  ?page ?pageLabel 
WHERE
{
    ?item wdt:P31 wd:Q58863414 .
    ?item wdt:P31 ?instanceof . 
    FILTER(?instanceof != wd:Q58863414 )
    FILTER(?instanceof != wd:Q63253904 )
    OPTIONAL { ?item ( wdt:P179 \u007C wdt:P1269  ) ?page }
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,es,pt,it,fr,de,tr,nl". }
}
ORDER BY ?instanceofLabel ?pageLabel ?itemLabel

Try it!

Teen competitions without P31

[edit]
SELECT DISTINCT ?item (lang(?itemLabel) as ?lang) ?itemLabel
WHERE
{
    ?item wdt:P31 wd:Q58863414 ; rdfs:label ?itemLabel .
    MINUS { ?item wdt:P31 wd:Q63253904 }
    FILTER(  contains( ?itemLabel, "Teen" ) )  
}

Try it!

Universe competitions without P3085

[edit]
SELECT DISTINCT ?item (lang(?itemLabel) as ?lang) ?itemLabel
WHERE
{
    ?item wdt:P31 wd:Q58863414 ; rdfs:label ?itemLabel .
    MINUS { ?item wdt:P3085 [] }
    FILTER(  contains( ?itemLabel, "Univers" ) && ?item != wd:Q161376 )  
}

Try it!

World competitions without P3085

[edit]
SELECT DISTINCT ?item (lang(?itemLabel) as ?lang) ?itemLabel
WHERE
{
    ?item wdt:P31 wd:Q58863414 ; rdfs:label ?itemLabel .
    MINUS { ?item wdt:P3085 [] }
    MINUS { ?item wdt:P2541 wd:Q62900839 }
    FILTER(  contains( ?itemLabel, "World" ) && ?item != wd:Q173402 )  
}

Try it!

Earth competitions without P3085

[edit]
SELECT DISTINCT ?item (lang(?itemLabel) as ?lang) ?itemLabel
WHERE
{
    ?item wdt:P31 wd:Q58863414 ; rdfs:label ?itemLabel .
    MINUS { ?item wdt:P3085 [] }
    MINUS { ?item wdt:P2541 wd:Q62900839 }
    FILTER(  contains( ?itemLabel, "Earth" ) && ?item != wd:Q238317 )  
}

Try it!

Statistics

[edit]

Talk:Q58863414/numbers

Lists

[edit]

Discussion

[edit]