@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_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6
  a a2a:Record ;
  rdfs:label "Overlijden (in het jaar 1500-2000)" ;
  a2a:hasPerson oa:person_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6_Person1 ;
  a2a:hasEvent oa:event_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6_Event1 ;
  a2a:hasRelationEP oa:relationep_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6_0 ;
  a2a:hasSource oa:source_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6 .

oa:person_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6_Person1
  a a2a:Person ;
  rdfs:label "Nico de Graaf" ;
  a2a:PersonName [
    rdfs:label "Nico de Graaf" ;
    a2a:PersonNameFirstName "Nico" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graaf"
  ] ;
  a2a:Gender "Man" .

oa:event_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" .

oa:relationep_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6_Person1 ;
  a2a:EventKeyRef oa:event_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6_Event1 .

oa:source_phm_a6cc2f06-30a3-b8da-fd09-7b95fd130dc6
  a a2a:Source ;
  rdfs:label "Princenhaags museum, Bidprentjesverzameling" ;
  a2a:SourcePlace [
    a2a:Place "Veldhoven" ;
    rdfs:label "Veldhoven", "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 "other:Bidprentjesverzameling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Princenhaags museum" ;
    rdfs:label "Princenhaags museum"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriPreview "https://images.memorix.nl/enb_359/thumb/500x500/b98a777e-fc89-c967-2d2c-d75a524f21f4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-09-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://princenhaagsmuseum.nl/collectie/objecten/?diw-id=brabantcloud_enb-359-bidprentje_enb-359.bidprentje-c2133302-2f9e-9208-31f8-e516086f1554-a6cc2f06-30a3-b8da-fd09-7b95fd130dc6" ;
  a2a:RecordIdentifier "PM01540" ;
  a2a:RecordGUID "{a6cc2f06-30a3-b8da-fd09-7b95fd130dc6}" ;
  a2a:SourceRemarkProvenance "http://data.brabantcloud.nl/api/search/v1/?format=json&q=delving_spec:enb-359-bidprentje fetch_data_brabant_cloud csv2a2a" .

