@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_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37
  a a2a:Record ;
  rdfs:label "BS Geboorte op 28 maart 1902 te Leiderdorp" ;
  a2a:hasPerson oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person-1f75b9d3-cbfa-8b36-299c-8e556e5af010, oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person-b84a456e-3f5a-e0b4-325f-e43b6e467bb4, oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person-403e2e86-5015-e6af-539a-4b68ded32213 ;
  a2a:hasEvent oa:event_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_0, oa:relationep_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_1, oa:relationep_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_2 ;
  a2a:hasSource oa:source_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37 .

oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person-1f75b9d3-cbfa-8b36-299c-8e556e5af010
  a a2a:Person ;
  rdfs:label "Jan Bastiaan van der Sijs" ;
  a2a:PersonName [
    rdfs:label "Jan Bastiaan van der Sijs" ;
    a2a:PersonNameFirstName "Jan Bastiaan" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Sijs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leiderdorp, Dorpsstraat 34" ;
    rdfs:label "Leiderdorp, Dorpsstraat 34"
  ] ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1902-03-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] .

oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person-b84a456e-3f5a-e0b4-325f-e43b6e467bb4
  a a2a:Person ;
  rdfs:label "Leendert van der Sijs" ;
  a2a:PersonName [
    rdfs:label "Leendert van der Sijs" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Sijs"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "broodbakker" .

oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person-403e2e86-5015-e6af-539a-4b68ded32213
  a a2a:Person ;
  rdfs:label "Rijkje Cornelia Moraal" ;
  a2a:PersonName [
    rdfs:label "Rijkje Cornelia Moraal" ;
    a2a:PersonNameFirstName "Rijkje Cornelia" ;
    a2a:PersonNameLastName "Moraal"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] .

oa:event_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1902-03-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] .

oa:relationep_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person:1f75b9d3-cbfa-8b36-299c-8e556e5af010 ;
  a2a:EventKeyRef oa:event_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Event1 .

oa:relationep_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person:b84a456e-3f5a-e0b4-325f-e43b6e467bb4 ;
  a2a:EventKeyRef oa:event_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Event1 .

oa:relationep_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Person:403e2e86-5015-e6af-539a-4b68ded32213 ;
  a2a:EventKeyRef oa:event_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37_Event1 .

oa:source_elo_c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp", "1500-01-01 - 2026-07-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2026-07-01"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Dorps- en gemeentebestuur van Leiderdorp (1561-1958), Deel: 1507X" ;
    a2a:Book "Kopie Geboorteregister van Leiderdorp, 1899 - 1911 t.b.v. koppelingen in Personen" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "1507X" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Dorps- en gemeentebestuur van Leiderdorp (1561-1958), Deel: 1507X, Kopie Geboorteregister van Leiderdorp, 1899 - 1911 t.b.v. koppelingen in Personen, 27, 1507X"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/8f1ef48f-0307-4091-a9e9-97ee08349020/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/8f1ef48f-0307-4091-a9e9-97ee08349020/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/c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37" ;
  a2a:RecordGUID "{c96f3a5b-12f4-6b1a-c8c7-e98ce2b50a37}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1902<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0800/file/1507X\">Inventarisnummer 1507X van archiefnummer 0800 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Dorps- en gemeentebestuur van Leiderdorp (1561-1958)" ;
  a2a:SourceRemarkdeel "1507X" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_23012_00023012.xml van ELO" .

