query-f3daaa03a6aab2dbb3f1bb46514c62f7
Articles without journals per year
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
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 ?doi WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P31 wd:Q13442814 ;
wdt:P577 "1936-01-01"^^xsd:date ;
wdt:P356 ?doi .
FILTER NOT EXISTS { ?item wdt:P1433 ?journal }
}
LIMIT 1000
Query found at
- https://www.wikidata.org/wiki/User:Jahl_de_Vautban
- https://www.wikidata.org/wiki/User:Jahl_de_Vautban/Queries
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?doi"):::projected
v1("?item"):::projected
v2("?journal")
c3(["bd:serviceParam"]):::iri
c7(["wd:Q13442814"]):::iri
c9(["1936-01-01^^xsd:date"]):::literal
c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P1433"--> e0v2
e0v1("?item"):::projected
e0v2("?journal"):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> v2
v1 --"wdt:P1433"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end
v1 --"wdt:P31"--> c7
v1 --"wdt:P577"--> c9
v1 --"wdt:P356"--> v3