@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_elo_34032adb-01af-560a-e596-d7b987b2d3cd
  a a2a:Record ;
  rdfs:label "BS Geboorte op 1 mei 1911 te Leiden" ;
  a2a:hasPerson oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person-c2058972-5b4e-1e06-a063-684c1fff2555, oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person-1477d818-32ff-1358-3dcc-c5664d02556d, oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person-3be17fd1-d29e-7d87-3f95-88c648149eaa ;
  a2a:hasEvent oa:event_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_34032adb-01af-560a-e596-d7b987b2d3cd_0, oa:relationep_elo_34032adb-01af-560a-e596-d7b987b2d3cd_1, oa:relationep_elo_34032adb-01af-560a-e596-d7b987b2d3cd_2 ;
  a2a:hasSource oa:source_elo_34032adb-01af-560a-e596-d7b987b2d3cd .

oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person-c2058972-5b4e-1e06-a063-684c1fff2555
  a a2a:Person ;
  rdfs:label "Theodorus Swaak" ;
  a2a:PersonName [
    rdfs:label "Theodorus Swaak" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Swaak"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1911-05-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person-1477d818-32ff-1358-3dcc-c5664d02556d
  a a2a:Person ;
  rdfs:label "Willem Swaak" ;
  a2a:PersonName [
    rdfs:label "Willem Swaak" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Swaak"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] ;
  a2a:Profession "koperslager" .

oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person-3be17fd1-d29e-7d87-3f95-88c648149eaa
  a a2a:Person ;
  rdfs:label "Dorathea Petronella van der Reijden" ;
  a2a:PersonName [
    rdfs:label "Dorathea Petronella van der Reijden" ;
    a2a:PersonNameFirstName "Dorathea Petronella" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Reijden"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1911-05-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_34032adb-01af-560a-e596-d7b987b2d3cd_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person:c2058972-5b4e-1e06-a063-684c1fff2555 ;
  a2a:EventKeyRef oa:event_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Event1 .

oa:relationep_elo_34032adb-01af-560a-e596-d7b987b2d3cd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person:1477d818-32ff-1358-3dcc-c5664d02556d ;
  a2a:EventKeyRef oa:event_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Event1 .

oa:relationep_elo_34032adb-01af-560a-e596-d7b987b2d3cd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Person:3be17fd1-d29e-7d87-3f95-88c648149eaa ;
  a2a:EventKeyRef oa:event_elo_34032adb-01af-560a-e596-d7b987b2d3cd_Event1 .

oa:source_elo_34032adb-01af-560a-e596-d7b987b2d3cd
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1911-01-01 - 1911-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Stadsarchief van Leiden (SA III) (1816-1929), Deel: 4777" ;
    a2a:Book "Geboorteregister van Leiden (gesplitst), 1911." ;
    a2a:DocumentNumber "592" ;
    a2a:RegistryNumber "4777" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Stadsarchief van Leiden (SA III) (1816-1929), Deel: 4777, Geboorteregister van Leiden (gesplitst), 1911., 592, 4777"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/34032adb-01af-560a-e596-d7b987b2d3cd/iiif/3/1109776/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/34032adb-01af-560a-e596-d7b987b2d3cd" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/34032adb-01af-560a-e596-d7b987b2d3cd/iiif/3/1109776/full/!250,250/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/34032adb-01af-560a-e596-d7b987b2d3cd" ;
  a2a:RecordGUID "{34032adb-01af-560a-e596-d7b987b2d3cd}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1911<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0516/file/4777\">Inventarisnummer 4777 van archiefnummer 0516 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Stadsarchief van Leiden (SA III) (1816-1929)" ;
  a2a:SourceRemarkdeel "4777" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_8360_00008360.xml van ELO" .

