@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_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1000-2000)" ;
  a2a:hasPerson oa:person_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD_Person1 ;
  a2a:hasEvent oa:event_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD_0 ;
  a2a:hasSource oa:source_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD .

oa:person_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD_Person1
  a a2a:Person ;
  rdfs:label "Adriaan Jan (Ockerts) Ockers" ;
  a2a:PersonName [
    rdfs:label "Adriaan Jan (Ockerts) Ockers" ;
    a2a:PersonNameFirstName "Adriaan Jan" ;
    a2a:PersonNamePrefixLastName "(Ockerts)" ;
    a2a:PersonNameLastName "Ockers"
  ] .

oa:event_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD_Person1 ;
  a2a:EventKeyRef oa:event_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD_Event1 .

oa:source_bhi_839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD
  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 "1670" ] ;
  a2a:SourceType "other:Civiele procesdossiers" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:RegistryNumber "788.1760" ;
    rdfs:label "Brabants Historisch Informatie Centrum, 788.1760"
  ] ;
  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=20016627" ;
  a2a:RecordIdentifier "20016627" ;
  a2a:RecordGUID "{839DA1DC-BCF9-48B0-AC65-DE3AF0F7EBFD}" ;
  a2a:SourceRemarkProvenance "19-11_18_235_nader.txt via BHIC (persontxt2csv csv2a2a)" .

