@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_ce770710-99b1-e62e-905d-2a543909bc5e
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1860-1890)" ;
  a2a:hasPerson oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person1, oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person2, oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person3, oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person4, oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person5 ;
  a2a:hasEvent oa:event_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Event1 ;
  a2a:hasRelationEP oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_0, oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_1, oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_2, oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_3, oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_4 ;
  a2a:hasSource oa:source_rhl_ce770710-99b1-e62e-905d-2a543909bc5e .

oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person1
  a a2a:Person ;
  rdfs:label "Johanna Hofman" ;
  a2a:PersonName [
    rdfs:label "Johanna Hofman" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Hofman"
  ] ;
  a2a:BirthDate [
    a2a:Year "1799" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1799-10-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person2
  a a2a:Person ;
  rdfs:label "François Louis Auguste Brans" ;
  a2a:PersonName [
    rdfs:label "François Louis Auguste Brans" ;
    a2a:PersonNameFirstName "François Louis Auguste" ;
    a2a:PersonNameLastName "Brans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1861-04-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schaarbeek" ;
    rdfs:label "Schaarbeek"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person3
  a a2a:Person ;
  rdfs:label "Marie Elisabeth Gerritsen" ;
  a2a:PersonName [
    rdfs:label "Marie Elisabeth Gerritsen" ;
    a2a:PersonNameFirstName "Marie Elisabeth" ;
    a2a:PersonNameLastName "Gerritsen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1865" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1865-02-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person4
  a a2a:Person ;
  rdfs:label "Georges Mathieu Auguste Brans" ;
  a2a:PersonName [
    rdfs:label "Georges Mathieu Auguste Brans" ;
    a2a:PersonNameFirstName "Georges Mathieu Auguste" ;
    a2a:PersonNameLastName "Brans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "6" ;
    a2a:Day "6" ;
    rdfs:label "1886-06-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Luik" ;
    rdfs:label "Luik"
  ] .

oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person5
  a a2a:Person ;
  rdfs:label "Petrus Andreas Brans" ;
  a2a:PersonName [
    rdfs:label "Petrus Andreas Brans" ;
    a2a:PersonNameFirstName "Petrus Andreas" ;
    a2a:PersonNameLastName "Brans"
  ] ;
  a2a:BirthDate [
    a2a:Year "1888" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1888-08-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:event_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person1 ;
  a2a:EventKeyRef oa:event_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Event1 .

oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person2 ;
  a2a:EventKeyRef oa:event_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Event1 .

oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person3 ;
  a2a:EventKeyRef oa:event_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Event1 .

oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person4 ;
  a2a:EventKeyRef oa:event_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Event1 .

oa:relationep_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Person5 ;
  a2a:EventKeyRef oa:event_rhl_ce770710-99b1-e62e-905d-2a543909bc5e_Event1 .

oa:source_rhl_ce770710-99b1-e62e-905d-2a543909bc5e
  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 B3, folio 399-597, De Boer-Breuls, 1880-1890" ;
    a2a:Book "Bevolkingsregister Maastricht, 1880-1890" ;
    a2a:DocumentNumber "184" ;
    a2a:RegistryNumber "86" ;
    rdfs:label "Historisch Centrum Limburg, Register B3, folio 399-597, De Boer-Breuls, 1880-1890, Bevolkingsregister Maastricht, 1880-1890, 184, 86"
  ] ;
  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=13983024&miq=1088339011&miview=inv2&milang=nl"
  ] ;
  a2a:SourceLastChangeDate "2017-07-05"^^xsd:date ;
  a2a:RecordIdentifier "20.096A_86_0184" ;
  a2a:RecordGUID "{ce770710-99b1-e62e-905d-2a543909bc5e}" .

