query-7c0284c284df623547c195d172ad594d
15:23, 4 May 2024 (UTC)) talk (Shismacan I explicitly exclude sitelinks? – 15:26, 4 May 2024 (UTC)) talk (Shisma–Sure.
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX schema: <http://schema.org/>
select ?url
where {
{
select * where {
VALUES ?url {
<https://www.podchaser.com/podcasts/this-american-life-399612>
<https://www.podchaser.com/podcasts/this-american-life-399612/>
<http://www.podchaser.com/podcasts/this-american-life-399612>
<http://www.podchaser.com/podcasts/this-american-life-399612/>
<http://podchaser.com/podcasts/this-american-life-399612>
<http://podchaser.com/podcasts/this-american-life-399612/>
<https://www.podchaser.com/>
<http://www.podchaser.com/>
<http://podchaser.com/>
<https://www.podchaser.com>
<http://www.podchaser.com>
<http://podchaser.com>
<https://en.wikipedia.org/wiki/Double_bond>
<https://en.wikipedia.org/wiki/Double_bond/>
<http://en.wikipedia.org/wiki/Double_bond>
<http://en.wikipedia.org/wiki/Double_bond/>
<https://en.wikipedia.org/>
<http://en.wikipedia.org/>
<https://en.wikipedia.org>
<http://en.wikipedia.org>
}
MINUS {
SELECT distinct ?url WHERE {
[] schema:isPartOf ?url .
}
}
?item ?predicate ?url.
?property wikibase:directClaim ?predicate.
}
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item")
v3("?predicate")
v4("?property")
v1("?url"):::projected
a1((" "))
bind0[/VALUES ?url/]
bind0-->v1
bind00([https://www.podchaser.com/podcasts/this-american-life-399612])
bind00 --> bind0
bind01([https://www.podchaser.com/podcasts/this-american-life-399612/])
bind01 --> bind0
bind02([http://www.podchaser.com/podcasts/this-american-life-399612])
bind02 --> bind0
bind03([http://www.podchaser.com/podcasts/this-american-life-399612/])
bind03 --> bind0
bind04([http://podchaser.com/podcasts/this-american-life-399612])
bind04 --> bind0
bind05([http://podchaser.com/podcasts/this-american-life-399612/])
bind05 --> bind0
bind06([https://www.podchaser.com/])
bind06 --> bind0
bind07([http://www.podchaser.com/])
bind07 --> bind0
bind08([http://podchaser.com/])
bind08 --> bind0
bind09([https://www.podchaser.com])
bind09 --> bind0
bind010([http://www.podchaser.com])
bind010 --> bind0
bind011([http://podchaser.com])
bind011 --> bind0
bind012([https://en.wikipedia.org/wiki/Double_bond])
bind012 --> bind0
bind013([https://en.wikipedia.org/wiki/Double_bond/])
bind013 --> bind0
bind014([http://en.wikipedia.org/wiki/Double_bond])
bind014 --> bind0
bind015([http://en.wikipedia.org/wiki/Double_bond/])
bind015 --> bind0
bind016([https://en.wikipedia.org/])
bind016 --> bind0
bind017([http://en.wikipedia.org/])
bind017 --> bind0
bind018([https://en.wikipedia.org])
bind018 --> bind0
bind019([http://en.wikipedia.org])
bind019 --> bind0
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
a1 --"schema:isPartOf"--> v1
end
v2 -->v3--> v1
v4 --"wikibase:directClaim"--> v3