@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_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1860-1890)" ;
  a2a:hasPerson oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person1, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person2, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person3, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person4, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person5, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person6, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person7, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person8, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person9, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person10, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person11, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person12, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person13, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person14, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person15, oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person16 ;
  a2a:hasEvent oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 ;
  a2a:hasRelationEP oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_0, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_1, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_2, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_3, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_4, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_5, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_6, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_7, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_8, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_9, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_10, oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_11 ;
  a2a:hasSource oa:source_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person1
  a a2a:Person ;
  rdfs:label "Martin Procès" ;
  a2a:PersonName [
    rdfs:label "Martin Procès" ;
    a2a:PersonNameFirstName "Martin" ;
    a2a:PersonNameLastName "Procès"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amen" ;
    rdfs:label "Amen"
  ] ;
  a2a:Profession "stoker" .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person2
  a a2a:Person ;
  rdfs:label "Josephine Quinot" ;
  a2a:PersonName [
    rdfs:label "Josephine Quinot" ;
    a2a:PersonNameFirstName "Josephine" ;
    a2a:PersonNameLastName "Quinot"
  ] ;
  a2a:BirthDate [
    a2a:Year "1816" ;
    a2a:Month "10" ;
    a2a:Day "17" ;
    rdfs:label "1816-10-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Namen" ;
    rdfs:label "Namen"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person3
  a a2a:Person ;
  rdfs:label "Marie Josephine Procès" ;
  a2a:PersonName [
    rdfs:label "Marie Josephine Procès" ;
    a2a:PersonNameFirstName "Marie Josephine" ;
    a2a:PersonNameLastName "Procès"
  ] ;
  a2a:BirthDate [
    a2a:Year "1845" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1845-11-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] ;
  a2a:Profession "fabriekarbeidster" .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person4
  a a2a:Person ;
  rdfs:label "Barbara Angelica Procès" ;
  a2a:PersonName [
    rdfs:label "Barbara Angelica Procès" ;
    a2a:PersonNameFirstName "Barbara Angelica" ;
    a2a:PersonNameLastName "Procès"
  ] ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "10" ;
    a2a:Day "17" ;
    rdfs:label "1847-10-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] ;
  a2a:Profession "fabriekarbeidster" .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person5
  a a2a:Person ;
  rdfs:label "Josephine Sophie Procès" ;
  a2a:PersonName [
    rdfs:label "Josephine Sophie Procès" ;
    a2a:PersonNameFirstName "Josephine Sophie" ;
    a2a:PersonNameLastName "Procès"
  ] ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1850-07-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Brussel" ;
    rdfs:label "Brussel"
  ] ;
  a2a:Profession "fabriekarbeidster" .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person6
  a a2a:Person ;
  rdfs:label "Charles Louis Emile Procès" ;
  a2a:PersonName [
    rdfs:label "Charles Louis Emile Procès" ;
    a2a:PersonNameFirstName "Charles Louis Emile" ;
    a2a:PersonNameLastName "Procès"
  ] ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1854-06-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Brussel" ;
    rdfs:label "Brussel"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person7
  a a2a:Person ;
  rdfs:label "Marie Adèle Procès" ;
  a2a:PersonName [
    rdfs:label "Marie Adèle Procès" ;
    a2a:PersonNameFirstName "Marie Adèle" ;
    a2a:PersonNameLastName "Procès"
  ] ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1861-12-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person8
  a a2a:Person ;
  rdfs:label "Hendrikus Pullen" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Pullen" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Pullen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1837" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1837-03-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Driel" ;
    rdfs:label "Driel"
  ] ;
  a2a:Profession "arbeider" .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person9
  a a2a:Person ;
  rdfs:label "Francisca van den Heuvel" ;
  a2a:PersonName [
    rdfs:label "Francisca van den Heuvel" ;
    a2a:PersonNameFirstName "Francisca" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Heuvel"
  ] ;
  a2a:BirthDate [
    a2a:Year "1836" ;
    a2a:Month "8" ;
    a2a:Day "19" ;
    rdfs:label "1836-08-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Budel" ;
    rdfs:label "Budel"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person10
  a a2a:Person ;
  rdfs:label "Maria Gertruida Pullen" ;
  a2a:PersonName [
    rdfs:label "Maria Gertruida Pullen" ;
    a2a:PersonNameFirstName "Maria Gertruida" ;
    a2a:PersonNameLastName "Pullen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1867" ;
    a2a:Month "3" ;
    a2a:Day "17" ;
    rdfs:label "1867-03-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person11
  a a2a:Person ;
  rdfs:label "Joannes Pieters" ;
  a2a:PersonName [
    rdfs:label "Joannes Pieters" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:BirthDate [
    a2a:Year "1841" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1841-08-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] ;
  a2a:Profession "daglooner" .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person12
  a a2a:Person ;
  rdfs:label "Maria Delfant" ;
  a2a:PersonName [
    rdfs:label "Maria Delfant" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Delfant"
  ] ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1842-08-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person13
  a a2a:Person ;
  rdfs:label "Joannes Pieters" ;
  a2a:PersonName [
    rdfs:label "Joannes Pieters" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person14
  a a2a:Person ;
  rdfs:label "Joanna Pieters" ;
  a2a:PersonName [
    rdfs:label "Joanna Pieters" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person15
  a a2a:Person ;
  rdfs:label "Joanna Pieters" ;
  a2a:PersonName [
    rdfs:label "Joanna Pieters" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person16
  a a2a:Person ;
  rdfs:label "Helena Pieters" ;
  a2a:PersonName [
    rdfs:label "Helena Pieters" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person1 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person2 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person3 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person4 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person5 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person6 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person7 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person8 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person9 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person10 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person11 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:relationep_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Person12 ;
  a2a:EventKeyRef oa:event_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f_Event1 .

oa:source_rhl_5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f
  a a2a:Source ;
  rdfs:label "Historisch Centrum Limburg, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht", "1860-01-01 - 1890-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Limburg" ;
    a2a:Collection "Register P2 en R2 : P2, folio 200-308, Plussie-Pypeseel (folio 200-258) ; R2, folio 200-289, Roym..." ;
    a2a:Book "Bevolkingsregister Maastricht, 1860-1880" ;
    a2a:DocumentNumber "52" ;
    a2a:RegistryNumber "67" ;
    rdfs:label "Historisch Centrum Limburg, Register P2 en R2 : P2, folio 200-308, Plussie-Pypeseel (folio 200-258) ; R2, folio 200-289, Roym..., Bevolkingsregister Maastricht, 1860-1880, 52, 67"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://www.archieven.nl/nl/zoeken?mivast=0&mizig=210&miadt=38&miaet=1&micode=20.096A&minr=13983005&miq=1088339011&miview=inv2&milang=nl"
  ] ;
  a2a:SourceLastChangeDate "2017-07-05"^^xsd:date ;
  a2a:RecordIdentifier "20.096A_67_0052" ;
  a2a:RecordGUID "{5aa28229-dd11-e1fe-d93b-fbd7b3f40d3f}" .

