query-59f3d454c821db23ae5830c7484fef04

rq turtle/ttl

قائمة معايير رابطة الشبكة العالمية List of W3C standards List of W3C standards Seznam standardů W3C List of W3C standards Liste der W3C Standards List of W3C standards List of W3C standards List of W3C standards List of W3C standards List of W3C standards Liste des standards W3C List of W3C standards List of W3C standards List of W3C standards Elenco degli standard W3C List of W3C standards W3C 표준 목록 List of W3C standards List of W3C standards List of W3C standards Lijst van W3C-normen Lista standardów W3C List of W3C standards List of W3C standards Список стандартов W3C List of W3C standards Lista över W3C-standarder List of W3C standards List of W3C standards Список стандартів W3C List of W3C standards W3C标准列表

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 DISTINCT ?standard ?standardLabel ?website
WHERE
{
        ?standard wdt:P1462 wd:Q37033 .
        OPTIONAL{ ?standard wdt:P856 ?website }
        SERVICE wikibase:label { bd:serviceParam wikibase: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("?website"):::projected c5(["bd:serviceParam"]):::iri c2(["wd:Q37033"]):::iri c7(["en"]):::literal v2 --"wdt:P1462"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P856".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end