@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_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3
  a a2a:Record ;
  rdfs:label "BS Geboorte op 8 augustus 1842 te Noordwijk" ;
  a2a:hasPerson oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person-1d1ba689-a4d7-32ab-64fe-4ca6c3ddbce7, oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person-4a828e59-9e9e-20b7-821a-8cb08e1934b0, oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person-a2449de7-f969-ba1c-4985-25fe774bc055 ;
  a2a:hasEvent oa:event_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_0, oa:relationep_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_1, oa:relationep_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_2 ;
  a2a:hasSource oa:source_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3 .

oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person-1d1ba689-a4d7-32ab-64fe-4ca6c3ddbce7
  a a2a:Person ;
  rdfs:label "Isaac van IJssel" ;
  a2a:PersonName [
    rdfs:label "Isaac van IJssel" ;
    a2a:PersonNameFirstName "Isaac" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "IJssel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Noordwijk binnen Zeestraat 351" ;
    rdfs:label "Noordwijk binnen Zeestraat 351"
  ] ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1842-08-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk"
  ] .

oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person-4a828e59-9e9e-20b7-821a-8cb08e1934b0
  a a2a:Person ;
  rdfs:label "Salomon van IJssel" ;
  a2a:PersonName [
    rdfs:label "Salomon van IJssel" ;
    a2a:PersonNameFirstName "Salomon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "IJssel"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "koopman" .

oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person-a2449de7-f969-ba1c-4985-25fe774bc055
  a a2a:Person ;
  rdfs:label "Matje Levie Rijnveld" ;
  a2a:PersonName [
    rdfs:label "Matje Levie Rijnveld" ;
    a2a:PersonNameFirstName "Matje Levie" ;
    a2a:PersonNameLastName "Rijnveld"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1842-08-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk"
  ] .

oa:relationep_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person:1d1ba689-a4d7-32ab-64fe-4ca6c3ddbce7 ;
  a2a:EventKeyRef oa:event_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Event1 .

oa:relationep_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person:4a828e59-9e9e-20b7-821a-8cb08e1934b0 ;
  a2a:EventKeyRef oa:event_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Event1 .

oa:relationep_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Person:a2449de7-f969-ba1c-4985-25fe774bc055 ;
  a2a:EventKeyRef oa:event_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3_Event1 .

oa:source_elo_941e5ffd-75c6-d2f8-e4c8-ecec812e35a3
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk", "1840-01-01 - 1849-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1849-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeente Noordwijk (1399-1932), Deel: 2906, Periode: 1840-1849" ;
    a2a:Book "Geboorteregister van Noordwijk, 1840-1849" ;
    a2a:DocumentNumber "64" ;
    a2a:RegistryNumber "2906" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeente Noordwijk (1399-1932), Deel: 2906, Periode: 1840-1849, Geboorteregister van Noordwijk, 1840-1849, 64, 2906"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/654efec5-a100-4590-8858-74418373cdcf/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/941e5ffd-75c6-d2f8-e4c8-ecec812e35a3" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/654efec5-a100-4590-8858-74418373cdcf/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/941e5ffd-75c6-d2f8-e4c8-ecec812e35a3" ;
  a2a:RecordGUID "{941e5ffd-75c6-d2f8-e4c8-ecec812e35a3}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1842<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0900/file/2906\">Inventarisnummer 2906 van archiefnummer 0900 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeente Noordwijk (1399-1932)" ;
  a2a:SourceRemarkdeel "2906" ;
  a2a:SourceRemarkregister_periode "1840-1849" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_18787_00018787.xml van ELO" .

