query-23ce7b29ab4afa34cf68efb2bfd9e59b
Book measurementsHi, for books? And should try to harmonize this (some people may see books more as vertical object, other as horizontal object related to a collection of paper sheets...) (P2043)length or (P2048)height Maybe a dumb question but should we use , it's 287 vs. 4... (Q48498)illuminated manuscript . For (P2043)length and 156 use (P2048)height use (Q3331189)version, edition or translation Right now, 281
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
?q wdt:P31 wd:Q3331189 ;
wdt:P2048 ?height .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?height"):::projected
v1("?q"):::projected
c2(["wd:Q3331189"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P2048"--> v2