@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_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6
  a a2a:Record ;
  rdfs:label "Geboorte op 12 augustus 1816" ;
  a2a:hasPerson oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person1, oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person2, oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person3, oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person4, oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person5 ;
  a2a:hasEvent oa:event_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_0, oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_1, oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_2, oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_3, oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_4 ;
  a2a:hasSource oa:source_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6 .

oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person1
  a a2a:Person ;
  rdfs:label "Mathias Joseph Krahnen" ;
  a2a:PersonName [
    rdfs:label "Mathias Joseph Krahnen" ;
    a2a:PersonNameFirstName "Mathias Joseph" ;
    a2a:PersonNameLastName "Krahnen"
  ] ;
  a2a:Gender "Man" .

oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person2
  a a2a:Person ;
  rdfs:label "Nicolas Krahnen" ;
  a2a:PersonName [
    rdfs:label "Nicolas Krahnen" ;
    a2a:PersonNameFirstName "Nicolas" ;
    a2a:PersonNameLastName "Krahnen"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "dagloner" .

oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person3
  a a2a:Person ;
  rdfs:label "Maria Agnes Derickx" ;
  a2a:PersonName [
    rdfs:label "Maria Agnes Derickx" ;
    a2a:PersonNameFirstName "Maria Agnes" ;
    a2a:PersonNameLastName "Derickx"
  ] .

oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person4
  a a2a:Person ;
  rdfs:label "Wilhelm Bellen" ;
  a2a:PersonName [
    rdfs:label "Wilhelm Bellen" ;
    a2a:PersonNameFirstName "Wilhelm" ;
    a2a:PersonNameLastName "Bellen"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "veldwachter" .

oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person5
  a a2a:Person ;
  rdfs:label "Nicolas Potgens" ;
  a2a:PersonName [
    rdfs:label "Nicolas Potgens" ;
    a2a:PersonNameFirstName "Nicolas" ;
    a2a:PersonNameLastName "Potgens"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "arbeider" .

oa:event_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "8" ;
    a2a:Day "12" ;
    rdfs:label "1816-08-12"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "Maria Agnes Derickx" .

oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person1 ;
  a2a:EventKeyRef oa:event_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Event1 .

oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person2 ;
  a2a:EventKeyRef oa:event_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Event1 .

oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person3 ;
  a2a:EventKeyRef oa:event_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Event1 .

oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person4 ;
  a2a:EventKeyRef oa:event_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Event1 .

oa:relationep_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Person5 ;
  a2a:EventKeyRef oa:event_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6_Event1 .

oa:source_krd_3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1816-01-01 - 1816-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Nadere toegang op inventarisnummer 5572 van archieftoegang 101" ;
    a2a:RegistryNumber "5572" ;
    rdfs:label "Gemeentearchief Kerkrade, Nadere toegang op inventarisnummer 5572 van archieftoegang 101, 5572"
  ] ;
  a2a:SourceLastChangeDate "2022-07-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.archieven.nl/mi/72/?mivast=72&miadt=72&miaet=54&micode=101.5572&minr=783399&miview=ldt" ;
  a2a:RecordGUID "{3abb03de-96fe-4b96-3d2f-8ff4c0ae67e6}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_1015572_54_MI.xml van KRD" .

