query-c9984961c718c94db74c979c3f11b2ed

rq turtle/ttl

جميع أرقام سجل CAS في ويكي بيانات All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata Všechna registrační čísla CAS ve Wikidatech All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata Tous les numéros de registre CAS dans Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata Tutti i numeri di registro CAS in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata Alle CAS-nummers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata All CAS registry numbers in Wikidata 维基数据中所有CAS注册编号

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?compound ?compoundLabel ?cas
WHERE
{
  ?compound wdt:P231 ?cas .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?cas"):::projected v1("?compound"):::projected c3(["bd:serviceParam"]):::iri c5(["en"]):::literal v1 --"wdt:P231"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end