@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_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D
  a a2a:Record ;
  rdfs:label "Geboorte op 9 december 1821 te Ruurlo" ;
  a2a:hasPerson oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052488, oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052489, oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052490 ;
  a2a:hasEvent oa:event_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_0, oa:relationep_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_1, oa:relationep_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_2 ;
  a2a:hasSource oa:source_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D .

oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052488
  a a2a:Person ;
  rdfs:label "Garrit Jan Domhof" ;
  a2a:PersonName [
    rdfs:label "Garrit Jan Domhof" ;
    a2a:PersonNameFirstName "Garrit Jan" ;
    a2a:PersonNameLastName "Domhof"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052489
  a a2a:Person ;
  rdfs:label "Toon Domhof" ;
  a2a:PersonName [
    rdfs:label "Toon Domhof" ;
    a2a:PersonNameFirstName "Toon" ;
    a2a:PersonNameLastName "Domhof"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "daghuurder" .

oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052490
  a a2a:Person ;
  rdfs:label "Aleida Spekschoor" ;
  a2a:PersonName [
    rdfs:label "Aleida Spekschoor" ;
    a2a:PersonNameFirstName "Aleida" ;
    a2a:PersonNameLastName "Spekschoor"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "09-12-1821" ;
    a2a:Year "1821" ;
    a2a:Month "12" ;
    a2a:Day "09" ;
    rdfs:label "1821-12-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruurlo" ;
    rdfs:label "Ruurlo"
  ] .

oa:relationep_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052488 ;
  a2a:EventKeyRef oa:event_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Event1 .

oa:relationep_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052489 ;
  a2a:EventKeyRef oa:event_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Event1 .

oa:relationep_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Person3032052490 ;
  a2a:EventKeyRef oa:event_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D_Event1 .

oa:source_gld_CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ruurlo" ;
    a2a:Country "Nederland" ;
    rdfs:label "Ruurlo, Nederland", "1821-12-10 - 1821-12-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1821-12-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1821-12-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-12-1821" ;
    a2a:Year "1821" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "10-12-1821"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Ruurlo, Geboorteregister" ;
    a2a:DocumentNumber "79" ;
    a2a:RegistryNumber "3113.07" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Ruurlo, Geboorteregister, 79, 3113.07"
  ] ;
  a2a:SourceLastChangeDate "2022-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/CC42DF44A6614CFDB4F6B1FB88E9DA3D" ;
  a2a:RecordIdentifier "3032052487" ;
  a2a:RecordGUID "{CC42DF44-A661-4CFD-B4F6-B1FB88E9DA3D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/48375336C13E40A086A7BCB5ED19CEC6" .

