query-bb35edf7ed1fc98b608068307027b8db
Author and author name string I have the first part, but I could not add the italic part. P50-statement has a P1932-statement.P2093-statementbut limited to those duplicates where the at a given position of the author list, (P2093)author name string and (P50)author I am trying to get a query that gives me duplicates of
Use at
- https://query.wikidata.org/sparql
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
select ?item ?interval where {
?item p:P2093/pq:P1545 ?interval ;
p:P50/pq:P1545 ?interval .
}
LIMIT 1000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?interval"):::projected
v1("?item"):::projected
a1((" "))
a2((" "))
v1 --"p:P2093"--> a1
a1 --"p:qualifier/P1545"--> v2
v1 --"p:P50"--> a2
a2 --"p:qualifier/P1545"--> v2