@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_ddcdb529-b747-e0bc-1e55-9b39e52c00a3
  a a2a:Record ;
  rdfs:label "Geboorte op 17 april 1916 te Vinkega" ;
  a2a:hasPerson oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person-d78bc202-3cb5-0850-002e-d7760194f0b2, oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person-be456bc4-2c4b-1586-3830-41276657c6d2, oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person-16b16ce6-9670-0846-c84b-5ea5614ee6d7 ;
  a2a:hasEvent oa:event_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_0, oa:relationep_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_1, oa:relationep_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_2 ;
  a2a:hasSource oa:source_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3 .

oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person-d78bc202-3cb5-0850-002e-d7760194f0b2
  a a2a:Person ;
  rdfs:label "Hilligje Oostra" ;
  a2a:PersonName [
    rdfs:label "Hilligje Oostra" ;
    a2a:PersonNameFirstName "Hilligje" ;
    a2a:PersonNameLastName "Oostra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1916-04-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vinkega" ;
    rdfs:label "Vinkega"
  ] .

oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person-be456bc4-2c4b-1586-3830-41276657c6d2
  a a2a:Person ;
  rdfs:label "Anne Oostra" ;
  a2a:PersonName [
    rdfs:label "Anne Oostra" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNameLastName "Oostra"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Vinkega" ;
    rdfs:label "Vinkega"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25 jaar" ;
    rdfs:label "25 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person-16b16ce6-9670-0846-c84b-5ea5614ee6d7
  a a2a:Person ;
  rdfs:label "Geertje Donker" ;
  a2a:PersonName [
    rdfs:label "Geertje Donker" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Donker"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Vinkega" ;
    rdfs:label "Vinkega"
  ] .

oa:event_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1916-04-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vinkega" ;
    rdfs:label "Vinkega"
  ] .

oa:relationep_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person:d78bc202-3cb5-0850-002e-d7760194f0b2 ;
  a2a:EventKeyRef oa:event_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Event1 .

oa:relationep_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person:be456bc4-2c4b-1586-3830-41276657c6d2 ;
  a2a:EventKeyRef oa:event_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Event1 .

oa:relationep_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Person:16b16ce6-9670-0846-c84b-5ea5614ee6d7 ;
  a2a:EventKeyRef oa:event_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3_Event1 .

oa:source_frl_ddcdb529-b747-e0bc-1e55-9b39e52c00a3
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1916-04-18 - 1916-04-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-04-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-04-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1916-04-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Deel: 1077, Periode: 1916" ;
    a2a:Book "Geboorteregister 1916" ;
    a2a:DocumentNumber "0150" ;
    a2a:RegistryNumber "1077" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Deel: 1077, Periode: 1916, Geboorteregister 1916, 0150, 1077"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/eab39493-d3ce-0a2e-b4c0-62b400e92c50.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/ddcdb529-b747-e0bc-1e55-9b39e52c00a3" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/eab39493-d3ce-0a2e-b4c0-62b400e92c50.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-06-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/ddcdb529-b747-e0bc-1e55-9b39e52c00a3" ;
  a2a:RecordGUID "{ddcdb529-b747-e0bc-1e55-9b39e52c00a3}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Weststellingwerf - Tresoar" ;
  a2a:SourceRemarkdeel "1077" ;
  a2a:SourceRemarkregister_periode "1916" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_12047_00012047.xml van FRL" .

