query-44bed97f4e8dd6daedac16ecaee928db

rq turtle/ttl

title:P31 déduit de la fin du titre de la page Wikipédia/P31 from page title ending SELECT ?n ?item ?pref ?inst { VALUES ( ?suff ?inst ) { ( "(film)" wd:Q11424 )
( "prénom)" wd:Q202444 )
( "chanson)" wd:Q7366 )
( "(homonymie)" wd:Q4167410 )
( "série télévisée)" wd:Q5398426 ) ( "(album)" wd:Q482994 ) ( "(rivière)" wd:Q4022 ) }
?item wikibase:statements 0 . [] schema:about ?item ; schema:isPartOf https://fr.wikipedia.org/ ; schema:name ?n . FILTER( strends(?n , ?suff) ) }
LIMIT 1000

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
#title:P31 déduit de la fin du titre de la page Wikipédia/P31 from page title ending
SELECT ?n ?item ?pref ?inst 
{
  VALUES ( ?suff ?inst ) { 
    ( "(film)" wd:Q11424 )    
    ( "prénom)" wd:Q202444 )  
    ( "chanson)" wd:Q7366 )     
    ( "(homonymie)" wd:Q4167410 )  
    ( "série télévisée)" wd:Q5398426 )
    ( "(album)" wd:Q482994 )
    ( "(rivière)" wd:Q4022 ) 
  }    
  ?item wikibase:statements 0 . 
  [] schema:about ?item ; schema:isPartOf <https://fr.wikipedia.org/> ; schema:name ?n . 
  FILTER( strends(?n , ?suff) ) 
}  
LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?inst"):::projected v4("?item"):::projected v1("?n"):::projected v3("?suff") a1((" ")) c2(["0^^xsd:integer"]):::literal c5([https://fr.wikipedia.org/]):::iri f0[["ends-with(?n,?suff)"]] f0 --> v1 f0 --> v3 bind1[/VALUES ?inst ?suff/] bind1-->v3 bind1-->v3 bind10(["(film)"]) bind10 --> bind1 bind11(["wd:Q11424"]) bind11 --> bind1 bind12(["prénom)"]) bind12 --> bind1 bind13(["wd:Q202444"]) bind13 --> bind1 bind14(["chanson)"]) bind14 --> bind1 bind15(["wd:Q7366"]) bind15 --> bind1 bind16(["(homonymie)"]) bind16 --> bind1 bind17(["wd:Q4167410"]) bind17 --> bind1 bind18(["série télévisée)"]) bind18 --> bind1 bind19(["wd:Q5398426"]) bind19 --> bind1 bind110(["(album)"]) bind110 --> bind1 bind111(["wd:Q482994"]) bind111 --> bind1 bind112(["(rivière)"]) bind112 --> bind1 bind113(["wd:Q4022"]) bind113 --> bind1 v4 --"wikibase:statements"--> c2 a1 --"schema:about"--> v4 a1 --"schema:isPartOf"--> c5 a1 --"schema:name"--> v1