The purpose of this pull request is to add time and unit triples, to allow for the incorporation of the ystafdb dataset. This also works as an example of how to request an extension of time_uris.py and unit_uris.py.
Since ystafdb contains informaion on flows from the year 1800 up until 2000, missing triples are added to the time_uris.py file, accordingly. Furthermore, ystafdb makes use of the units megagram, gigagram, teragram and gigabecquerel, and since none of these exist in the unit_uris.py, the file is extended.
The purpose of this pull request is to add time and unit triples, to allow for the incorporation of the
ystafdb
dataset. This also works as an example of how to request an extension oftime_uris.py
andunit_uris.py
.Since
ystafdb
contains informaion on flows from the year 1800 up until 2000, missing triples are added to thetime_uris.py
file, accordingly. Furthermore,ystafdb
makes use of the unitsmegagram
,gigagram
,teragram
andgigabecquerel
, and since none of these exist in theunit_uris.py
, the file is extended.