Deprecated: $wgMWOAuthSharedUserIDs=false is deprecated, set $wgMWOAuthSharedUserIDs=true, $wgMWOAuthSharedUserSource='local' instead [Called from MediaWiki\HookContainer\HookContainer::run in /var/www/html/w/includes/HookContainer/HookContainer.php at line 135] in /var/www/html/w/includes/Debug/MWDebug.php on line 372
Project:SPARQL - MaRDI portal

Project:SPARQL

From MaRDI portal

This page is a repository of sparql queries that should work efficiently

All items with de number that do not have an arxiv id and do not contain a substring in the description

SELECT ?item ?desc ?denr WHERE {
  ?item wdt:P1451 ?denr . 
 
  ?item schema:description ?desc .
  FILTER(!CONTAINS(?desc, "zbMATH")) .

  OPTIONAL { ?item wdt:P21 ?tmp . }
  FILTER(!BOUND(?tmp))
}