@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_62c5b6cc-3295-79c8-e266-5fcd5da2f38b
  a a2a:Record ;
  rdfs:label "Begrafenis (in het jaar 1500-2000)" ;
  a2a:hasPerson oa:person_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Person1, oa:person_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Person2 ;
  a2a:hasEvent oa:event_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_0, oa:relationep_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_1 ;
  a2a:hasSource oa:source_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b .

oa:person_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Person1
  a a2a:Person ;
  rdfs:label "Bot" ;
  a2a:PersonName [
    rdfs:label "Bot" ;
    a2a:PersonNameLastName "Bot"
  ] .

oa:person_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Person2
  a a2a:Person ;
  rdfs:label "Antonij Bot" ;
  a2a:PersonName [
    rdfs:label "Antonij Bot" ;
    a2a:PersonNameFirstName "Antonij" ;
    a2a:PersonNameLastName "Bot"
  ] .

oa:event_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Event1
  a a2a:Event ;
  rdfs:label "Begraven" ;
  a2a:EventType "Begraven" ;
  a2a:EventPlace [
    a2a:Place "IJsselstein" ;
    rdfs:label "IJsselstein"
  ] .

oa:relationep_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Person1 ;
  a2a:EventKeyRef oa:event_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Event1 .

oa:relationep_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Person2 ;
  a2a:EventKeyRef oa:event_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b_Event1 .

oa:source_rel_62c5b6cc-3295-79c8-e266-5fcd5da2f38b
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, DTB Begraven" ;
  a2a:SourcePlace [
    a2a:Place "IJsselstein" ;
    rdfs:label "IJsselstein", "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 "503" ;
    a2a:Folio "68, 69" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Begraven, 503, 68, 69"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "Y046.503.BEGRAVEN.00676" ;
  a2a:RecordGUID "{62c5b6cc-3295-79c8-e266-5fcd5da2f38b}" ;
  a2a:SourceRemarkProvenance "rhcrl_y046_503-504_begraven-ijsselstein_1732-1811_b.xlsx via wetransfer, csv2a2a" .

