@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_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1868)" ;
  a2a:hasPerson oa:person_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Person1, oa:person_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Person2 ;
  a2a:hasEvent oa:event_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Event1 ;
  a2a:hasRelationEP oa:relationep_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_0, oa:relationep_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_1 ;
  a2a:hasSource oa:source_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e .

oa:person_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Person1
  a a2a:Person ;
  rdfs:label "Jan Frederik Wauben" ;
  a2a:PersonName [
    rdfs:label "Jan Frederik Wauben" ;
    a2a:PersonNameFirstName "Jan Frederik" ;
    a2a:PersonNameLastName "Wauben"
  ] .

oa:person_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Person2
  a a2a:Person ;
  rdfs:label "Joseph Erkens" ;
  a2a:PersonName [
    rdfs:label "Joseph Erkens" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Erkens"
  ] .

oa:event_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventRemark06_Notaris "Smeets, G." ;
  a2a:EventRemark08_Aktevorm "Minuut" ;
  a2a:EventRemark07_Aard_van_de_akte "Deling" .

oa:relationep_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_0
  a a2a:RelationEP ;
  rdfs:label "other:Partij" ;
  a2a:RelationType "other:Partij" ;
  a2a:PersonKeyRef oa:person_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Person1 ;
  a2a:EventKeyRef oa:event_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Event1 .

oa:relationep_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_1
  a a2a:RelationEP ;
  rdfs:label "other:Partij" ;
  a2a:RelationType "other:Partij" ;
  a2a:PersonKeyRef oa:person_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Person2 ;
  a2a:EventKeyRef oa:event_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e_Event1 .

oa:source_rhl_321ccd8d-00f1-04cc-7f6d-12f3ae97c19e
  a a2a:Source ;
  rdfs:label "Historisch Centrum Limburg, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Heerlen" ;
    rdfs:label "Heerlen", "1868-01-01 - 1868-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1868-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1868-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Limburg" ;
    a2a:Place "Heerlen" ;
    a2a:Collection "Index op de notariële akten, notaris Gerardus Smeets, 1868" ;
    a2a:DocumentNumber "109 (beschikbaar op microfiche)" ;
    a2a:RegistryNumber "479" ;
    rdfs:label "Historisch Centrum Limburg, Heerlen, Index op de notariële akten, notaris Gerardus Smeets, 1868, 109 (beschikbaar op microfiche), 479"
  ] ;
  a2a:SourceLastChangeDate "2018-10-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.rijckheyt.nl/archief/resultaat?mivast=62&miadt=62&miaet=54&micode=116.479&minr=2054361&miview=ldt" ;
  a2a:RecordGUID "{321ccd8d-00f1-04cc-7f6d-12f3ae97c19e}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HrlRi_116.479_54_MI.xml van RHT" .

