@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_63ec6ca5-e239-bbcc-40e3-70d997f461ef
  a a2a:Record ;
  rdfs:label "Lidmateninschrijving in 1857 te Zaltbommel" ;
  a2a:hasPerson oa:person_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef_Person1 ;
  a2a:hasEvent oa:event_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef_0 ;
  a2a:hasSource oa:source_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef .

oa:person_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef_Person1
  a a2a:Person ;
  rdfs:label "Gerritje Pippel" ;
  a2a:PersonName [
    rdfs:label "Gerritje Pippel" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNameLastName "Pippel"
  ] .

oa:event_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef_Event1
  a a2a:Event ;
  rdfs:label "other:Lidmateninschrijving" ;
  a2a:EventType "other:Lidmateninschrijving" ;
  a2a:EventDate [ a2a:Year "1857" ] ;
  a2a:EventPlace [
    a2a:Place "Zaltbommel" ;
    rdfs:label "Zaltbommel"
  ] .

oa:relationep_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef_0
  a a2a:RelationEP ;
  rdfs:label "other:Persoon in lidmatenregister" ;
  a2a:RelationType "other:Persoon in lidmatenregister" ;
  a2a:PersonKeyRef oa:person_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef_Person1 ;
  a2a:EventKeyRef oa:event_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef_Event1 .

oa:source_rar_63ec6ca5-e239-bbcc-40e3-70d997f461ef
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, DTB Lidmaten" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1857-01-01 - 1857-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1857-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1857-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 "88" ;
    rdfs:label "Regionaal Archief Rivierenland, Zaltbommel, NH Lidmaten 1817-1884 (DTB-1961), 1961, 88"
  ] ;
  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=9136351&miview=ldt" ;
  a2a:RecordGUID "{63ec6ca5-e239-bbcc-40e3-70d997f461ef}" .

