@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_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b
  a a2a:Record ;
  rdfs:label "Lidmateninschrijving op 3 april 1823 te Hedel" ;
  a2a:hasPerson oa:person_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b_Person1 ;
  a2a:hasEvent oa:event_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b_0 ;
  a2a:hasSource oa:source_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b .

oa:person_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b_Person1
  a a2a:Person ;
  rdfs:label "Cornelia Hoeflak" ;
  a2a:PersonName [
    rdfs:label "Cornelia Hoeflak" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Hoeflak"
  ] .

oa:event_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b_Event1
  a a2a:Event ;
  rdfs:label "other:Lidmateninschrijving" ;
  a2a:EventType "other:Lidmateninschrijving" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1823-04-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hedel" ;
    rdfs:label "Hedel"
  ] .

oa:relationep_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b_0
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in lidmatenregister" ;
  a2a:RelationType "other:Persoon in lidmatenregister" ;
  a2a:PersonKeyRef oa:person_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b_Person1 ;
  a2a:EventKeyRef oa:event_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b_Event1 .

oa:source_rar_fc02a217-18e3-3a5b-706b-e1552fbc099b
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, DTB Lidmaten" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1823-01-01 - 1823-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:DTB Lidmaten" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Hedel" ;
    a2a:Collection "NH Lidmaten 1772-1862 (DTB-0920)" ;
    a2a:RegistryNumber "920" ;
    a2a:Folio "39" ;
    rdfs:label "Regionaal Archief Rivierenland, Hedel, NH Lidmaten 1772-1862 (DTB-0920), 920, 39"
  ] ;
  a2a:SourceLastChangeDate "2016-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3198-920&minr=9157463&miview=ldt" ;
  a2a:RecordGUID "{fc02a217-18e3-3a5b-706b-e1552fbc099b}" .

