@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_swl_0925f474-1bd2-942f-a87f-ef69cdca8008
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1839-1849)" ;
  a2a:hasPerson oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person1, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person2, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person3, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person4, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person5, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person6, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person7, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person8, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person9, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person10, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person11, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person12, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person13, oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person14 ;
  a2a:hasEvent oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 ;
  a2a:hasRelationEP oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_0, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_1, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_2, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_3, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_4, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_5, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_6, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_7, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_8, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_9, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_10, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_11, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_12, oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_13 ;
  a2a:hasSource oa:source_swl_0925f474-1bd2-942f-a87f-ef69cdca8008 .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person1
  a a2a:Person ;
  rdfs:label "Pieter Meuser" ;
  a2a:PersonName [
    rdfs:label "Pieter Meuser" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Meuser"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "72" ;
    rdfs:label "72"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gimborg" ;
    rdfs:label "Gimborg"
  ] ;
  a2a:Profession "metzelaar" .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person2
  a a2a:Person ;
  rdfs:label "Hendrik Meirink" ;
  a2a:PersonName [
    rdfs:label "Hendrik Meirink" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Meirink"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "34" ;
    rdfs:label "34"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] ;
  a2a:Profession "schipper" .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person3
  a a2a:Person ;
  rdfs:label "Jan Meirink" ;
  a2a:PersonName [
    rdfs:label "Jan Meirink" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Meirink"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "3" ;
    rdfs:label "3"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person4
  a a2a:Person ;
  rdfs:label "Willem Meirink" ;
  a2a:PersonName [
    rdfs:label "Willem Meirink" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Meirink"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "1" ;
    rdfs:label "1"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person5
  a a2a:Person ;
  rdfs:label "Femmigje Pander Maat" ;
  a2a:PersonName [
    rdfs:label "Femmigje Pander Maat" ;
    a2a:PersonNameFirstName "Femmigje Pander" ;
    a2a:PersonNameLastName "Maat"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "72" ;
    rdfs:label "72"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person6
  a a2a:Person ;
  rdfs:label "Jantje Mastenbroek" ;
  a2a:PersonName [
    rdfs:label "Jantje Mastenbroek" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Mastenbroek"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person7
  a a2a:Person ;
  rdfs:label "Dirk Meirink" ;
  a2a:PersonName [
    rdfs:label "Dirk Meirink" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Meirink"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] ;
  a2a:Profession "schippersknecht" .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person8
  a a2a:Person ;
  rdfs:label "Gerrit Berends Mietes" ;
  a2a:PersonName [
    rdfs:label "Gerrit Berends Mietes" ;
    a2a:PersonNameFirstName "Gerrit Berends" ;
    a2a:PersonNameLastName "Mietes"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "47" ;
    rdfs:label "47"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] ;
  a2a:Profession "venter" .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person9
  a a2a:Person ;
  rdfs:label "Jan Mietes" ;
  a2a:PersonName [
    rdfs:label "Jan Mietes" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Mietes"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "18" ;
    rdfs:label "18"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] ;
  a2a:Profession "schippersknecht" .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person10
  a a2a:Person ;
  rdfs:label "Barend Mietes" ;
  a2a:PersonName [
    rdfs:label "Barend Mietes" ;
    a2a:PersonNameFirstName "Barend" ;
    a2a:PersonNameLastName "Mietes"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "16" ;
    rdfs:label "16"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] ;
  a2a:Profession "schippersknecht" .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person11
  a a2a:Person ;
  rdfs:label "Wijndeld Meilof" ;
  a2a:PersonName [
    rdfs:label "Wijndeld Meilof" ;
    a2a:PersonNameFirstName "Wijndeld" ;
    a2a:PersonNameLastName "Meilof"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "31" ;
    rdfs:label "31"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] ;
  a2a:Profession "schipper" .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person12
  a a2a:Person ;
  rdfs:label "Cornelis Meilof" ;
  a2a:PersonName [
    rdfs:label "Cornelis Meilof" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Meilof"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person13
  a a2a:Person ;
  rdfs:label "Gerrit Meilof" ;
  a2a:PersonName [
    rdfs:label "Gerrit Meilof" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Meilof"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] ;
  a2a:Profession "schippersknecht" .

oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person14
  a a2a:Person ;
  rdfs:label "Antje Meilof" ;
  a2a:PersonName [
    rdfs:label "Antje Meilof" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Meilof"
  ] ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1840-02-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] .

oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person1 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person2 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person3 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person4 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person5 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person6 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person7 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person8 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person9 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person10 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person11 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person12 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_12
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person13 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:relationep_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_13
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Person14 ;
  a2a:EventKeyRef oa:event_swl_0925f474-1bd2-942f-a87f-ef69cdca8008_Event1 .

oa:source_swl_0925f474-1bd2-942f-a87f-ef69cdca8008
  a a2a:Source ;
  rdfs:label "Gemeente Steenwijkerland, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Steenwijk" ;
    rdfs:label "Steenwijk", "1839-01-01 - 1849-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1839-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1849-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Steenwijkerland" ;
    a2a:Collection "Bevolkingsregister Blokzijl 1839-1849" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "93" ;
    rdfs:label "Gemeente Steenwijkerland, Bevolkingsregister Blokzijl 1839-1849, 3, 93"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://www.archieven.nl/nl/zoeken?mivast=1648&miadt=1648&miaet=54&micode=8.3&minr=2046050&miview=ldt" ;
    a2a:UriPreview "http://files.archieven.nl/php/get_thumb.php?adt_id=1648&toegang=8.3&file=08_03_093_Blokzijl.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/mi/1648/?mivast=1648&miadt=1648&miaet=54&micode=8.3&minr=2046050&miview=ldt" ;
  a2a:RecordGUID "{0925f474-1bd2-942f-a87f-ef69cdca8008}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-StwGA_8.3_54_MI.xml van SWL" .

