@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_raa_851f5704-503e-e937-64f8-e26e7c95fdae
  a a2a:Record ;
  rdfs:label "Geboorte op 18 november 1921 te Alkmaar" ;
  a2a:hasPerson oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person-2453f66b-faf8-f47b-54f1-d1b46a1e5702, oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person-26a45563-8bc0-ff55-3083-c442815982f5, oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person-420448da-99a3-056b-c92f-58af82971b5b ;
  a2a:hasEvent oa:event_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_851f5704-503e-e937-64f8-e26e7c95fdae_0, oa:relationep_raa_851f5704-503e-e937-64f8-e26e7c95fdae_1, oa:relationep_raa_851f5704-503e-e937-64f8-e26e7c95fdae_2 ;
  a2a:hasSource oa:source_raa_851f5704-503e-e937-64f8-e26e7c95fdae .

oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person-2453f66b-faf8-f47b-54f1-d1b46a1e5702
  a a2a:Person ;
  rdfs:label "Alida Maria Pot" ;
  a2a:PersonName [
    rdfs:label "Alida Maria Pot" ;
    a2a:PersonNameFirstName "Alida Maria" ;
    a2a:PersonNameLastName "Pot"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1921" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1921-11-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person-26a45563-8bc0-ff55-3083-c442815982f5
  a a2a:Person ;
  rdfs:label "Joannes Jacobus Pot" ;
  a2a:PersonName [
    rdfs:label "Joannes Jacobus Pot" ;
    a2a:PersonNameFirstName "Joannes Jacobus" ;
    a2a:PersonNameLastName "Pot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person-420448da-99a3-056b-c92f-58af82971b5b
  a a2a:Person ;
  rdfs:label "Maria Molenaar" ;
  a2a:PersonName [
    rdfs:label "Maria Molenaar" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Molenaar"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1921" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1921-11-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:relationep_raa_851f5704-503e-e937-64f8-e26e7c95fdae_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person:2453f66b-faf8-f47b-54f1-d1b46a1e5702 ;
  a2a:EventKeyRef oa:event_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Event1 .

oa:relationep_raa_851f5704-503e-e937-64f8-e26e7c95fdae_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person:26a45563-8bc0-ff55-3083-c442815982f5 ;
  a2a:EventKeyRef oa:event_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Event1 .

oa:relationep_raa_851f5704-503e-e937-64f8-e26e7c95fdae_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Person:420448da-99a3-056b-c92f-58af82971b5b ;
  a2a:EventKeyRef oa:event_raa_851f5704-503e-e937-64f8-e26e7c95fdae_Event1 .

oa:source_raa_851f5704-503e-e937-64f8-e26e7c95fdae
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar", "1921-11-18 - 1921-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1921" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1921-11-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Alkmaar, Bron: Geboorteregister, Deel: 34, Periode: 1921-1922" ;
    a2a:Book "Geboorteregister" ;
    a2a:DocumentNumber "1921/0502" ;
    a2a:RegistryNumber "34" ;
    a2a:Folio "1921/0126" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Burgerlijke Stand Alkmaar, Bron: Geboorteregister, Deel: 34, Periode: 1921-1922, Geboorteregister, 1921/0502, 34, 1921/0126"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/raa/thumb/640x480/db6737ac-30be-f7f6-553a-6c57bbf063c2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/raa/thumb/250x250/db6737ac-30be-f7f6-553a-6c57bbf063c2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/851f5704-503e-e937-64f8-e26e7c95fdae" ;
  a2a:RecordGUID "{851f5704-503e-e937-64f8-e26e7c95fdae}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_85_00000085.xml van RAA" .

