@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_47ea02f0-b10c-eccd-6b09-3511023e1b63
  a a2a:Record ;
  rdfs:label "Geboorte op 27 mei 1914 te Oosterzee" ;
  a2a:hasPerson oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person-443b91aa-b42c-533e-a8ce-763b1c58ea62, oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person-d0062736-479f-3023-8320-e9cd7356c22f, oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person-d332d368-5fbb-3cbb-a884-b35bcd214cf4 ;
  a2a:hasEvent oa:event_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_0, oa:relationep_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_1, oa:relationep_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_2 ;
  a2a:hasSource oa:source_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63 .

oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person-443b91aa-b42c-533e-a8ce-763b1c58ea62
  a a2a:Person ;
  rdfs:label "Jan Nieuwenhout" ;
  a2a:PersonName [
    rdfs:label "Jan Nieuwenhout" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Nieuwenhout"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1914-05-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterzee" ;
    rdfs:label "Oosterzee"
  ] .

oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person-d0062736-479f-3023-8320-e9cd7356c22f
  a a2a:Person ;
  rdfs:label "Jochem Nieuwenhout" ;
  a2a:PersonName [
    rdfs:label "Jochem Nieuwenhout" ;
    a2a:PersonNameFirstName "Jochem" ;
    a2a:PersonNameLastName "Nieuwenhout"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Oosterzee" ;
    rdfs:label "Oosterzee"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "45 jaar" ;
    rdfs:label "45 jaar"
  ] ;
  a2a:Profession "veehouder" .

oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person-d332d368-5fbb-3cbb-a884-b35bcd214cf4
  a a2a:Person ;
  rdfs:label "Eertje de Boer" ;
  a2a:PersonName [
    rdfs:label "Eertje de Boer" ;
    a2a:PersonNameFirstName "Eertje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Oosterzee" ;
    rdfs:label "Oosterzee"
  ] .

oa:event_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1914-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterzee" ;
    rdfs:label "Oosterzee"
  ] .

oa:relationep_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person:443b91aa-b42c-533e-a8ce-763b1c58ea62 ;
  a2a:EventKeyRef oa:event_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Event1 .

oa:relationep_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person:d0062736-479f-3023-8320-e9cd7356c22f ;
  a2a:EventKeyRef oa:event_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Event1 .

oa:relationep_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Person:d332d368-5fbb-3cbb-a884-b35bcd214cf4 ;
  a2a:EventKeyRef oa:event_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63_Event1 .

oa:source_frl_47ea02f0-b10c-eccd-6b09-3511023e1b63
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lemsterland" ;
    rdfs:label "Lemsterland", "1914-05-28 - 1914-05-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-05-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-05-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1914-05-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Lemsterland - Tresoar, Deel: 1052, Periode: 1914" ;
    a2a:Book "Geboorteregister 1914" ;
    a2a:DocumentNumber "0062" ;
    a2a:RegistryNumber "1052" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Lemsterland - Tresoar, Deel: 1052, Periode: 1914, Geboorteregister 1914, 0062, 1052"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/27570a46-e702-29e6-1eec-f1fd6311321d.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/47ea02f0-b10c-eccd-6b09-3511023e1b63" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/27570a46-e702-29e6-1eec-f1fd6311321d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-11-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/47ea02f0-b10c-eccd-6b09-3511023e1b63" ;
  a2a:RecordGUID "{47ea02f0-b10c-eccd-6b09-3511023e1b63}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_15815_00015815.xml van FRL" .

