@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_3509a2ef-e77d-2c36-9518-e1e174b8f9eb
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 25 april 1831" ;
  a2a:hasPerson oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person-2560776d-29a1-131f-61b7-6abba17d8e6c, oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person-f5474e39-27e0-c601-dbdb-aa443822c4ff, oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person-b114da9b-0df5-80f3-318e-3efc63c79447 ;
  a2a:hasEvent oa:event_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_0, oa:relationep_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_1, oa:relationep_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_2 ;
  a2a:hasSource oa:source_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb .

oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person-2560776d-29a1-131f-61b7-6abba17d8e6c
  a a2a:Person ;
  rdfs:label "Geertruida Vinken" ;
  a2a:PersonName [
    rdfs:label "Geertruida Vinken" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Vinken"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1831" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1831-04-25"^^xsd:date
  ] .

oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person-f5474e39-27e0-c601-dbdb-aa443822c4ff
  a a2a:Person ;
  rdfs:label "Paulus Vinken" ;
  a2a:PersonName [
    rdfs:label "Paulus Vinken" ;
    a2a:PersonNameFirstName "Paulus" ;
    a2a:PersonNameLastName "Vinken"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person-b114da9b-0df5-80f3-318e-3efc63c79447
  a a2a:Person ;
  rdfs:label "Anna Margaretha Hoving" ;
  a2a:PersonName [
    rdfs:label "Anna Margaretha Hoving" ;
    a2a:PersonNameFirstName "Anna Margaretha" ;
    a2a:PersonNameLastName "Hoving"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37 jaar" ;
    rdfs:label "37 jaar"
  ] .

oa:event_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1831" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1831-04-25"^^xsd:date
  ] .

oa:relationep_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person:2560776d-29a1-131f-61b7-6abba17d8e6c ;
  a2a:EventKeyRef oa:event_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Event1 .

oa:relationep_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person:f5474e39-27e0-c601-dbdb-aa443822c4ff ;
  a2a:EventKeyRef oa:event_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Event1 .

oa:relationep_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Person:b114da9b-0df5-80f3-318e-3efc63c79447 ;
  a2a:EventKeyRef oa:event_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb_Event1 .

oa:source_frl_3509a2ef-e77d-2c36-9518-e1e174b8f9eb
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1831-04-27 - 1831-04-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1831-04-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1831-04-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1831" ;
    a2a:Month "4" ;
    a2a:Day "27" ;
    rdfs:label "1831-04-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..." ;
    a2a:Book "Geboorteregister 1831" ;
    a2a:DocumentNumber "0267" ;
    a2a:RegistryNumber "50" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1831, 0267, 50"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/24f51d0b-3356-ca9e-6a99-3e151ba318e9.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3509a2ef-e77d-2c36-9518-e1e174b8f9eb" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/24f51d0b-3356-ca9e-6a99-3e151ba318e9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-08-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3509a2ef-e77d-2c36-9518-e1e174b8f9eb" ;
  a2a:RecordGUID "{3509a2ef-e77d-2c36-9518-e1e174b8f9eb}" ;
  a2a:SourceRemarkOpmerking "Zie ook: \"Hoven\" en \"Hoeven\"" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "50" ;
  a2a:SourceRemarkregister_periode "1831" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_71063_00071063.xml van FRL" .

