Sha256: 2b82ddcace49f43aa39d3f954545ab0fce345ca9eb40e3e53aa2627797830d06
Contents?: true
Size: 597 Bytes
Versions: 7
Compression:
Stored size: 597 Bytes
Contents
% 1. Title: Weather Database % % 2. Sources: % (a) Generated from RDF source spec/turtle/weather % @RELATION weather @ATTRIBUTE humidity integer @ATTRIBUTE outlook {sunny, overcast, rainy} @ATTRIBUTE play {no, yes} @ATTRIBUTE temperature integer @ATTRIBUTE windy {FALSE, TRUE} @DATA 85,sunny,no,85,FALSE 90,sunny,no,80,TRUE 86,overcast,yes,83,FALSE 96,rainy,yes,70,FALSE 80,rainy,yes,68,FALSE 70,rainy,no,65,TRUE 65,overcast,yes,64,TRUE 95,sunny,no,72,FALSE 70,sunny,yes,69,FALSE 80,rainy,yes,75,FALSE 70,sunny,yes,75,TRUE 90,overcast,yes,72,TRUE 75,overcast,yes,81,FALSE 91,rainy,no,71,TRUE
Version data entries
7 entries across 7 versions & 2 rubygems