Property:Volume

From MoxyWiki


Subproperties

This property has the following 1 subproperty:

V

Pages using the property "Volume"

Showing 7 pages using this property.

A

Antarctic Peninsula Ice Cap +227000 km3info.png
'227000 km3'
  +
Average Massachusetts Residential Building +375 m3info.png
paste(utConvert(sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Average_Massachusetts_Residential_Building> prop:Area ?x}"),'m2',1) * utConvert(sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Average_Massachusetts_Residential_Building> prop:CeilingHeight ?x}"),'m',1), "m3")
  +
Average Minnesota Residential Building +750 m3info.png
paste(utConvert(sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Average_Minnesota_Residential_Building> prop:Area ?x}"),'m2',1) * utConvert(sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Average_Minnesota_Residential_Building> prop:CeilingHeight ?x}"),'m',1), "m3")
  +

E

East Antarctic Ice Sheet +23920000 km3info.png
'23920000 km3'
  +

G

Global Grounded Ice +30.087 M km3info.png
iceSheets = sparql("select ?IceSheet ?Volume where{?IceSheet rdf:type cat:Ice_Sheet. ?IceSheet prop:Grounded TRUE. ?IceSheet prop:Volume ?Volume.}")
iceSheets$Volume = apply(as.matrix(iceSheets$Volume), 1, utConvert, unit.to = 'M km3', val = 1);
paste(sum(iceSheets$Volume), "M km3")
  +
Greenland Ice Cap +2810000 km3info.png
'2810000 km3'
  +

W

West Antarctic Ice Sheet +3130000 km3info.png
'3130000 km3'
  +
Facts about VolumeRDF feed
Has typeThis property is a special property in this wiki.MoxyScriptThis type is among the standard datatypes of this wiki.  +