@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_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 17 december 1911 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person-22c39919-253f-5c2a-fbbd-af05e8b77bf8, oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person-2f6dd8ff-ea9f-0f50-73fc-4a5b092a9ad2, oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person-1e9ea23c-db7a-a863-d3f7-f86ceb89feee ;
  a2a:hasEvent oa:event_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_0, oa:relationep_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_1, oa:relationep_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_2 ;
  a2a:hasSource oa:source_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26 .

oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person-22c39919-253f-5c2a-fbbd-af05e8b77bf8
  a a2a:Person ;
  rdfs:label "Andries Westerhoff" ;
  a2a:PersonName [
    rdfs:label "Andries Westerhoff" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Westerhoff"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1911-12-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person-2f6dd8ff-ea9f-0f50-73fc-4a5b092a9ad2
  a a2a:Person ;
  rdfs:label "Hendrik Westerhoff" ;
  a2a:PersonName [
    rdfs:label "Hendrik Westerhoff" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Westerhoff"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:Profession "pakhuisknecht" .

oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person-1e9ea23c-db7a-a863-d3f7-f86ceb89feee
  a a2a:Person ;
  rdfs:label "Neeltje Roersma" ;
  a2a:PersonName [
    rdfs:label "Neeltje Roersma" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Roersma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1911-12-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person:22c39919-253f-5c2a-fbbd-af05e8b77bf8 ;
  a2a:EventKeyRef oa:event_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Event1 .

oa:relationep_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person:2f6dd8ff-ea9f-0f50-73fc-4a5b092a9ad2 ;
  a2a:EventKeyRef oa:event_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Event1 .

oa:relationep_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Person:1e9ea23c-db7a-a863-d3f7-f86ceb89feee ;
  a2a:EventKeyRef oa:event_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26_Event1 .

oa:source_frl_6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1911-12-18 - 1911-12-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-12-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1911-12-18"^^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 1911" ;
    a2a:DocumentNumber "0862" ;
    a2a:RegistryNumber "130" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1911, 0862, 130"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/3b0b32f2-4c64-b041-9d24-db4695d9e978.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/3b0b32f2-4c64-b041-9d24-db4695d9e978.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-05-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26" ;
  a2a:RecordGUID "{6aafe2f2-040c-bb6b-4f0e-bc24ca3fba26}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "130" ;
  a2a:SourceRemarkregister_periode "1911" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_56836_00056836.xml van FRL" .

