@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_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F
  a a2a:Record ;
  rdfs:label "Geboorte op 16 oktober 1815 te Bruchem" ;
  a2a:hasPerson oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765255, oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765256, oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765257 ;
  a2a:hasEvent oa:event_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_0, oa:relationep_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_1, oa:relationep_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_2 ;
  a2a:hasSource oa:source_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F .

oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765255
  a a2a:Person ;
  rdfs:label "Arnolda Everdina van Well" ;
  a2a:PersonName [
    rdfs:label "Arnolda Everdina van Well" ;
    a2a:PersonNameFirstName "Arnolda Everdina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Well"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765256
  a a2a:Person ;
  rdfs:label "Dirk van Well" ;
  a2a:PersonName [
    rdfs:label "Dirk van Well" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Well"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765257
  a a2a:Person ;
  rdfs:label "Lijntje Sophia Quekel" ;
  a2a:PersonName [
    rdfs:label "Lijntje Sophia Quekel" ;
    a2a:PersonNameFirstName "Lijntje Sophia" ;
    a2a:PersonNameLastName "Quekel"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "16-10-1815" ;
    a2a:Year "1815" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1815-10-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bruchem" ;
    rdfs:label "Bruchem"
  ] .

oa:relationep_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765255 ;
  a2a:EventKeyRef oa:event_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Event1 .

oa:relationep_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765256 ;
  a2a:EventKeyRef oa:event_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Event1 .

oa:relationep_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Person3047765257 ;
  a2a:EventKeyRef oa:event_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F_Event1 .

oa:source_gld_F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bruchem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Bruchem, Nederland", "1815-10-17 - 1815-10-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-10-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-10-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-10-1815" ;
    a2a:Year "1815" ;
    a2a:Month "10" ;
    a2a:Day "17" ;
    rdfs:label "17-10-1815"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Bruchem, Geboorteregister" ;
    a2a:DocumentNumber "18" ;
    a2a:RegistryNumber "6058.14" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Bruchem, Geboorteregister, 18, 6058.14"
  ] ;
  a2a:SourceLastChangeDate "2022-12-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F10BACFD8E6747DF8F5D69D2E9ABCC9F" ;
  a2a:RecordIdentifier "3047765254" ;
  a2a:RecordGUID "{F10BACFD-8E67-47DF-8F5D-69D2E9ABCC9F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/BBEE3B9075334B5F968E0CE5592F3E5F" .

