query-cc9b934713594fe702bc5168f965d571
PropertiesLibrary of Congress Format Description Document ID (P3266)
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 ?propItem ?propItemLabel ?value ?item ?itemLabel ("00FFFF" AS ?rgb)
WHERE
{
?item wdt:P3266 ?fdd.
?item ?prop ?value.
?propItem wikibase:directClaim ?prop ;
wikibase:propertyType wikibase:ExternalId .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?fdd")
v1("?item"):::projected
v3("?prop")
v5("?propItem"):::projected
v6("?rgb")
v4("?value"):::projected
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c4(["wikibase:ExternalId"]):::iri
v1 --"wdt:P3266"--> v2
v1 -->v3--> v4
v5 --"wikibase:directClaim"--> v3
v5 --"wikibase:propertyType"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
bind0[/"'00FFFF'"/]
bind0 --as--o v6