diff --git a/src/app/mapping/mapping.component.ts b/src/app/mapping/mapping.component.ts
index 29442a17127ee4fb3ee653a538d3cc12c3c7b9bf..1b2f279a4cb608725bab1fca9ac1bc07b6265482 100644
--- a/src/app/mapping/mapping.component.ts
+++ b/src/app/mapping/mapping.component.ts
@@ -45,7 +45,7 @@ export class MappingComponent implements OnInit {
   constructor(private dataSetService: DatasetCrudService, private dialog: MatDialog, private route: Router, private fileSaverService: FileSaverService) { }
 
   ngOnInit() {
-    this.dataSetService.getLocally('./assets/geodcat.json').subscribe(
+    this.dataSetService.getLocally('./assets/dcat.json').subscribe(
       dataset => {
         this.dcatVocabulary = dataset;
         this.vocabularies = dataset;