@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_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd
  a a2a:Record ;
  rdfs:label "Geboorte op 27 september 1910" ;
  a2a:hasPerson oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person-82a640be-09ce-11e5-bc29-e36b2c68a9a2, oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person-901283d4-09ce-11e5-b19a-dbb54ce60f5c, oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person-941abb36-09ce-11e5-a5a7-9f0c4523112c ;
  a2a:hasEvent oa:event_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_0, oa:relationep_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_1, oa:relationep_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_2 ;
  a2a:hasSource oa:source_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd .

oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person-82a640be-09ce-11e5-bc29-e36b2c68a9a2
  a a2a:Person ;
  rdfs:label "Jan Alje Muda" ;
  a2a:PersonName [
    rdfs:label "Jan Alje Muda" ;
    a2a:PersonNameFirstName "Jan Alje" ;
    a2a:PersonNameLastName "Muda"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1910-09-27"^^xsd:date
  ] .

oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person-901283d4-09ce-11e5-b19a-dbb54ce60f5c
  a a2a:Person ;
  rdfs:label "Klaas Tiddo Muda" ;
  a2a:PersonName [
    rdfs:label "Klaas Tiddo Muda" ;
    a2a:PersonNameFirstName "Klaas Tiddo" ;
    a2a:PersonNameLastName "Muda"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person-941abb36-09ce-11e5-a5a7-9f0c4523112c
  a a2a:Person ;
  rdfs:label "Grietje Boelens" ;
  a2a:PersonName [
    rdfs:label "Grietje Boelens" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Boelens"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1910-09-27"^^xsd:date
  ] .

oa:relationep_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person:82a640be-09ce-11e5-bc29-e36b2c68a9a2 ;
  a2a:EventKeyRef oa:event_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Event1 .

oa:relationep_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person:901283d4-09ce-11e5-b19a-dbb54ce60f5c ;
  a2a:EventKeyRef oa:event_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Event1 .

oa:relationep_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Person:941abb36-09ce-11e5-a5a7-9f0c4523112c ;
  a2a:EventKeyRef oa:event_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd_Event1 .

oa:source_frl_9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kollumerland c.a." ;
    rdfs:label "Kollumerland c.a.", "1910-09-27 - 1910-09-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-09-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-09-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1910-09-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Deel: 1050, Periode: 1910" ;
    a2a:Book "Geboorteregister 1910" ;
    a2a:DocumentNumber "0179" ;
    a2a:RegistryNumber "1050" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Deel: 1050, Periode: 1910, Geboorteregister 1910, 0179, 1050"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/ff2ae78f-6ea6-0ad0-c466-0d83d29e8d47.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/ff2ae78f-6ea6-0ad0-c466-0d83d29e8d47.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd" ;
  a2a:RecordGUID "{9b5ecec8-09ce-11e5-b2fa-7f49f0f808cd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_66390_00066390.xml van FRL" .

