@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_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6
  a a2a:Record ;
  rdfs:label "Geboorte op 29 juni 1869 te Obdam" ;
  a2a:hasPerson oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668834, oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668832, oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668833 ;
  a2a:hasEvent oa:event_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_0, oa:relationep_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_1, oa:relationep_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_2 ;
  a2a:hasSource oa:source_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6 .

oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668834
  a a2a:Person ;
  rdfs:label "Antje van Dijk" ;
  a2a:PersonName [
    rdfs:label "Antje van Dijk" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] .

oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668832
  a a2a:Person ;
  rdfs:label "Aldert Corneliszoon van Dijk" ;
  a2a:PersonName [
    rdfs:label "Aldert Corneliszoon van Dijk" ;
    a2a:PersonNameFirstName "Aldert" ;
    a2a:PersonNamePatronym "Corneliszoon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] .

oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668833
  a a2a:Person ;
  rdfs:label "Trijntje de Jong" ;
  a2a:PersonName [
    rdfs:label "Trijntje de Jong" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] .

oa:event_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "29-06-1869" ;
    a2a:Year "1869" ;
    a2a:Month "06" ;
    a2a:Day "29" ;
    rdfs:label "1869-06-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Obdam" ;
    rdfs:label "Obdam"
  ] .

oa:relationep_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668834 ;
  a2a:EventKeyRef oa:event_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Event1 .

oa:relationep_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668832 ;
  a2a:EventKeyRef oa:event_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Event1 .

oa:relationep_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Person3611668833 ;
  a2a:EventKeyRef oa:event_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6_Event1 .

oa:source_wfa_B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6
  a a2a:Source ;
  rdfs:label "Westfries Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Obdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Obdam, Nederland", "1869-06-29 - 1869-06-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1869-06-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-06-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "29-06-1869" ;
    a2a:Year "1869" ;
    a2a:Month "06" ;
    a2a:Day "29" ;
    rdfs:label "29-06-1869"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "Obdam. Geboorteakten, 1869" ;
    a2a:Book "Obdam. Geboorteakten, 1869" ;
    a2a:RegistryNumber "1869g" ;
    rdfs:label "Westfries Archief, Hoorn, Obdam. Geboorteakten, 1869, Obdam. Geboorteakten, 1869, 1869g"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/2D7FFA5007E944D8882E9D981443E9D2" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/2D7FFA5007E944D8882E9D981443E9D2" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/2D7FFA5007E944D8882E9D981443E9D2"
  ] ;
  a2a:SourceLastChangeDate "2024-02-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/B2EB29EB4F6940B7BEF7F2F76829CAD6" ;
  a2a:RecordIdentifier "3611668831" ;
  a2a:RecordGUID "{B2EB29EB-4F69-40B7-BEF7-F2F76829CAD6}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/36969C24B4144098B8193414755FA416" .

