@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_4432c5de-2a8e-4e75-ae1b-43cc3529c33a
  a a2a:Record ;
  rdfs:label "Geboorte op 4 september 1908 te Roderesch (Roden)" ;
  a2a:hasPerson oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person-15bb8b0c-36aa-43ed-93b7-ec71f9535d09, oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person-cf1698ed-26c6-4abe-a1a9-8b74f49bb30d, oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person-a8861e29-83eb-4073-a5e1-67e0033d2be7 ;
  a2a:hasEvent oa:event_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_0, oa:relationep_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_1, oa:relationep_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_2 ;
  a2a:hasSource oa:source_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a .

oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person-15bb8b0c-36aa-43ed-93b7-ec71f9535d09
  a a2a:Person ;
  rdfs:label "Jan Gerrits" ;
  a2a:PersonName [
    rdfs:label "Jan Gerrits" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Gerrits"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person-cf1698ed-26c6-4abe-a1a9-8b74f49bb30d
  a a2a:Person ;
  rdfs:label "Maike Bosklopper" ;
  a2a:PersonName [
    rdfs:label "Maike Bosklopper" ;
    a2a:PersonNameFirstName "Maike" ;
    a2a:PersonNameLastName "Bosklopper"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person-a8861e29-83eb-4073-a5e1-67e0033d2be7
  a a2a:Person ;
  rdfs:label "Maike Gerrits" ;
  a2a:PersonName [
    rdfs:label "Maike Gerrits" ;
    a2a:PersonNameFirstName "Maike" ;
    a2a:PersonNameLastName "Gerrits"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "9" ;
    a2a:Day "4" ;
    rdfs:label "1908-09-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roderesch (Roden)" ;
    rdfs:label "Roderesch (Roden)"
  ] .

oa:event_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "9" ;
    a2a:Day "4" ;
    rdfs:label "1908-09-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roderesch (Roden)" ;
    rdfs:label "Roderesch (Roden)"
  ] .

oa:relationep_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person:15bb8b0c-36aa-43ed-93b7-ec71f9535d09 ;
  a2a:EventKeyRef oa:event_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Event1 .

oa:relationep_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person:cf1698ed-26c6-4abe-a1a9-8b74f49bb30d ;
  a2a:EventKeyRef oa:event_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Event1 .

oa:relationep_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Person:a8861e29-83eb-4073-a5e1-67e0033d2be7 ;
  a2a:EventKeyRef oa:event_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a_Event1 .

oa:source_dar_4432c5de-2a8e-4e75-ae1b-43cc3529c33a
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1908-09-05 - 1908-09-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-09-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-09-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1908" ;
    a2a:Month "9" ;
    a2a:Day "5" ;
    rdfs:label "1908-09-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1908, Periode: 1908" ;
    a2a:Book "Geboorteregister Roden 1908" ;
    a2a:DocumentNumber "97" ;
    a2a:RegistryNumber "1908" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1908, Periode: 1908, Geboorteregister Roden 1908, 97, 1908"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/4fefeaf7-f49e-63e2-3cf1-34a08b2671c1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4432c5de-2a8e-4e75-ae1b-43cc3529c33a" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/4fefeaf7-f49e-63e2-3cf1-34a08b2671c1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4432c5de-2a8e-4e75-ae1b-43cc3529c33a" ;
  a2a:RecordGUID "{4432c5de-2a8e-4e75-ae1b-43cc3529c33a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1856_00001856.xml van DAR" .

