@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_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6
  a a2a:Record ;
  rdfs:label "Geboorte op 19 april 1841 te Arnhem" ;
  a2a:hasPerson oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044109, oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044110, oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044111 ;
  a2a:hasEvent oa:event_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_0, oa:relationep_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_1, oa:relationep_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_2 ;
  a2a:hasSource oa:source_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6 .

oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044109
  a a2a:Person ;
  rdfs:label "Hermanus Bot" ;
  a2a:PersonName [
    rdfs:label "Hermanus Bot" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Bot"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044110
  a a2a:Person ;
  rdfs:label "Roelof Bot" ;
  a2a:PersonName [
    rdfs:label "Roelof Bot" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Bot"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "-stucadoor" .

oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044111
  a a2a:Person ;
  rdfs:label "Helena Vink" ;
  a2a:PersonName [
    rdfs:label "Helena Vink" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNameLastName "Vink"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "19-04-1841" ;
    a2a:Year "1841" ;
    a2a:Month "04" ;
    a2a:Day "19" ;
    rdfs:label "1841-04-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:relationep_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044109 ;
  a2a:EventKeyRef oa:event_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Event1 .

oa:relationep_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044110 ;
  a2a:EventKeyRef oa:event_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Event1 .

oa:relationep_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Person3046044111 ;
  a2a:EventKeyRef oa:event_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6_Event1 .

oa:source_gld_E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Arnhem, Nederland", "1841-04-21 - 1841-04-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1841-04-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1841-04-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-04-1841" ;
    a2a:Year "1841" ;
    a2a:Month "04" ;
    a2a:Day "21" ;
    rdfs:label "21-04-1841"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Arnhem, Geboorteregister" ;
    a2a:DocumentNumber "177" ;
    a2a:RegistryNumber "61.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Arnhem, Geboorteregister, 177, 61.01"
  ] ;
  a2a:SourceLastChangeDate "2023-10-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/E1AF2AB8C5CF4F6DBF5012C96BF89BE6" ;
  a2a:RecordIdentifier "3046044108" ;
  a2a:RecordGUID "{E1AF2AB8-C5CF-4F6D-BF50-12C96BF89BE6}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F9EE394FE5C048AD9B1A7991F6555F62" .

