@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_09a0cb2f-e153-34dc-5380-e59749655ab4
  a a2a:Record ;
  rdfs:label "Geboorte op 13 november 1881" ;
  a2a:hasPerson oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person-7438e662-7291-aa31-f4ca-77af4bddfec0, oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person-4f53b59a-6b7a-232e-eecf-511f49d62843, oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person-d1721a65-9090-4479-ab7e-52d809c25a2e ;
  a2a:hasEvent oa:event_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_0, oa:relationep_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_1, oa:relationep_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_2 ;
  a2a:hasSource oa:source_frl_09a0cb2f-e153-34dc-5380-e59749655ab4 .

oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person-7438e662-7291-aa31-f4ca-77af4bddfec0
  a a2a:Person ;
  rdfs:label "Antje de Boer" ;
  a2a:PersonName [
    rdfs:label "Antje de Boer" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person-4f53b59a-6b7a-232e-eecf-511f49d62843
  a a2a:Person ;
  rdfs:label "Elisabeth de Gorter" ;
  a2a:PersonName [
    rdfs:label "Elisabeth de Gorter" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Gorter"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1881" ;
    a2a:Month "11" ;
    a2a:Day "13" ;
    rdfs:label "1881-11-13"^^xsd:date
  ] .

oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person-d1721a65-9090-4479-ab7e-52d809c25a2e
  a a2a:Person ;
  rdfs:label "Maarten de Gorter" ;
  a2a:PersonName [
    rdfs:label "Maarten de Gorter" ;
    a2a:PersonNameFirstName "Maarten" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Gorter"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "11" ;
    a2a:Day "13" ;
    rdfs:label "1881-11-13"^^xsd:date
  ] .

oa:relationep_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person:7438e662-7291-aa31-f4ca-77af4bddfec0 ;
  a2a:EventKeyRef oa:event_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Event1 .

oa:relationep_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person:4f53b59a-6b7a-232e-eecf-511f49d62843 ;
  a2a:EventKeyRef oa:event_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Event1 .

oa:relationep_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Person:d1721a65-9090-4479-ab7e-52d809c25a2e ;
  a2a:EventKeyRef oa:event_frl_09a0cb2f-e153-34dc-5380-e59749655ab4_Event1 .

oa:source_frl_09a0cb2f-e153-34dc-5380-e59749655ab4
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vlieland" ;
    rdfs:label "Vlieland", "1881-11-13 - 1881-11-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-11-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-11-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "11" ;
    a2a:Day "13" ;
    rdfs:label "1881-11-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Vlieland - Tresoar, Bron: boek, Deel: 1001, Periode: 1881" ;
    a2a:Book "Geboorteregister 1881" ;
    a2a:DocumentNumber "0021" ;
    a2a:RegistryNumber "1001" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Vlieland - Tresoar, Bron: boek, Deel: 1001, Periode: 1881, Geboorteregister 1881, 0021, 1001"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/ac7d15ed-a3c2-d98d-7d66-babf3815f21e.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/09a0cb2f-e153-34dc-5380-e59749655ab4" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/ac7d15ed-a3c2-d98d-7d66-babf3815f21e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/09a0cb2f-e153-34dc-5380-e59749655ab4" ;
  a2a:RecordGUID "{09a0cb2f-e153-34dc-5380-e59749655ab4}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Vlieland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1001" ;
  a2a:SourceRemarkregister_periode "1881" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_73715_00073715.xml van FRL" .

