query-f89bc7c23ae97cd21e3626871437376b

rq turtle/ttl

Propertiesinstance of (P31)follows (P155)Common Vulnerabilities and Exposures ID (P3587)

Use at

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 ?item ?itemLabel ?CVE
WHERE 
{ 
  ?item wdt:P31 wd:Q631425.
  ?item wdt:P155 wd:Q47036859.
  wd:Q63858759 wdt:P3587 ?CVE.
  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("?CVE"):::projected v1("?item"):::projected c2(["wd:Q631425"]):::iri c8(["bd:serviceParam"]):::iri c4(["wd:Q47036859"]):::iri c5(["wd:Q63858759"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P155"--> c4 c5 --"wdt:P3587"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end