query-bb6ab83fdd67bf675dcc55b90a188dd8
Collapse to show the queryWhen multiple boilingpoints or meltingpoints are given, single items are returned multiple times. ] in deutschMissing toxicity and flammability (iso817) Described here [ Items without refrigerant classadditional information used in some tabular: gesetzliche Regelungen Kältemitteltyp Zusammensetzung, bei gemisch Q900522 ozone depletion rateVerschiedene Kältemitteltypen: HFO Hydrofluorolefin FCKW-Gemisch Kältemittelgemisch, welches FCKW enthält H-FKW-Gemisch Kältemittelgemisch, welches H-FKW enthält H-FCKW-Gemisch Kältemittelgemisch, welches H-FCKW enthält KW Kohlenwasserstoff H-FKW teilfluorierter Kohlenwasserstoff FKW perfluorierter Kohlenwasserstoff H-FCKW teilhalogenierter Fluorchlorkohlenwasserstoff FCKW Fluorchlorkohlenwasserstoff() Additional a query to find all things that have a boilingpoint in grad celsius but not in Fahrenheit and vice versa(not yet finished):
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?statement1 ?valuenode1 ?value1 ?statement2
WHERE
{
?item wdt:P4842 ?Rnumber.
?item p:P2102 ?statement1.
?statement1 psv:P2102 ?valuenode1.
?valuenode1 wikibase:quantityAmount ?value1;
wikibase:quantityUnit wd:Q25267.
FILTER NOT EXISTS{
?item p:P2102 ?statement2.
?statement2 psv:P2102 ?valuenode2.
?valuenode2 wikibase:quantityAmount ?value2;
wikibase:quantityUnit wd:Q42289.
}
} LIMIT 20