@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_3c8afa68-19e7-4287-a117-e1a3b2835c6e
  a a2a:Record ;
  rdfs:label "BS Geboorte op 4 maart 1912" ;
  a2a:hasPerson oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-b7bd2e40-6598-4a6e-a652-42c6537f6a71, oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-6ca53c66-9501-4dcb-a667-b5918cb08f0c, oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-6d7067dd-0c2c-4d44-b90c-c289bf4995fd, oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-57b51bc4-9ed3-481e-92fa-10e48a2b3a42, oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-7fa736e6-ac9b-4304-885d-327ffc7b2978 ;
  a2a:hasEvent oa:event_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_0, oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_1, oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_2, oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_3, oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_4 ;
  a2a:hasSource oa:source_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e .

oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-b7bd2e40-6598-4a6e-a652-42c6537f6a71
  a a2a:Person ;
  rdfs:label "Maria Jacoba Volwater" ;
  a2a:PersonName [
    rdfs:label "Maria Jacoba Volwater" ;
    a2a:PersonNameFirstName "Maria Jacoba" ;
    a2a:PersonNameLastName "Volwater"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1912-03-04"^^xsd:date
  ] .

oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-6ca53c66-9501-4dcb-a667-b5918cb08f0c
  a a2a:Person ;
  rdfs:label "Petrus Volwater" ;
  a2a:PersonName [
    rdfs:label "Petrus Volwater" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Volwater"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37 jaar" ;
    rdfs:label "37 jaar"
  ] ;
  a2a:Profession "tuinder" .

oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-6d7067dd-0c2c-4d44-b90c-c289bf4995fd
  a a2a:Person ;
  rdfs:label "Helena Maria Deters" ;
  a2a:PersonName [
    rdfs:label "Helena Maria Deters" ;
    a2a:PersonNameFirstName "Helena Maria" ;
    a2a:PersonNameLastName "Deters"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder beroep" .

oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-57b51bc4-9ed3-481e-92fa-10e48a2b3a42
  a a2a:Person ;
  rdfs:label "Simon van Ruiten" ;
  a2a:PersonName [
    rdfs:label "Simon van Ruiten" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ruiten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:Profession "schipper" .

oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person-7fa736e6-ac9b-4304-885d-327ffc7b2978
  a a2a:Person ;
  rdfs:label "Jacobus Volwater" ;
  a2a:PersonName [
    rdfs:label "Jacobus Volwater" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Volwater"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43 jaar" ;
    rdfs:label "43 jaar"
  ] ;
  a2a:Profession "tuinder" .

oa:event_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1912-03-04"^^xsd:date
  ] .

oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person:b7bd2e40-6598-4a6e-a652-42c6537f6a71 ;
  a2a:EventKeyRef oa:event_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Event1 .

oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person:6ca53c66-9501-4dcb-a667-b5918cb08f0c ;
  a2a:EventKeyRef oa:event_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Event1 .

oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person:6d7067dd-0c2c-4d44-b90c-c289bf4995fd ;
  a2a:EventKeyRef oa:event_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Event1 .

oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person:57b51bc4-9ed3-481e-92fa-10e48a2b3a42 ;
  a2a:EventKeyRef oa:event_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Event1 .

oa:relationep_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Person:7fa736e6-ac9b-4304-885d-327ffc7b2978 ;
  a2a:EventKeyRef oa:event_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e_Event1 .

oa:source_elo_3c8afa68-19e7-4287-a117-e1a3b2835c6e
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Alkemade" ;
    rdfs:label "Alkemade", "1903-01-01 - 1912-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand van Alkemade, Deel: 96, Periode: 1903-1912" ;
    a2a:Book "Geboorteregister van Alkemade, 1903 - 1912." ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "96" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Ambtenaar van de Burgerlijke Stand van Alkemade, Deel: 96, Periode: 1903-1912, Geboorteregister van Alkemade, 1903 - 1912., 29, 96"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/7911d94f-5eaa-487d-bae5-d97c44e93c9c/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/3c8afa68-19e7-4287-a117-e1a3b2835c6e" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/7911d94f-5eaa-487d-bae5-d97c44e93c9c/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/3c8afa68-19e7-4287-a117-e1a3b2835c6e" ;
  a2a:RecordGUID "{3c8afa68-19e7-4287-a117-e1a3b2835c6e}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1912<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/170.1.18/file/96\">Inventarisnummer 96 van archiefnummer 170.1.18 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand van Alkemade" ;
  a2a:SourceRemarkdeel "96" ;
  a2a:SourceRemarkregister_periode "1903-1912" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_6793_00006793.xml van ELO" .

