@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_5b8564a4-89c4-9f50-d01d-04b7a0717970
  a a2a:Record ;
  rdfs:label "BS Geboorte op 9 april 1904 te Lisse" ;
  a2a:hasPerson oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person-d54fe8f4-9909-68a8-72f6-0dc57d426026, oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person-654f6836-b5a6-60dd-6966-8c9c59e1a72a, oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person-446eb28c-e449-2484-9d44-196c45585e26 ;
  a2a:hasEvent oa:event_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_0, oa:relationep_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_1, oa:relationep_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_2 ;
  a2a:hasSource oa:source_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970 .

oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person-d54fe8f4-9909-68a8-72f6-0dc57d426026
  a a2a:Person ;
  rdfs:label "Aart Willem in 't Veld" ;
  a2a:PersonName [
    rdfs:label "Aart Willem in 't Veld" ;
    a2a:PersonNameFirstName "Aart Willem" ;
    a2a:PersonNamePrefixLastName "in" ;
    a2a:PersonNameLastName "'t Veld"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1904-04-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person-654f6836-b5a6-60dd-6966-8c9c59e1a72a
  a a2a:Person ;
  rdfs:label "Arie in 't Veld" ;
  a2a:PersonName [
    rdfs:label "Arie in 't Veld" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNamePrefixLastName "in" ;
    a2a:PersonNameLastName "'t Veld"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "arbeider" .

oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person-446eb28c-e449-2484-9d44-196c45585e26
  a a2a:Person ;
  rdfs:label "Willempje Blok" ;
  a2a:PersonName [
    rdfs:label "Willempje Blok" ;
    a2a:PersonNameFirstName "Willempje" ;
    a2a:PersonNameLastName "Blok"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:event_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1904-04-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse"
  ] .

oa:relationep_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person:d54fe8f4-9909-68a8-72f6-0dc57d426026 ;
  a2a:EventKeyRef oa:event_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Event1 .

oa:relationep_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person:654f6836-b5a6-60dd-6966-8c9c59e1a72a ;
  a2a:EventKeyRef oa:event_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Event1 .

oa:relationep_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Person:446eb28c-e449-2484-9d44-196c45585e26 ;
  a2a:EventKeyRef oa:event_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970_Event1 .

oa:source_elo_5b8564a4-89c4-9f50-d01d-04b7a0717970
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Lisse" ;
    rdfs:label "Lisse", "1901-01-01 - 1905-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Secretarie van de Gemeente Lisse (1857-1990), Deel: 1694, Periode: 1901-1905" ;
    a2a:Book "1901-1905." ;
    a2a:DocumentNumber "53" ;
    a2a:RegistryNumber "1694" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Secretarie van de Gemeente Lisse (1857-1990), Deel: 1694, Periode: 1901-1905, 1901-1905., 53, 1694"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/5b8564a4-89c4-9f50-d01d-04b7a0717970/iiif/3/3900748/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/5b8564a4-89c4-9f50-d01d-04b7a0717970" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/5b8564a4-89c4-9f50-d01d-04b7a0717970/iiif/3/3900748/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/5b8564a4-89c4-9f50-d01d-04b7a0717970" ;
  a2a:RecordGUID "{5b8564a4-89c4-9f50-d01d-04b7a0717970}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1904<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0762/file/1694\">Inventarisnummer 1694 van archiefnummer 0762 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Secretarie van de Gemeente Lisse (1857-1990)" ;
  a2a:SourceRemarkdeel "1694" ;
  a2a:SourceRemarkregister_periode "1901-1905" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_3693_00003693.xml van ELO" .

