@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_25ec9170-0fc1-e366-e834-d12d810fbde4
  a a2a:Record ;
  rdfs:label "Geboorte op 9 december 1889" ;
  a2a:hasPerson oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person-cebf7b90-567a-d6e1-19b1-58547d228bf6, oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person-f3033220-1ae5-c8ea-4f77-06da765abbab, oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person-23aad55f-242e-7fb2-9f26-ee8cc9631ad6 ;
  a2a:hasEvent oa:event_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_0, oa:relationep_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_1, oa:relationep_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_2 ;
  a2a:hasSource oa:source_smh_25ec9170-0fc1-e366-e834-d12d810fbde4 .

oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person-cebf7b90-567a-d6e1-19b1-58547d228bf6
  a a2a:Person ;
  rdfs:label "Jan van den Hoek" ;
  a2a:PersonName [
    rdfs:label "Jan van den Hoek" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Hoek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person-f3033220-1ae5-c8ea-4f77-06da765abbab
  a a2a:Person ;
  rdfs:label "Teuntje Compeer" ;
  a2a:PersonName [
    rdfs:label "Teuntje Compeer" ;
    a2a:PersonNameFirstName "Teuntje" ;
    a2a:PersonNameLastName "Compeer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person-23aad55f-242e-7fb2-9f26-ee8cc9631ad6
  a a2a:Person ;
  rdfs:label "Johannes Leonardus van den Hoek" ;
  a2a:PersonName [
    rdfs:label "Johannes Leonardus van den Hoek" ;
    a2a:PersonNameFirstName "Johannes Leonardus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Hoek"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1889-12-09"^^xsd:date
  ] .

oa:event_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1889-12-09"^^xsd:date
  ] .

oa:relationep_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person:cebf7b90-567a-d6e1-19b1-58547d228bf6 ;
  a2a:EventKeyRef oa:event_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Event1 .

oa:relationep_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person:f3033220-1ae5-c8ea-4f77-06da765abbab ;
  a2a:EventKeyRef oa:event_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Event1 .

oa:relationep_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Person:23aad55f-242e-7fb2-9f26-ee8cc9631ad6 ;
  a2a:EventKeyRef oa:event_smh_25ec9170-0fc1-e366-e834-d12d810fbde4_Event1 .

oa:source_smh_25ec9170-0fc1-e366-e834-d12d810fbde4
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schoonhoven" ;
    rdfs:label "Schoonhoven", "1889-12-09 - 1889-12-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-12-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-12-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1889-12-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 9, Periode: 1883-1892" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "141" ;
    a2a:RegistryNumber "9" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 9, Periode: 1883-1892, BS Geboorteregister, 141, 9"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/73ae3a7b-4743-022e-3569-a0a258b7054d.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/25ec9170-0fc1-e366-e834-d12d810fbde4" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/73ae3a7b-4743-022e-3569-a0a258b7054d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/25ec9170-0fc1-e366-e834-d12d810fbde4" ;
  a2a:RecordGUID "{25ec9170-0fc1-e366-e834-d12d810fbde4}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "9" ;
  a2a:SourceRemarkregister_periode "1883-1892" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2038_00002038.xml van SMH" .

