@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_gab_5518c824-b805-22fe-b9df-4e05b503fcd9
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1500-2000)" ;
  a2a:hasPerson oa:person_gab_5518c824-b805-22fe-b9df-4e05b503fcd9_Person1 ;
  a2a:hasEvent oa:event_gab_5518c824-b805-22fe-b9df-4e05b503fcd9_Event1 ;
  a2a:hasRelationEP oa:relationep_gab_5518c824-b805-22fe-b9df-4e05b503fcd9_0 ;
  a2a:hasSource oa:source_gab_5518c824-b805-22fe-b9df-4e05b503fcd9 .

oa:person_gab_5518c824-b805-22fe-b9df-4e05b503fcd9_Person1
  a a2a:Person ;
  rdfs:label "Ruth van den Hul" ;
  a2a:PersonName [
    rdfs:label "Ruth van den Hul" ;
    a2a:PersonNameFirstName "Ruth" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Hul"
  ] ;
  a2a:BirthDate [
    a2a:Year "1841" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1841-02-11"^^xsd:date
  ] .

oa:event_gab_5518c824-b805-22fe-b9df-4e05b503fcd9_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_gab_5518c824-b805-22fe-b9df-4e05b503fcd9_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_gab_5518c824-b805-22fe-b9df-4e05b503fcd9_Person1 ;
  a2a:EventKeyRef oa:event_gab_5518c824-b805-22fe-b9df-4e05b503fcd9_Event1 .

oa:source_gab_5518c824-b805-22fe-b9df-4e05b503fcd9
  a a2a:Source ;
  rdfs:label "Gemeentearchief Barneveld, Militieregisters" ;
  a2a:SourcePlace [
    a2a:Place "Barneveld" ;
    rdfs:label "Barneveld", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Militieregisters" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Barneveld" ;
    rdfs:label "Gemeentearchief Barneveld"
  ] ;
  a2a:SourceLastChangeDate "2018-03-30"^^xsd:date ;
  a2a:RecordIdentifier "244181" ;
  a2a:RecordGUID "{5518c824-b805-22fe-b9df-4e05b503fcd9}" ;
  a2a:SourceRemarkProvenance "miltieregisters_MRGAB.csv csv22a" .

