@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_f08616cb-e66d-6053-ba2d-04214b3c9a92
  a a2a:Record ;
  rdfs:label "BS Geboorte op 31 augustus 1917 te Leiderdorp" ;
  a2a:hasPerson oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person-7736cc37-607d-9ee6-8277-055f69f83e31, oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person-e54c56b4-cb16-e88e-307b-18f73844087a, oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person-dba48a73-a927-a730-a021-4da033c56639 ;
  a2a:hasEvent oa:event_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_0, oa:relationep_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_1, oa:relationep_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_2 ;
  a2a:hasSource oa:source_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92 .

oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person-7736cc37-607d-9ee6-8277-055f69f83e31
  a a2a:Person ;
  rdfs:label "Pieter Dirk Spijkermans" ;
  a2a:PersonName [
    rdfs:label "Pieter Dirk Spijkermans" ;
    a2a:PersonNameFirstName "Pieter Dirk" ;
    a2a:PersonNameLastName "Spijkermans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Leiderdorp, Gasstraat 7" ;
    rdfs:label "Leiderdorp, Gasstraat 7"
  ] ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1917-08-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] .

oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person-e54c56b4-cb16-e88e-307b-18f73844087a
  a a2a:Person ;
  rdfs:label "Dirk Hendrik Cornelis Spijkermans" ;
  a2a:PersonName [
    rdfs:label "Dirk Hendrik Cornelis Spijkermans" ;
    a2a:PersonNameFirstName "Dirk Hendrik Cornelis" ;
    a2a:PersonNameLastName "Spijkermans"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar" ;
    rdfs:label "26 jaar"
  ] ;
  a2a:Profession "magazijnbediende" .

oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person-dba48a73-a927-a730-a021-4da033c56639
  a a2a:Person ;
  rdfs:label "Ida Johanna van Dalen" ;
  a2a:PersonName [
    rdfs:label "Ida Johanna van Dalen" ;
    a2a:PersonNameFirstName "Ida Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dalen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] .

oa:event_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1917-08-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] .

oa:relationep_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person:7736cc37-607d-9ee6-8277-055f69f83e31 ;
  a2a:EventKeyRef oa:event_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Event1 .

oa:relationep_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person:e54c56b4-cb16-e88e-307b-18f73844087a ;
  a2a:EventKeyRef oa:event_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Event1 .

oa:relationep_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Person:dba48a73-a927-a730-a021-4da033c56639 ;
  a2a:EventKeyRef oa:event_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92_Event1 .

oa:source_elo_f08616cb-e66d-6053-ba2d-04214b3c9a92
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp", "1500-01-01 - 2025-12-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2025-12-25"^^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: 1508X" ;
    a2a:Book "Kopie Geboorteregister van Leiderdorp, 1912-1917 t.b.v. koppelingen in Personen" ;
    a2a:DocumentNumber "75" ;
    a2a:RegistryNumber "1508X" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Dorps- en gemeentebestuur van Leiderdorp (1561-1958), Deel: 1508X, Kopie Geboorteregister van Leiderdorp, 1912-1917 t.b.v. koppelingen in Personen, 75, 1508X"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/f08616cb-e66d-6053-ba2d-04214b3c9a92/iiif/3/2396727/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/f08616cb-e66d-6053-ba2d-04214b3c9a92" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/f08616cb-e66d-6053-ba2d-04214b3c9a92/iiif/3/2396727/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/f08616cb-e66d-6053-ba2d-04214b3c9a92" ;
  a2a:RecordGUID "{f08616cb-e66d-6053-ba2d-04214b3c9a92}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1917<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0800/file/1508X\">Inventarisnummer 1508X van archiefnummer 0800 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Dorps- en gemeentebestuur van Leiderdorp (1561-1958)" ;
  a2a:SourceRemarkdeel "1508X" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_28612_00028612.xml van ELO" .

