query-b8dc887610e6ff82456e3e28085fb703

rq turtle/ttl

MiscASTM standards: Create individual items for all the Done

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 ?standard ?standardLabel ?title WHERE {
  ?standard wdt:P31 wd:Q67035425.
  ?standard wdt:P1476 ?title
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY (?standardLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?standard"):::projected v1("?standardLabel"):::projected v3("?title"):::projected c5(["bd:serviceParam"]):::iri c2(["wd:Q67035425"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"wdt:P31"--> c2 v2 --"wdt:P1476"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end