@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_3be84347-7769-e557-e780-046c1e9fc25b
  a a2a:Record ;
  rdfs:label "Lidmateninschrijving in 1826 te Zaltbommel" ;
  a2a:hasPerson oa:person_rar_3be84347-7769-e557-e780-046c1e9fc25b_Person1 ;
  a2a:hasEvent oa:event_rar_3be84347-7769-e557-e780-046c1e9fc25b_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_3be84347-7769-e557-e780-046c1e9fc25b_0 ;
  a2a:hasSource oa:source_rar_3be84347-7769-e557-e780-046c1e9fc25b .

oa:person_rar_3be84347-7769-e557-e780-046c1e9fc25b_Person1
  a a2a:Person ;
  rdfs:label "Johan Fredrik Ritten" ;
  a2a:PersonName [
    rdfs:label "Johan Fredrik Ritten" ;
    a2a:PersonNameFirstName "Johan Fredrik" ;
    a2a:PersonNameLastName "Ritten"
  ] .

oa:event_rar_3be84347-7769-e557-e780-046c1e9fc25b_Event1
  a a2a:Event ;
  rdfs:label "other:Lidmateninschrijving" ;
  a2a:EventType "other:Lidmateninschrijving" ;
  a2a:EventDate [ a2a:Year "1826" ] ;
  a2a:EventPlace [
    a2a:Place "Zaltbommel" ;
    rdfs:label "Zaltbommel"
  ] .

oa:relationep_rar_3be84347-7769-e557-e780-046c1e9fc25b_0
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in lidmatenregister" ;
  a2a:RelationType "other:Persoon in lidmatenregister" ;
  a2a:PersonKeyRef oa:person_rar_3be84347-7769-e557-e780-046c1e9fc25b_Person1 ;
  a2a:EventKeyRef oa:event_rar_3be84347-7769-e557-e780-046c1e9fc25b_Event1 .

oa:source_rar_3be84347-7769-e557-e780-046c1e9fc25b
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, DTB Lidmaten" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1826-01-01 - 1826-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:DTB Lidmaten" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Zaltbommel" ;
    a2a:Collection "NH Lidmaten 1817-1884 (DTB-1961)" ;
    a2a:RegistryNumber "1961" ;
    a2a:Folio "92" ;
    rdfs:label "Regionaal Archief Rivierenland, Zaltbommel, NH Lidmaten 1817-1884 (DTB-1961), 1961, 92"
  ] ;
  a2a:SourceLastChangeDate "2016-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3198-1961&minr=9139409&miview=ldt" ;
  a2a:RecordGUID "{3be84347-7769-e557-e780-046c1e9fc25b}" .

