Translations:Antwerpen/7/de: Difference between revisions
A Lyapounov (talk | contribs) (Created page with "<div class="table-container"> {{#sparql: SELECT DISTINCT ?OrtLabel ?Nachname ?Vorname (CONCAT("<a href='", STR(?person), "' target='_blank'>", REPLACE(STR(?person), " https://data.arch.be/entity/" , ""), "</a>") AS ?PersonID) (CONCAT(SUBSTR(STR(?Geburtsdatum), 1, 4), "-", SUBSTR(STR(?Geburtsdatum), 6, 2), "-", SUBSTR(STR(?Geburtsdatum), 9, 2)) AS ?Geburtsdatum) ?ArchivsammlungLabel ?Inventarnummer WHERE { ?person wdt:P7 ?Ort . ?Ort wdt:P14* wd: Q49 . #...") |
A Lyapounov (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
WHERE { | WHERE { | ||
?person wdt:P7 ?Ort . | ?person wdt:P7 ?Ort . | ||
?Ort wdt:P14* wd: | ?Ort wdt:P14* wd:Q49 . # Province of Antwerp | ||
Q49 . # Province of Antwerp | |||
OPTIONAL { ?person wdt:P2 ?Vorname } | OPTIONAL { ?person wdt:P2 ?Vorname } | ||
OPTIONAL { ?person wdt:P3 ?Nachname } | OPTIONAL { ?person wdt:P3 ?Nachname } |
Revision as of 09:43, 17 October 2024
{{#sparql: SELECT DISTINCT ?OrtLabel ?Nachname ?Vorname (CONCAT("<a href='", STR(?person), "' target='_blank'>", REPLACE(STR(?person), " https://data.arch.be/entity/" , ""), "</a>") AS ?PersonID)
(CONCAT(SUBSTR(STR(?Geburtsdatum), 1, 4), "-", SUBSTR(STR(?Geburtsdatum), 6, 2), "-", SUBSTR(STR(?Geburtsdatum), 9, 2)) AS ?Geburtsdatum) ?ArchivsammlungLabel ?Inventarnummer
WHERE {
?person wdt:P7 ?Ort . ?Ort wdt:P14* wd:Q49 . # Province of Antwerp OPTIONAL { ?person wdt:P2 ?Vorname } OPTIONAL { ?person wdt:P3 ?Nachname } OPTIONAL { ?person wdt:P67 ?Geburtsdatum } # Link to collections and inventory number ?person p:P34 ?ArchivsammlungDeclaration . ?ArchivsammlungDeclaration ps:P34 ?Archivsammlung . ?ArchivsammlungDeclaration pq:P35 ?Inventarnummer .