Difference between revisions of "S510.A3 nl"
S510.A3 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 12:00, 13 April 2023
Naam | Taal | Jaar | Nummer | Grootte bestand | Link | Opmerking |
---|---|---|---|---|---|---|
Landbouwstreken | Nederlands | 1983 | 1 | 0.34 MB | https://doc.statbel.fgov.be/publications/S510.A3/S510.A3N_Landbouwstreken_1983.pdf | |
Landbouwstreken | Frans | 1983 | 1 | 1.60 MB | https://doc.statbel.fgov.be/publications/S510.A3/S510.A3F_Regions_agri_1983.pdf | |
Landbouwoppervlakte van de gemeenten op 15 mei 1994 | Nederlands | 1994 | 1 | 26.70 MB | https://doc.statbel.fgov.be/publications/S510.A3/S510.A3N_Landbouwopp_1994.pdf | |
Landbouwoppervlakte van de gemeenten op 15 mei 1994 | Frans | 1994 | 1 | 779.57 MB | https://doc.statbel.fgov.be/publications/S510.A3/S510.A3F_Superf_agri_1994.pdf | |
16:21:53 12/18/2024 -- Refresh -- Duration of query :5.059s -- CSV |