@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_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 2 mei 1903 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person-e6c76567-c43f-4aae-111e-9888fe1073e3, oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person-e3fed8e6-8a17-3c7b-88ef-c13b3fcfbf49, oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person-f3a45e0e-52be-f0f9-b10b-8e8dfef21a12 ;
  a2a:hasEvent oa:event_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_0, oa:relationep_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_1, oa:relationep_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_2 ;
  a2a:hasSource oa:source_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499 .

oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person-e6c76567-c43f-4aae-111e-9888fe1073e3
  a a2a:Person ;
  rdfs:label "Wiebe Hettema" ;
  a2a:PersonName [
    rdfs:label "Wiebe Hettema" ;
    a2a:PersonNameFirstName "Wiebe" ;
    a2a:PersonNameLastName "Hettema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1903-05-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person-e3fed8e6-8a17-3c7b-88ef-c13b3fcfbf49
  a a2a:Person ;
  rdfs:label "Hendrik Hettema" ;
  a2a:PersonName [
    rdfs:label "Hendrik Hettema" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Hettema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:Profession "timmerman" .

oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person-f3a45e0e-52be-f0f9-b10b-8e8dfef21a12
  a a2a:Person ;
  rdfs:label "Saapke Wouda" ;
  a2a:PersonName [
    rdfs:label "Saapke Wouda" ;
    a2a:PersonNameFirstName "Saapke" ;
    a2a:PersonNameLastName "Wouda"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1903-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person:e6c76567-c43f-4aae-111e-9888fe1073e3 ;
  a2a:EventKeyRef oa:event_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Event1 .

oa:relationep_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person:e3fed8e6-8a17-3c7b-88ef-c13b3fcfbf49 ;
  a2a:EventKeyRef oa:event_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Event1 .

oa:relationep_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Person:f3a45e0e-52be-f0f9-b10b-8e8dfef21a12 ;
  a2a:EventKeyRef oa:event_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499_Event1 .

oa:source_frl_0f3be0b5-be6f-00a8-cd8e-65f97a8a5499
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1903-05-02 - 1903-05-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-05-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-05-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1903-05-02"^^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 "0334" ;
    a2a:RegistryNumber "122" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1903, 0334, 122"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/e1cf7ab3-958b-ade2-a684-74237c9bce26.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0f3be0b5-be6f-00a8-cd8e-65f97a8a5499" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/e1cf7ab3-958b-ade2-a684-74237c9bce26.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0f3be0b5-be6f-00a8-cd8e-65f97a8a5499" ;
  a2a:RecordGUID "{0f3be0b5-be6f-00a8-cd8e-65f97a8a5499}" ;
  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_72890_00072890.xml van FRL" .

