query-9171f92554b0032de0a795b7fb5c7990
PropertiesOCLC control number (P243)instance of (P31)
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 ?wdItem ?wdItemLabel ?typeLabel ?ocnURI ?ocnTurtle
WHERE {
?wdItem wdt:P243 ?ocn;
wdt:P31 ?type.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
BIND(URI(CONCAT('http://www.worldcat.org/oclc/', ?ocn)) AS ?ocnURI)
BIND(URI(CONCAT('http://experiment.worldcat.org/oclc/', ?ocn, '.ttl')) AS ?ocnTurtle)
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?ocn")
v5("?ocnTurtle"):::projected
v4("?ocnURI"):::projected
v3("?type")
v1("?wdItem"):::projected
c4(["bd:serviceParam"]):::iri
c6(["en"]):::literal
v1 --"wdt:P243"--> v2
v1 --"wdt:P31"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
bind0[/"concat('http://www.worldcat.org/oclc/',?ocn)"/]
v2 --o bind0
bind0 --as--o v4
bind1[/"concat('http://experiment.worldcat.org/oclc/',?ocn,'.ttl')"/]
v2 --o bind1
bind1 --as--o v5