@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_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B
  a a2a:Record ;
  rdfs:label "Geboorte op 27 december 1848 te Winssen" ;
  a2a:hasPerson oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979127, oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979128, oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979129 ;
  a2a:hasEvent oa:event_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_0, oa:relationep_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_1, oa:relationep_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_2 ;
  a2a:hasSource oa:source_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B .

oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979127
  a a2a:Person ;
  rdfs:label "Jacoba Alders" ;
  a2a:PersonName [
    rdfs:label "Jacoba Alders" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Alders"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979128
  a a2a:Person ;
  rdfs:label "Adelbertus Alders" ;
  a2a:PersonName [
    rdfs:label "Adelbertus Alders" ;
    a2a:PersonNameFirstName "Adelbertus" ;
    a2a:PersonNameLastName "Alders"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:Profession "-klompenmaker" .

oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979129
  a a2a:Person ;
  rdfs:label "Catharina Evers" ;
  a2a:PersonName [
    rdfs:label "Catharina Evers" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Evers"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "27-12-1848" ;
    a2a:Year "1848" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1848-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winssen" ;
    rdfs:label "Winssen"
  ] .

oa:relationep_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979127 ;
  a2a:EventKeyRef oa:event_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Event1 .

oa:relationep_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979128 ;
  a2a:EventKeyRef oa:event_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Event1 .

oa:relationep_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Person3041979129 ;
  a2a:EventKeyRef oa:event_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B_Event1 .

oa:source_gld_F385B3EB-3DD6-41C3-9DA2-0B2502A7221B
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ewijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Ewijk, Nederland", "1848-12-28 - 1848-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-12-1848" ;
    a2a:Year "1848" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "28-12-1848"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Ewijk, Geboorteregister" ;
    a2a:DocumentNumber "43" ;
    a2a:RegistryNumber "4850.11" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Ewijk, Geboorteregister, 43, 4850.11"
  ] ;
  a2a:SourceLastChangeDate "2022-11-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F385B3EB3DD641C39DA20B2502A7221B" ;
  a2a:RecordIdentifier "3041979126" ;
  a2a:RecordGUID "{F385B3EB-3DD6-41C3-9DA2-0B2502A7221B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/0C7AFF71E18A4E5D8B173151CF330D95" .

