Difference between revisions of "M000.10 nl"
M000.10 nl
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
PREFIX ps: <http://external-wikibase-statbel-wikibase/prop/statement/> | PREFIX ps: <http://external-wikibase-statbel-wikibase/prop/statement/> | ||
PREFIX pq: <http://external-wikibase-statbel-wikibase/prop/qualifier/> | PREFIX pq: <http://external-wikibase-statbel-wikibase/prop/qualifier/> | ||
− | SELECT ?DatasetLabel ?TaalLabel ?JaarLabel ?NummerLabel ?GrootteLabel ? | + | SELECT ?DatasetLabel ?TaalLabel ?JaarLabel ?NummerLabel ?GrootteLabel ?Link ?OpmerkingLabel |
WHERE | WHERE | ||
{ | { | ||
Line 17: | Line 17: | ||
OPTIONAL {?Dataset wdt:P56 ?Opmerking .} | OPTIONAL {?Dataset wdt:P56 ?Opmerking .} | ||
OPTIONAL {?Dist wdt:P310 ?LinkNL . } | OPTIONAL {?Dist wdt:P310 ?LinkNL . } | ||
− | BIND(IRI(REPLACE(? | + | BIND(STRLEN(str(?LinkNL)) as ?Iets) . |
+ | BIND( SUBSTR(str( ?LinkNL), 1,?Iets-4 ) as ?IetsAnders) . | ||
+ | BIND( CONCAT( "<a target=", '"', "_blank ",'"', "href=",'"',?IetsAnders,".pdf",'"',">",?IetsAnders,".pdf </a>" ) as ?Samen) . | ||
+ | BIND(IRI(REPLACE(?Samen, '^(.+)$', ?Samen)) AS ?Link) . | ||
?Dist wdt:P308 ?Code . | ?Dist wdt:P308 ?Code . | ||
?Dist wdt:P307 ?Grootte . | ?Dist wdt:P307 ?Grootte . |
Revision as of 11:38, 13 April 2023
Naam | Taal | Jaar | Nummer | Grootte bestand | Link | Opmerking |
---|---|---|---|---|---|---|
NACE-BEL Alfabetische en numerieke index 2003 | Nederlands | 2003 | 1 | 1.37 MB | https://doc.statbel.fgov.be/publications/M000.10/M000.10N_NACE-BEL_alfa_2003.pdf | |
NACE-BEL Alfabetische en numerieke index 2003 | Frans | 2003 | 1 | 1.45 MB | https://doc.statbel.fgov.be/publications/M000.10/M000.10F_NACE-BEL_alpha_2003.pdf | |
17:31:19 11/22/2024 -- Refresh -- Duration of query :5.068s -- CSV |