@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_ad6f36ca-e893-5f69-e833-12be28604e19
  a a2a:Record ;
  rdfs:label "Geboorte op 25 juni 1893" ;
  a2a:hasPerson oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person-0518c2b6-09f9-d133-8e69-73a3ce3a39fe, oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person-f4882dad-01ca-17ca-d461-5382073ace9d, oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person-8dd98bba-49ff-e7fb-8af0-567f5efe3b20 ;
  a2a:hasEvent oa:event_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_ad6f36ca-e893-5f69-e833-12be28604e19_0, oa:relationep_smh_ad6f36ca-e893-5f69-e833-12be28604e19_1, oa:relationep_smh_ad6f36ca-e893-5f69-e833-12be28604e19_2 ;
  a2a:hasSource oa:source_smh_ad6f36ca-e893-5f69-e833-12be28604e19 .

oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person-0518c2b6-09f9-d133-8e69-73a3ce3a39fe
  a a2a:Person ;
  rdfs:label "Willem Duel" ;
  a2a:PersonName [
    rdfs:label "Willem Duel" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Duel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "boekbinder" .

oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person-f4882dad-01ca-17ca-d461-5382073ace9d
  a a2a:Person ;
  rdfs:label "Bartha Duel" ;
  a2a:PersonName [
    rdfs:label "Bartha Duel" ;
    a2a:PersonNameFirstName "Bartha" ;
    a2a:PersonNameLastName "Duel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "6" ;
    a2a:Day "25" ;
    rdfs:label "1893-06-25"^^xsd:date
  ] .

oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person-8dd98bba-49ff-e7fb-8af0-567f5efe3b20
  a a2a:Person ;
  rdfs:label "Elisabeth de Lusenet" ;
  a2a:PersonName [
    rdfs:label "Elisabeth de Lusenet" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lusenet"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "6" ;
    a2a:Day "25" ;
    rdfs:label "1893-06-25"^^xsd:date
  ] .

oa:relationep_smh_ad6f36ca-e893-5f69-e833-12be28604e19_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person:0518c2b6-09f9-d133-8e69-73a3ce3a39fe ;
  a2a:EventKeyRef oa:event_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Event1 .

oa:relationep_smh_ad6f36ca-e893-5f69-e833-12be28604e19_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person:f4882dad-01ca-17ca-d461-5382073ace9d ;
  a2a:EventKeyRef oa:event_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Event1 .

oa:relationep_smh_ad6f36ca-e893-5f69-e833-12be28604e19_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Person:8dd98bba-49ff-e7fb-8af0-567f5efe3b20 ;
  a2a:EventKeyRef oa:event_smh_ad6f36ca-e893-5f69-e833-12be28604e19_Event1 .

oa:source_smh_ad6f36ca-e893-5f69-e833-12be28604e19
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schoonhoven" ;
    rdfs:label "Schoonhoven", "1893-06-26 - 1893-06-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-06-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-06-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1893-06-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 10, Periode: 1893-1902" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "74" ;
    a2a:RegistryNumber "10" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 10, Periode: 1893-1902, BS Geboorteregister, 74, 10"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/bb47bf1e-0305-06f5-2375-cd9db2b22282.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/ad6f36ca-e893-5f69-e833-12be28604e19" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/bb47bf1e-0305-06f5-2375-cd9db2b22282.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/ad6f36ca-e893-5f69-e833-12be28604e19" ;
  a2a:RecordGUID "{ad6f36ca-e893-5f69-e833-12be28604e19}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "10" ;
  a2a:SourceRemarkregister_periode "1893-1902" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2395_00002395.xml van SMH" .

