@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_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1000-2000)" ;
  a2a:hasPerson oa:person_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202_Person1 ;
  a2a:hasEvent oa:event_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202_0 ;
  a2a:hasSource oa:source_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202 .

oa:person_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202_Person1
  a a2a:Person ;
  rdfs:label "Benedictus Janssen (Tilburgh), van Tilborch" ;
  a2a:PersonName [
    rdfs:label "Benedictus Janssen (Tilburgh), van Tilborch" ;
    a2a:PersonNameFirstName "Benedictus Janssen" ;
    a2a:PersonNamePrefixLastName "(Tilburgh), van" ;
    a2a:PersonNameLastName "Tilborch"
  ] .

oa:event_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202_Person1 ;
  a2a:EventKeyRef oa:event_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202_Event1 .

oa:source_bhi_2ADE092D-4FC2-4247-8DBF-AA67CE2FB202
  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 "1634" ] ;
  a2a:SourceType "other:Civiele procesdossiers" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:RegistryNumber "788.0612" ;
    rdfs:label "Brabants Historisch Informatie Centrum, 788.0612"
  ] ;
  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=20012913" ;
  a2a:RecordIdentifier "20012913" ;
  a2a:RecordGUID "{2ADE092D-4FC2-4247-8DBF-AA67CE2FB202}" ;
  a2a:SourceRemarkProvenance "19-11_18_235_nader.txt via BHIC (persontxt2csv csv2a2a)" .

