Portal
Portal
MaRDI Portal is a FAIR gateway to find and access mathematical research data
Welcome to the MaRDI Portal of the NFDI. This page is still in an early stage of development.
Example queries
- DLMF formulae
- swMATH software
- Examples through our Scholia extension:
Under development
- Upcoming data sources: zbMATH Open
- Upcoming features (MaRDI roadmap):
| Triples | {{#sparql:
SELECT (COUNT(*) as ?Triples) WHERE { ?s ?p ?o } |templateBare=tableCell }} |
| zbMATH Open articles | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P225 ?zblno} |templateBare=tableCell }} |
| humans | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> PREFIX wd: <https://portal.mardi4nfdi.de/entity/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P31 wd:Q57162} |templateBare=tableCell }} |
| zbMATH authors | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P676 ?zblau} |templateBare=tableCell }} |
| swMATH | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P13 ?swmathID} |templateBare=tableCell }} |
| Wikidata items | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P12 ?wikidataQID} |templateBare=tableCell }} |
| CRAN Packages | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P229 ?zblno} |templateBare=tableCell }} |
| DLMF | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P2 ?zblno} |templateBare=tableCell }} |
| arXiv | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P21 ?zblno} |templateBare=tableCell }} |
| PolyDB | {{#sparql:
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> SELECT (COUNT(*) as ?Triples) WHERE { ?item wdt:P1437 ?zblno} |templateBare=tableCell }}
|