@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_20892d49-fe0b-e9a5-df3a-ed717748bfb6
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 1 oktober 1837" ;
  a2a:hasPerson oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person-bebf8b95-3a55-79c5-b7d6-e5eed4119d36, oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person-f1c5dcad-b442-a88a-3b80-812730b74c4f, oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person-9d4f5fa7-94ac-d1a7-7c05-6eb2ffaff6f1 ;
  a2a:hasEvent oa:event_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_0, oa:relationep_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_1, oa:relationep_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_2 ;
  a2a:hasSource oa:source_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6 .

oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person-bebf8b95-3a55-79c5-b7d6-e5eed4119d36
  a a2a:Person ;
  rdfs:label "Margaretha Smit" ;
  a2a:PersonName [
    rdfs:label "Margaretha Smit" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1837" ;
    a2a:Month "10" ;
    a2a:Day "1" ;
    rdfs:label "1837-10-01"^^xsd:date
  ] .

oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person-f1c5dcad-b442-a88a-3b80-812730b74c4f
  a a2a:Person ;
  rdfs:label "Johannes Smit" ;
  a2a:PersonName [
    rdfs:label "Johannes Smit" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:Profession "verver" .

oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person-9d4f5fa7-94ac-d1a7-7c05-6eb2ffaff6f1
  a a2a:Person ;
  rdfs:label "Catharina Suring" ;
  a2a:PersonName [
    rdfs:label "Catharina Suring" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Suring"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38 jaar" ;
    rdfs:label "38 jaar"
  ] .

oa:event_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "10" ;
    a2a:Day "1" ;
    rdfs:label "1837-10-01"^^xsd:date
  ] .

oa:relationep_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person:bebf8b95-3a55-79c5-b7d6-e5eed4119d36 ;
  a2a:EventKeyRef oa:event_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Event1 .

oa:relationep_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person:f1c5dcad-b442-a88a-3b80-812730b74c4f ;
  a2a:EventKeyRef oa:event_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Event1 .

oa:relationep_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Person:9d4f5fa7-94ac-d1a7-7c05-6eb2ffaff6f1 ;
  a2a:EventKeyRef oa:event_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6_Event1 .

oa:source_frl_20892d49-fe0b-e9a5-df3a-ed717748bfb6
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1837-10-04 - 1837-10-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-10-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-10-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1837-10-04"^^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 1837" ;
    a2a:DocumentNumber "0570" ;
    a2a:RegistryNumber "56" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1837, 0570, 56"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/e5cd1aae-984a-209b-1e54-591410844d94.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/20892d49-fe0b-e9a5-df3a-ed717748bfb6" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/e5cd1aae-984a-209b-1e54-591410844d94.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-12-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/20892d49-fe0b-e9a5-df3a-ed717748bfb6" ;
  a2a:RecordGUID "{20892d49-fe0b-e9a5-df3a-ed717748bfb6}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "56" ;
  a2a:SourceRemarkregister_periode "1837" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_71595_00071595.xml van FRL" .

