FairDataPointFinder#

class fdp.fairdatapointfinder.FairDataPointFinder(fair_data_point)#

Bases: object

class TripleStore(url: str, repository: str, token: str = None)#

Bases: object

property endpoint: str#
catalog()#
dataset(lazy: bool = True, exclude_series: bool = False)#

Query the Triple Store used by the Fair Data Point for Dataset.

Query the Triple Store used by the Fair Data Point for Dataset that satisfies the conditions.

Parameters:
  • exclude_series (bool) – if True does not returns the DatasetSeries but only the Datasets

  • lazy (bool) – if True the Dataset instances returned are empty (only the URI is set), otherwise the full metadata are retrieved from the Fair Data Point.

Returns:

the list of the Dataset instances matching the requested criteria.

Return type:

list

datasetseries()#