@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_50656455-e5a2-c952-3633-bfef5a59eecf
  a a2a:Record ;
  rdfs:label "Geboorte op 9 oktober 1916 te Vinkega" ;
  a2a:hasPerson oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person-630104a2-df6e-81b5-b287-a4fbd516d56a, oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person-17bd271f-b06a-5489-4de7-372abc86e7e9, oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person-7d862b02-387d-574a-5f26-3c8b6a382c51 ;
  a2a:hasEvent oa:event_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_50656455-e5a2-c952-3633-bfef5a59eecf_0, oa:relationep_frl_50656455-e5a2-c952-3633-bfef5a59eecf_1, oa:relationep_frl_50656455-e5a2-c952-3633-bfef5a59eecf_2 ;
  a2a:hasSource oa:source_frl_50656455-e5a2-c952-3633-bfef5a59eecf .

oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person-630104a2-df6e-81b5-b287-a4fbd516d56a
  a a2a:Person ;
  rdfs:label "Cornelis Gerard Oosterhof" ;
  a2a:PersonName [
    rdfs:label "Cornelis Gerard Oosterhof" ;
    a2a:PersonNameFirstName "Cornelis Gerard" ;
    a2a:PersonNameLastName "Oosterhof"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1916-10-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vinkega" ;
    rdfs:label "Vinkega"
  ] .

oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person-17bd271f-b06a-5489-4de7-372abc86e7e9
  a a2a:Person ;
  rdfs:label "Feije Oosterhof" ;
  a2a:PersonName [
    rdfs:label "Feije Oosterhof" ;
    a2a:PersonNameFirstName "Feije" ;
    a2a:PersonNameLastName "Oosterhof"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Vinkega" ;
    rdfs:label "Vinkega"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "stoelenmaker" .

oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person-7d862b02-387d-574a-5f26-3c8b6a382c51
  a a2a:Person ;
  rdfs:label "Jurritje Vreeling" ;
  a2a:PersonName [
    rdfs:label "Jurritje Vreeling" ;
    a2a:PersonNameFirstName "Jurritje" ;
    a2a:PersonNameLastName "Vreeling"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Vinkega" ;
    rdfs:label "Vinkega"
  ] .

oa:event_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1916-10-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vinkega" ;
    rdfs:label "Vinkega"
  ] .

oa:relationep_frl_50656455-e5a2-c952-3633-bfef5a59eecf_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person:630104a2-df6e-81b5-b287-a4fbd516d56a ;
  a2a:EventKeyRef oa:event_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Event1 .

oa:relationep_frl_50656455-e5a2-c952-3633-bfef5a59eecf_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person:17bd271f-b06a-5489-4de7-372abc86e7e9 ;
  a2a:EventKeyRef oa:event_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Event1 .

oa:relationep_frl_50656455-e5a2-c952-3633-bfef5a59eecf_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Person:7d862b02-387d-574a-5f26-3c8b6a382c51 ;
  a2a:EventKeyRef oa:event_frl_50656455-e5a2-c952-3633-bfef5a59eecf_Event1 .

oa:source_frl_50656455-e5a2-c952-3633-bfef5a59eecf
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1916-10-09 - 1916-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1916-10-09"^^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 "0351" ;
    a2a:RegistryNumber "1077" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Deel: 1077, Periode: 1916, Geboorteregister 1916, 0351, 1077"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/1d10dbc0-6f42-81f0-1366-997fddd528dd.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/50656455-e5a2-c952-3633-bfef5a59eecf" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/1d10dbc0-6f42-81f0-1366-997fddd528dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-07-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/50656455-e5a2-c952-3633-bfef5a59eecf" ;
  a2a:RecordGUID "{50656455-e5a2-c952-3633-bfef5a59eecf}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Weststellingwerf - Tresoar" ;
  a2a:SourceRemarkdeel "1077" ;
  a2a:SourceRemarkregister_periode "1916" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_11283_00011283.xml van FRL" .

