query-09492026af5e110c8e2f985c75958c38
title: Which items should contain an InChI (P234) which exact value exceeds the maximum number of characters (Q101076817)? SELECT * WHERE { ?item p:P234/pq:P2241 wd:Q101076817. } LIMIT 1000
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
#title: Which items should contain an InChI (P234) which exact value exceeds the maximum number of characters (Q101076817)?
SELECT * WHERE {
?item p:P234/pq:P2241 wd:Q101076817.
}
LIMIT 1000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c3(["wd:Q101076817"]):::iri
v1 --"p:P234"--> a1
a1 --"p:qualifier/P2241"--> c3