@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_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 12 februari 1873" ;
  a2a:hasPerson oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person-93c8684b-e852-a701-a40b-a0d4b97356a2, oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person-a72f8715-c187-69d1-25e1-81c4f58182b4, oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person-c58b45d2-8144-d512-ce7e-bc9f45251510 ;
  a2a:hasEvent oa:event_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_0, oa:relationep_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_1, oa:relationep_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_2 ;
  a2a:hasSource oa:source_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5 .

oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person-93c8684b-e852-a701-a40b-a0d4b97356a2
  a a2a:Person ;
  rdfs:label "Theodoor Hendrik van de Velde" ;
  a2a:PersonName [
    rdfs:label "Theodoor Hendrik van de Velde" ;
    a2a:PersonNameFirstName "Theodoor Hendrik" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Velde"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1873" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1873-02-12"^^xsd:date
  ] .

oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person-a72f8715-c187-69d1-25e1-81c4f58182b4
  a a2a:Person ;
  rdfs:label "Pieter Willem van de Velde" ;
  a2a:PersonName [
    rdfs:label "Pieter Willem van de Velde" ;
    a2a:PersonNameFirstName "Pieter Willem" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Velde"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:Profession "tweede luitenant infanterie" .

oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person-c58b45d2-8144-d512-ce7e-bc9f45251510
  a a2a:Person ;
  rdfs:label "Alida Henderika van Slooten" ;
  a2a:PersonName [
    rdfs:label "Alida Henderika van Slooten" ;
    a2a:PersonNameFirstName "Alida Henderika" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Slooten"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1873" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1873-02-12"^^xsd:date
  ] .

oa:relationep_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person:93c8684b-e852-a701-a40b-a0d4b97356a2 ;
  a2a:EventKeyRef oa:event_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Event1 .

oa:relationep_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person:a72f8715-c187-69d1-25e1-81c4f58182b4 ;
  a2a:EventKeyRef oa:event_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Event1 .

oa:relationep_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Person:c58b45d2-8144-d512-ce7e-bc9f45251510 ;
  a2a:EventKeyRef oa:event_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5_Event1 .

oa:source_frl_cf479fc8-d5da-a52a-e0b0-331d8c10e8e5
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1873-02-13 - 1873-02-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1873-02-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1873-02-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1873" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1873-02-13"^^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 1873" ;
    a2a:DocumentNumber "0127" ;
    a2a:RegistryNumber "92" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1873, 0127, 92"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/4e024895-3e6f-5fb5-9b7c-28e2979b3baf.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/cf479fc8-d5da-a52a-e0b0-331d8c10e8e5" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/4e024895-3e6f-5fb5-9b7c-28e2979b3baf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-06-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/cf479fc8-d5da-a52a-e0b0-331d8c10e8e5" ;
  a2a:RecordGUID "{cf479fc8-d5da-a52a-e0b0-331d8c10e8e5}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "92" ;
  a2a:SourceRemarkregister_periode "1873" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_48876_00048876.xml van FRL" .

