query-ead6b39c88844ddc7a4d10f96d67fa9d

rq turtle/ttl

Discussion ]reply[17:03, 4 May 2020 (UTC)) talk (DexxorThis wiki also has a German and an Italian version. Should we create separate properties for those? –]reply[00:05, 18 May 2020 (UTC)) talk (Haansn08--Support ]reply[20:47, 20 May 2020 (UTC)) talk (Dexxor. — (Q3273441)Piranha Plant to link to Super Mario Wiki, see for example (P973)described at URL uses User:Jean-Frédéric I noticed that Comment ]reply[09:06, 22 May 2020 (UTC)) talk (Jean-FredHi, yes, I often do that when no property exists (yet). So far it’s only 6 uses :) ]reply[09:06, 22 May 2020 (UTC)) talk (Jean-Fred Fine addition. Support

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?url ?property WHERE {
  ?item wdt:P973 ?url.
  FILTER(REGEX(STR(?url), "mariowiki.com"))
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?url"):::projected f0[["regex(str(?url),'mariowiki.com')"]] f0 --> v1 v2 --"wdt:P973"--> v1