@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_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3
  a a2a:Record ;
  rdfs:label "Geboorte op 15 oktober 1839 te Oudenwaard" ;
  a2a:hasPerson oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390455, oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390456, oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390457 ;
  a2a:hasEvent oa:event_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_0, oa:relationep_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_1, oa:relationep_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_2 ;
  a2a:hasSource oa:source_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3 .

oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390455
  a a2a:Person ;
  rdfs:label "Derk Cornelis Verwoert" ;
  a2a:PersonName [
    rdfs:label "Derk Cornelis Verwoert" ;
    a2a:PersonNameFirstName "Derk Cornelis" ;
    a2a:PersonNameLastName "Verwoert"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390456
  a a2a:Person ;
  rdfs:label "Teunis Verwoert" ;
  a2a:PersonName [
    rdfs:label "Teunis Verwoert" ;
    a2a:PersonNameFirstName "Teunis" ;
    a2a:PersonNameLastName "Verwoert"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "-schipper" .

oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390457
  a a2a:Person ;
  rdfs:label "Janna Elizabeth de Haas" ;
  a2a:PersonName [
    rdfs:label "Janna Elizabeth de Haas" ;
    a2a:PersonNameFirstName "Janna Elizabeth" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Haas"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "15-10-1839" ;
    a2a:Year "1839" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1839-10-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oudenwaard" ;
    rdfs:label "Oudenwaard"
  ] .

oa:relationep_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390455 ;
  a2a:EventKeyRef oa:event_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Event1 .

oa:relationep_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390456 ;
  a2a:EventKeyRef oa:event_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Event1 .

oa:relationep_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Person3035390457 ;
  a2a:EventKeyRef oa:event_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3_Event1 .

oa:source_gld_5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kesteren" ;
    a2a:Country "Nederland" ;
    rdfs:label "Kesteren, Nederland", "1839-10-16 - 1839-10-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1839-10-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1839-10-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-10-1839" ;
    a2a:Year "1839" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "16-10-1839"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Kesteren, Geboorteregister" ;
    a2a:DocumentNumber "59" ;
    a2a:RegistryNumber "3919.12" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Kesteren, Geboorteregister, 59, 3919.12"
  ] ;
  a2a:SourceLastChangeDate "2022-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/5DCA9DA0FB1F46DC97AB8D956CBFCFC3" ;
  a2a:RecordIdentifier "3035390454" ;
  a2a:RecordGUID "{5DCA9DA0-FB1F-46DC-97AB-8D956CBFCFC3}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C3727D64873841A59F481CC53AFBEAF3" .

