@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_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD
  a a2a:Record ;
  rdfs:label "Lidmateninschrijving op 24 maart 1875" ;
  a2a:hasPerson oa:person_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD_Person1 ;
  a2a:hasEvent oa:event_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD_0 ;
  a2a:hasSource oa:source_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD .

oa:person_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD_Person1
  a a2a:Person ;
  rdfs:label "Aart Martinus Spiering" ;
  a2a:PersonName [
    rdfs:label "Aart Martinus Spiering" ;
    a2a:PersonNameFirstName "Aart Martinus" ;
    a2a:PersonNameLastName "Spiering"
  ] .

oa:event_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD_Event1
  a a2a:Event ;
  rdfs:label "other:Lidmateninschrijving" ;
  a2a:EventType "other:Lidmateninschrijving" ;
  a2a:EventDate [
    a2a:Year "1875" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1875-03-24"^^xsd:date
  ] .

oa:relationep_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD_0
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in lidmatenregister" ;
  a2a:RelationType "other:Persoon in lidmatenregister" ;
  a2a:PersonKeyRef oa:person_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD_Person1 ;
  a2a:EventKeyRef oa:event_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD_Event1 .

oa:source_rar_203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, DTB Lidmaten" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1875-01-01 - 1875-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1875-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1875-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:DTB Lidmaten" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Gameren" ;
    a2a:Collection "NH Lidmaten 1771-1891 (DTB-0818)" ;
    a2a:RegistryNumber "818" ;
    a2a:Folio "136" ;
    rdfs:label "Regionaal Archief Rivierenland, Gameren, NH Lidmaten 1771-1891 (DTB-0818), 818, 136"
  ] ;
  a2a:SourceLastChangeDate "2021-11-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12108/203B7F99AFEF4B2D9DF3A2FBEC9568FD" ;
  a2a:RecordGUID "{203B7F99-AFEF-4B2D-9DF3-A2FBEC9568FD}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-TlRAR_3198-818_54_MI.xml van RAR" .

