@@ -37,33 +37,29 @@ terms_findability_richness = ['Title',
3737 ' Format' ,
3838 ' Identifier' ,
3939 ' Language' ]
40+
4041[gbif]
4142# (meta)data terms to find the resource identifier
42- identifier_term = [[' alternateIdentifier ' ,' ' ]]
43- identifier_term_data = [[' alternateIdentifier ' ,' ' ]]
43+ identifier_term = [[' dataset ' ,' alternateIdentifier ' ]]
44+ identifier_term_data = [[' dataset ' ,' alternateIdentifier ' ]]
4445
4546# Metadata terms to check richness (generic). These terms should be included [term, qualifier]. None means no qualifier
46- terms_quali_generic = [[' contributor' ,None],
47- [' date' , None],
48- [' description' , None],
49- [' identifier' , None],
50- [' publisher' , None],
51- [' rights' , None],
52- [' title' , None],
53- [' subject' , None]]
47+ terms_quali_generic = [[' dataset.creator' , ' givenName' ],
48+ [' dataset.creator' , ' surName' ],
49+ [' dataset' , ' pubDate' ],
50+ [' dataset.abstract' , ' para' ],
51+ [' dataset.intellectualRights.para.ulink' , ' citetitle' ],
52+ [' dataset' , ' title' ],
53+ [' dataset.keywordSet' , ' keyword' ]]
5454
5555# Metadata terms to check richness (disciplinar). These terms should be included [term, qualifier]
56- terms_quali_disciplinar = [[' contributor' , None],
57- [' date' , None],
58- [' description' , None],
59- [' identifier' , None],
60- [' publisher' , None],
61- [' rights' , None],
62- [' title' , None],
63- [' subject' , None]]
56+ terms_quali_disciplinar = [[' dataset.coverage.geographicCoverage' , ' geographicDescription' ],
57+ [' dataset.coverage.temporalCoverage.rangeOfDates.beginDate' , ' calendarDate' ],
58+ [' dataset.coverage.temporalCoverage.rangeOfDates.endDate' , ' calendarDate' ],
59+ [' dataset.coverage.taxonomicCoverage.taxonomicClassification' , ' taxonRankValue' ]]
6460
6561# Metadata terms that defines accessibility (case sensitive)
66- terms_access = [[' access ' , ' ' ], [ ' rights ' , ' ' ]]
62+ terms_access = [[' dataset.intellectualRights.para.ulink ' , ' citetitle ' ]]
6763
6864# Metadata terms to check discoverability richness.
6965#
@@ -84,37 +80,37 @@ terms_access = [['access', ''], ['rights', '']]
8480# Format File format availableFormats
8581# Identifier Data Unique ID DOI
8682# Language NA NA
87- terms_findability_richness = [[' title' ,' ' ],
88- [' keywords' ,' ' ],
89- [' description' ,' ' ],
90- [' type' ,' relatedDataProducts' ],
91- [' paths' , ' spatial' ],
92- [' temporalCoverage' ,' relatedDataProducts' ],
93- [' dataProvider' ,' relatedDataProducts' ],
94- [' license' ,' ' ],
95- [' availableFormats' ,' ' ],
96- [' identifiers' ,' relatedDataProducts' ]]
83+ terms_findability_richness = [[' dataset' , ' title' ]],
84+ [' dataset.keywordSet' , ' keyword' ],
85+ [' dataset.abstract' , ' para' ],
86+ [' dataset.coverage.geographicCoverage' , ' geographicDescription' ],
87+ [' dataset.coverage.temporalCoverage.rangeOfDates.beginDate' , ' calendarDate' ],
88+ [' dataset.coverage.temporalCoverage.rangeOfDates.endDate' , ' calendarDate' ],
89+ [' dataset.intellectualRights.para.ulink' , ' citetitle' ],
90+ [' dataset' ,' alternateIdentifier' ]]
9791
9892# Metadata terms to check reusability richness
99- terms_reusability_richness = [[' rigths' ,' ' ],
100- [' license' ,' ' ]]
101-
93+ terms_reusability_richness = [[' dataset' ,' alternateIdentifier' ],
94+ [' additionalMetadata.metadata.gbif' , ' hierarchyLevel' ]]
10295
10396
10497# Metadata terms wich includes controlled vocabularies. More controlled vocabularies can be imlpemented in plugins
105- terms_cv = [[' coverage ' , ' spatial ' ], [ ' subject ' , ' lcsh ' ]]
98+ terms_cv = [[' dataset.creator ' , ' userId ' ]]
10699
107100# List of data formats that are standard for the community
108101supported_data_formats = [" .txt" , " .pdf" , " .csv" , " .nc" , " .doc" , " .xls" , " .zip" , " .rar" , " .tar" , " .png" , " .jpg" ]
109102
110103# Metadata terms that defines links or relation with authors, contributors (preferebly in ORCID format)
111- terms_qualified_references = [[' contributor' , None]]
104+ terms_qualified_references = [[' dataset.creator' , ' userId' ],
105+ [' dataset.contact' , ' userId' ],
106+ [' dataset.project.personnel' , ' userId' ],
107+ [' dataset.metadataProvider' , ' userId' ]]
112108
113109# Metadata terms that defines links or relation with other resources, (preferebly in ORCID format, URIs or persistent identifiers)
114- terms_relations = [[' relation ' , None ]]
110+ terms_relations = [[' dataset.creator ' , ' userId ' ]]
115111
116112# Metadata terms that defines the license type
117- terms_license = [[' rights ' , ' ' ]]
113+ terms_license = [[' dataset.intellectualRights.para.ulink ' , ' citetitle ' ]]
118114
119115# Metadata terms that defines metadata about provenance
120116terms_provenance =[[' curationAndProvenanceObligations' ,' ' ]]
@@ -123,7 +119,7 @@ terms_provenance =[['curationAndProvenanceObligations','']]
123119terms_access_protocols =[' http' ,' https' ,' ftp' ]
124120
125121# Manual metadata access
126- metadata_access_manual = [' https://github.com/epos-eu/Hands-On-EPOS-API ' ]
122+ metadata_access_manual = [' https://techdocs.gbif.org/en/openapi/ ' ]
127123
128124# Manual data access
129125data_access_manual = [' https://techdocs.gbif.org/en/openapi/' ]
@@ -153,9 +149,9 @@ terms_vocabularies=[['identifiers','relatedDataProducts'],
153149 [' license' ,' ' ],
154150 [' contactPoints' ,' relatedDataProducts' ]]
155151
156- 157- api_user = ma8
158- api_pass = safdsaRY
152+ api_mail =
153+ api_user =
154+ api_pass =
159155
160156
161157[fairsharing]
0 commit comments