@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_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 25 april 1903 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person-09327e70-afea-027c-0532-c64d5245939d, oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person-84b6d38d-924b-826f-1e81-6bb6f4c0ee33, oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person-9a3fb43c-2323-e27a-eeee-0f27066e3fd1 ;
  a2a:hasEvent oa:event_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_0, oa:relationep_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_1, oa:relationep_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_2 ;
  a2a:hasSource oa:source_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98 .

oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person-09327e70-afea-027c-0532-c64d5245939d
  a a2a:Person ;
  rdfs:label "Izak Polak" ;
  a2a:PersonName [
    rdfs:label "Izak Polak" ;
    a2a:PersonNameFirstName "Izak" ;
    a2a:PersonNameLastName "Polak"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1903-04-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person-84b6d38d-924b-826f-1e81-6bb6f4c0ee33
  a a2a:Person ;
  rdfs:label "Jozef Polak" ;
  a2a:PersonName [
    rdfs:label "Jozef Polak" ;
    a2a:PersonNameFirstName "Jozef" ;
    a2a:PersonNameLastName "Polak"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar" ;
    rdfs:label "26 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person-9a3fb43c-2323-e27a-eeee-0f27066e3fd1
  a a2a:Person ;
  rdfs:label "Betta Troostwijk" ;
  a2a:PersonName [
    rdfs:label "Betta Troostwijk" ;
    a2a:PersonNameFirstName "Betta" ;
    a2a:PersonNameLastName "Troostwijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1903-04-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person:09327e70-afea-027c-0532-c64d5245939d ;
  a2a:EventKeyRef oa:event_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Event1 .

oa:relationep_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person:84b6d38d-924b-826f-1e81-6bb6f4c0ee33 ;
  a2a:EventKeyRef oa:event_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Event1 .

oa:relationep_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Person:9a3fb43c-2323-e27a-eeee-0f27066e3fd1 ;
  a2a:EventKeyRef oa:event_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98_Event1 .

oa:source_frl_3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1903-04-25 - 1903-04-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-04-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-04-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1903-04-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..." ;
    a2a:Book "Geboorteregister 1903" ;
    a2a:DocumentNumber "0309" ;
    a2a:RegistryNumber "122" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1903, 0309, 122"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/0891fb6c-6ab3-09b0-2178-91b451f47e24.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/0891fb6c-6ab3-09b0-2178-91b451f47e24.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98" ;
  a2a:RecordGUID "{3dee52b2-4f63-1ff6-e93b-7cf2f0fe4c98}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "122" ;
  a2a:SourceRemarkregister_periode "1903" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_69846_00069846.xml van FRL" .

