@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_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a
  a a2a:Record ;
  rdfs:label "Begrafenis op 15 december 1829 te Woerden" ;
  a2a:hasPerson oa:person_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Person1, oa:person_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Person4 ;
  a2a:hasEvent oa:event_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_0, oa:relationep_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_1 ;
  a2a:hasSource oa:source_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a .

oa:person_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Person1
  a a2a:Person ;
  rdfs:label "Neeltje Verhoese" ;
  a2a:PersonName [
    rdfs:label "Neeltje Verhoese" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Verhoese"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Person4
  a a2a:Person ;
  rdfs:label "Hogenes" ;
  a2a:PersonName [
    rdfs:label "Hogenes" ;
    a2a:PersonNameLastName "Hogenes"
  ] .

oa:event_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Event1
  a a2a:Event ;
  rdfs:label "Begraven" ;
  a2a:EventType "Begraven" ;
  a2a:EventDate [
    a2a:Year "1829" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1829-12-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] .

oa:relationep_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Person1 ;
  a2a:EventKeyRef oa:event_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Event1 .

oa:relationep_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Person4 ;
  a2a:EventKeyRef oa:event_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a_Event1 .

oa:source_rel_35bcf38d-a56b-d53a-6be9-0ecb0e97b74a
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, DTB Begraven" ;
  a2a:SourcePlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Begraven" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Begraven" ;
    a2a:RegistryNumber "471" ;
    a2a:Folio "114" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Begraven, 471, 114"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "W142.471.BEGRAVEN.04370" ;
  a2a:RecordGUID "{35bcf38d-a56b-d53a-6be9-0ecb0e97b74a}" ;
  a2a:SourceRemarkProvenance "rhcrl_w142_471_begraven-woerden_1783-1841_b.xlsx via wetransfer, csv2a2a" .

