rdf

simongray 2022-08-19T08:49:08.352449Z

@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> .

simongray 2022-08-22T09:04:14.395749Z

Those seem perfect! Thanks a lot, Eric. 🙂

👍 1
2022-08-19T16:19:59.024649Z

would <some dataset> dct:hasPart <some resource> work (from the Dublin Core)

2022-08-19T16:21:59.194049Z

Oh, there's an inverse:

simongray 2022-08-19T08:49:44.225119Z

Basically, I have bunch of data that I want to partition into separate datasets.