@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_uit_5ecee7d1-24bf-024b-b012-5caff175fd06
  a a2a:Record ;
  rdfs:label "Overlijden in 1991 te Uitgeest" ;
  a2a:hasPerson oa:person_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Person1, oa:person_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Person2 ;
  a2a:hasEvent oa:event_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Event1 ;
  a2a:hasRelationEP oa:relationep_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_0, oa:relationep_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_1 ;
  a2a:hasSource oa:source_uit_5ecee7d1-24bf-024b-b012-5caff175fd06 .

oa:person_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Person1
  a a2a:Person ;
  rdfs:label "Willem Wiebes" ;
  a2a:PersonName [
    rdfs:label "Willem Wiebes" ;
    a2a:PersonNameLastName "Willem Wiebes"
  ] ;
  a2a:Religion "R.K." ;
  a2a:BirthPlace [
    a2a:Place "Uitgeest" ;
    rdfs:label "Uitgeest"
  ] .

oa:person_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Person2
  a a2a:Person ;
  rdfs:label "Margaretha Tromp" ;
  a2a:PersonName [
    rdfs:label "Margaretha Tromp" ;
    a2a:PersonNameLastName "Margaretha Tromp"
  ] .

oa:event_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1991" ;
    a2a:Day "26"
  ] ;
  a2a:EventPlace [
    a2a:Place "Uitgeest" ;
    rdfs:label "Uitgeest"
  ] ;
  a2a:EventRemark01_Datum_begrafenis "29 mei 1991" ;
  a2a:EventRemark02_Plaats_begrafenis "R.K. kerkhof Uitgeest" .

oa:relationep_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Person1 ;
  a2a:EventKeyRef oa:event_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Event1 .

oa:relationep_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_1
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Person2 ;
  a2a:EventKeyRef oa:event_uit_5ecee7d1-24bf-024b-b012-5caff175fd06_Event1 .

oa:source_uit_5ecee7d1-24bf-024b-b012-5caff175fd06
  a a2a:Source ;
  rdfs:label "Historische Vereniging Oud Uitgeest, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Uitgeest" ;
    rdfs:label "Uitgeest", "1800-01-01 - 2000-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-01-01"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historische Vereniging Oud Uitgeest" ;
    rdfs:label "Historische Vereniging Oud Uitgeest"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "https://www.ouduitgeest.nl/bidprent/large/0019.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-04-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.ouduitgeest.nl/cgi-bin/bidprent.pl?ident=0019" ;
  a2a:RecordIdentifier "0019" ;
  a2a:RecordGUID "{5ecee7d1-24bf-024b-b012-5caff175fd06}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie http://www.ouduitgeest.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

