query-ac9af630e27bec3e8b3162d807188552

rq turtle/ttl

MGP-azonosítóval rendelkező matematikusok és fizikusok, tehát vélelmezhető, hogy adathiányosak. (P27)country of citizenship tulajdonsággal, az alábbi egyetemek valamelyikén tanultak: BME, ELTE, debreceni, pécsi és szegedi, ám nincs feltüntetve (P549)Mathematics Genealogy Project ID Azok a matematikusok és fizikusok, akik rendelkeznek 2024. június 10.: 244 2022. november: 266 2021. március 9.: 298. 2020. december 5-én 346-an voltak.

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#>
SELECT ?item ?itemLabel ?pim ?mtmt WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],hu". }
  ?item wdt:P549 ?y_22
  {?item wdt:P69 wd:Q390287} UNION {?item wdt:P69 wd:Q903092} UNION {?item wdt:P69 wd:Q369839} UNION {?item wdt:P69 wd:Q1187444} UNION {?item wdt:P69 wd:Q1186843}.
  MINUS { ?item wdt:P27 [] }
  OPTIONAL { ?item wdt:P3973 ?pim. }
  OPTIONAL { ?item wdt:P2492 ?mtmt. }  
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v4("?mtmt"):::projected v3("?pim"):::projected v2("?y_22") a1((" ")) c7(["wd:Q390287"]):::iri c8(["wd:Q903092"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,hu"]):::literal c10(["wd:Q1187444"]):::iri c11(["wd:Q1186843"]):::iri c9(["wd:Q369839"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P549"--> v2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; subgraph union2[" Union "] subgraph union2l[" "] style union2l fill:#abf,stroke-dasharray: 3 3; subgraph union3[" Union "] subgraph union3l[" "] style union3l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P69"--> c11 end subgraph union3r[" "] style union3r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P69"--> c10 end union3r <== or ==> union3l end end subgraph union2r[" "] style union2r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P69"--> c9 end union2r <== or ==> union2l end end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P69"--> c8 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P69"--> c7 end union0r <== or ==> union0l end subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P27"--> a1 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P3973".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P2492".-> v4 end