@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_elo_d754d74a-1a83-ece3-59a5-55f77478d047
  a a2a:Record ;
  rdfs:label "BS Overlijden op 6 augustus 1950 te Lisse" ;
  a2a:hasPerson oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person-4b8dca69-919a-5f5b-8858-72997f8644ec, oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person-e4e4847d-4910-0a11-928c-4c9d8c78139d, oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person-a7787ab2-abc6-2cb6-4dd5-be6b76363b92, oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person-95d21f10-b07b-0b62-3751-0b54056660f5 ;
  a2a:hasEvent oa:event_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_d754d74a-1a83-ece3-59a5-55f77478d047_0, oa:relationep_elo_d754d74a-1a83-ece3-59a5-55f77478d047_1, oa:relationep_elo_d754d74a-1a83-ece3-59a5-55f77478d047_2 ;
  a2a:hasRelationPP oa:relationpp_elo_d754d74a-1a83-ece3-59a5-55f77478d047_0 ;
  a2a:hasSource oa:source_elo_d754d74a-1a83-ece3-59a5-55f77478d047 .

oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person-4b8dca69-919a-5f5b-8858-72997f8644ec
  a a2a:Person ;
  rdfs:label "Cornelis Jacobus van Graven" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jacobus van Graven" ;
    a2a:PersonNameFirstName "Cornelis Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Graven"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "66 jaar" ;
    rdfs:label "66 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person-e4e4847d-4910-0a11-928c-4c9d8c78139d
  a a2a:Person ;
  rdfs:label "Maria Smit" ;
  a2a:PersonName [
    rdfs:label "Maria Smit" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person-a7787ab2-abc6-2cb6-4dd5-be6b76363b92
  a a2a:Person ;
  rdfs:label "Jacobus van Graven" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Graven" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Graven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person-95d21f10-b07b-0b62-3751-0b54056660f5
  a a2a:Person ;
  rdfs:label "Helena van Ruiten" ;
  a2a:PersonName [
    rdfs:label "Helena van Ruiten" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ruiten"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Event1
  a a2a:Event ;
  rdfs:label "other:BS Overlijden" ;
  a2a:EventType "other:BS Overlijden" ;
  a2a:EventDate [
    a2a:Year "1950" ;
    a2a:Month "8" ;
    a2a:Day "6" ;
    rdfs:label "1950-08-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:relationep_elo_d754d74a-1a83-ece3-59a5-55f77478d047_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person:4b8dca69-919a-5f5b-8858-72997f8644ec ;
  a2a:EventKeyRef oa:event_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Event1 .

oa:relationep_elo_d754d74a-1a83-ece3-59a5-55f77478d047_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person:a7787ab2-abc6-2cb6-4dd5-be6b76363b92 ;
  a2a:EventKeyRef oa:event_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Event1 .

oa:relationep_elo_d754d74a-1a83-ece3-59a5-55f77478d047_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person:95d21f10-b07b-0b62-3751-0b54056660f5 ;
  a2a:EventKeyRef oa:event_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Event1 .

oa:relationpp_elo_d754d74a-1a83-ece3-59a5-55f77478d047_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person:4b8dca69-919a-5f5b-8858-72997f8644ec, oa:person_elo_d754d74a-1a83-ece3-59a5-55f77478d047_Person:e4e4847d-4910-0a11-928c-4c9d8c78139d .

oa:source_elo_d754d74a-1a83-ece3-59a5-55f77478d047
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse", "1946-01-01 - 1950-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1946-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1950-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Secretarie van de Gemeente Lisse (1857-1990), Deel: 1730, Periode: 1946-1950" ;
    a2a:Book "1946-1950." ;
    a2a:DocumentNumber "57" ;
    a2a:RegistryNumber "1730" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Secretarie van de Gemeente Lisse (1857-1990), Deel: 1730, Periode: 1946-1950, 1946-1950., 57, 1730"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/d754d74a-1a83-ece3-59a5-55f77478d047/iiif/3/4117550/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/d754d74a-1a83-ece3-59a5-55f77478d047" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/d754d74a-1a83-ece3-59a5-55f77478d047/iiif/3/4117550/full/!250,250/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/d754d74a-1a83-ece3-59a5-55f77478d047" ;
  a2a:RecordGUID "{d754d74a-1a83-ece3-59a5-55f77478d047}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1950<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0762/file/1730\">Inventarisnummer 1730 van archiefnummer 0762 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Secretarie van de Gemeente Lisse (1857-1990)" ;
  a2a:SourceRemarkdeel "1730" ;
  a2a:SourceRemarkregister_periode "1946-1950" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_26307_00026307.xml van ELO" .

[]
  a2a:PersonRemarkplaats_overlijden "Lisse" ;
  a2a:PersonRemarkdatum_overlijden "19500806" .

