@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_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1000-2000)" ;
  a2a:hasPerson oa:person_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D_Person1 ;
  a2a:hasEvent oa:event_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D_0 ;
  a2a:hasSource oa:source_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D .

oa:person_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D_Person1
  a a2a:Person ;
  rdfs:label "Jan Louis Verster" ;
  a2a:PersonName [
    rdfs:label "Jan Louis Verster" ;
    a2a:PersonNameFirstName "Jan Louis" ;
    a2a:PersonNameLastName "Verster"
  ] .

oa:event_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D_Person1 ;
  a2a:EventKeyRef oa:event_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D_Event1 .

oa:source_bhi_07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, Civiele procesdossiers" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1000-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1000-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1753" ] ;
  a2a:SourceType "other:Civiele procesdossiers" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:RegistryNumber "788.3611" ;
    rdfs:label "Brabants Historisch Informatie Centrum, 788.3611"
  ] ;
  a2a:SourceLastChangeDate "2019-09-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=235&miaet=18&micode=19-11&miview=ldt&minr=20023121" ;
  a2a:RecordIdentifier "20023121" ;
  a2a:RecordGUID "{07E283F5-C9D2-4AFE-9BB1-81D11CD6EF0D}" ;
  a2a:SourceRemarkProvenance "19-11_18_235_nader.txt via BHIC (persontxt2csv csv2a2a)" .

