@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_2C4FE22F-9FD2-4DBB-9CC2-B46913727270
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1000-2000)" ;
  a2a:hasPerson oa:person_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270_Person1 ;
  a2a:hasEvent oa:event_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270_0 ;
  a2a:hasSource oa:source_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270 .

oa:person_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270_Person1
  a a2a:Person ;
  rdfs:label "Elias Jan Banken" ;
  a2a:PersonName [
    rdfs:label "Elias Jan Banken" ;
    a2a:PersonNameFirstName "Elias Jan" ;
    a2a:PersonNameLastName "Banken"
  ] .

oa:event_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270_Person1 ;
  a2a:EventKeyRef oa:event_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270_Event1 .

oa:source_bhi_2C4FE22F-9FD2-4DBB-9CC2-B46913727270
  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 "1719" ] ;
  a2a:SourceType "other:Civiele procesdossiers" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:RegistryNumber "788.3310" ;
    rdfs:label "Brabants Historisch Informatie Centrum, 788.3310"
  ] ;
  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=20022031" ;
  a2a:RecordIdentifier "20022031" ;
  a2a:RecordGUID "{2C4FE22F-9FD2-4DBB-9CC2-B46913727270}" ;
  a2a:SourceRemarkProvenance "19-11_18_235_nader.txt via BHIC (persontxt2csv csv2a2a)" .

