@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_0DF1D2AB-199D-4F53-9D72-E4662934267B
  a a2a:Record ;
  rdfs:label "Geboorte op 28 januari 1859 te Lochem" ;
  a2a:hasPerson oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151342, oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151343, oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151344 ;
  a2a:hasEvent oa:event_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_0, oa:relationep_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_1, oa:relationep_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_2 ;
  a2a:hasSource oa:source_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B .

oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151342
  a a2a:Person ;
  rdfs:label "Gerritje ten Pas" ;
  a2a:PersonName [
    rdfs:label "Gerritje ten Pas" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Pas"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151343
  a a2a:Person ;
  rdfs:label "Gradus ten Pas" ;
  a2a:PersonName [
    rdfs:label "Gradus ten Pas" ;
    a2a:PersonNameFirstName "Gradus" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Pas"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "-verwersknecht" .

oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151344
  a a2a:Person ;
  rdfs:label "Anna Elizabeth Willemsen" ;
  a2a:PersonName [
    rdfs:label "Anna Elizabeth Willemsen" ;
    a2a:PersonNameFirstName "Anna Elizabeth" ;
    a2a:PersonNameLastName "Willemsen"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "28-01-1859" ;
    a2a:Year "1859" ;
    a2a:Month "01" ;
    a2a:Day "28" ;
    rdfs:label "1859-01-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lochem" ;
    rdfs:label "Lochem"
  ] .

oa:relationep_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151342 ;
  a2a:EventKeyRef oa:event_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Event1 .

oa:relationep_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151343 ;
  a2a:EventKeyRef oa:event_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Event1 .

oa:relationep_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Person3034151344 ;
  a2a:EventKeyRef oa:event_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B_Event1 .

oa:source_gld_0DF1D2AB-199D-4F53-9D72-E4662934267B
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lochem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Lochem, Nederland", "1859-01-29 - 1859-01-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-01-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-01-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "29-01-1859" ;
    a2a:Year "1859" ;
    a2a:Month "01" ;
    a2a:Day "29" ;
    rdfs:label "29-01-1859"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Lochem, Geboorteregister" ;
    a2a:DocumentNumber "14" ;
    a2a:RegistryNumber "3750.03" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Lochem, Geboorteregister, 14, 3750.03"
  ] ;
  a2a:SourceLastChangeDate "2022-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/0DF1D2AB199D4F539D72E4662934267B" ;
  a2a:RecordIdentifier "3034151341" ;
  a2a:RecordGUID "{0DF1D2AB-199D-4F53-9D72-E4662934267B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/AB6F5BC954D24CDCB930F3E5181A3E04" .

