@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_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b
  a a2a:Record ;
  rdfs:label "Geboorte op 13 juni 1905 te Peize" ;
  a2a:hasPerson oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person-a7163ced-50fe-4b01-bd7d-d8c9bc659386, oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person-4138fdaf-2c23-45f0-b554-ae82206a0496, oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person-2a48f283-e17e-4a8e-875d-35abf83740a1 ;
  a2a:hasEvent oa:event_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_0, oa:relationep_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_1, oa:relationep_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_2 ;
  a2a:hasSource oa:source_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b .

oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person-a7163ced-50fe-4b01-bd7d-d8c9bc659386
  a a2a:Person ;
  rdfs:label "Roelf Steenbergen" ;
  a2a:PersonName [
    rdfs:label "Roelf Steenbergen" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Steenbergen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person-4138fdaf-2c23-45f0-b554-ae82206a0496
  a a2a:Person ;
  rdfs:label "Hinderkien Stoffers" ;
  a2a:PersonName [
    rdfs:label "Hinderkien Stoffers" ;
    a2a:PersonNameFirstName "Hinderkien" ;
    a2a:PersonNameLastName "Stoffers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "-" ;
    rdfs:label "-"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person-2a48f283-e17e-4a8e-875d-35abf83740a1
  a a2a:Person ;
  rdfs:label "Geert Steenbergen" ;
  a2a:PersonName [
    rdfs:label "Geert Steenbergen" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Steenbergen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1905-06-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:event_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "13" ;
    rdfs:label "1905-06-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:relationep_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person:a7163ced-50fe-4b01-bd7d-d8c9bc659386 ;
  a2a:EventKeyRef oa:event_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Event1 .

oa:relationep_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person:4138fdaf-2c23-45f0-b554-ae82206a0496 ;
  a2a:EventKeyRef oa:event_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Event1 .

oa:relationep_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Person:2a48f283-e17e-4a8e-875d-35abf83740a1 ;
  a2a:EventKeyRef oa:event_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b_Event1 .

oa:source_dar_1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize", "1905-06-14 - 1905-06-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-06-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-06-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1905-06-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1905, Periode: 1905" ;
    a2a:Book "Geboorteregister Peize 1905" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "1905" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1905, Periode: 1905, Geboorteregister Peize 1905, 29, 1905"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d76ac7f5-777e-d801-eab2-47942920543e.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d76ac7f5-777e-d801-eab2-47942920543e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b" ;
  a2a:RecordGUID "{1ff6cfcd-a092-4bac-8dcf-8a4b1e96b40b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2623_00002623.xml van DAR" .

