The Feedset class

class ferenda.Feedset(label, feeds, predicate=None)[source]

Represents a particular set of feeds, structured around some ke particular attribute(s) of documents, like title or publication date.

Parameters:
  • label (str) – A description of this set of feeds, like “By publisher”
  • feeds (list) – The set of Feed objects that makes up this page set.
  • predicate (rdflib.term.URIRef) – The predicate (if any) that this feedset is keyed on.