@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_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce
  a a2a:Record ;
  rdfs:label "Geboorte op 13 maart 1915 te Woudsend" ;
  a2a:hasPerson oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person-234c00e7-2a9e-52e3-e5aa-b70c3c81a35e, oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person-3cf144fc-ed05-dd06-29cd-5bed65d6ae1d, oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person-bcc4cecb-0e75-ec6a-d237-2d687d8d3d79 ;
  a2a:hasEvent oa:event_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_0, oa:relationep_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_1, oa:relationep_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_2 ;
  a2a:hasSource oa:source_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce .

oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person-234c00e7-2a9e-52e3-e5aa-b70c3c81a35e
  a a2a:Person ;
  rdfs:label "Sjoerd Cornelis Haagsma" ;
  a2a:PersonName [
    rdfs:label "Sjoerd Cornelis Haagsma" ;
    a2a:PersonNameFirstName "Sjoerd Cornelis" ;
    a2a:PersonNameLastName "Haagsma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Woudsend" ;
    rdfs:label "Woudsend"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35 jaar" ;
    rdfs:label "35 jaar"
  ] ;
  a2a:Profession "machinist" .

oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person-3cf144fc-ed05-dd06-29cd-5bed65d6ae1d
  a a2a:Person ;
  rdfs:label "Geertje Tiemersma" ;
  a2a:PersonName [
    rdfs:label "Geertje Tiemersma" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Tiemersma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Woudsend" ;
    rdfs:label "Woudsend"
  ] .

oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person-bcc4cecb-0e75-ec6a-d237-2d687d8d3d79
  a a2a:Person ;
  rdfs:label "Sjoerd Cornelis Haagsma" ;
  a2a:PersonName [
    rdfs:label "Sjoerd Cornelis Haagsma" ;
    a2a:PersonNameFirstName "Sjoerd Cornelis" ;
    a2a:PersonNameLastName "Haagsma"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1915-03-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woudsend" ;
    rdfs:label "Woudsend"
  ] .

oa:event_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1915-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woudsend" ;
    rdfs:label "Woudsend"
  ] .

oa:relationep_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person:234c00e7-2a9e-52e3-e5aa-b70c3c81a35e ;
  a2a:EventKeyRef oa:event_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Event1 .

oa:relationep_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person:3cf144fc-ed05-dd06-29cd-5bed65d6ae1d ;
  a2a:EventKeyRef oa:event_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Event1 .

oa:relationep_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Person:bcc4cecb-0e75-ec6a-d237-2d687d8d3d79 ;
  a2a:EventKeyRef oa:event_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce_Event1 .

oa:source_frl_d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wijmbritseradeel" ;
    rdfs:label "Wijmbritseradeel", "1915-03-15 - 1915-03-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-03-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-03-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1915-03-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Wijmbritseradeel - Tresoar, Deel: 1073, Periode: 1915" ;
    a2a:Book "Geboorteregister 1915" ;
    a2a:DocumentNumber "0059" ;
    a2a:RegistryNumber "1073" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Wijmbritseradeel - Tresoar, Deel: 1073, Periode: 1915, Geboorteregister 1915, 0059, 1073"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/638e41a2-6a3f-fd9b-aa5e-9e8f6f92fc7a.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/638e41a2-6a3f-fd9b-aa5e-9e8f6f92fc7a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-08-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce" ;
  a2a:RecordGUID "{d907ed0e-ccb7-eeeb-e793-63f2eb8d41ce}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Wijmbritseradeel - Tresoar" ;
  a2a:SourceRemarkdeel "1073" ;
  a2a:SourceRemarkregister_periode "1915" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_8340_00008340.xml van FRL" .

