@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_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1860-1869)" ;
  a2a:hasPerson oa:person_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55_Person1 ;
  a2a:hasEvent oa:event_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55_Event1 ;
  a2a:hasRelationEP oa:relationep_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55_0 ;
  a2a:hasSource oa:source_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55 .

oa:person_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55_Person1
  a a2a:Person ;
  rdfs:label "Antje Geertsema" ;
  a2a:PersonName [
    rdfs:label "Antje Geertsema" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Geertsema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1869" ;
    a2a:Month "08" ;
    a2a:Day "09" ;
    rdfs:label "1869-08-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:event_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:relationep_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55_Person1 ;
  a2a:EventKeyRef oa:event_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55_Event1 .

oa:source_mgr_e2b2f2fe-cfb3-d070-7350-300dc4bd1a55
  a a2a:Source ;
  rdfs:label "Historisch Archief Midden-Groningen, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1860-01-01 - 1869-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Archief Midden-Groningen" ;
    a2a:Place "Hoogezand" ;
    a2a:Collection "Bevolkingsregister Hoogezand (1860-1869)" ;
    a2a:RegistryNumber "1129" ;
    a2a:Folio "19" ;
    rdfs:label "Historisch Archief Midden-Groningen, Hoogezand, Bevolkingsregister Hoogezand (1860-1869), 1129, 19"
  ] ;
  a2a:SourceLastChangeDate "2018-02-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://historischarchief.midden-groningen.nl/collectie/personen/personen-view/deeds/e2b2f2fe-cfb3-d070-7350-300dc4bd1a55" ;
  a2a:RecordGUID "{e2b2f2fe-cfb3-d070-7350-300dc4bd1a55}" ;
  a2a:SourceRemarkOpmerking "Oud adres: C14K" ;
  a2a:SourceRemarklink_EAD "https://historischarchief.midden-groningen.nl/collectie/archieven/archieven-view/search/list/findingaid/HS01-001/file/1129/" ;
  a2a:SourceRemarkProvenance "MM-XML export ./coret_9d4f2ba5-0434-47cd-54c6-62d631c70196.xml converted to A2Av" .

