@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_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68
  a a2a:Record ;
  rdfs:label "Geboorte op 6 december 1865" ;
  a2a:hasPerson oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person1, oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person2, oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person3, oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person4, oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person5 ;
  a2a:hasEvent oa:event_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_0, oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_1, oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_2, oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_3, oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_4 ;
  a2a:hasSource oa:source_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68 .

oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person1
  a a2a:Person ;
  rdfs:label "Maria Josepha Lambertz" ;
  a2a:PersonName [
    rdfs:label "Maria Josepha Lambertz" ;
    a2a:PersonNameFirstName "Maria Josepha" ;
    a2a:PersonNameLastName "Lambertz"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person2
  a a2a:Person ;
  rdfs:label "Mathijs Joseph Lambertz" ;
  a2a:PersonName [
    rdfs:label "Mathijs Joseph Lambertz" ;
    a2a:PersonNameFirstName "Mathijs Joseph" ;
    a2a:PersonNameLastName "Lambertz"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "41" ;
    rdfs:label "41"
  ] ;
  a2a:Profession "smid" .

oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person3
  a a2a:Person ;
  rdfs:label "Maria Magdalena Josepha Essers" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena Josepha Essers" ;
    a2a:PersonNameFirstName "Maria Magdalena Josepha" ;
    a2a:PersonNameLastName "Essers"
  ] .

oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person4
  a a2a:Person ;
  rdfs:label "Pieter Joseph Wiertz" ;
  a2a:PersonName [
    rdfs:label "Pieter Joseph Wiertz" ;
    a2a:PersonNameFirstName "Pieter Joseph" ;
    a2a:PersonNameLastName "Wiertz"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "46" ;
    rdfs:label "46"
  ] ;
  a2a:Profession "kantonier" .

oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person5
  a a2a:Person ;
  rdfs:label "Antoon Joseph Wiertz" ;
  a2a:PersonName [
    rdfs:label "Antoon Joseph Wiertz" ;
    a2a:PersonNameFirstName "Antoon Joseph" ;
    a2a:PersonNameLastName "Wiertz"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "koster" .

oa:event_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1865" ;
    a2a:Month "12" ;
    a2a:Day "6" ;
    rdfs:label "1865-12-06"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "Maria Magdalena Josepha Essers" .

oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person1 ;
  a2a:EventKeyRef oa:event_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Event1 .

oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person2 ;
  a2a:EventKeyRef oa:event_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Event1 .

oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person3 ;
  a2a:EventKeyRef oa:event_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Event1 .

oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person4 ;
  a2a:EventKeyRef oa:event_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Event1 .

oa:relationep_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Person5 ;
  a2a:EventKeyRef oa:event_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68_Event1 .

oa:source_krd_ab9c115c-c98c-2fee-2aea-72ff3fe67f68
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1865-01-01 - 1865-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1865-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1865-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Nadere toegang op inventarisnummer 5605 van archieftoegang 101" ;
    a2a:RegistryNumber "5605" ;
    rdfs:label "Gemeentearchief Kerkrade, Nadere toegang op inventarisnummer 5605 van archieftoegang 101, 5605"
  ] ;
  a2a:SourceLastChangeDate "2022-08-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.archieven.nl/mi/72/?mivast=72&miadt=72&miaet=54&micode=101.5605&minr=828460&miview=ldt" ;
  a2a:RecordGUID "{ab9c115c-c98c-2fee-2aea-72ff3fe67f68}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_1015605_54_MI.xml van KRD" .

