Translations:Foreign/11/nl: Difference between revisions

From Resistance in Belgium
No edit summary
No edit summary
 
Line 1: Line 1:
OPTIONAL { ?person wdt:P2 ?Voornaam }   
OPTIONAL { ?person wdt:P2 ?Voornaam }   
OPTIONAL { ?person wdt:P3 ?Achternaam }   
OPTIONAL { ?person wdt:P3 ?Achternaam }   
OPTIONAL { ?person wdt:P67 ?Geboortedatum }   
OPTIONAL { ?person wdt:P67 ?birthDate }   
    
    
# Koppel aan collecties en inventarisnummer
# Koppel aan collecties en inventarisnummer

Latest revision as of 22:05, 14 October 2024

Message definition (Foreign)
OPTIONAL { ?person wdt:P2 ?FirstName }  
  OPTIONAL { ?person wdt:P3 ?LastName }  
  OPTIONAL { ?person wdt:P67 ?birthDate }  
  
 # Link to collections and inventory number
  ?person p:P34 ?ArchiveDeclaration . 
  ?ArchiveDeclaration ps:P34 ?ArchiveCollection . 
  ?ArchiveDeclaration pq:P35 ?InventoryNumber .

OPTIONAL { ?person wdt:P2 ?Voornaam } OPTIONAL { ?person wdt:P3 ?Achternaam } OPTIONAL { ?person wdt:P67 ?birthDate }

  1. Koppel aan collecties en inventarisnummer

?person p:P34 ?ArchiefVerklaring . ?ArchiefVerklaring ps:P34 ?Archief . ?ArchiefVerklaring pq:P35 ?Inventarisnummer .