query-aa683744f97ad1c01db7b6cea2f6b05a
Refrigerants https://www.ashrae.org/technical-resources/standards-and-guidelines/ashrae-refrigerant-designations and List of refrigerantsSee
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?ref ?refLabel ?form ?smiles ?melt ?boil ?ashrae ?cas WHERE {
?ref wdt:P31 wd:Q266790 .
optional {
?ref wdt:P274 ?form .
}
optional {
?ref wdt:P233 ?smiles .
}
optional {
?ref wdt:P2101 ?melt .
}
optional {
?ref wdt:P2102 ?boil .
}
optional {
?ref wdt:P4842 ?ashrae .
}
optional {
?ref wdt:P231 ?cas .
}
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
} ORDER BY ?refLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v7("?ashrae"):::projected
v6("?boil"):::projected
v8("?cas"):::projected
v3("?form"):::projected
v5("?melt"):::projected
v2("?ref"):::projected
v1("?refLabel"):::projected
v4("?smiles"):::projected
c2(["wd:Q266790"]):::iri
c10(["bd:serviceParam"]):::iri
c12(["en"]):::literal
v2 --"wdt:P31"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P274".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P233".-> v4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P2101".-> v5
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P2102".-> v6
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P4842".-> v7
end
subgraph optional5["(optional)"]
style optional5 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P231".-> v8
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end