@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_f2aa86e5-7ee1-e7fa-4203-38c3370aa346
  a a2a:Record ;
  rdfs:label "Geboorte op 7 maart 1921 te Joure" ;
  a2a:hasPerson oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person-b69ff26b-a0a6-3015-2943-840979869d63, oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person-e45dcb83-1ce7-17e3-c49a-8ae03ac43fb5, oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person-cbe686c8-60b2-97e6-f80f-9b95925d4753 ;
  a2a:hasEvent oa:event_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_0, oa:relationep_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_1, oa:relationep_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_2 ;
  a2a:hasSource oa:source_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346 .

oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person-b69ff26b-a0a6-3015-2943-840979869d63
  a a2a:Person ;
  rdfs:label "Geert Bos" ;
  a2a:PersonName [
    rdfs:label "Geert Bos" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Joure" ;
    rdfs:label "Joure"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "fabrieksarbeider" .

oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person-e45dcb83-1ce7-17e3-c49a-8ae03ac43fb5
  a a2a:Person ;
  rdfs:label "Koopje Mast" ;
  a2a:PersonName [
    rdfs:label "Koopje Mast" ;
    a2a:PersonNameFirstName "Koopje" ;
    a2a:PersonNameLastName "Mast"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Joure" ;
    rdfs:label "Joure"
  ] .

oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person-cbe686c8-60b2-97e6-f80f-9b95925d4753
  a a2a:Person ;
  rdfs:label "Poppe Bos" ;
  a2a:PersonName [
    rdfs:label "Poppe Bos" ;
    a2a:PersonNameFirstName "Poppe" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1921" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1921-03-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Joure" ;
    rdfs:label "Joure"
  ] .

oa:event_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1921" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1921-03-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Joure" ;
    rdfs:label "Joure"
  ] .

oa:relationep_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person:b69ff26b-a0a6-3015-2943-840979869d63 ;
  a2a:EventKeyRef oa:event_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Event1 .

oa:relationep_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person:e45dcb83-1ce7-17e3-c49a-8ae03ac43fb5 ;
  a2a:EventKeyRef oa:event_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Event1 .

oa:relationep_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Person:cbe686c8-60b2-97e6-f80f-9b95925d4753 ;
  a2a:EventKeyRef oa:event_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346_Event1 .

oa:source_frl_f2aa86e5-7ee1-e7fa-4203-38c3370aa346
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Haskerland" ;
    rdfs:label "Haskerland", "1921-03-09 - 1921-03-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-03-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-03-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1921" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1921-03-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Haskerland - Tresoar, Deel: 1070, Periode: 1921" ;
    a2a:Book "Geboorteregister 1921 Joure" ;
    a2a:DocumentNumber "0030" ;
    a2a:RegistryNumber "1070" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Haskerland - Tresoar, Deel: 1070, Periode: 1921, Geboorteregister 1921 Joure, 0030, 1070"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/d85694c6-73d0-05b4-eda6-6597eb993344.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/f2aa86e5-7ee1-e7fa-4203-38c3370aa346" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/d85694c6-73d0-05b4-eda6-6597eb993344.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/f2aa86e5-7ee1-e7fa-4203-38c3370aa346" ;
  a2a:RecordGUID "{f2aa86e5-7ee1-e7fa-4203-38c3370aa346}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_41_00000041.xml van FRL" .

