Skip to content

Commit

Permalink
Update dataset.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
APmf16211 authored Nov 14, 2023
1 parent 0290d7e commit 9c37c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/src/app/schema/dataset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface DatasetFields {
"dcat:contactPoint": string[];
"foaf:page": string[];
"dct:conformsTo": string;
"dcat:koncept_euroVoc": string[];
"dcat:koncept_euroVoc": string;
"dcat:spatialResolutionInMeters": string[];
"dcat:temporalResolution": string[];
}
Expand All @@ -37,7 +37,7 @@ export interface Dataset {

documentation?: string;

koncept_eurovoc?: string[];
koncept_eurovoc?: string;
spatial?: string[];
temporalFrom?: string;
temporalTo?: string;
Expand Down

0 comments on commit 9c37c66

Please sign in to comment.