Skip to content

Commit

Permalink
test of SQL export
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Nov 27, 2024
1 parent 4568f8e commit fee93b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions InteroperableAssets/schema.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* (Beta) Export of data model InteroperableAssets of the subject dataModel.DataSpace for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE dataSpaceIdentifier_type AS ENUM ('AD4GD','AgDataValue','AgriDataSpace','AI4EOSC','AI4Europeana','AquaINFRA','B-Cubed','Blue-Cloud2026','CrackSense','CRAFT-OA','DataCellar','DataSpace4.0','DATES','DE-BIAS','deployEMDS','Divine','DS4SSCC','DS4SSCC-DEP','EDDI','EOSC4Cancer','EOSC-ENTRUST','EOSCBeyond','EOSCFocus','EuroScienceGateway','Eureka3D','EVERSE','FAIR-EASE','FAIR-IMPACT','FAIRCORE4EOSC','FAIRiCUBE','GDI','GraspOS','GREAT','IntNET','OMEGA-X','OSCARS','OSTrails','PrepDSpace4Mobility','RAISE','RDATIGER','ScaleAgData','SciLake','Skills4EOSC','SM4RTENANCE','SIESTA','Synergies','TITAN','UNDERPIN','USAGE');CREATE TYPE InteroperableAssets_type AS ENUM ('InteroperableAssets');
CREATE TABLE InteroperableAssets (address JSON, alternateName TEXT, areaServed TEXT, dataExchangeProtocols JSON, dataModelSources JSON, dataProvider TEXT, dataSpaceIdentifier dataSpaceIdentifier_type, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, id TEXT PRIMARY KEY, location JSON, name TEXT, owner JSON, seeAlso JSON, source TEXT, type InteroperableAssets_type);

0 comments on commit fee93b3

Please sign in to comment.