@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_9f147f54-2393-77de-8a97-9cccdf24bcd3
  a a2a:Record ;
  rdfs:label "BS Overlijden op 31 juli 1917 te Katwijk aan Zee" ;
  a2a:hasPerson oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person-58699fa7-df2f-52ec-c59a-56f2f9bedfd7, oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person-fd5adb85-c221-97bf-2849-034bdcf5feb5, oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person-049ae2fd-bfd9-e0de-7ba3-bd3a6d8708a4 ;
  a2a:hasEvent oa:event_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_0, oa:relationep_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_1, oa:relationep_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_2 ;
  a2a:hasSource oa:source_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3 .

oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person-58699fa7-df2f-52ec-c59a-56f2f9bedfd7
  a a2a:Person ;
  rdfs:label "IJda de Zwart" ;
  a2a:PersonName [
    rdfs:label "IJda de Zwart" ;
    a2a:PersonNameFirstName "IJda" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Zwart"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Katwijk aan Zee" ;
    rdfs:label "Katwijk aan Zee"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "2 dagen" ;
    rdfs:label "2 dagen"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Katwijk" ;
    rdfs:label "Katwijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person-fd5adb85-c221-97bf-2849-034bdcf5feb5
  a a2a:Person ;
  rdfs:label "Cornelis de Zwart" ;
  a2a:PersonName [
    rdfs:label "Cornelis de Zwart" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Zwart"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Katwijk aan Zee" ;
    rdfs:label "Katwijk aan Zee"
  ] ;
  a2a:Profession "visser" .

oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person-049ae2fd-bfd9-e0de-7ba3-bd3a6d8708a4
  a a2a:Person ;
  rdfs:label "IJda Ros" ;
  a2a:PersonName [
    rdfs:label "IJda Ros" ;
    a2a:PersonNameFirstName "IJda" ;
    a2a:PersonNameLastName "Ros"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Katwijk aan Zee" ;
    rdfs:label "Katwijk aan Zee"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Event1
  a a2a:Event ;
  rdfs:label "other:BS Overlijden" ;
  a2a:EventType "other:BS Overlijden" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1917-07-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Katwijk aan Zee" ;
    rdfs:label "Katwijk aan Zee"
  ] .

oa:relationep_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person:58699fa7-df2f-52ec-c59a-56f2f9bedfd7 ;
  a2a:EventKeyRef oa:event_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Event1 .

oa:relationep_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person:fd5adb85-c221-97bf-2849-034bdcf5feb5 ;
  a2a:EventKeyRef oa:event_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Event1 .

oa:relationep_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Person:049ae2fd-bfd9-e0de-7ba3-bd3a6d8708a4 ;
  a2a:EventKeyRef oa:event_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3_Event1 .

oa:source_elo_9f147f54-2393-77de-8a97-9cccdf24bcd3
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Katwijk" ;
    rdfs:label "Katwijk", "1917-01-01 - 1917-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeente Katwijk (1656-1931), Deel: 2535" ;
    a2a:Book "1917." ;
    a2a:DocumentNumber "97" ;
    a2a:RegistryNumber "2535" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeente Katwijk (1656-1931), Deel: 2535, 1917., 97, 2535"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/9f147f54-2393-77de-8a97-9cccdf24bcd3/iiif/3/1768024/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/9f147f54-2393-77de-8a97-9cccdf24bcd3" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/9f147f54-2393-77de-8a97-9cccdf24bcd3/iiif/3/1768024/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/9f147f54-2393-77de-8a97-9cccdf24bcd3" ;
  a2a:RecordGUID "{9f147f54-2393-77de-8a97-9cccdf24bcd3}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1917<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0401/file/2535\">Inventarisnummer 2535 van archiefnummer 0401 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeente Katwijk (1656-1931)" ;
  a2a:SourceRemarkdeel "2535" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_16692_00016692.xml van ELO" .

[]
  a2a:PersonRemarkplaats_overlijden "Katwijk aan Zee" ;
  a2a:PersonRemarkdatum_overlijden "19170731" .

