query-21a439d351dd8ce850de71c0105cab71

rq turtle/ttl

خريطة الأماكن المذكورة في قصص السفر مع نص باللغة الفرنسية يمكن الوصول إليه عبر الإنترنت Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Mapa míst zmíněných v cestopisech s textem ve francouzštině přístupná online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Cartes des lieux mentionnés dans les récits de voyages en français accessibles en ligne Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Mappa dei luoghi citati nei racconti di viaggio con testo in francese accessibile online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Kaart van plaatsen genoemd in reisverhalen met tekst in het Frans online toegankelijk Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Karta över platser nämnda i reseskildringar med text på franska tillgängliga online Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online Карта місць, згаданих в історіях про мандри, з текстом французькою мовою, доступним онлайн Map of places mentioned in travel stories with text in French accessible online Map of places mentioned in travel stories with text in French accessible online

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?ed ?edLabel ?auteurLabel (year(?dateCreation) as ?AnneeCreation) ?lieuLabel ?coord ?lien
WHERE
{
  ?item wdt:P136 wd:Q1164267 .    # genre :récit de voyage
  ?item wdt:P31 wd:Q571 .         # nature : livre
  OPTIONAL{
    ?item wdt:P50 ?auteur .       # [option] auteur
  }
  OPTIONAL{
    ?item wdt:P571 ?dateCreation. # [option] date de création
  }

  ?item wdt:P840 ?lieu .          # lieu de l'action
  MINUS {?item wdt:P840 wd:Q933}  # (bug du Pôle Sud)
  ?lieu wdt:P625 ?coord .         # coordonnées géographiques du lieu

  {
    ?item wdt:P953 ?lien .        # URL, texte intégral disponible sur
    ?item wdt:P407 wd:Q150        # langue de l'œuvre : français
  }UNION{
    ?ed wdt:P629 ?item .          # édition du livre
    ?ed wdt:P953 ?lien .          # URL, texte intégral disponible sur
    ?ed wdt:P407 wd:Q150          # langue de l'œuvre : français
  }

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". }
} ORDER BY ?dateCreation

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v8("?AnneeCreation") v3("?auteur") v5("?coord"):::projected v1("?dateCreation"):::projected v7("?ed"):::projected v2("?item"):::projected v6("?lien"):::projected v4("?lieu") c15(["bd:serviceParam"]):::iri c17(["#91;AUTO_LANGUAGE#93;,fr"]):::literal c8(["wd:Q933"]):::iri c12(["wd:Q150"]):::iri c2(["wd:Q1164267"]):::iri c4(["wd:Q571"]):::iri v2 --"wdt:P136"--> c2 v2 --"wdt:P31"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P50".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P571".-> v1 end v2 --"wdt:P840"--> v4 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P840"--> c8 end v4 --"wdt:P625"--> v5 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v7 --"wdt:P629"--> v2 v7 --"wdt:P953"--> v6 v7 --"wdt:P407"--> c12 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P953"--> v6 v2 --"wdt:P407"--> c12 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c15 --"wikibase:language"--> c17 end bind1[/"year-from-dateTime(?dateCreation)"/] v1 --o bind1 bind1 --as--o v8