@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_1cee4287-76b3-f41d-e0f3-e255285bbd54
  a a2a:Record ;
  rdfs:label "Overlijden (in het jaar 1800-2000)" ;
  a2a:hasPerson oa:person_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54_Person1 ;
  a2a:hasEvent oa:event_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54_Event1 ;
  a2a:hasRelationEP oa:relationep_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54_0 ;
  a2a:hasSource oa:source_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54 .

oa:person_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54_Person1
  a a2a:Person ;
  rdfs:label "Agatha Maria Baart" ;
  a2a:PersonName [
    rdfs:label "Agatha Maria Baart" ;
    a2a:PersonNameLastName "Agatha Maria Baart"
  ] ;
  a2a:Religion "R.K." ;
  a2a:BirthPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:event_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] ;
  a2a:EventRemark02_Plaats_begrafenis "R.K. kerkhof Alkmaar" ;
  a2a:EventRemark01_Datum_begrafenis "1 mei 1948" .

oa:relationep_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54_Person1 ;
  a2a:EventKeyRef oa:event_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54_Event1 .

oa:source_uit_1cee4287-76b3-f41d-e0f3-e255285bbd54
  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/0104.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-10-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.ouduitgeest.nl/cgi-bin/bidprent.pl?ident=0104" ;
  a2a:RecordIdentifier "0104" ;
  a2a:RecordGUID "{1cee4287-76b3-f41d-e0f3-e255285bbd54}" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie http://www.ouduitgeest.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

