@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_smh_0968d277-b4c5-e083-e761-552ddba619ec
  a a2a:Record ;
  rdfs:label "Geboorte op 8 juli 1872" ;
  a2a:hasPerson oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person-09882ced-67d8-ed96-3cd6-a1603a292475, oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person-5319f992-24f6-ff65-50e5-dd486c0b723a, oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person-edcba8bb-7624-17db-1566-ce6b6d508ce5 ;
  a2a:hasEvent oa:event_smh_0968d277-b4c5-e083-e761-552ddba619ec_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_0968d277-b4c5-e083-e761-552ddba619ec_0, oa:relationep_smh_0968d277-b4c5-e083-e761-552ddba619ec_1, oa:relationep_smh_0968d277-b4c5-e083-e761-552ddba619ec_2 ;
  a2a:hasSource oa:source_smh_0968d277-b4c5-e083-e761-552ddba619ec .

oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person-09882ced-67d8-ed96-3cd6-a1603a292475
  a a2a:Person ;
  rdfs:label "Pieter Verhoeve" ;
  a2a:PersonName [
    rdfs:label "Pieter Verhoeve" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Verhoeve"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person-5319f992-24f6-ff65-50e5-dd486c0b723a
  a a2a:Person ;
  rdfs:label "Neeltje Witkamp" ;
  a2a:PersonName [
    rdfs:label "Neeltje Witkamp" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Witkamp"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "z.b." .

oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person-edcba8bb-7624-17db-1566-ce6b6d508ce5
  a a2a:Person ;
  rdfs:label "Maarten Verhoeve" ;
  a2a:PersonName [
    rdfs:label "Maarten Verhoeve" ;
    a2a:PersonNameFirstName "Maarten" ;
    a2a:PersonNameLastName "Verhoeve"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1872-07-08"^^xsd:date
  ] .

oa:event_smh_0968d277-b4c5-e083-e761-552ddba619ec_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1872-07-08"^^xsd:date
  ] .

oa:relationep_smh_0968d277-b4c5-e083-e761-552ddba619ec_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person:09882ced-67d8-ed96-3cd6-a1603a292475 ;
  a2a:EventKeyRef oa:event_smh_0968d277-b4c5-e083-e761-552ddba619ec_Event1 .

oa:relationep_smh_0968d277-b4c5-e083-e761-552ddba619ec_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person:5319f992-24f6-ff65-50e5-dd486c0b723a ;
  a2a:EventKeyRef oa:event_smh_0968d277-b4c5-e083-e761-552ddba619ec_Event1 .

oa:relationep_smh_0968d277-b4c5-e083-e761-552ddba619ec_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_0968d277-b4c5-e083-e761-552ddba619ec_Person:edcba8bb-7624-17db-1566-ce6b6d508ce5 ;
  a2a:EventKeyRef oa:event_smh_0968d277-b4c5-e083-e761-552ddba619ec_Event1 .

oa:source_smh_0968d277-b4c5-e083-e761-552ddba619ec
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwerkerk aan den IJssel" ;
    rdfs:label "Nieuwerkerk aan den IJssel", "1872-07-08 - 1872-07-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-07-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-07-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1872-07-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 6, Periode: 1863-1872" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "52" ;
    a2a:RegistryNumber "6" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 6, Periode: 1863-1872, BS Geboorteregister, 52, 6"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/90e50c0f-70cc-0e31-b1fd-de35e0b8297e.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/0968d277-b4c5-e083-e761-552ddba619ec" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/90e50c0f-70cc-0e31-b1fd-de35e0b8297e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/0968d277-b4c5-e083-e761-552ddba619ec" ;
  a2a:RecordGUID "{0968d277-b4c5-e083-e761-552ddba619ec}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "6" ;
  a2a:SourceRemarkregister_periode "1863-1872" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_1827_00001827.xml van SMH" .

