Difference between revisions of "S341.A1 nl"
S341.A1 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:54, 13 April 2023
Naam | Taal | Jaar | Nummer | Grootte bestand | Link | Opmerking |
---|---|---|---|---|---|---|
Tijdbestedingonderzoek 1999a | Nederlands | 1999 | a | 5.60 MB | https://doc.statbel.fgov.be/publications/S341.A1/S341.A1N_tijdsbest_1999_a.pdf | |
Tijdbestedingonderzoek 1999a | Frans | 1999 | a | 5.50 MB | https://doc.statbel.fgov.be/publications/S341.A1/S341.A1F_emploi_temps_1999_a.pdf | |
Tijdbestedingonderzoek 1999b | Nederlands | 1999 | b | 6.03 MB | https://doc.statbel.fgov.be/publications/S341.A1/S341.A1N_tijdsbest_1999_b.pdf | |
Tijdbestedingonderzoek 1999b | Frans | 1999 | b | 6.15 MB | https://doc.statbel.fgov.be/publications/S341.A1/S341.A1F_emploi_temps_1999_b.pdf | |
07:23:35 11/19/2024 -- Refresh -- Duration of query :5.065s -- CSV |