-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4568f8e
commit fee93b3
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |