@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

oa:record_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048
  a a2a:Record ;
  rdfs:label "Geboorte op 11 januari 1908 te Schoonhoven" ;
  a2a:hasPerson oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person-2d173f58-64a2-ff71-1bec-18a5c68fe864, oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person-44e50184-89a5-9d94-789e-cb3094073bd6, oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person-81fea352-f927-a1a6-3ee6-aef192802e8c ;
  a2a:hasEvent oa:event_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_0, oa:relationep_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_1, oa:relationep_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_2 ;
  a2a:hasSource oa:source_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048 .

oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person-2d173f58-64a2-ff71-1bec-18a5c68fe864
  a a2a:Person ;
  rdfs:label "Klazina Trijntje van den Oever" ;
  a2a:PersonName [
    rdfs:label "Klazina Trijntje van den Oever" ;
    a2a:PersonNameFirstName "Klazina Trijntje" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Oever"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1908-01-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schoonhoven" ;
    a2a:DescriptiveLocationIndicator "B 376d" ;
    rdfs:label "Schoonhoven, B 376d"
  ] .

oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person-44e50184-89a5-9d94-789e-cb3094073bd6
  a a2a:Person ;
  rdfs:label "Dirk Adrianus van den Oever" ;
  owl:sameAs oa:person_smh_9fc5f1c8-3a1a-2c6e-e198-40871536e8a0_Person-a20a93ee-db5f-02ee-f52c-e275ef081167, oa:person_srt_0E291372-543C-4EA6-B0C7-EBAA6368903D_Person1906437786 ;
  a2a:PersonName [
    rdfs:label "Dirk Adrianus van den Oever" ;
    a2a:PersonNameFirstName "Dirk Adrianus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Oever"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "metselaar" .

oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person-81fea352-f927-a1a6-3ee6-aef192802e8c
  a a2a:Person ;
  rdfs:label "Antje de Vogel" ;
  owl:sameAs oa:person_smh_9fc5f1c8-3a1a-2c6e-e198-40871536e8a0_Person-78cf569d-5c70-15f5-9d3d-bd2807591d39, oa:person_srt_0E291372-543C-4EA6-B0C7-EBAA6368903D_Person1906437789 ;
  a2a:PersonName [
    rdfs:label "Antje de Vogel" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vogel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1908-01-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schoonhoven" ;
    rdfs:label "Schoonhoven"
  ] .

oa:relationep_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person:2d173f58-64a2-ff71-1bec-18a5c68fe864 ;
  a2a:EventKeyRef oa:event_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Event1 .

oa:relationep_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person:44e50184-89a5-9d94-789e-cb3094073bd6 ;
  a2a:EventKeyRef oa:event_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Event1 .

oa:relationep_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Person:81fea352-f927-a1a6-3ee6-aef192802e8c ;
  a2a:EventKeyRef oa:event_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048_Event1 .

oa:source_smh_b51006df-fa8b-8f67-eaa9-7ed5f65e9048
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schoonhoven" ;
    rdfs:label "Schoonhoven", "1908-01-13 - 1908-01-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-01-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-01-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1908" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1908-01-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 11, Periode: 1903-1912" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "11" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 11, Periode: 1903-1912, BS Geboorteregister, 3, 11"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/7c524152-3bae-e9ae-0ed7-177ebe83bddc.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/b51006df-fa8b-8f67-eaa9-7ed5f65e9048" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/7c524152-3bae-e9ae-0ed7-177ebe83bddc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/b51006df-fa8b-8f67-eaa9-7ed5f65e9048" ;
  a2a:RecordGUID "{b51006df-fa8b-8f67-eaa9-7ed5f65e9048}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "11" ;
  a2a:SourceRemarkregister_periode "1903-1912" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260702_4_00000004.xml van SMH" .

