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
SELECT'email','A email of a creator of the dataset.', 'https://schema.org/email', false, false,
196
196
(select id from dim_mappingconcepts where name='BIOSCHEMA-Dataset'),
197
197
(SELECT id FROMpublic.dim_mappingkeysWHERE name='creator'and concept = (SELECT id FROMpublic.dim_mappingconceptsWHERE name='BIOSCHEMA-Dataset')),
198
-
'dataset/creator/familyName'
198
+
'dataset/creator/email'
199
199
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='BIOSCHEMA-Dataset') AND xpath='dataset/creator/email');
SELECT'affiliation','An organization that this person is affiliated with. For example, a school/university, a club, or a team.', 'https://schema.org/affiliation', false, false,
204
204
(select id from dim_mappingconcepts where name='BIOSCHEMA-Dataset'),
205
205
(SELECT id FROMpublic.dim_mappingkeysWHERE name='creator'and concept = (SELECT id FROMpublic.dim_mappingconceptsWHERE name='BIOSCHEMA-Dataset')),
206
-
'dataset/creator/familyName'
206
+
'dataset/creator/affiliation'
207
207
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='BIOSCHEMA-Dataset') AND xpath='dataset/creator/affiliation');
0 commit comments