@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_3089c275-cf5e-b8ec-321c-e5b95476a40e
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1925-1939)" ;
  a2a:hasPerson oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person1, oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person2, oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person3 ;
  a2a:hasEvent oa:event_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Event1 ;
  a2a:hasRelationEP oa:relationep_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_0, oa:relationep_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_1, oa:relationep_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_2 ;
  a2a:hasSource oa:source_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e .

oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person1
  a a2a:Person ;
  rdfs:label "Geert (Jans) Bosch" ;
  a2a:PersonName [
    rdfs:label "Geert (Jans) Bosch" ;
    a2a:PersonNameFirstName "Geert (Jans)" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1877-01-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Giethoorn" ;
    rdfs:label "Giethoorn"
  ] ;
  a2a:Profession "veldarbeider" .

oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person2
  a a2a:Person ;
  rdfs:label "Lammigje Doze" ;
  a2a:PersonName [
    rdfs:label "Lammigje Doze" ;
    a2a:PersonNameFirstName "Lammigje" ;
    a2a:PersonNameLastName "Doze"
  ] ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1877-08-05"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Giethoorn" ;
    rdfs:label "Giethoorn"
  ] ;
  a2a:Profession "zonder" .

oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person3
  a a2a:Person ;
  rdfs:label "Albert Bosch" ;
  a2a:PersonName [
    rdfs:label "Albert Bosch" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1903-06-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Giethoorn" ;
    rdfs:label "Giethoorn"
  ] ;
  a2a:Profession "veldarbeider" .

oa:event_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Giethoorn" ;
    rdfs:label "Giethoorn"
  ] .

oa:relationep_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person1 ;
  a2a:EventKeyRef oa:event_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Event1 .

oa:relationep_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person2 ;
  a2a:EventKeyRef oa:event_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Event1 .

oa:relationep_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Person3 ;
  a2a:EventKeyRef oa:event_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e_Event1 .

oa:source_swl_3089c275-cf5e-b8ec-321c-e5b95476a40e
  a a2a:Source ;
  rdfs:label "Gemeente Steenwijkerland, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Steenwijk" ;
    rdfs:label "Steenwijk", "1925-01-01 - 1939-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1939-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Steenwijkerland" ;
    a2a:Collection "Bevolkingsregister 1925-1939 A-B" ;
    a2a:RegistryNumber "25" ;
    a2a:Folio "110" ;
    rdfs:label "Gemeente Steenwijkerland, Bevolkingsregister 1925-1939 A-B, 25, 110"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "https://www.archieven.nl/nl/zoeken?mivast=1648&miadt=1648&miaet=54&micode=9.25&minr=1921431&miview=ldt" ;
    a2a:UriPreview "http://files.archieven.nl/php/get_thumb.php?adt_id=1648&toegang=9.25&file=09_25_Giethoorn_0110.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-08-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/mi/1648/?mivast=1648&miadt=1648&miaet=54&micode=9.25&minr=1921431&miview=ldt" ;
  a2a:RecordGUID "{3089c275-cf5e-b8ec-321c-e5b95476a40e}" .

