export interface DataRepositoryModel { id: string; label: string; abbreviation: string; uri: string; pid: string; info: string; source: string; }