@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_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5
  a a2a:Record ;
  rdfs:label "Inschrijving (in het jaar 1700-1900)" ;
  a2a:hasPerson oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person1, oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person2, oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person3 ;
  a2a:hasEvent oa:event_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Event1 ;
  a2a:hasRelationEP oa:relationep_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_0, oa:relationep_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_1, oa:relationep_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_2 ;
  a2a:hasSource oa:source_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5 .

oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person1
  a a2a:Person ;
  rdfs:label "Jacob Stevens" ;
  a2a:PersonName [
    rdfs:label "Jacob Stevens" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Stevens"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heinkenszand" ;
    rdfs:label "Heinkenszand"
  ] .

oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person2
  a a2a:Person ;
  rdfs:label "Corneil Stevens" ;
  a2a:PersonName [
    rdfs:label "Corneil Stevens" ;
    a2a:PersonNameFirstName "Corneil" ;
    a2a:PersonNameLastName "Stevens"
  ] .

oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person3
  a a2a:Person ;
  rdfs:label "Huge van Haek" ;
  a2a:PersonName [
    rdfs:label "Huge van Haek" ;
    a2a:PersonNameFirstName "Huge" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Haek"
  ] .

oa:event_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Event1
  a a2a:Event ;
  rdfs:label "other:Inschrijving" ;
  a2a:EventType "other:Inschrijving" ;
  a2a:EventRemark02_Stamboeknummer "3357" ;
  a2a:EventRemark03_Bewaarplaats "Service Historique de la Défense, Vincennes/Parijs (niet te raadplegen bij het NIMH)" ;
  a2a:EventRemark01_Eenheid "1e Regiment Jagers te Paard" .

oa:relationep_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person1 ;
  a2a:EventKeyRef oa:event_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Event1 .

oa:relationep_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person2 ;
  a2a:EventKeyRef oa:event_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Event1 .

oa:relationep_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Person3 ;
  a2a:EventKeyRef oa:event_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5_Event1 .

oa:source_nim_9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5
  a a2a:Source ;
  rdfs:label "Nederlands Instituut voor Militaire Historie, Stamboek" ;
  a2a:SourcePlace [
    a2a:Place "Vincennes/Parijs" ;
    rdfs:label "Vincennes/Parijs", "1700-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1700-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Stamboek" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nederlands Instituut voor Militaire Historie" ;
    a2a:Collection "Nederlandse militairen in het leger van Napoleon" ;
    a2a:RegistryNumber "24Yc252" ;
    rdfs:label "Nederlands Instituut voor Militaire Historie, Nederlandse militairen in het leger van Napoleon, 24Yc252"
  ] ;
  a2a:SourceLastChangeDate "2016-08-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/mi/2231/?mivast=2231&mizig=364&miadt=2231&miaet=14&micode=1000&minr=2367955&miview=ldt" ;
  a2a:RecordGUID "{9ebf3a0e-9bfb-c354-e0f3-bdee9e74e6e5}" .

