@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_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA
  a a2a:Record ;
  rdfs:label "Geboorte op 27 mei 1895 te Zutphen" ;
  a2a:hasPerson oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101558, oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101556, oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101557 ;
  a2a:hasEvent oa:event_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_0, oa:relationep_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_1, oa:relationep_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_2 ;
  a2a:hasSource oa:source_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA .

oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101558
  a a2a:Person ;
  rdfs:label "Gerhardus Hendrikus Marinus Verhaaf" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Hendrikus Marinus Verhaaf" ;
    a2a:PersonNameFirstName "Gerhardus Hendrikus Marinus" ;
    a2a:PersonNameLastName "Verhaaf"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101556
  a a2a:Person ;
  rdfs:label "Gerrit Hendrik Verhaaf" ;
  a2a:PersonName [
    rdfs:label "Gerrit Hendrik Verhaaf" ;
    a2a:PersonNameFirstName "Gerrit Hendrik" ;
    a2a:PersonNameLastName "Verhaaf"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "stukadoor" .

oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101557
  a a2a:Person ;
  rdfs:label "Hendrina Christina Maria Hilbers" ;
  a2a:PersonName [
    rdfs:label "Hendrina Christina Maria Hilbers" ;
    a2a:PersonNameFirstName "Hendrina Christina Maria" ;
    a2a:PersonNameLastName "Hilbers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder beroep" .

oa:event_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "27-05-1895" ;
    a2a:Year "1895" ;
    a2a:Month "05" ;
    a2a:Day "27" ;
    rdfs:label "1895-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zutphen" ;
    rdfs:label "Zutphen"
  ] .

oa:relationep_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101558 ;
  a2a:EventKeyRef oa:event_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Event1 .

oa:relationep_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101556 ;
  a2a:EventKeyRef oa:event_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Event1 .

oa:relationep_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Person3027101557 ;
  a2a:EventKeyRef oa:event_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA_Event1 .

oa:source_gld_CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zutphen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zutphen, Nederland", "1895-05-27 - 1895-05-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-05-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-05-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-05-1895" ;
    a2a:Year "1895" ;
    a2a:Month "05" ;
    a2a:Day "27" ;
    rdfs:label "27-05-1895"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Zutphen, Geboorteregister" ;
    a2a:DocumentNumber "239" ;
    a2a:RegistryNumber "1714.03" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Zutphen, Geboorteregister, 239, 1714.03"
  ] ;
  a2a:SourceLastChangeDate "2022-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/CC925BA29B8A44DF9687FBF2CD9CA2DA" ;
  a2a:RecordIdentifier "3027101555" ;
  a2a:RecordGUID "{CC925BA2-9B8A-44DF-9687-FBF2CD9CA2DA}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/FBECB76A1B1C4DF28ECAEECCFB1FF80D" .

