@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_3a7a91c1-39ef-a63c-1b62-e3ce2e970239
  a a2a:Record ;
  rdfs:label "Geboorte op 14 december 1919 te Gauw" ;
  a2a:hasPerson oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person-bec4e6d3-68ae-1e81-9f9a-442acbb5869d, oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person-232616d6-7827-8810-d0de-0dff77225ac0, oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person-d8489d14-0a19-b2d3-6d0c-1baa3f74e006 ;
  a2a:hasEvent oa:event_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_0, oa:relationep_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_1, oa:relationep_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_2 ;
  a2a:hasSource oa:source_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239 .

oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person-bec4e6d3-68ae-1e81-9f9a-442acbb5869d
  a a2a:Person ;
  rdfs:label "Jelle Offringa" ;
  a2a:PersonName [
    rdfs:label "Jelle Offringa" ;
    a2a:PersonNameFirstName "Jelle" ;
    a2a:PersonNameLastName "Offringa"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Gauw" ;
    rdfs:label "Gauw"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "36 jaar" ;
    rdfs:label "36 jaar"
  ] ;
  a2a:Profession "veehouder" .

oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person-232616d6-7827-8810-d0de-0dff77225ac0
  a a2a:Person ;
  rdfs:label "Janke Hellinga" ;
  a2a:PersonName [
    rdfs:label "Janke Hellinga" ;
    a2a:PersonNameFirstName "Janke" ;
    a2a:PersonNameLastName "Hellinga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Gauw" ;
    rdfs:label "Gauw"
  ] .

oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person-d8489d14-0a19-b2d3-6d0c-1baa3f74e006
  a a2a:Person ;
  rdfs:label "Tjitsche Offringa" ;
  a2a:PersonName [
    rdfs:label "Tjitsche Offringa" ;
    a2a:PersonNameFirstName "Tjitsche" ;
    a2a:PersonNameLastName "Offringa"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1919-12-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gauw" ;
    rdfs:label "Gauw"
  ] .

oa:event_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1919-12-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gauw" ;
    rdfs:label "Gauw"
  ] .

oa:relationep_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person:bec4e6d3-68ae-1e81-9f9a-442acbb5869d ;
  a2a:EventKeyRef oa:event_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Event1 .

oa:relationep_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person:232616d6-7827-8810-d0de-0dff77225ac0 ;
  a2a:EventKeyRef oa:event_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Event1 .

oa:relationep_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Person:d8489d14-0a19-b2d3-6d0c-1baa3f74e006 ;
  a2a:EventKeyRef oa:event_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239_Event1 .

oa:source_frl_3a7a91c1-39ef-a63c-1b62-e3ce2e970239
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wijmbritseradeel" ;
    rdfs:label "Wijmbritseradeel", "1919-12-15 - 1919-12-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-12-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-12-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1919-12-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Wijmbritseradeel - Tresoar, Deel: 1077, Periode: 1919" ;
    a2a:Book "Geboorteregister 1919" ;
    a2a:DocumentNumber "0263" ;
    a2a:RegistryNumber "1077" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Wijmbritseradeel - Tresoar, Deel: 1077, Periode: 1919, Geboorteregister 1919, 0263, 1077"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/2b3955a0-b19c-f09b-8f4a-7e674e1c319b.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3a7a91c1-39ef-a63c-1b62-e3ce2e970239" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/2b3955a0-b19c-f09b-8f4a-7e674e1c319b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3a7a91c1-39ef-a63c-1b62-e3ce2e970239" ;
  a2a:RecordGUID "{3a7a91c1-39ef-a63c-1b62-e3ce2e970239}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_13600_00013600.xml van FRL" .

