@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_1a830b79-83c0-8780-eccc-cf696d6c7bca
  a a2a:Record ;
  rdfs:label "Geboorte op 26 februari 1874" ;
  a2a:hasPerson oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person1, oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person2, oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person3, oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person4, oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person5 ;
  a2a:hasEvent oa:event_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_0, oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_1, oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_2, oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_3, oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_4 ;
  a2a:hasSource oa:source_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca .

oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person1
  a a2a:Person ;
  rdfs:label "Maria Sibilla Dreschers" ;
  a2a:PersonName [
    rdfs:label "Maria Sibilla Dreschers" ;
    a2a:PersonNameFirstName "Maria Sibilla" ;
    a2a:PersonNameLastName "Dreschers"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person2
  a a2a:Person ;
  rdfs:label "Bertram Dreschers" ;
  a2a:PersonName [
    rdfs:label "Bertram Dreschers" ;
    a2a:PersonNameFirstName "Bertram" ;
    a2a:PersonNameLastName "Dreschers"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "pleisteraar" .

oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person3
  a a2a:Person ;
  rdfs:label "Maria Agnes Vlecken" ;
  a2a:PersonName [
    rdfs:label "Maria Agnes Vlecken" ;
    a2a:PersonNameFirstName "Maria Agnes" ;
    a2a:PersonNameLastName "Vlecken"
  ] .

oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person4
  a a2a:Person ;
  rdfs:label "Hendrik Joseph Stiefs" ;
  a2a:PersonName [
    rdfs:label "Hendrik Joseph Stiefs" ;
    a2a:PersonNameFirstName "Hendrik Joseph" ;
    a2a:PersonNameLastName "Stiefs"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "61" ;
    rdfs:label "61"
  ] ;
  a2a:Profession "kopzetter" .

oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person5
  a a2a:Person ;
  rdfs:label "Pieter Joseph Paffen" ;
  a2a:PersonName [
    rdfs:label "Pieter Joseph Paffen" ;
    a2a:PersonNameFirstName "Pieter Joseph" ;
    a2a:PersonNameLastName "Paffen"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "66" ;
    rdfs:label "66"
  ] ;
  a2a:Profession "arbeider" .

oa:event_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1874" ;
    a2a:Month "2" ;
    a2a:Day "26" ;
    rdfs:label "1874-02-26"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "Maria Agnes Vlecken" .

oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person1 ;
  a2a:EventKeyRef oa:event_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Event1 .

oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person2 ;
  a2a:EventKeyRef oa:event_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Event1 .

oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person3 ;
  a2a:EventKeyRef oa:event_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Event1 .

oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person4 ;
  a2a:EventKeyRef oa:event_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Event1 .

oa:relationep_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Person5 ;
  a2a:EventKeyRef oa:event_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca_Event1 .

oa:source_krd_1a830b79-83c0-8780-eccc-cf696d6c7bca
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1874-01-01 - 1874-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1874-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Nadere toegang op inventarisnummer 5614 van archieftoegang 101" ;
    a2a:RegistryNumber "5614" ;
    rdfs:label "Gemeentearchief Kerkrade, Nadere toegang op inventarisnummer 5614 van archieftoegang 101, 5614"
  ] ;
  a2a:SourceLastChangeDate "2022-01-16"^^xsd:date ;
  a2a:RecordGUID "{1a830b79-83c0-8780-eccc-cf696d6c7bca}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_1015614_54_MI.xml van KRD" .

