@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_080076db-795b-4fb2-bcd6-ee975b32a9db
  a a2a:Record ;
  rdfs:label "Geboorte op 25 april 1886 te Terheijl (Roden)" ;
  a2a:hasPerson oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person-b464564c-d5dd-4da5-8b1c-728b2f4e409d, oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person-101fec04-43f4-4b42-894e-07c6c3b95fa3, oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person-c50d6c13-8b1d-426a-b375-5c7081cc24fb ;
  a2a:hasEvent oa:event_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_0, oa:relationep_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_1, oa:relationep_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_2 ;
  a2a:hasSource oa:source_dar_080076db-795b-4fb2-bcd6-ee975b32a9db .

oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person-b464564c-d5dd-4da5-8b1c-728b2f4e409d
  a a2a:Person ;
  rdfs:label "Aaltien Luinge" ;
  a2a:PersonName [
    rdfs:label "Aaltien Luinge" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNameLastName "Luinge"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person-101fec04-43f4-4b42-894e-07c6c3b95fa3
  a a2a:Person ;
  rdfs:label "Roelf Venema" ;
  a2a:PersonName [
    rdfs:label "Roelf Venema" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Venema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47" ;
    rdfs:label "47"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person-c50d6c13-8b1d-426a-b375-5c7081cc24fb
  a a2a:Person ;
  rdfs:label "Willem Venema" ;
  a2a:PersonName [
    rdfs:label "Willem Venema" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Venema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1886-04-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Terheijl (Roden)" ;
    rdfs:label "Terheijl (Roden)"
  ] .

oa:event_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1886" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1886-04-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Terheijl (Roden)" ;
    rdfs:label "Terheijl (Roden)"
  ] .

oa:relationep_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person:b464564c-d5dd-4da5-8b1c-728b2f4e409d ;
  a2a:EventKeyRef oa:event_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Event1 .

oa:relationep_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person:101fec04-43f4-4b42-894e-07c6c3b95fa3 ;
  a2a:EventKeyRef oa:event_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Event1 .

oa:relationep_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Person:c50d6c13-8b1d-426a-b375-5c7081cc24fb ;
  a2a:EventKeyRef oa:event_dar_080076db-795b-4fb2-bcd6-ee975b32a9db_Event1 .

oa:source_dar_080076db-795b-4fb2-bcd6-ee975b32a9db
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1886-04-28 - 1886-04-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-04-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-04-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1886" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1886-04-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1886, Periode: 1886" ;
    a2a:Book "Geboorteregister Roden 1886" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "1886" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1886, Periode: 1886, Geboorteregister Roden 1886, 32, 1886"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/b030962d-4823-cce8-c010-b60ed034070f.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/080076db-795b-4fb2-bcd6-ee975b32a9db" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/b030962d-4823-cce8-c010-b60ed034070f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/080076db-795b-4fb2-bcd6-ee975b32a9db" ;
  a2a:RecordGUID "{080076db-795b-4fb2-bcd6-ee975b32a9db}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3562_00003562.xml van DAR" .

