You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* (Beta) Export of data model DataService of the subject dataModel.DCAT-AP for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE DataService_type AS ENUM ('DataService');
CREATE TABLE DataService (accessRights TEXT, address JSON, areaServed TEXT, description JSON, endPointDescription JSON, endPointURL JSON, id TEXT PRIMARY KEY, license TEXT, location JSON, servesDataset JSON, title JSON, type DataService_type);