query-9513d24b76ffb6e6cdebb3b59e9ebd2c

rq turtle/ttl

العناصر الكيميائية ونظائرها حسب عدد النيوترونات (الأدنى/الأقصى) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemické prvky a jejich izotopy podle počtu neutronů (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemische Elemente und ihre Isotope nach minimaler und maximaler Neutronenzahl Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Éléments chimiques avec leurs isotopes par nombre de neutrons (minimun et maximum) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Elementi chimici e loro isotopi per numero di neutroni (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Cheemesch Elementer an hir Isotopen no Neutronenzuel (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemische elementen en hun isotopen gesorteerd op aantal neutronen (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Kemiska element och deras isotoper efter antalet neutroner (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Chemical elements and their isotopes by number of neutrons (min/max) Хімічні елементи та їхні ізотопи за кількістю нейтронів (мін/макс) Chemical elements and their isotopes by number of neutrons (min/max) 化学元素及其同位素的中子数(最小值/最大值)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?element (SAMPLE(?symbol) AS ?symbol) (SAMPLE(?protons) AS ?protons) (MIN(?neutrons) AS ?minNeutrons) (MAX(?neutrons) AS ?maxNeutrons)
WHERE
{
  ?element wdt:P31 wd:Q11344;
           wdt:P1086 ?protons;
           wdt:P246 ?symbol.
  ?isotope wdt:P279 ?element;
           wdt:P1148 ?neutrons.
}
GROUP BY ?element
ORDER BY ?protons

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?element"):::projected v4("?isotope") v7("?maxNeutrons") v6("?minNeutrons") v5("?neutrons"):::projected v6("?protons"):::projected v6("?symbol"):::projected c2(["wd:Q11344"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P1086"--> v6 v2 --"wdt:P246"--> v6 v4 --"wdt:P279"--> v2 v4 --"wdt:P1148"--> v5 bind4[/"sample(?symbol)"/] v6 --o bind4 bind4 --as--o v6 bind5[/"sample(?protons)"/] v6 --o bind5 bind5 --as--o v6 bind6[/"min(?neutrons)"/] v5 --o bind6 bind6 --as--o v6 bind7[/"max(?neutrons)"/] v5 --o bind7 bind7 --as--o v7