query-7119ff9ebbd92e4723a29706f080d3df

rq turtle/ttl

المجلات العلمية بمحررين على تويتر Scientific journals with editors on Twitter Scientific journals with editors on Twitter Vědecké časopisy s editory na Twitteru Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Les journaux scientifiques dont les éditeurs sont sur Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Riviste scientifiche con redattori su Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Wetenschappelijke tijdschriften met redacteuren op Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter Scientific journals with editors on Twitter

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 ?journal ?journalLabel ?editor ?editorLabel ?twitter ?ex_publisher ?ex_publisherLabel
WHERE {
   {
  SELECT ?journal ?editor ?twitter (SAMPLE(?publisher) AS ?ex_publisher) WHERE {
    ?journal wdt:P31 wd:Q5633421 ; wdt:P98 ?editor .
    OPTIONAL { ?journal wdt:P123 ?publisher }
    ?editor wdt:P2002 ?twitter .
  } GROUP BY ?journal ?editor ?twitter
}  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
} ORDER BY ?journalLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?editor"):::projected v6("?ex_publisher"):::projected v2("?journal"):::projected v1("?journalLabel"):::projected v4("?publisher") v5("?twitter"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q5633421"]):::iri c9(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v2 --"wdt:P31"--> c2 v2 --"wdt:P98"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P123".-> v4 end v3 --"wdt:P2002"--> v5 bind1[/"sample(?publisher)"/] v4 --o bind1 bind1 --as--o v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end