SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
Hectopascal
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Unit, Derived Unit
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal.