@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_b80d481b-c87c-7ca1-892f-dcc9f5692f7d
  a a2a:Record ;
  rdfs:label "Geboorte op 10 september 1880" ;
  a2a:hasPerson oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person1, oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person2, oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person3, oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person4, oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person5 ;
  a2a:hasEvent oa:event_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Event1 ;
  a2a:hasRelationEP oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_0, oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_1, oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_2, oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_3, oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_4 ;
  a2a:hasSource oa:source_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d .

oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person1
  a a2a:Person ;
  rdfs:label "Johan Ernest Quaedflieg" ;
  a2a:PersonName [
    rdfs:label "Johan Ernest Quaedflieg" ;
    a2a:PersonNameFirstName "Johan Ernest" ;
    a2a:PersonNameLastName "Quaedflieg"
  ] ;
  a2a:Gender "Man" .

oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person2
  a a2a:Person ;
  rdfs:label "Mathijs Joseph Quaedflieg" ;
  a2a:PersonName [
    rdfs:label "Mathijs Joseph Quaedflieg" ;
    a2a:PersonNameFirstName "Mathijs Joseph" ;
    a2a:PersonNameLastName "Quaedflieg"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "mijnwerker" .

oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person3
  a a2a:Person ;
  rdfs:label "Maria Gertrud Wilhelmina Wolfs" ;
  a2a:PersonName [
    rdfs:label "Maria Gertrud Wilhelmina Wolfs" ;
    a2a:PersonNameFirstName "Maria Gertrud Wilhelmina" ;
    a2a:PersonNameLastName "Wolfs"
  ] .

oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person4
  a a2a:Person ;
  rdfs:label "Mathijs Joseph Buck" ;
  a2a:PersonName [
    rdfs:label "Mathijs Joseph Buck" ;
    a2a:PersonNameFirstName "Mathijs Joseph" ;
    a2a:PersonNameLastName "Buck"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "schrijnwerker" .

oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person5
  a a2a:Person ;
  rdfs:label "Lodewijk Herry" ;
  a2a:PersonName [
    rdfs:label "Lodewijk Herry" ;
    a2a:PersonNameFirstName "Lodewijk" ;
    a2a:PersonNameLastName "Herry"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "60" ;
    rdfs:label "60"
  ] ;
  a2a:Profession "landmeter" .

oa:event_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1880-09-10"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "Maria Gertrud Wilhelmina Wolfs" .

oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person1 ;
  a2a:EventKeyRef oa:event_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Event1 .

oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person2 ;
  a2a:EventKeyRef oa:event_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Event1 .

oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person3 ;
  a2a:EventKeyRef oa:event_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Event1 .

oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person4 ;
  a2a:EventKeyRef oa:event_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Event1 .

oa:relationep_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Person5 ;
  a2a:EventKeyRef oa:event_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d_Event1 .

oa:source_krd_b80d481b-c87c-7ca1-892f-dcc9f5692f7d
  a a2a:Source ;
  rdfs:label "Gemeentearchief Kerkrade, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kerkrade" ;
    rdfs:label "Kerkrade", "1880-01-01 - 1880-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Kerkrade" ;
    a2a:Collection "Nadere toegang op inventarisnummer 5620 van archieftoegang 101" ;
    a2a:RegistryNumber "5620" ;
    rdfs:label "Gemeentearchief Kerkrade, Nadere toegang op inventarisnummer 5620 van archieftoegang 101, 5620"
  ] ;
  a2a:SourceLastChangeDate "2016-04-25"^^xsd:date ;
  a2a:RecordGUID "{b80d481b-c87c-7ca1-892f-dcc9f5692f7d}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-KrdGA_101.5620_54_MI.xml van KRD" .

