@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_7263b9ae-efc3-b2f1-bf48-ca41182b9de6
  a a2a:Record ;
  rdfs:label "BS Geboorte op 27 december 1910 te Rijnsburg" ;
  a2a:hasPerson oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person-68a3f7c2-29bb-de75-7b34-13177227e74f, oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person-d2fa57b9-c0c8-c2d8-ec3f-be7569ec148f, oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person-f94ea6c0-970b-1ccd-66a0-7937aa5378f8 ;
  a2a:hasEvent oa:event_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_0, oa:relationep_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_1, oa:relationep_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_2 ;
  a2a:hasSource oa:source_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6 .

oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person-68a3f7c2-29bb-de75-7b34-13177227e74f
  a a2a:Person ;
  rdfs:label "Johanna van Egmond" ;
  a2a:PersonName [
    rdfs:label "Johanna van Egmond" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Egmond"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1910-12-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] .

oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person-d2fa57b9-c0c8-c2d8-ec3f-be7569ec148f
  a a2a:Person ;
  rdfs:label "Nicolaas van Egmond" ;
  a2a:PersonName [
    rdfs:label "Nicolaas van Egmond" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Egmond"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:Profession "aannemer" .

oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person-f94ea6c0-970b-1ccd-66a0-7937aa5378f8
  a a2a:Person ;
  rdfs:label "Alida van den Eijkel" ;
  a2a:PersonName [
    rdfs:label "Alida van den Eijkel" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Eijkel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] .

oa:event_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1910-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] .

oa:relationep_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person:68a3f7c2-29bb-de75-7b34-13177227e74f ;
  a2a:EventKeyRef oa:event_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Event1 .

oa:relationep_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person:d2fa57b9-c0c8-c2d8-ec3f-be7569ec148f ;
  a2a:EventKeyRef oa:event_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Event1 .

oa:relationep_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Person:f94ea6c0-970b-1ccd-66a0-7937aa5378f8 ;
  a2a:EventKeyRef oa:event_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6_Event1 .

oa:source_elo_7263b9ae-efc3-b2f1-bf48-ca41182b9de6
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg", "1903-01-01 - 1912-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg, Deel: 2835, Periode: 1903-1912" ;
    a2a:Book "Geboorteregister van Rijnsburg, 1903-1912." ;
    a2a:DocumentNumber "141" ;
    a2a:RegistryNumber "2835" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg, Deel: 2835, Periode: 1903-1912, Geboorteregister van Rijnsburg, 1903-1912., 141, 2835"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/7263b9ae-efc3-b2f1-bf48-ca41182b9de6/iiif/3/1236627/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/7263b9ae-efc3-b2f1-bf48-ca41182b9de6" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/7263b9ae-efc3-b2f1-bf48-ca41182b9de6/iiif/3/1236627/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/7263b9ae-efc3-b2f1-bf48-ca41182b9de6" ;
  a2a:RecordGUID "{7263b9ae-efc3-b2f1-bf48-ca41182b9de6}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1910<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0700/file/2835\">Inventarisnummer 2835 van archiefnummer 0700 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg" ;
  a2a:SourceRemarkdeel "2835" ;
  a2a:SourceRemarkregister_periode "1903-1912" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_11775_00011775.xml van ELO" .

