User:Pierre Tribhou/queries

From Wikidata
Jump to navigation Jump to search

Pascal[edit]

Wikipedia articles about works[edit]

The following query uses these:

  • Properties: author (P50)  View with Reasonator View with SQID, publication date (P577)  View with Reasonator View with SQID
    SELECT ?work ?title ?year ?english ?french WHERE {
      ?work wdt:P50 wd:Q1290
    OPTIONAL{?work wdt:P577 ?pubdate}
    BIND(YEAR(?pubdate) as ?year)
    OPTIONAL{ ?english schema:about ?work ; schema:isPartOf <https://en.wikipedia.org/> }
    OPTIONAL{ ?french schema:about ?work ; schema:isPartOf <https://fr.wikipedia.org/> }
    #OPTIONAL{ ?german schema:about ?work ; schema:isPartOf <https://de.wikipedia.org/> }
    OPTIONAL{ ?work rdfs:label ?title filter(lang(?title) = "fr") }
    }
    

Map of artworks depicting Blaise Pascal[edit]

People interested in Blaise Pascal[edit]