@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_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e
  a a2a:Record ;
  rdfs:label "Overlijden (in het jaar 1800-2000)" ;
  a2a:hasPerson oa:person_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e_Person1 ;
  a2a:hasEvent oa:event_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e_Event1 ;
  a2a:hasRelationEP oa:relationep_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e_0 ;
  a2a:hasSource oa:source_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e .

oa:person_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e_Person1
  a a2a:Person ;
  rdfs:label "Charlotte Jos Lucia (Roepnaam: Charlotte) Naus" ;
  a2a:PersonName [
    rdfs:label "Charlotte Jos Lucia (Roepnaam: Charlotte) Naus" ;
    a2a:PersonNameFirstName "Charlotte Jos Lucia (Roepnaam: Charlotte)" ;
    a2a:PersonNameLastName "Naus"
  ] ;
  a2a:BirthDate [
    a2a:Year "2001" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "2001-04-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk"
  ] .

oa:event_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" .

oa:relationep_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e_Person1 ;
  a2a:EventKeyRef oa:event_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e_Event1 .

oa:source_voo_7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e
  a a2a:Source ;
  rdfs:label "Historische Kring Voorhout, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Voorhout" ;
    rdfs:label "Voorhout", "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 Kring Voorhout" ;
    rdfs:label "Historische Kring Voorhout"
  ] ;
  a2a:SourceLastChangeDate "2022-09-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.beeldbankvoorhout.nl/cgi-bin/bidprent.pl?ident=01681" ;
  a2a:RecordIdentifier "FB-01681" ;
  a2a:RecordGUID "{7642bb77-97e1-4e0f-3fcc-ac6c54ad2c8e}" ;
  a2a:SourceRemarkOpmerking "Soort bericht: Geboorte / Geboortekaartje<br>Met foto  <br>Coll0306" ;
  a2a:SourceRemarkProvenance "Gescrapet van ZCBS instantie http://www.beeldbankvoorhout.nl/cgi-bin/bidprent.pl, HTML naar CSV, CSV naar A2A" .

