Quick start: Module info

Let’s create an instance of class consortia from the module info.

from nfdi import info
nfdi = info.consortia()
print(nfdi)
consortia(label='National Research Data Infrastructure', homepage='https://www.nfdi.de', wikidata='https://www.wikidata.org/entity/Q61658497', github='', google='https://www.google.com/search?kgmid=/g/11h3k116k1', linkedin='https://www.linkedin.com/company/nfdi-de', twitter='https://twitter.com/NFDI_de', youtube='', zenodo='https://zenodo.org/communities/nfdi', labels=['BERD@NFDI', 'DAPHNE4NFDI', 'DataPlant', 'FAIRmat', 'GHGA', 'KonsortSWD', 'MaRDI', 'NFDI-MatWerk', 'NFDI4BioDiversity', 'NFDI4Cat', 'NFDI4Chem', 'NFDI4Culture', 'NFDI4DataScience', 'NFDI4Earth', 'NFDI4Health', 'NFDI4Ing', 'NFDI4Microbiota', 'PUNCH4NFDI', 'Text+'], consortia=[consortium(label='BERD@NFDI'), consortium(label='DAPHNE4NFDI'), consortium(label='DataPlant'), consortium(label='FAIRmat'), consortium(label='GHGA'), consortium(label='KonsortSWD'), consortium(label='MaRDI'), consortium(label='NFDI-MatWerk'), consortium(label='NFDI4BioDiversity'), consortium(label='NFDI4Cat'), consortium(label='NFDI4Chem'), consortium(label='NFDI4Culture'), consortium(label='NFDI4DataScience'), consortium(label='NFDI4Earth'), consortium(label='NFDI4Health'), consortium(label='NFDI4Ing'), consortium(label='NFDI4Microbiota'), consortium(label='PUNCH4NFDI'), consortium(label='Text+')])

It has a few useful attributes:

nfdi.__annotations__
{'label': str,
 'homepage': str,
 'wikidata': str,
 'github': str,
 'google': str,
 'linkedin': str,
 'twitter': str,
 'youtube': str,
 'zenodo': str,
 'labels': list,
 'consortia': list}
nfdi.homepage
'https://www.nfdi.de'
nfdi.labels
['BERD@NFDI',
 'DAPHNE4NFDI',
 'DataPlant',
 'FAIRmat',
 'GHGA',
 'KonsortSWD',
 'MaRDI',
 'NFDI-MatWerk',
 'NFDI4BioDiversity',
 'NFDI4Cat',
 'NFDI4Chem',
 'NFDI4Culture',
 'NFDI4DataScience',
 'NFDI4Earth',
 'NFDI4Health',
 'NFDI4Ing',
 'NFDI4Microbiota',
 'PUNCH4NFDI',
 'Text+']
nfdi.google
'https://www.google.com/search?kgmid=/g/11h3k116k1'

The attribut consortia contains a list of instances consortium from the module info:

nfdi.consortia
[consortium(label='BERD@NFDI'),
 consortium(label='DAPHNE4NFDI'),
 consortium(label='DataPlant'),
 consortium(label='FAIRmat'),
 consortium(label='GHGA'),
 consortium(label='KonsortSWD'),
 consortium(label='MaRDI'),
 consortium(label='NFDI-MatWerk'),
 consortium(label='NFDI4BioDiversity'),
 consortium(label='NFDI4Cat'),
 consortium(label='NFDI4Chem'),
 consortium(label='NFDI4Culture'),
 consortium(label='NFDI4DataScience'),
 consortium(label='NFDI4Earth'),
 consortium(label='NFDI4Health'),
 consortium(label='NFDI4Ing'),
 consortium(label='NFDI4Microbiota'),
 consortium(label='PUNCH4NFDI'),
 consortium(label='Text+')]

Every instance of consortium has almost the same attributes as instance of consortia:

nfdi.consortia[0].__annotations__
{'label': str,
 'homepage': str,
 'wikidata': str,
 'github': str,
 'google': str,
 'linkedin': str,
 'twitter': str,
 'youtube': str,
 'inception': str,
 'zenodo': str}
nfdi.consortia[0].label
'BERD@NFDI'
nfdi.consortia[0].wikidata
'http://www.wikidata.org/entity/Q108542181'
nfdi.consortia[0].twitter
'https://twitter.com/BERD_NFDI'

You can also create an instance of consortium via:

berd = info.consortium('BERD@NFDI')
print(berd.homepage)
https://www.berd-nfdi.de

This can be used as validator. Let’s try to create an instance of consortium with incorrect label:

ber = info.consortium('BERD')
WARNING: Empty instance of consortium is returned. The label 'BERD' is not in ['BERD@NFDI', 'DAPHNE4NFDI', 'DataPlant', 'FAIRmat', 'GHGA', 'KonsortSWD', 'MaRDI', 'NFDI-MatWerk', 'NFDI4BioDiversity', 'NFDI4Cat', 'NFDI4Chem', 'NFDI4Culture', 'NFDI4DataScience', 'NFDI4Earth', 'NFDI4Health', 'NFDI4Ing', 'NFDI4Microbiota', 'PUNCH4NFDI', 'Text+']

Methods

Instances of consortia and consortium have the following methods:

berd.print()
{'github': '',
 'google': '',
 'homepage': 'https://www.berd-nfdi.de',
 'inception': '2021-10-01T00:00:00Z',
 'label': 'BERD@NFDI',
 'linkedin': 'https://www.linkedin.com/company/berd-nfdi',
 'twitter': 'https://twitter.com/BERD_NFDI',
 'wikidata': 'http://www.wikidata.org/entity/Q108542181',
 'youtube': '',
 'zenodo': ''}
d = berd.dict()
print(d)
{'label': 'BERD@NFDI', 'homepage': 'https://www.berd-nfdi.de', 'wikidata': 'http://www.wikidata.org/entity/Q108542181', 'github': '', 'google': '', 'linkedin': 'https://www.linkedin.com/company/berd-nfdi', 'twitter': 'https://twitter.com/BERD_NFDI', 'youtube': '', 'inception': '2021-10-01T00:00:00Z', 'zenodo': ''}
json = berd._wikidata()
print('LABELS', json.get('labels'))
print('DESCRIPTIONS', json.get('descriptions'))
print('ALIASES', json.get('aliases'))
LABELS {'en': {'language': 'en', 'value': 'BERD@NFDI'}, 'de': {'language': 'de', 'value': 'BERD@NFDI'}, 'fr': {'language': 'fr', 'value': 'BERD@NFDI'}, 'bar': {'language': 'bar', 'value': 'BERD@NFDI'}, 'de-at': {'language': 'de-at', 'value': 'BERD@NFDI'}, 'de-ch': {'language': 'de-ch', 'value': 'BERD@NFDI'}, 'de-formal': {'language': 'de-formal', 'value': 'BERD@NFDI'}, 'en-ca': {'language': 'en-ca', 'value': 'BERD@NFDI'}, 'en-gb': {'language': 'en-gb', 'value': 'BERD@NFDI'}, 'es': {'language': 'es', 'value': 'BERD@NFDI'}, 'nl': {'language': 'nl', 'value': 'BERD@NFDI'}, 'pt': {'language': 'pt', 'value': 'BERD@NFDI'}, 'simple': {'language': 'simple', 'value': 'BERD@NFDI'}}
DESCRIPTIONS {'en': {'language': 'en', 'value': 'NFDI consortium for Business, Economic and Related Data (Social and Behavioural Sciences)'}, 'de': {'language': 'de', 'value': 'NFDI für Wirtschaftsdaten und Verwandtes (Sozial- und Verhaltenswissenschaften)'}}
ALIASES {'en': [{'language': 'en', 'value': 'BERD-NFDI'}], 'de': [{'language': 'de', 'value': 'BERD-NFDI'}], 'fr': [{'language': 'fr', 'value': 'BERD-NFDI'}], 'bar': [{'language': 'bar', 'value': 'BERD-NFDI'}], 'de-at': [{'language': 'de-at', 'value': 'BERD-NFDI'}], 'de-ch': [{'language': 'de-ch', 'value': 'BERD-NFDI'}], 'de-formal': [{'language': 'de-formal', 'value': 'BERD-NFDI'}], 'en-ca': [{'language': 'en-ca', 'value': 'BERD-NFDI'}], 'en-gb': [{'language': 'en-gb', 'value': 'BERD-NFDI'}], 'es': [{'language': 'es', 'value': 'BERD-NFDI'}], 'nl': [{'language': 'nl', 'value': 'BERD-NFDI'}], 'pt': [{'language': 'pt', 'value': 'BERD-NFDI'}], 'simple': [{'language': 'simple', 'value': 'BERD-NFDI'}]}
json
{'pageid': 103778451,
 'ns': 0,
 'title': 'Q108542181',
 'lastrevid': 1503367000,
 'modified': '2021-09-25T22:55:27Z',
 'type': 'item',
 'id': 'Q108542181',
 'labels': {'en': {'language': 'en', 'value': 'BERD@NFDI'},
  'de': {'language': 'de', 'value': 'BERD@NFDI'},
  'fr': {'language': 'fr', 'value': 'BERD@NFDI'},
  'bar': {'language': 'bar', 'value': 'BERD@NFDI'},
  'de-at': {'language': 'de-at', 'value': 'BERD@NFDI'},
  'de-ch': {'language': 'de-ch', 'value': 'BERD@NFDI'},
  'de-formal': {'language': 'de-formal', 'value': 'BERD@NFDI'},
  'en-ca': {'language': 'en-ca', 'value': 'BERD@NFDI'},
  'en-gb': {'language': 'en-gb', 'value': 'BERD@NFDI'},
  'es': {'language': 'es', 'value': 'BERD@NFDI'},
  'nl': {'language': 'nl', 'value': 'BERD@NFDI'},
  'pt': {'language': 'pt', 'value': 'BERD@NFDI'},
  'simple': {'language': 'simple', 'value': 'BERD@NFDI'}},
 'descriptions': {'en': {'language': 'en',
   'value': 'NFDI consortium for Business, Economic and Related Data (Social and Behavioural Sciences)'},
  'de': {'language': 'de',
   'value': 'NFDI für Wirtschaftsdaten und Verwandtes (Sozial- und Verhaltenswissenschaften)'}},
 'aliases': {'en': [{'language': 'en', 'value': 'BERD-NFDI'}],
  'de': [{'language': 'de', 'value': 'BERD-NFDI'}],
  'fr': [{'language': 'fr', 'value': 'BERD-NFDI'}],
  'bar': [{'language': 'bar', 'value': 'BERD-NFDI'}],
  'de-at': [{'language': 'de-at', 'value': 'BERD-NFDI'}],
  'de-ch': [{'language': 'de-ch', 'value': 'BERD-NFDI'}],
  'de-formal': [{'language': 'de-formal', 'value': 'BERD-NFDI'}],
  'en-ca': [{'language': 'en-ca', 'value': 'BERD-NFDI'}],
  'en-gb': [{'language': 'en-gb', 'value': 'BERD-NFDI'}],
  'es': [{'language': 'es', 'value': 'BERD-NFDI'}],
  'nl': [{'language': 'nl', 'value': 'BERD-NFDI'}],
  'pt': [{'language': 'pt', 'value': 'BERD-NFDI'}],
  'simple': [{'language': 'simple', 'value': 'BERD-NFDI'}]},
 'claims': {'P31': [{'mainsnak': {'snaktype': 'value',
     'property': 'P31',
     'hash': '607a32b2b9d145ff578910452b461cc47aea28ad',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 96678469,
       'id': 'Q96678469'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$af938c4a-4d5c-ad19-4589-207ef7b70f4a',
    'rank': 'normal'},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P31',
     'hash': 'e81510b4df2b68723eb46ba3b9753e1f06b33242',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 98270496,
       'id': 'Q98270496'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$b2937789-4142-b644-b80e-8b3ed07fae8d',
    'rank': 'normal',
    'references': [{'hash': '94ddc112afae762c5ba5becff7ad2ba110cab08c',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': '93e4896e2265aa78cd729040346f1697bbef0342',
         'datavalue': {'value': 'https://www.dfg.de/en/research_funding/programmes/nfdi/funded_consortia/index.html',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P31',
     'hash': '1da6444a3b2008edd44c01a14736ddb97d4785c7',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 1298668,
       'id': 'Q1298668'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$21718b67-40f0-f454-6045-f69dbf2d248b',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}],
  'P279': [{'mainsnak': {'snaktype': 'value',
     'property': 'P279',
     'hash': '70336113826d7017d5e5fc2be15e4362ea9445b7',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 43229,
       'id': 'Q43229'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$a80f09db-4355-6fac-80c4-8a56bc5eed4c',
    'rank': 'normal'}],
  'P361': [{'mainsnak': {'snaktype': 'value',
     'property': 'P361',
     'hash': 'afac7bfda89698bed230d7f4d4bb5c11b69e8487',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 61658497,
       'id': 'Q61658497'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$7bc3dc5b-4792-1a49-b840-c52a573e99fa',
    'rank': 'normal',
    'references': [{'hash': '94ddc112afae762c5ba5becff7ad2ba110cab08c',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': '93e4896e2265aa78cd729040346f1697bbef0342',
         'datavalue': {'value': 'https://www.dfg.de/en/research_funding/programmes/nfdi/funded_consortia/index.html',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}],
  'P101': [{'mainsnak': {'snaktype': 'value',
     'property': 'P101',
     'hash': '169145c689b99bc71847233413636e2628ed87ee',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 1438053,
       'id': 'Q1438053'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$0fb3edcc-41a5-795b-5cf4-ecfd85fafa96',
    'rank': 'normal'},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P101',
     'hash': 'ea79fef6ca4ec7fa5a192b62b9b3479200d97fec',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 5001951,
       'id': 'Q5001951'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$0c536aa4-4e91-3f09-d86f-f5cba107b130',
    'rank': 'normal'},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P101',
     'hash': '9fac41dd2cddb835d6799f25d34d55630f8e8e7c',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 8134,
       'id': 'Q8134'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$a255b277-48e9-22e2-ac9a-b74a5d82a9c1',
    'rank': 'normal'},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P101',
     'hash': '1cca8a783e64eaa550afd29a1ea5ca95f2b95070',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 34749,
       'id': 'Q34749'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$8f72796e-4d50-940b-51fa-dc418a07625b',
    'rank': 'normal'}],
  'P749': [{'mainsnak': {'snaktype': 'value',
     'property': 'P749',
     'hash': 'c0dadf7b62412c0b25155b493d7be6ce303d1d51',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 61658497,
       'id': 'Q61658497'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$023a0e48-4783-997a-e913-a85f1fd5f42a',
    'rank': 'normal'}],
  'P859': [{'mainsnak': {'snaktype': 'value',
     'property': 'P859',
     'hash': '0793b5664f4da2bae0d67245a14bfa2cdbfbb994',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 707283,
       'id': 'Q707283'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$7e49da7f-4cbb-9cef-b7f3-66b1a60578e4',
    'rank': 'normal'}],
  'P2002': [{'mainsnak': {'snaktype': 'value',
     'property': 'P2002',
     'hash': '050fb56ff52b0014fde0879448237aa425481737',
     'datavalue': {'value': 'BERD_NFDI', 'type': 'string'},
     'datatype': 'external-id'},
    'type': 'statement',
    'qualifiers': {'P6552': [{'snaktype': 'value',
       'property': 'P6552',
       'hash': '0432a4b5513d844c7a1e58576ee1c53e70028a90',
       'datavalue': {'value': '1410585471982374912', 'type': 'string'},
       'datatype': 'external-id'}],
     'P580': [{'snaktype': 'value',
       'property': 'P580',
       'hash': '912e4e7b73654a7762d744e145473067d305ae2a',
       'datavalue': {'value': {'time': '+2021-00-00T00:00:00Z',
         'timezone': 0,
         'before': 0,
         'after': 0,
         'precision': 9,
         'calendarmodel': 'http://www.wikidata.org/entity/Q1985727'},
        'type': 'time'},
       'datatype': 'time'}]},
    'qualifiers-order': ['P6552', 'P580'],
    'id': 'Q108542181$9bb06d31-46ed-3a4c-c496-01497010a929',
    'rank': 'normal',
    'references': [{'hash': '74e2b9dab00cd4da071b992febe508d4e9a5b44b',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': '4505a1b3709c9dc32e190d9d182e161eb70ef6fa',
         'datavalue': {'value': 'https://www.berd-nfdi.de', 'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}],
  'P856': [{'mainsnak': {'snaktype': 'value',
     'property': 'P856',
     'hash': 'a1f65d51372d1b36b5cb51e1f0d28ee3c63cebc4',
     'datavalue': {'value': 'https://www.berd-nfdi.de', 'type': 'string'},
     'datatype': 'url'},
    'type': 'statement',
    'qualifiers': {'P407': [{'snaktype': 'value',
       'property': 'P407',
       'hash': 'daf1c4fcb58181b02dff9cc89deb084004ddae4b',
       'datavalue': {'value': {'entity-type': 'item',
         'numeric-id': 1860,
         'id': 'Q1860'},
        'type': 'wikibase-entityid'},
       'datatype': 'wikibase-item'}]},
    'qualifiers-order': ['P407'],
    'id': 'Q108542181$e36eb2a2-40a5-41b2-7e76-5c479e39aea1',
    'rank': 'normal'}],
  'P4264': [{'mainsnak': {'snaktype': 'value',
     'property': 'P4264',
     'hash': '0eeace267bbf2bde43e21c461f9184830ef527c7',
     'datavalue': {'value': 'berd-nfdi', 'type': 'string'},
     'datatype': 'external-id'},
    'type': 'statement',
    'id': 'Q108542181$50d12605-4618-b696-78f2-fe05323f3251',
    'rank': 'normal',
    'references': [{'hash': '74e2b9dab00cd4da071b992febe508d4e9a5b44b',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': '4505a1b3709c9dc32e190d9d182e161eb70ef6fa',
         'datavalue': {'value': 'https://www.berd-nfdi.de', 'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}],
  'P4870': [{'mainsnak': {'snaktype': 'value',
     'property': 'P4870',
     'hash': '4750b1841ff3e3ba92485d8128fb50eaf56c2ac3',
     'datavalue': {'value': '460037581', 'type': 'string'},
     'datatype': 'external-id'},
    'type': 'statement',
    'id': 'Q108542181$a3284e88-42eb-7e3c-a60e-d4140b6af92d',
    'rank': 'normal'}],
  'P1416': [{'mainsnak': {'snaktype': 'value',
     'property': 'P1416',
     'hash': 'abd8c42a079bfd5a53153fd2383466b245804a3d',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 317070,
       'id': 'Q317070'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'qualifiers': {'P3831': [{'snaktype': 'value',
       'property': 'P3831',
       'hash': 'bba1b7e410c47001d55622f0cb2424b50243053d',
       'datavalue': {'value': {'entity-type': 'item',
         'numeric-id': 105906729,
         'id': 'Q105906729'},
        'type': 'wikibase-entityid'},
       'datatype': 'wikibase-item'}]},
    'qualifiers-order': ['P3831'],
    'id': 'Q108542181$2063c8a0-4b23-acf9-50ab-ac2c5988d3d0',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P1416',
     'hash': '7ce6922dda943da6bb22709b12c6691f51f12dd8',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 1485220,
       'id': 'Q1485220'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'qualifiers': {'P3831': [{'snaktype': 'value',
       'property': 'P3831',
       'hash': 'f469b322088d727d39e7a252bb0a3e6f878dd816',
       'datavalue': {'value': {'entity-type': 'item',
         'numeric-id': 105906738,
         'id': 'Q105906738'},
        'type': 'wikibase-entityid'},
       'datatype': 'wikibase-item'}]},
    'qualifiers-order': ['P3831'],
    'id': 'Q108542181$b89c9933-490f-291f-67ff-0f4e2d52ace1',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P1416',
     'hash': '83c54fe5bbc79bc4fc0975afa27181c3e1f6ab4f',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 1664805,
       'id': 'Q1664805'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'qualifiers': {'P3831': [{'snaktype': 'value',
       'property': 'P3831',
       'hash': 'f469b322088d727d39e7a252bb0a3e6f878dd816',
       'datavalue': {'value': {'entity-type': 'item',
         'numeric-id': 105906738,
         'id': 'Q105906738'},
        'type': 'wikibase-entityid'},
       'datatype': 'wikibase-item'}]},
    'qualifiers-order': ['P3831'],
    'id': 'Q108542181$23282177-479a-20d6-455a-199c50d26b03',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P1416',
     'hash': 'db56a239399cb6336b0b314c981f6c8911e78c26',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 55044,
       'id': 'Q55044'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'qualifiers': {'P3831': [{'snaktype': 'value',
       'property': 'P3831',
       'hash': 'f469b322088d727d39e7a252bb0a3e6f878dd816',
       'datavalue': {'value': {'entity-type': 'item',
         'numeric-id': 105906738,
         'id': 'Q105906738'},
        'type': 'wikibase-entityid'},
       'datatype': 'wikibase-item'}]},
    'qualifiers-order': ['P3831'],
    'id': 'Q108542181$400dd623-48c3-fac8-2802-d73cef715542',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P1416',
     'hash': 'f9b8ff0235e3f965161ef76a28763aa8aff112e7',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 156725,
       'id': 'Q156725'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'qualifiers': {'P3831': [{'snaktype': 'value',
       'property': 'P3831',
       'hash': 'f469b322088d727d39e7a252bb0a3e6f878dd816',
       'datavalue': {'value': {'entity-type': 'item',
         'numeric-id': 105906738,
         'id': 'Q105906738'},
        'type': 'wikibase-entityid'},
       'datatype': 'wikibase-item'}]},
    'qualifiers-order': ['P3831'],
    'id': 'Q108542181$f734f8ff-4b07-d35d-8b45-da81b137923b',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P1416',
     'hash': '997ee0a35665bcdb51c0e6701c2c85e6b2402211',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 54096,
       'id': 'Q54096'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'qualifiers': {'P3831': [{'snaktype': 'value',
       'property': 'P3831',
       'hash': 'f469b322088d727d39e7a252bb0a3e6f878dd816',
       'datavalue': {'value': {'entity-type': 'item',
         'numeric-id': 105906738,
         'id': 'Q105906738'},
        'type': 'wikibase-entityid'},
       'datatype': 'wikibase-item'}]},
    'qualifiers-order': ['P3831'],
    'id': 'Q108542181$62aa25ee-4586-43d1-773d-f49bb229e091',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P1416',
     'hash': 'dc64b9334d33c63fea0f6486d83273d957d47285',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 317179,
       'id': 'Q317179'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'qualifiers': {'P3831': [{'snaktype': 'value',
       'property': 'P3831',
       'hash': 'f469b322088d727d39e7a252bb0a3e6f878dd816',
       'datavalue': {'value': {'entity-type': 'item',
         'numeric-id': 105906738,
         'id': 'Q105906738'},
        'type': 'wikibase-entityid'},
       'datatype': 'wikibase-item'}]},
    'qualifiers-order': ['P3831'],
    'id': 'Q108542181$2bdf2519-4637-61ee-744a-a0afd7b958d3',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}],
  'P571': [{'mainsnak': {'snaktype': 'value',
     'property': 'P571',
     'hash': 'cb43c63b3c507b5c10658a2e70d85588ee238194',
     'datavalue': {'value': {'time': '+2021-10-01T00:00:00Z',
       'timezone': 0,
       'before': 0,
       'after': 0,
       'precision': 11,
       'calendarmodel': 'http://www.wikidata.org/entity/Q1985727'},
      'type': 'time'},
     'datatype': 'time'},
    'type': 'statement',
    'id': 'Q108542181$91a86a28-4404-3aa0-4245-a428f11d88c6',
    'rank': 'normal'}],
  'P2652': [{'mainsnak': {'snaktype': 'value',
     'property': 'P2652',
     'hash': 'c02cd9a0bfc265e8d2a14255ccd776dca5a94a18',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 98380340,
       'id': 'Q98380340'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$a86881f9-4cb2-6c1f-34d9-087674f110d0',
    'rank': 'normal',
    'references': [{'hash': '7a89990c02e76c09463a650eba9e07d98a736930',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': '8e093b4a95a4991d8445dd0d984515f1770f1cd0',
         'datavalue': {'value': 'https://www.dfg.de/download/pdf/foerderung/programme/nfdi/absichtserklaerungen_2020/2020_nfdi_berdatnfdi.pdf',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P2652',
     'hash': '89a38aec79358bb7963cfa2ee53b5d44dc06cbc8',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 98231721,
       'id': 'Q98231721'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$e3e69314-45de-e54f-a405-a0e5134d8787',
    'rank': 'normal',
    'references': [{'hash': '7a89990c02e76c09463a650eba9e07d98a736930',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': '8e093b4a95a4991d8445dd0d984515f1770f1cd0',
         'datavalue': {'value': 'https://www.dfg.de/download/pdf/foerderung/programme/nfdi/absichtserklaerungen_2020/2020_nfdi_berdatnfdi.pdf',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P2652',
     'hash': '744c31924b2b133f6183202dc5ef8b0850bea4e1',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 108327788,
       'id': 'Q108327788'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$af2f3898-4b90-3b30-eb4a-68ff7b3580f3',
    'rank': 'normal',
    'references': [{'hash': '7a89990c02e76c09463a650eba9e07d98a736930',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': '8e093b4a95a4991d8445dd0d984515f1770f1cd0',
         'datavalue': {'value': 'https://www.dfg.de/download/pdf/foerderung/programme/nfdi/absichtserklaerungen_2020/2020_nfdi_berdatnfdi.pdf',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]},
   {'mainsnak': {'snaktype': 'value',
     'property': 'P2652',
     'hash': 'd54b81012296ae551c7f9293323a2cd23a2ba323',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 98271443,
       'id': 'Q98271443'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$3f828d43-4453-5af4-dffa-9101aedf2aab',
    'rank': 'normal',
    'references': [{'hash': '7a89990c02e76c09463a650eba9e07d98a736930',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': '8e093b4a95a4991d8445dd0d984515f1770f1cd0',
         'datavalue': {'value': 'https://www.dfg.de/download/pdf/foerderung/programme/nfdi/absichtserklaerungen_2020/2020_nfdi_berdatnfdi.pdf',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}],
  'P710': [{'mainsnak': {'snaktype': 'value',
     'property': 'P710',
     'hash': '695b6cc5d685486080a02935f737bec9296c39da',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 684415,
       'id': 'Q684415'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'id': 'Q108542181$7dd05db3-4a1c-d98b-ac56-61649b6271b8',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}],
  'P968': [{'mainsnak': {'snaktype': 'value',
     'property': 'P968',
     'hash': '57347ff91c64a0df9b4ffd291070b81bf63612a7',
     'datavalue': {'value': 'mailto:contact@berd-nfdi.de', 'type': 'string'},
     'datatype': 'url'},
    'type': 'statement',
    'id': 'Q108542181$50ca7ea1-46fd-3ed4-d56d-291758e245a0',
    'rank': 'normal',
    'references': [{'hash': '7e6edbd2b437c7640d251ff4f90ab2fc61e0c91b',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'd5036c4f5a86eb3f430cb56227ccb14b4d0f71be',
         'datavalue': {'value': 'https://www.berd-nfdi.de/press/',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}],
  'P488': [{'mainsnak': {'snaktype': 'value',
     'property': 'P488',
     'hash': '903866bf2432a8c7b5dcbe04ab2219d9a7989e5b',
     'datavalue': {'value': {'entity-type': 'item',
       'numeric-id': 108652977,
       'id': 'Q108652977'},
      'type': 'wikibase-entityid'},
     'datatype': 'wikibase-item'},
    'type': 'statement',
    'qualifiers': {'P580': [{'snaktype': 'value',
       'property': 'P580',
       'hash': '0de5a48a4e23baed5d21d0a57d663caf8c09674e',
       'datavalue': {'value': {'time': '+2021-10-01T00:00:00Z',
         'timezone': 0,
         'before': 0,
         'after': 0,
         'precision': 9,
         'calendarmodel': 'http://www.wikidata.org/entity/Q1985727'},
        'type': 'time'},
       'datatype': 'time'}]},
    'qualifiers-order': ['P580'],
    'id': 'Q108542181$8C24B035-55A6-4398-83A9-894D23617568',
    'rank': 'normal',
    'references': [{'hash': '17595c32cc607b720761cd3877e94e897f31ef52',
      'snaks': {'P854': [{'snaktype': 'value',
         'property': 'P854',
         'hash': 'dfffcbb005d81337c91cd4be6f21db39504b6f20',
         'datavalue': {'value': 'https://gepris.dfg.de/gepris/projekt/460037581',
          'type': 'string'},
         'datatype': 'url'}]},
      'snaks-order': ['P854']}]}]},
 'sitelinks': {}}