query-02c62a484c4fdb5146a4fd07927409bb

rq turtle/ttl

Specialized aspects

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT
  ?aspect ?aspectLabel ?aspectUrl
  ?example ?exampleLabel ?exampleUrl
WHERE {
  {
     BIND(wd:Q11994045 AS ?aspect)
     BIND("#hyphenation" AS ?aspectUrl)
  }
  UNION
  {
     BIND(wd:Q112174921 AS ?aspect)
     BIND("#cor" AS ?aspectUrl)
  }
  UNION
  {
     BIND(wd:Q64548048 AS ?aspect)
     BIND("#eiareport" AS ?aspectUrl)
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . }
}
ORDER BY ?aspectLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?aspect"):::projected v1("?aspectLabel"):::projected v4("?aspectUrl"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; bind0[/"'wd:Q64548048'"/] bind0 --as--o v4 bind1[/"'#eiareport'"/] bind1 --as--o v4 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; bind2[/"'wd:Q112174921'"/] bind2 --as--o v4 bind3[/"'#cor'"/] bind3 --as--o v4 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; bind4[/"'wd:Q11994045'"/] bind4 --as--o v4 bind5[/"'#hyphenation'"/] bind5 --as--o v4 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end