MaRDI4NFDI / portal-compose

docker-composer repo for mardi
https://portal.mardi4nfdi.de
GNU General Public License v3.0
3 stars 1 forks source link

Tag all publications with MaRDI profile type #509

Closed eloiferrer closed 3 months ago

eloiferrer commented 3 months ago

Issue description: So far we have only tagged the items that have a zbMATH DE number.

This does not include publications that are imported from Crossref. To tag those I suggest to tag all the items that are an 'instance of':

In other words, we consider a publication to be any item that is an instance of one of the entities listed above.

TODOS:

Acceptance-Criteria

Checklist for this issue:

eloiferrer commented 3 months ago

To find scholarly articles with no MaRDI profile statement: SELECT ?item WHERE { ?item wdt:P31 wd:Q56887. FILTER NOT EXISTS { ?item wdt:P1460 wd:Q5976449. } }