query-ffb428191dd0c3e4cd3fb1718284a35e

rq turtle/ttl

DPRR and RE ]reply[06:15, 24 April 2022 (UTC)) talk (Jahl de Vautban, aber sie sind eine Minderheit. Ich hoffe es wird dir etwas hilfen. --not in RE findet. Allerdings sind einige DPRR (Q1138524)Paulys Realenzyklopädie der klassischen Altertumswissenschaft (P1343)described by source aber ohne (P6863)Digital Prosopography of the Roman Republic ID Hallo! Wie so oft hat DPRR die RE-Nummer, habe ich ein klein SPARQL-Query geschrieben, das die QID mit

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
  ?human wdt:P31 wd:Q5 ; wdt:P6863 ?somevalue .
  FILTER ( NOT EXISTS { ?human wdt:P1343 wd:Q1138524 } )
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?human"):::projected v2("?somevalue"):::projected c4(["wd:Q5"]):::iri c2(["wd:Q1138524"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P1343"--> e0c2 e0v1("?human"):::projected e0c2(["wd:Q1138524"]):::iri end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> c2 v1 --"wdt:P1343"--> c2 v1 --"wdt:P31"--> c4 v1 --"wdt:P6863"--> v2