@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_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB
  a a2a:Record ;
  rdfs:label "Geboorte op 24 maart 1884 te Wageningen" ;
  a2a:hasPerson oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494729, oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494727, oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494728 ;
  a2a:hasEvent oa:event_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_0, oa:relationep_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_1, oa:relationep_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_2 ;
  a2a:hasSource oa:source_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB .

oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494729
  a a2a:Person ;
  rdfs:label "Arie Jan Rijksen" ;
  a2a:PersonName [
    rdfs:label "Arie Jan Rijksen" ;
    a2a:PersonNameFirstName "Arie Jan" ;
    a2a:PersonNameLastName "Rijksen"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494727
  a a2a:Person ;
  rdfs:label "Jan Rijksen" ;
  a2a:PersonName [
    rdfs:label "Jan Rijksen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Rijksen"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "schipper" .

oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494728
  a a2a:Person ;
  rdfs:label "Petronella Nout" ;
  a2a:PersonName [
    rdfs:label "Petronella Nout" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Nout"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "24-03-1884" ;
    a2a:Year "1884" ;
    a2a:Month "03" ;
    a2a:Day "24" ;
    rdfs:label "1884-03-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wageningen" ;
    rdfs:label "Wageningen"
  ] .

oa:relationep_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494729 ;
  a2a:EventKeyRef oa:event_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Event1 .

oa:relationep_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494727 ;
  a2a:EventKeyRef oa:event_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Event1 .

oa:relationep_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Person3100494728 ;
  a2a:EventKeyRef oa:event_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB_Event1 .

oa:source_gld_46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wageningen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Wageningen, Nederland", "1884-03-24 - 1884-03-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-03-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-03-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-03-1884" ;
    a2a:Year "1884" ;
    a2a:Month "03" ;
    a2a:Day "24" ;
    rdfs:label "24-03-1884"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Wageningen, Geboorteregister" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "2680.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Wageningen, Geboorteregister, 47, 2680.01"
  ] ;
  a2a:SourceLastChangeDate "2023-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/46F45DF81CCC4B508BBC00D322EE3CFB" ;
  a2a:RecordIdentifier "3100494726" ;
  a2a:RecordGUID "{46F45DF8-1CCC-4B50-8BBC-00D322EE3CFB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/A79CFFF94AF8449A804CAFEA0BAB218E" .

