@eric.d.scott Do you also know if there is a standard way of marking a Resource as being part of a Dataset? e.g. <some-resource> prefix:isPartOf <some-dataset> .
Those seem perfect! Thanks a lot, Eric. 🙂
would <some dataset> dct:hasPart <some resource> work (from the Dublin Core)
https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#hasPart
Oh, there's an inverse:
https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/isPartOf
Basically, I have bunch of data that I want to partition into separate datasets.