@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_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde
  a a2a:Record ;
  rdfs:label "Geboorte op 1 juli 1917 te Zeijerveld" ;
  a2a:hasPerson oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person-9f62a125-4b9c-9271-adb4-33a55c90d3b8, oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person-ee1b6f47-1dca-6646-1b67-81b423e0dae6, oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person-2cf8ed95-9f92-7518-f47f-1dd1fe413014 ;
  a2a:hasEvent oa:event_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_0, oa:relationep_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_1, oa:relationep_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_2 ;
  a2a:hasSource oa:source_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde .

oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person-9f62a125-4b9c-9271-adb4-33a55c90d3b8
  a a2a:Person ;
  rdfs:label "Jan Walles Bekkering" ;
  a2a:PersonName [
    rdfs:label "Jan Walles Bekkering" ;
    a2a:PersonNameFirstName "Jan Walles" ;
    a2a:PersonNameLastName "Bekkering"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person-ee1b6f47-1dca-6646-1b67-81b423e0dae6
  a a2a:Person ;
  rdfs:label "Roelfina Bekkering" ;
  a2a:PersonName [
    rdfs:label "Roelfina Bekkering" ;
    a2a:PersonNameFirstName "Roelfina" ;
    a2a:PersonNameLastName "Bekkering"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1917-07-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zeijerveld" ;
    rdfs:label "Zeijerveld"
  ] .

oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person-2cf8ed95-9f92-7518-f47f-1dd1fe413014
  a a2a:Person ;
  rdfs:label "Janna Brink" ;
  a2a:PersonName [
    rdfs:label "Janna Brink" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Brink"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1917-07-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zeijerveld" ;
    rdfs:label "Zeijerveld"
  ] .

oa:relationep_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person:9f62a125-4b9c-9271-adb4-33a55c90d3b8 ;
  a2a:EventKeyRef oa:event_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Event1 .

oa:relationep_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person:ee1b6f47-1dca-6646-1b67-81b423e0dae6 ;
  a2a:EventKeyRef oa:event_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Event1 .

oa:relationep_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Person:2cf8ed95-9f92-7518-f47f-1dd1fe413014 ;
  a2a:EventKeyRef oa:event_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde_Event1 .

oa:source_dar_15b8a9a6-0511-49db-d091-4e9efc8ddbde
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries", "1917-07-02 - 1917-07-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-07-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-07-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1917-07-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1917, Periode: 1917" ;
    a2a:Book "Geboorteregister Vries 1917" ;
    a2a:DocumentNumber "70" ;
    a2a:RegistryNumber "1917" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1917, Periode: 1917, Geboorteregister Vries 1917, 70, 1917"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/2bdcc870-5b17-1f8a-a112-d185632724b9.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/15b8a9a6-0511-49db-d091-4e9efc8ddbde" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/2bdcc870-5b17-1f8a-a112-d185632724b9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-01-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/15b8a9a6-0511-49db-d091-4e9efc8ddbde" ;
  a2a:RecordGUID "{15b8a9a6-0511-49db-d091-4e9efc8ddbde}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_10_00000010.xml van DAR" .

