Portal: Difference between revisions
From MaRDI portal
Portal
No edit summary |
No edit summary |
||
Line 64: | Line 64: | ||
{| | {| | ||
|- | |- | ||
| | | Triples | ||
| {{#sparql: | | {{#sparql: | ||
#title: Number of triples in the MaRDI Knowledge Graph | #title: Number of triples in the MaRDI Knowledge Graph | ||
Line 71: | Line 71: | ||
}} | }} | ||
|- | |- | ||
| | | zbMATH Open articles | ||
| {{#sparql: | | {{#sparql: | ||
#title:Number of imported zbMATH entries | #title:Number of imported zbMATH entries | ||
Line 77: | Line 77: | ||
SELECT (COUNT(*) as ?Triples) | SELECT (COUNT(*) as ?Triples) | ||
WHERE { ?item wdt:P225 ?zblno} |templateBare=tableCell | WHERE { ?item wdt:P225 ?zblno} |templateBare=tableCell | ||
}} | |||
|- | |||
|cran Packages | |||
| {{#sparql: | |||
#title:Number of imported zbMATH entries | |||
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> | |||
SELECT (COUNT(*) as ?Triples) | |||
WHERE { ?item wdt:P229 ?zblno} |templateBare=tableCell | |||
}} | |||
|- | |||
|PolyDB | |||
| {{#sparql: | |||
#title:Number of imported zbMATH entries | |||
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> | |||
SELECT (COUNT(*) as ?Triples) | |||
WHERE { ?item wdt:P21 ?zblno} |templateBare=tableCell | |||
}} | }} | ||
|} | |} |
Revision as of 11:01, 16 June 2023
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):
Statistics
Triples | Sorry, the SPARQL server sent an error. (see details with parameter log=2) |
zbMATH Open articles | Sorry, the SPARQL server sent an error. (see details with parameter log=2) |
cran Packages | Sorry, the SPARQL server sent an error. (see details with parameter log=2) |
PolyDB | Sorry, the SPARQL server sent an error. (see details with parameter log=2) |