@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_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2
  a a2a:Record ;
  rdfs:label "Geboorte op 11 november 1820" ;
  a2a:hasPerson oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person1, oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person2, oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person3, oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person4, oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person5 ;
  a2a:hasEvent oa:event_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_0, oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_1, oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_2, oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_3, oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_4 ;
  a2a:hasSource oa:source_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2 .

oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person1
  a a2a:Person ;
  rdfs:label "Anna Maria Hubertina Dautzenberg" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Hubertina Dautzenberg" ;
    a2a:PersonNameFirstName "Anna Maria Hubertina" ;
    a2a:PersonNameLastName "Dautzenberg"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person2
  a a2a:Person ;
  rdfs:label "Godfried Dautzenberg" ;
  a2a:PersonName [
    rdfs:label "Godfried Dautzenberg" ;
    a2a:PersonNameFirstName "Godfried" ;
    a2a:PersonNameLastName "Dautzenberg"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "53" ;
    rdfs:label "53"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person3
  a a2a:Person ;
  rdfs:label "Johanna Maria Streifelds" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Streifelds" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Streifelds"
  ] .

oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person4
  a a2a:Person ;
  rdfs:label "Pieter Joseph Wirtz" ;
  a2a:PersonName [
    rdfs:label "Pieter Joseph Wirtz" ;
    a2a:PersonNameFirstName "Pieter Joseph" ;
    a2a:PersonNameLastName "Wirtz"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "45" ;
    rdfs:label "45"
  ] ;
  a2a:Profession "koopman" .

oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person5
  a a2a:Person ;
  rdfs:label "Pieter Joseph Godfried" ;
  a2a:PersonName [
    rdfs:label "Pieter Joseph Godfried" ;
    a2a:PersonNameFirstName "Pieter Joseph" ;
    a2a:PersonNameLastName "Godfried"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "secretaris" .

oa:event_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1820" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1820-11-11"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "Johanna Maria Streifelds" .

oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person1 ;
  a2a:EventKeyRef oa:event_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Event1 .

oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person2 ;
  a2a:EventKeyRef oa:event_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Event1 .

oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person3 ;
  a2a:EventKeyRef oa:event_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Event1 .

oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person4 ;
  a2a:EventKeyRef oa:event_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Event1 .

oa:relationep_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Person5 ;
  a2a:EventKeyRef oa:event_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2_Event1 .

oa:source_krd_76f42e5c-2828-9bfe-ab3e-e85925f6c4c2
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1820-01-01 - 1820-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1820-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Nadere toegang op inventarisnummer 5573 van archieftoegang 101" ;
    a2a:RegistryNumber "5573" ;
    rdfs:label "Gemeentearchief Kerkrade, Nadere toegang op inventarisnummer 5573 van archieftoegang 101, 5573"
  ] ;
  a2a:SourceLastChangeDate "2018-03-30"^^xsd:date ;
  a2a:RecordGUID "{76f42e5c-2828-9bfe-ab3e-e85925f6c4c2}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_101.5573_54_MI.xml van KRD" .

