query-fc192065cb0dadd250d44b82fc005e00
PropertiesZXDB ID (P4705)Internet Archive ID (P724)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?WorldOfSpectrumID ?archiveID
{
?item wdt:P4705 ?WorldOfSpectrumID.
?item wdt:P724 ?archiveID.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?WorldOfSpectrumID"):::projected
v3("?archiveID"):::projected
v1("?item"):::projected
c4(["bd:serviceParam"]):::iri
c6(["en,en"]):::literal
v1 --"wdt:P4705"--> v2
v1 --"wdt:P724"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end