Project:DMV-Talk: Difference between revisions
From MaRDI portal
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
WHERE { | WHERE { | ||
?item wdt:P229 ?name | ?item wdt:P229 ?name | ||
} | |||
}} | |||
Formulae from the DLMF{{SPARQL|query= | Formulae from the DLMF{{SPARQL|query= | ||
Line 24: | Line 25: | ||
} | } | ||
Limit 10 | Limit 10 | ||
}}People with 3 papers | }} | ||
People with 3 papers |
Revision as of 13:12, 24 September 2023
CRAN Packages
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/>
SELECT ?item ?name
WHERE {
?item wdt:P229 ?name
}
Formulae from the DLMF
PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/>
PREFIX wd: <https://portal.mardi4nfdi.de/entity/>
SELECT (?dep2nd as ?qId) ?dlmfid ?definesLabel ?formula
WHERE {
?item wdt:P4 wd:Q1818 .
?item wdt:P3 ?defines .
?dep2nd wdt:P4 ?defines
FILTER( NOT EXISTS { ?dep2nd wdt:P4 wd:1818.})
OPTIONAL{?dep2nd wdt:P2 ?dlmfid .}
OPTIONAL{?dep2nd wdt:P14 ?formula .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Limit 10
People with 3 papers