@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_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6
  a a2a:Record ;
  rdfs:label "Geboorte op 9 augustus 1896 te Druten" ;
  a2a:hasPerson oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163857, oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163858, oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163859 ;
  a2a:hasEvent oa:event_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_0, oa:relationep_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_1, oa:relationep_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_2 ;
  a2a:hasSource oa:source_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6 .

oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163857
  a a2a:Person ;
  rdfs:label "Hendrikus Franciscus van Duuren" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Franciscus van Duuren" ;
    a2a:PersonNameFirstName "Hendrikus Franciscus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163858
  a a2a:Person ;
  rdfs:label "Theodorus Henricus van Duuren" ;
  a2a:PersonName [
    rdfs:label "Theodorus Henricus van Duuren" ;
    a2a:PersonNameFirstName "Theodorus Henricus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duuren"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:Profession "-schipper" .

oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163859
  a a2a:Person ;
  rdfs:label "Adelheid Wilhelmina Elisabeth Lemken" ;
  a2a:PersonName [
    rdfs:label "Adelheid Wilhelmina Elisabeth Lemken" ;
    a2a:PersonNameFirstName "Adelheid Wilhelmina Elisabeth" ;
    a2a:PersonNameLastName "Lemken"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "09-08-1896" ;
    a2a:Year "1896" ;
    a2a:Month "08" ;
    a2a:Day "09" ;
    rdfs:label "1896-08-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Druten" ;
    rdfs:label "Druten"
  ] .

oa:relationep_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163857 ;
  a2a:EventKeyRef oa:event_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Event1 .

oa:relationep_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163858 ;
  a2a:EventKeyRef oa:event_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Event1 .

oa:relationep_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Person3044163859 ;
  a2a:EventKeyRef oa:event_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6_Event1 .

oa:source_gld_341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Druten" ;
    a2a:Country "Nederland" ;
    rdfs:label "Druten, Nederland", "1896-08-10 - 1896-08-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-08-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-08-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-08-1896" ;
    a2a:Year "1896" ;
    a2a:Month "08" ;
    a2a:Day "10" ;
    rdfs:label "10-08-1896"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Druten, Geboorteregister" ;
    a2a:DocumentNumber "72" ;
    a2a:RegistryNumber "5423.02" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Druten, Geboorteregister, 72, 5423.02"
  ] ;
  a2a:SourceLastChangeDate "2022-11-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/341E65FA92B04FECAB34F2BBCBC8FEE6" ;
  a2a:RecordIdentifier "3044163856" ;
  a2a:RecordGUID "{341E65FA-92B0-4FEC-AB34-F2BBCBC8FEE6}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/9726809ADABB4D4E9CBE0559C77C165F" .

