@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_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1890-1909)" ;
  a2a:hasPerson oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person1, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person2, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person3, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person4, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person5, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person6, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person7, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person8, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person9, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person10, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person11, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person12, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person13, oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person14 ;
  a2a:hasEvent oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 ;
  a2a:hasRelationEP oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_0, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_1, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_2, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_3, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_4, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_5, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_6, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_7, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_8, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_9, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_10, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_11, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_12, oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_13 ;
  a2a:hasSource oa:source_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32 .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person1
  a a2a:Person ;
  rdfs:label "Sophia Gommans" ;
  a2a:PersonName [
    rdfs:label "Sophia Gommans" ;
    a2a:PersonNameFirstName "Sophia" ;
    a2a:PersonNameLastName "Gommans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1898" ;
    a2a:Month "01" ;
    a2a:Day "31" ;
    rdfs:label "1898-01-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person2
  a a2a:Person ;
  rdfs:label "AnnaMaria Hermans" ;
  a2a:PersonName [
    rdfs:label "AnnaMaria Hermans" ;
    a2a:PersonNameFirstName "AnnaMaria" ;
    a2a:PersonNameLastName "Hermans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1857" ;
    a2a:Month "08" ;
    a2a:Day "08" ;
    rdfs:label "1857-08-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kessel" ;
    rdfs:label "Kessel"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person3
  a a2a:Person ;
  rdfs:label "Martinus Gommans" ;
  a2a:PersonName [
    rdfs:label "Martinus Gommans" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Gommans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1867" ;
    a2a:Month "05" ;
    a2a:Day "14" ;
    rdfs:label "1867-05-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person4
  a a2a:Person ;
  rdfs:label "Sophia Gommans" ;
  a2a:PersonName [
    rdfs:label "Sophia Gommans" ;
    a2a:PersonNameFirstName "Sophia" ;
    a2a:PersonNameLastName "Gommans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "06" ;
    a2a:Day "22" ;
    rdfs:label "1895-06-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person5
  a a2a:Person ;
  rdfs:label "Johanna Hubertina Kerkhof" ;
  a2a:PersonName [
    rdfs:label "Johanna Hubertina Kerkhof" ;
    a2a:PersonNameFirstName "Johanna Hubertina" ;
    a2a:PersonNameLastName "Kerkhof"
  ] ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "03" ;
    a2a:Day "02" ;
    rdfs:label "1886-03-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person6
  a a2a:Person ;
  rdfs:label "Gertrudis Slots" ;
  a2a:PersonName [
    rdfs:label "Gertrudis Slots" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNameLastName "Slots"
  ] ;
  a2a:BirthDate [
    a2a:Year "1868" ;
    a2a:Month "07" ;
    a2a:Day "18" ;
    rdfs:label "1868-07-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kessel" ;
    rdfs:label "Kessel"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person7
  a a2a:Person ;
  rdfs:label "Cornelis Kerkhof" ;
  a2a:PersonName [
    rdfs:label "Cornelis Kerkhof" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Kerkhof"
  ] ;
  a2a:BirthDate [
    a2a:Year "1884" ;
    a2a:Month "01" ;
    a2a:Day "18" ;
    rdfs:label "1884-01-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kessel" ;
    rdfs:label "Kessel"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person8
  a a2a:Person ;
  rdfs:label "Johannes Leonard Gommans" ;
  a2a:PersonName [
    rdfs:label "Johannes Leonard Gommans" ;
    a2a:PersonNameFirstName "Johannes Leonard" ;
    a2a:PersonNameLastName "Gommans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1863" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1863-10-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person9
  a a2a:Person ;
  rdfs:label "Maria van den Beuken" ;
  a2a:PersonName [
    rdfs:label "Maria van den Beuken" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Beuken"
  ] ;
  a2a:BirthDate [
    a2a:Year "1828" ;
    a2a:Month "07" ;
    a2a:Day "17" ;
    rdfs:label "1828-07-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nederweert" ;
    rdfs:label "Nederweert"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person10
  a a2a:Person ;
  rdfs:label "Peter Gommans" ;
  a2a:PersonName [
    rdfs:label "Peter Gommans" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Gommans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1839" ;
    a2a:Month "03" ;
    a2a:Day "21" ;
    rdfs:label "1839-03-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person11
  a a2a:Person ;
  rdfs:label "Anna Maria Gommans" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Gommans" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Gommans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "03" ;
    a2a:Day "01" ;
    rdfs:label "1893-03-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person12
  a a2a:Person ;
  rdfs:label "Anna Helena Gommans" ;
  a2a:PersonName [
    rdfs:label "Anna Helena Gommans" ;
    a2a:PersonNameFirstName "Anna Helena" ;
    a2a:PersonNameLastName "Gommans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "07" ;
    a2a:Day "04" ;
    rdfs:label "1896-07-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person13
  a a2a:Person ;
  rdfs:label "Jan Jacob Kerkhof" ;
  a2a:PersonName [
    rdfs:label "Jan Jacob Kerkhof" ;
    a2a:PersonNameFirstName "Jan Jacob" ;
    a2a:PersonNameLastName "Kerkhof"
  ] ;
  a2a:BirthDate [
    a2a:Year "1855" ;
    a2a:Month "06" ;
    a2a:Day "21" ;
    rdfs:label "1855-06-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sevenum" ;
    rdfs:label "Sevenum"
  ] .

oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person14
  a a2a:Person ;
  rdfs:label "Johanna Kerkhof" ;
  a2a:PersonName [
    rdfs:label "Johanna Kerkhof" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Kerkhof"
  ] ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "07" ;
    a2a:Day "30" ;
    rdfs:label "1889-07-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden"
  ] .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person1 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person2 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person3 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person4 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person5 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person6 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person7 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person8 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person9 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person10 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person11 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person12 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person13 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:relationep_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Person14 ;
  a2a:EventKeyRef oa:event_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32_Event1 .

oa:source_pem_1d273bcb-cd90-9d09-299e-9a1f1eef0a32
  a a2a:Source ;
  rdfs:label "gemeente Peel en Maas, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Helden" ;
    rdfs:label "Helden", "1890-01-01 - 1909-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "gemeente Peel en Maas" ;
    a2a:Place "Peel en Maas" ;
    a2a:Collection "0918_SA1588_1015 (1890-1909)" ;
    rdfs:label "gemeente Peel en Maas, Peel en Maas, 0918_SA1588_1015 (1890-1909)"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://images.memorix.nl/gmp_penm/download/fullsize/44950f5c-a9dd-f597-a6c4-68b738a9c8d2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/gmp_penm/thumb/250x250/44950f5c-a9dd-f597-a6c4-68b738a9c8d2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-09-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://peelenmaasnet.nl/personen/deeds/1d273bcb-cd90-9d09-299e-9a1f1eef0a32" ;
  a2a:RecordGUID "{1d273bcb-cd90-9d09-299e-9a1f1eef0a32}" ;
  a2a:SourceRemarkProvenance "MMM-XML export br-xml/Digitale indexen bevolkingsregister_PenM_20200904.59.xml from https://peelenmaasnet.nl/ converted to A2A" .

