query-f61fa89b59f192b34d11c04266ac3651
Propertiesinstance of (P31)subclass of (P279)NORAF ID (P1015)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?propItem ?propItemLabel ?item ?itemLabel ("00FFFF" AS ?rgb) WHERE {
?item (wdt:P31/wdt:P279) wd:Q7397.
?item wdt:P1015 ?bibsys.
?item ?prop ?value.
?propItem wikibase:directClaim ?prop.
?propItem 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("?bibsys")
v1("?item"):::projected
v3("?prop")
v5("?propItem"):::projected
v6("?rgb")
v4("?value")
a1((" "))
c3(["wd:Q7397"]):::iri
c9(["bd:serviceParam"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wikibase:ExternalId"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P1015"--> v2
v1 -->v3--> v4
v5 --"wikibase:directClaim"--> v3
v5 --"wikibase:propertyType"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end
bind0[/"'00FFFF'"/]
bind0 --as--o v6