query-6eef6efce664bc0cc93719e28d02852b

rq turtle/ttl

Star Trek Technologies โ€” Lexemes Party Hello ]reply[11:00, 1 November 2021 (UTC)) talk (GHA) talk (DGtal) 16:59, 30 June 2020 (UTC) talk (EEMIV) 2020-06-27 talk (Luca Mauri) talk (LydiaPintscher) talk (Nick) 13:50, 30 September 2018 (UTC) talk (Shisma participants of WikiProject Star Trek Notified . It's a tool to help assemble vocabulary on specific topics. Star Trek Technologies โ€” Lexemes PartyI've opened (L618035) Warp-Antrieb ยท (L618030) warp drive Example (P5137)item for this sense create lexemes for the things in the table in your favorite language and connect them to the wikidata item using How can you contribute? ]reply[10:01, 1 November 2021 (UTC)) talk (ShismaParty on! ๐Ÿฅณ -- (which is definitely the oddball in the list ๐Ÿ˜…) and so I gave up on that. I hope you found it informative. If you need help with something let me know. Any idea what the next challenge could be about? My idea was Demonyms for the following peoples: (Q3383632)Assimilation chamber :: I saw you completed the task first ๐ŸŽ‰. I couldn't find a literary reference for Lucamauri@

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P31 wd:Q73756872 .
  FILTER(?item !=  wd:Q924827)
  ?article schema:about ?item.
  ?article schema:isPartOf <https://en.wikipedia.org/> .
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?article") v1("?item"):::projected c10([https://en.wikipedia.org/]):::iri c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal c7(["wd:Q73756872"]):::iri f0[["?item != 'wd:Q924827'"]] f0 --> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end v1 --"wdt:P31"--> c7 v2 --"schema:about"--> v1 v2 --"schema:isPartOf"--> c10