@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_04d1a9a7-6c9c-e971-d933-345cfcfcb939
  a a2a:Record ;
  rdfs:label "Geboorte op 28 september 1920 te Assen" ;
  a2a:hasPerson oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person-feed6201-5f9e-6464-e5ae-9b333f9c44f2, oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person-aa178345-eab3-a4b9-d6d8-0cbe4c1158db, oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person-9c1fb8b3-287f-100d-57e3-e378e282a364 ;
  a2a:hasEvent oa:event_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_0, oa:relationep_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_1, oa:relationep_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_2 ;
  a2a:hasSource oa:source_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939 .

oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person-feed6201-5f9e-6464-e5ae-9b333f9c44f2
  a a2a:Person ;
  rdfs:label "Koop Reurink" ;
  a2a:PersonName [
    rdfs:label "Koop Reurink" ;
    a2a:PersonNameFirstName "Koop" ;
    a2a:PersonNameLastName "Reurink"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "321" ;
    rdfs:label "321"
  ] ;
  a2a:Profession "bakker" .

oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person-aa178345-eab3-a4b9-d6d8-0cbe4c1158db
  a a2a:Person ;
  rdfs:label "Elisabeth Reurink" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Reurink" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Reurink"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1920-09-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person-9c1fb8b3-287f-100d-57e3-e378e282a364
  a a2a:Person ;
  rdfs:label "Renske Geerts" ;
  a2a:PersonName [
    rdfs:label "Renske Geerts" ;
    a2a:PersonNameFirstName "Renske" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1920-09-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person:feed6201-5f9e-6464-e5ae-9b333f9c44f2 ;
  a2a:EventKeyRef oa:event_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Event1 .

oa:relationep_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person:aa178345-eab3-a4b9-d6d8-0cbe4c1158db ;
  a2a:EventKeyRef oa:event_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Event1 .

oa:relationep_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Person:9c1fb8b3-287f-100d-57e3-e378e282a364 ;
  a2a:EventKeyRef oa:event_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939_Event1 .

oa:source_dar_04d1a9a7-6c9c-e971-d933-345cfcfcb939
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1920-09-29 - 1920-09-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-09-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-09-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1920-09-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1920, Periode: 1920" ;
    a2a:Book "Geboorteregister Assen 1920" ;
    a2a:DocumentNumber "428" ;
    a2a:RegistryNumber "1920" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1920, Periode: 1920, Geboorteregister Assen 1920, 428, 1920"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/4eed8291-6f67-f0e3-0474-3530075dbc5a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/04d1a9a7-6c9c-e971-d933-345cfcfcb939" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/4eed8291-6f67-f0e3-0474-3530075dbc5a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-01-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/04d1a9a7-6c9c-e971-d933-345cfcfcb939" ;
  a2a:RecordGUID "{04d1a9a7-6c9c-e971-d933-345cfcfcb939}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_37_00000037.xml van DAR" .

