@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_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC
  a a2a:Record ;
  rdfs:label "Geboorte op 24 november 1871 te Enkhuizen" ;
  a2a:hasPerson oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971714, oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971712, oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971713 ;
  a2a:hasEvent oa:event_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_0, oa:relationep_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_1, oa:relationep_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_2 ;
  a2a:hasSource oa:source_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC .

oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971714
  a a2a:Person ;
  rdfs:label "Elise Dondorff" ;
  a2a:PersonName [
    rdfs:label "Elise Dondorff" ;
    a2a:PersonNameFirstName "Elise" ;
    a2a:PersonNameLastName "Dondorff"
  ] .

oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971712
  a a2a:Person ;
  rdfs:label "Lodewijk Dondorff" ;
  a2a:PersonName [
    rdfs:label "Lodewijk Dondorff" ;
    a2a:PersonNameFirstName "Lodewijk" ;
    a2a:PersonNameLastName "Dondorff"
  ] .

oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971713
  a a2a:Person ;
  rdfs:label "Jacobje Popken" ;
  a2a:PersonName [
    rdfs:label "Jacobje Popken" ;
    a2a:PersonNameFirstName "Jacobje" ;
    a2a:PersonNameLastName "Popken"
  ] .

oa:event_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "24-11-1871" ;
    a2a:Year "1871" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1871-11-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Enkhuizen" ;
    rdfs:label "Enkhuizen"
  ] .

oa:relationep_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971714 ;
  a2a:EventKeyRef oa:event_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Event1 .

oa:relationep_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971712 ;
  a2a:EventKeyRef oa:event_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Event1 .

oa:relationep_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Person3957971713 ;
  a2a:EventKeyRef oa:event_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC_Event1 .

oa:source_wfa_A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC
  a a2a:Source ;
  rdfs:label "Westfries Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Enkhuizen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Enkhuizen, Nederland", "1871-11-24 - 1871-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-11-1871" ;
    a2a:Year "1871" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "24-11-1871"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "Enkhuizen. Geboorteakten, 1871" ;
    a2a:Book "Enkhuizen. Geboorteakten, 1871" ;
    a2a:RegistryNumber "1871g" ;
    rdfs:label "Westfries Archief, Hoorn, Enkhuizen. Geboorteakten, 1871, Enkhuizen. Geboorteakten, 1871, 1871g"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/75C4100BCC3E4D8CA35D488094DB6B62" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/75C4100BCC3E4D8CA35D488094DB6B62" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/75C4100BCC3E4D8CA35D488094DB6B62"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/A3CBA5FD0BCE4ADF9BFDCFBADCF59CAC" ;
  a2a:RecordIdentifier "3957971711" ;
  a2a:RecordGUID "{A3CBA5FD-0BCE-4ADF-9BFD-CFBADCF59CAC}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F473C7CACF1A449AB30CB16802B45FB7" .

