@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_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb
  a a2a:Record ;
  rdfs:label "BS Overlijden op 16 december 1857 te Lisse" ;
  a2a:hasPerson oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person-b4c20072-e0e0-d4d6-82ea-1a7261d80907, oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person-185a41cc-d073-e853-4f79-061351da350e, oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person-69d23d49-7168-b182-0a36-c6c4c49be442 ;
  a2a:hasEvent oa:event_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_0, oa:relationep_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_1, oa:relationep_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_2 ;
  a2a:hasSource oa:source_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb .

oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person-b4c20072-e0e0-d4d6-82ea-1a7261d80907
  a a2a:Person ;
  rdfs:label "Catharina Marseille" ;
  a2a:PersonName [
    rdfs:label "Catharina Marseille" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Marseille"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "3 dagen" ;
    rdfs:label "3 dagen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person-185a41cc-d073-e853-4f79-061351da350e
  a a2a:Person ;
  rdfs:label "Gerrit Marseille" ;
  a2a:PersonName [
    rdfs:label "Gerrit Marseille" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Marseille"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "verver" .

oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person-69d23d49-7168-b182-0a36-c6c4c49be442
  a a2a:Person ;
  rdfs:label "Adriana Maria van Rossen" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria van Rossen" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rossen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:event_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Event1
  a a2a:Event ;
  rdfs:label "other:BS Overlijden" ;
  a2a:EventType "other:BS Overlijden" ;
  a2a:EventDate [
    a2a:Year "1857" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1857-12-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:relationep_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person:b4c20072-e0e0-d4d6-82ea-1a7261d80907 ;
  a2a:EventKeyRef oa:event_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Event1 .

oa:relationep_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person:185a41cc-d073-e853-4f79-061351da350e ;
  a2a:EventKeyRef oa:event_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Event1 .

oa:relationep_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Person:69d23d49-7168-b182-0a36-c6c4c49be442 ;
  a2a:EventKeyRef oa:event_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb_Event1 .

oa:source_elo_e61fe57c-d1cd-5538-d49f-34e0cc2d94bb
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse", "1851-01-01 - 1860-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1851-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-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: 1716, Periode: 1851-1860" ;
    a2a:Book "1851-1860." ;
    a2a:DocumentNumber "92" ;
    a2a:RegistryNumber "1716" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Secretarie van de Gemeente Lisse (1857-1990), Deel: 1716, Periode: 1851-1860, 1851-1860., 92, 1716"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/e61fe57c-d1cd-5538-d49f-34e0cc2d94bb/iiif/3/4040584/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/e61fe57c-d1cd-5538-d49f-34e0cc2d94bb" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/e61fe57c-d1cd-5538-d49f-34e0cc2d94bb/iiif/3/4040584/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/e61fe57c-d1cd-5538-d49f-34e0cc2d94bb" ;
  a2a:RecordGUID "{e61fe57c-d1cd-5538-d49f-34e0cc2d94bb}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1857<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0762/file/1716\">Inventarisnummer 1716 van archiefnummer 0762 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Secretarie van de Gemeente Lisse (1857-1990)" ;
  a2a:SourceRemarkdeel "1716" ;
  a2a:SourceRemarkregister_periode "1851-1860" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_26514_00026514.xml van ELO" .

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

