query-fd98e695f59f39a7f59acd40da6556fc

rq turtle/ttl

What are P44395 and P103510?: (P2442)conversion to standard unit Hi. I just noticed that there are some weird items (not properties) that start with P (instead of Q), for instance when searching for items that have a

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select distinct * where {
  ?item wdt:P2442 [] .
  filter(contains(str(?item), "P"))
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) f0[["contains(str(?item),'P')"]] f0 --> v1 v1 --"wdt:P2442"--> a1