@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_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd
  a a2a:Record ;
  rdfs:label "BS Geboorte op 28 mei 1910 te Leiden" ;
  a2a:hasPerson oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person-c587e601-c223-70ee-0a82-6de26e4faf12, oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person-3fb9cfc9-ef9c-3369-593c-945823215a16, oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person-1cce7245-9fc2-3339-882b-531120efe0e8 ;
  a2a:hasEvent oa:event_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_0, oa:relationep_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_1, oa:relationep_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_2 ;
  a2a:hasSource oa:source_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd .

oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person-c587e601-c223-70ee-0a82-6de26e4faf12
  a a2a:Person ;
  rdfs:label "Louise Fontein" ;
  a2a:PersonName [
    rdfs:label "Louise Fontein" ;
    a2a:PersonNameFirstName "Louise" ;
    a2a:PersonNameLastName "Fontein"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1910-05-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person-3fb9cfc9-ef9c-3369-593c-945823215a16
  a a2a:Person ;
  rdfs:label "Willem Fontein" ;
  a2a:PersonName [
    rdfs:label "Willem Fontein" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Fontein"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] ;
  a2a:Profession "architect" .

oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person-1cce7245-9fc2-3339-882b-531120efe0e8
  a a2a:Person ;
  rdfs:label "Anna Elisabeth Morks" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth Morks" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNameLastName "Morks"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:event_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1910-05-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person:c587e601-c223-70ee-0a82-6de26e4faf12 ;
  a2a:EventKeyRef oa:event_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Event1 .

oa:relationep_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person:3fb9cfc9-ef9c-3369-593c-945823215a16 ;
  a2a:EventKeyRef oa:event_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Event1 .

oa:relationep_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Person:1cce7245-9fc2-3339-882b-531120efe0e8 ;
  a2a:EventKeyRef oa:event_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd_Event1 .

oa:source_elo_f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1910-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Stadsarchief van Leiden (SA III) (1816-1929), Deel: 4776" ;
    a2a:Book "Geboorteregister van Leiden (gesplitst), 1910." ;
    a2a:DocumentNumber "736" ;
    a2a:RegistryNumber "4776" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Stadsarchief van Leiden (SA III) (1816-1929), Deel: 4776, Geboorteregister van Leiden (gesplitst), 1910., 736, 4776"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd/iiif/3/1101453/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd/iiif/3/1101453/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/f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd" ;
  a2a:RecordGUID "{f6e4fa8a-33a6-b384-6deb-c6a9e4a001bd}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1910<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0516/file/4776\">Inventarisnummer 4776 van archiefnummer 0516 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Stadsarchief van Leiden (SA III) (1816-1929)" ;
  a2a:SourceRemarkdeel "4776" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_27625_00027625.xml van ELO" .

