@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_c0d6bcbb-c83f-4acb-9c19-225904ee4b93
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 21 juli 1918 te Rauwerd" ;
  a2a:hasPerson oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person-fdd671e2-1425-4582-b392-25b146eb3cce, oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person-cc618457-0f9c-89b3-0cf3-dfdaf4e3fdc6, oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person-34a69e84-e9b6-6ecf-b2e3-55fcaa304ada ;
  a2a:hasEvent oa:event_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_0, oa:relationep_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_1, oa:relationep_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_2 ;
  a2a:hasSource oa:source_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93 .

oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person-fdd671e2-1425-4582-b392-25b146eb3cce
  a a2a:Person ;
  rdfs:label "Angela Maria Cornelia Verlinden" ;
  a2a:PersonName [
    rdfs:label "Angela Maria Cornelia Verlinden" ;
    a2a:PersonNameFirstName "Angela Maria Cornelia" ;
    a2a:PersonNameLastName "Verlinden"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1918-07-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rauwerd" ;
    rdfs:label "Rauwerd"
  ] .

oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person-cc618457-0f9c-89b3-0cf3-dfdaf4e3fdc6
  a a2a:Person ;
  rdfs:label "Pieter Jan Verlinden" ;
  a2a:PersonName [
    rdfs:label "Pieter Jan Verlinden" ;
    a2a:PersonNameFirstName "Pieter Jan" ;
    a2a:PersonNameLastName "Verlinden"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Boom (Belgie)" ;
    rdfs:label "Boom (Belgie)"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:Profession "werkman" .

oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person-34a69e84-e9b6-6ecf-b2e3-55fcaa304ada
  a a2a:Person ;
  rdfs:label "Maria Jozefa Francisca Cloostermans" ;
  a2a:PersonName [
    rdfs:label "Maria Jozefa Francisca Cloostermans" ;
    a2a:PersonNameFirstName "Maria Jozefa Francisca" ;
    a2a:PersonNameLastName "Cloostermans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Boom (Belgie)" ;
    rdfs:label "Boom (Belgie)"
  ] .

oa:event_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1918-07-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rauwerd" ;
    rdfs:label "Rauwerd"
  ] .

oa:relationep_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person:fdd671e2-1425-4582-b392-25b146eb3cce ;
  a2a:EventKeyRef oa:event_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Event1 .

oa:relationep_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person:cc618457-0f9c-89b3-0cf3-dfdaf4e3fdc6 ;
  a2a:EventKeyRef oa:event_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Event1 .

oa:relationep_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Person:34a69e84-e9b6-6ecf-b2e3-55fcaa304ada ;
  a2a:EventKeyRef oa:event_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93_Event1 .

oa:source_frl_c0d6bcbb-c83f-4acb-9c19-225904ee4b93
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rauwerderhem" ;
    rdfs:label "Rauwerderhem", "1918-07-22 - 1918-07-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-07-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-07-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1918-07-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Rauwerderhem - Historisch Centrum Leeuwarden, Deel: 36, Periode: 1918" ;
    a2a:Book "Geboorteregister 1916-1918" ;
    a2a:DocumentNumber "0043" ;
    a2a:RegistryNumber "36" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Rauwerderhem - Historisch Centrum Leeuwarden, Deel: 36, Periode: 1918, Geboorteregister 1916-1918, 0043, 36"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/3f444313-0d41-4f86-5856-010d4cabef6d.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/c0d6bcbb-c83f-4acb-9c19-225904ee4b93" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/3f444313-0d41-4f86-5856-010d4cabef6d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/c0d6bcbb-c83f-4acb-9c19-225904ee4b93" ;
  a2a:RecordGUID "{c0d6bcbb-c83f-4acb-9c19-225904ee4b93}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Rauwerderhem - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkdeel "36" ;
  a2a:SourceRemarkregister_periode "1918" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_3537_00003537.xml van FRL" .

