User:AHendriksen-collecties/vrouwelijke Nederlandse biologen

From Wikidata
Jump to navigation Jump to search

test op sparql https://w.wiki/5Vu$

#Vrouwelijk Nederlandse biologen, taxonomen etc


The following query uses these:

  • Properties: instance of (P31)  View with Reasonator View with SQID, country of citizenship (P27)  View with Reasonator View with SQID, sex or gender (P21)  View with Reasonator View with SQID, occupation (P106)  View with Reasonator View with SQID, subclass of (P279)  View with Reasonator View with SQID, ZooBank ID for name or act (P1746)  View with Reasonator View with SQID, BHL creator ID (P4081)  View with Reasonator View with SQID, Stuttgart Database of Scientific Illustrators ID (P2349)  View with Reasonator View with SQID, Zürich Herbaria collector ID (P10168)  View with Reasonator View with SQID, IPNI author ID (P586)  View with Reasonator View with SQID
    SELECT DISTINCT ?item ?itemLabel ?articleEN  ?articleNL ?BHL_identificatiecode_voor_auteur ?ZooBank_identificatiecode ?DSI_identificatiecode ?Z_rich_Herbaria_identificatiecode_voor_verzamelaar ?IPNI_identificatiecode_voor_auteur WHERE {
      ?item wdt:P31 wd:Q5.
      ?item wdt:P27 wd:Q29999.
      ?item wdt:P21 wd:Q6581072.
      { ?item (wdt:P106/(wdt:P279*)) wd:Q864503. }
      UNION
      { ?item (wdt:P106/(wdt:P279*)) wd:Q1907198. }
      UNION
      { ?item (wdt:P106/(wdt:P279*)) wd:Q3055126. }
         UNION
      { ?item (wdt:P106/(wdt:P279*)) wd:Q2374149. }
      UNION
      { ?item (wdt:P106/(wdt:P279*)) wd:Q350979. }
      OPTIONAL {
        ?articleNL schema:about ?item;
          schema:isPartOf <https://nl.wikipedia.org/>.
      }
      OPTIONAL {
        ?articleEN schema:about ?item;
          schema:isPartOf <https://en.wikipedia.org/>.
      }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,nl". }
      OPTIONAL { ?item wdt:P1746 ?identifier. }
      OPTIONAL { ?item wdt:P4081 ?BHL_identificatiecode_voor_auteur. }
      OPTIONAL { ?item wdt:P2349 ?DSI_identificatiecode. }
      OPTIONAL { ?item wdt:P10168 ?Z_rich_Herbaria_identificatiecode_voor_verzamelaar. }
      OPTIONAL { ?item wdt:P586 ?IPNI_identificatiecode_voor_auteur. }
      }