@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_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B
  a a2a:Record ;
  rdfs:label "Geboorte op 8 juni 1917 te Obdam" ;
  a2a:hasPerson oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885774, oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885772, oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885773 ;
  a2a:hasEvent oa:event_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_0, oa:relationep_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_1, oa:relationep_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_2 ;
  a2a:hasSource oa:source_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B .

oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885774
  a a2a:Person ;
  rdfs:label "Geertruida Catharina Leek" ;
  a2a:PersonName [
    rdfs:label "Geertruida Catharina Leek" ;
    a2a:PersonNameFirstName "Geertruida Catharina" ;
    a2a:PersonNameLastName "Leek"
  ] .

oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885772
  a a2a:Person ;
  rdfs:label "Pieter Leek" ;
  a2a:PersonName [
    rdfs:label "Pieter Leek" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Leek"
  ] .

oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885773
  a a2a:Person ;
  rdfs:label "Antje Huibers" ;
  a2a:PersonName [
    rdfs:label "Antje Huibers" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Huibers"
  ] .

oa:event_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "08-06-1917" ;
    a2a:Year "1917" ;
    a2a:Month "06" ;
    a2a:Day "08" ;
    rdfs:label "1917-06-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Obdam" ;
    rdfs:label "Obdam"
  ] .

oa:relationep_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885774 ;
  a2a:EventKeyRef oa:event_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Event1 .

oa:relationep_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885772 ;
  a2a:EventKeyRef oa:event_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Event1 .

oa:relationep_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Person4435885773 ;
  a2a:EventKeyRef oa:event_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B_Event1 .

oa:source_wfa_E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B
  a a2a:Source ;
  rdfs:label "Westfries Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Obdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Obdam, Nederland", "1917-06-08 - 1917-06-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-06-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-06-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-06-1917" ;
    a2a:Year "1917" ;
    a2a:Month "06" ;
    a2a:Day "08" ;
    rdfs:label "08-06-1917"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "Obdam. Geboorteakten, 1917" ;
    a2a:Book "Obdam. Geboorteakten, 1917" ;
    a2a:RegistryNumber "1917g" ;
    rdfs:label "Westfries Archief, Hoorn, Obdam. Geboorteakten, 1917, Obdam. Geboorteakten, 1917, 1917g"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/BFD209544F0346A886082859413DD081" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/BFD209544F0346A886082859413DD081" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/BFD209544F0346A886082859413DD081"
  ] ;
  a2a:SourceLastChangeDate "2025-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/E7224EB2B0DF41EDB08FCFECD1C2CC0B" ;
  a2a:RecordIdentifier "4435885771" ;
  a2a:RecordGUID "{E7224EB2-B0DF-41ED-B08F-CFECD1C2CC0B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/EC9C0751494B48A8A48F3C897A8AC775" .

