@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_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7
  a a2a:Record ;
  rdfs:label "BS Geboorte op 7 juli 1894 te Rijnsburg" ;
  a2a:hasPerson oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person-a6db4dfc-47be-06fc-5d8c-325883d3bbc5, oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person-49b1fc3c-6632-f869-9781-fc76190e8bdc, oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person-99028d9b-4d92-0184-81c7-6320075ea5cf ;
  a2a:hasEvent oa:event_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_0, oa:relationep_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_1, oa:relationep_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_2 ;
  a2a:hasSource oa:source_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7 .

oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person-a6db4dfc-47be-06fc-5d8c-325883d3bbc5
  a a2a:Person ;
  rdfs:label "Agatha Cornelia Hogewoning" ;
  a2a:PersonName [
    rdfs:label "Agatha Cornelia Hogewoning" ;
    a2a:PersonNameFirstName "Agatha Cornelia" ;
    a2a:PersonNameLastName "Hogewoning"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1894-07-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] .

oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person-49b1fc3c-6632-f869-9781-fc76190e8bdc
  a a2a:Person ;
  rdfs:label "Hendrik Hogewoning" ;
  a2a:PersonName [
    rdfs:label "Hendrik Hogewoning" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Hogewoning"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "kastelein" .

oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person-99028d9b-4d92-0184-81c7-6320075ea5cf
  a a2a:Person ;
  rdfs:label "Mietje Uittenbogaard" ;
  a2a:PersonName [
    rdfs:label "Mietje Uittenbogaard" ;
    a2a:PersonNameFirstName "Mietje" ;
    a2a:PersonNameLastName "Uittenbogaard"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1894-07-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] .

oa:relationep_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person:a6db4dfc-47be-06fc-5d8c-325883d3bbc5 ;
  a2a:EventKeyRef oa:event_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Event1 .

oa:relationep_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person:49b1fc3c-6632-f869-9781-fc76190e8bdc ;
  a2a:EventKeyRef oa:event_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Event1 .

oa:relationep_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Person:99028d9b-4d92-0184-81c7-6320075ea5cf ;
  a2a:EventKeyRef oa:event_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7_Event1 .

oa:source_elo_ecf6109f-5b1c-1acf-6528-e4b3fcc304e7
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg", "1893-01-01 - 1902-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg, Deel: 2834, Periode: 1893-1902" ;
    a2a:Book "Geboorteregister van Rijnsburg, 1893-1902." ;
    a2a:DocumentNumber "36" ;
    a2a:RegistryNumber "2834" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg, Deel: 2834, Periode: 1893-1902, Geboorteregister van Rijnsburg, 1893-1902., 36, 2834"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/ecf6109f-5b1c-1acf-6528-e4b3fcc304e7/iiif/3/1224593/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/ecf6109f-5b1c-1acf-6528-e4b3fcc304e7" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/ecf6109f-5b1c-1acf-6528-e4b3fcc304e7/iiif/3/1224593/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/ecf6109f-5b1c-1acf-6528-e4b3fcc304e7" ;
  a2a:RecordGUID "{ecf6109f-5b1c-1acf-6528-e4b3fcc304e7}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1894<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0700/file/2834\">Inventarisnummer 2834 van archiefnummer 0700 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg" ;
  a2a:SourceRemarkdeel "2834" ;
  a2a:SourceRemarkregister_periode "1893-1902" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_28548_00028548.xml van ELO" .

