@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_cd6fc729-08b4-4e11-924f-e8d8d1f26c47
  a a2a:Record ;
  rdfs:label "Militairen 1795-1815 inschrijving in 1815" ;
  a2a:hasPerson oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person-01b44abf-6684-47af-bcaf-c373938f7194, oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person-29d2817f-f479-4e9d-bea6-4ad727962711, oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person-d93e4007-d495-4239-afb9-fac5ac820359 ;
  a2a:hasEvent oa:event_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_0, oa:relationep_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_1, oa:relationep_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_2 ;
  a2a:hasSource oa:source_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47 .

oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person-01b44abf-6684-47af-bcaf-c373938f7194
  a a2a:Person ;
  rdfs:label "Atje Wopkes" ;
  a2a:PersonName [
    rdfs:label "Atje Wopkes" ;
    a2a:PersonNameFirstName "Atje" ;
    a2a:PersonNamePatronym "Wopkes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person-29d2817f-f479-4e9d-bea6-4ad727962711
  a a2a:Person ;
  rdfs:label "Wopke Kleis de Jong" ;
  a2a:PersonName [
    rdfs:label "Wopke Kleis de Jong" ;
    a2a:PersonNameFirstName "Wopke" ;
    a2a:PersonNamePatronym "Kleis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person-d93e4007-d495-4239-afb9-fac5ac820359
  a a2a:Person ;
  rdfs:label "Kleis Jans de Jong" ;
  a2a:PersonName [
    rdfs:label "Kleis Jans de Jong" ;
    a2a:PersonNameFirstName "Kleis" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Event1
  a a2a:Event ;
  rdfs:label "other:Militairen 1795-1815 inschrijving" ;
  a2a:EventType "other:Militairen 1795-1815 inschrijving" ;
  a2a:EventDate [ a2a:Year "1815" ] .

oa:relationep_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_0
  a a2a:RelationEP ;
  rdfs:label "other:Vermeld" ;
  a2a:RelationType "other:Vermeld" ;
  a2a:PersonKeyRef oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person:01b44abf-6684-47af-bcaf-c373938f7194 ;
  a2a:EventKeyRef oa:event_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Event1 .

oa:relationep_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_1
  a a2a:RelationEP ;
  rdfs:label "other:Vermeld" ;
  a2a:RelationType "other:Vermeld" ;
  a2a:PersonKeyRef oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person:29d2817f-f479-4e9d-bea6-4ad727962711 ;
  a2a:EventKeyRef oa:event_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Event1 .

oa:relationep_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_2
  a a2a:RelationEP ;
  rdfs:label "other:Vermeld" ;
  a2a:RelationType "other:Vermeld" ;
  a2a:PersonKeyRef oa:person_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Person:d93e4007-d495-4239-afb9-fac5ac820359 ;
  a2a:EventKeyRef oa:event_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47_Event1 .

oa:source_frl_cd6fc729-08b4-4e11-924f-e8d8d1f26c47
  a a2a:Source ;
  rdfs:label "AlleFriezen, Militairen 1795-1815" ;
  a2a:SourcePlace [
    a2a:Place "Onbekend" ;
    rdfs:label "Onbekend", "1815-01-01 - 1815-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1815" ] ;
  a2a:SourceType "other:Militairen 1795-1815" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Friese militairen in leger en marine 1795-1815 - Tresoar, Deel: NN_01, Periode: 1795..." ;
    a2a:Book "Friese militairen onder Napoleon" ;
    a2a:RegistryNumber "NN_01" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Friese militairen in leger en marine 1795-1815 - Tresoar, Deel: NN_01, Periode: 1795..., Friese militairen onder Napoleon, NN_01"
  ] ;
  a2a:SourceLastChangeDate "2022-08-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/cd6fc729-08b4-4e11-924f-e8d8d1f26c47" ;
  a2a:RecordGUID "{cd6fc729-08b4-4e11-924f-e8d8d1f26c47}" ;
  a2a:SourceRemarkOpmerking "Jong, Wopke Kleis de Jong, geb. en won. te Makkum zoon van Kleis Jans de Jong en Atje Wopkes Loteling; 3e bat. inf. 8e afd. Nat. Militie; werd gewond in de Slag bij Waterloo 18.06.1815; is bij aanneming familienaam 20 jaar Bronnen: Eekhoff 1815 bldz. 47; Tresoar Raf Makkum fol. 87" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_30095_00030095.xml van FRL" .

