query-65d9e707be7de1a5147b48a7d9077737

rq turtle/ttl

The query optimiser may also be trying to defer testing the statement . This query looks like this: http://web.archive.org/web/20200904002919/http://www.lefigaro.fr/, it won't capture links like .lefigaro.fr. Note, that this query is slightly different from original request: it returns links for domains matching MWAPI, which involves out-of the box solution"). Luckily, there is an for presidents, but only Le Figaro (e. g. "find all statements referenced to the there is no way to create quick "native" query without adding extra filters in Wikidata. As Blazegraph in current configuration does not perform full-text indexing for text values, more than 47000000 url references as for 2020, there are Update: The query optimiser may also be trying to defer testing the statement . Cette requête est similaire à : http://web.archive.org/web/20200904002919/http://www.lefigaro.fr/, elle ne ramène pas les liens du type .lefigaro.fr. Notez-bien que cette requête est un peu différente de l'originale : elle renvoie des liens sur les domaines qui correspondent à MWAPI, qui utilise solution hors de la boîte  »). Heureusement, il existe une pour les présidents, mais seulement Le Figaro (par exemple « trouver toutes les déclarations qui ont rapport avec il n'est pas possible de créer des requêtes « natives  » rapides sans ajouter de filtre supplémentaire dans Wikidata. Comme Blazegraph dans la configuration actuelle ne réalise pas l'indexation en texte plein pour les valeurs textuelles, plus de 47000000 références d'URLs depuis 2020, il y a Mise à jour : The query optimiser may also be trying to defer testing the statement . This query looks like this: http://web.archive.org/web/20200904002919/http://www.lefigaro.fr/, it won't capture links like .lefigaro.fr. Note, that this query is slightly different from original request: it returns links for domains matching MWAPI, which involves out-of the box solution"). Luckily, there is an for presidents, but only Le Figaro (e. g. "find all statements referenced to the there is no way to create quick "native" query without adding extra filters in Wikidata. As Blazegraph in current configuration does not perform full-text indexing for text values, more than 47000000 url references as for 2020, there are Update: De optimizer kan ook proberen de test van de verklaring vinden. Deze query ziet er zo uit: http://web.archive.org/web/20200904002919/http://www.lefigaro.fr/, het zal geen links zoals .lefigaro.fr. NB deze query is iets anders dan het oorspronkelijke verzoek: het geeft links terug voor domeinen die overeenkomen met MWAPI die betrekking heeft op out-of-the-box oplossing (bijv. "zoek alle verklaringen die naar de "Le Figaro" verwijzen, maar alleen "voor presidenten"). Gelukkig is er een is er geen manier om een snelle "native" query te maken zonder extra filters toe te voegen in Wikidata beschikbaar. Omdat Blazegraph in de huidige configuratie geen volledige tekstindexering voor tekstwaarden uitvoert, meer dan 47.000.000 url referenties in 2020 zijn er Update: TODO The query optimiser may also be trying to defer testing the statement . This query looks like this: http://web.archive.org/web/20200904002919/http://www.lefigaro.fr/, it won't capture links like .lefigaro.fr. Note, that this query is slightly different from original request: it returns links for domains matching MWAPI, which involves out-of the box solution"). Luckily, there is an for presidents, but only Le Figaro (e. g. "find all statements referenced to the there is no way to create quick "native" query without adding extra filters in Wikidata. As Blazegraph in current configuration does not perform full-text indexing for text values, more than 47000000 url references as for 2020, there are Update: The query optimiser may also be trying to defer testing the statement . This query looks like this: http://web.archive.org/web/20200904002919/http://www.lefigaro.fr/, it won't capture links like .lefigaro.fr. Note, that this query is slightly different from original request: it returns links for domains matching MWAPI, which involves out-of the box solution"). Luckily, there is an for presidents, but only Le Figaro (e. g. "find all statements referenced to the there is no way to create quick "native" query without adding extra filters in Wikidata. As Blazegraph in current configuration does not perform full-text indexing for text values, more than 47000000 url references as for 2020, there are Update: The query optimiser may also be trying to defer testing the statement . This query looks like this: http://web.archive.org/web/20200904002919/http://www.lefigaro.fr/, it won't capture links like *.lefigaro.fr. Note, that this query is slightly different from original request: it returns links for domains matching MWAPI, which involves out-of the box solution"). Luckily, there is an for presidents, but only Le Figaro (e. g. "find all statements referenced to the there is no way to create quick "native" query without adding extra filters in Wikidata. As Blazegraph in current configuration does not perform full-text indexing for text values, more than 47000000 url references as for 2020, there are Update:

Use at

PREFIX mwapi: <http://wikiba.se/ontology#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?statement ?subject ?subjectLabel ?property ?propertyLabel ?object ?objectLabel ?refURL {

{
  SELECT DISTINCT ?subject WHERE {
    {
      SERVICE wikibase:mwapi {
        bd:serviceParam wikibase:endpoint "www.wikidata.org"; wikibase:api "Generator"; mwapi:generator "exturlusage"; mwapi:geulimit "500"; mwapi:geuquery "*.lefigaro.fr"; mwapi:geuprotocol "http"; mwapi:geunamespace "0" .
        ?title wikibase:apiOutput mwapi:title.
      }
    } UNION {
      SERVICE wikibase:mwapi {
        bd:serviceParam wikibase:endpoint "www.wikidata.org"; wikibase:api "Generator"; mwapi:generator "exturlusage"; mwapi:geulimit "500"; mwapi:geuquery "*.lefigaro.fr"; mwapi:geuprotocol "https"; mwapi:geunamespace "0" .
        ?title wikibase:apiOutput mwapi:title.
      }
    }
    BIND(IRI(CONCAT(STR(wd:), ?title)) AS ?subject)
  }
}.



  ?subject ?p ?statement .
  ?statement prov:wasDerivedFrom/pr:P854 ?refURL .
  FILTER (CONTAINS(str(?refURL), 'lefigaro.fr')) .

  ?property wikibase:claim ?p .
  ?property wikibase:statementProperty ?ps .
  ?statement ?ps ?object .

  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v8("?object"):::projected v4("?p") v6("?property"):::projected v7("?ps") v1("?refURL"):::projected v5("?statement"):::projected v3("?subject"):::projected v2("?title") a1((" ")) c3(["bd:serviceParam"]):::iri c20(["https"]):::literal c5(["www.wikidata.org"]):::literal c13(["*.lefigaro.fr"]):::literal c27(["en"]):::literal c17(["0"]):::literal c11(["500"]):::literal c9(["exturlusage"]):::literal c15(["http"]):::literal c19(["mwapi:title"]):::iri c7(["Generator"]):::literal f0[["contains(str(?refURL),'lefigaro.fr')"]] f0 --> v1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph s1["http://wikiba.se/ontology#mwapi"] style s1 stroke-width:4px; c3 --"mwapi:endpoint"--> c5 c3 --"mwapi:api"--> c7 c3 --"mwapi:generator"--> c9 c3 --"mwapi:geulimit"--> c11 c3 --"mwapi:geuquery"--> c13 c3 --"mwapi:geuprotocol"--> c20 c3 --"mwapi:geunamespace"--> c17 v2 --"mwapi:apiOutput"--> c19 end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; subgraph s1["http://wikiba.se/ontology#mwapi"] style s1 stroke-width:4px; c3 --"mwapi:endpoint"--> c5 c3 --"mwapi:api"--> c7 c3 --"mwapi:generator"--> c9 c3 --"mwapi:geulimit"--> c11 c3 --"mwapi:geuquery"--> c13 c3 --"mwapi:geuprotocol"--> c15 c3 --"mwapi:geunamespace"--> c17 v2 --"mwapi:apiOutput"--> c19 end end union0r <== or ==> union0l end bind1[/"concat(str('wd:'),?title)"/] v2 --o bind1 bind1 --as--o v3 v3 -->v4--> v5 v5 --"prov:wasDerivedFrom"--> a1 a1 --"pr:P854"--> v1 v6 --"mwapi:claim"--> v4 v6 --"mwapi:statementProperty"--> v7 v5 -->v7--> v8 subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c3 --"mwapi:language"--> c27 end