@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_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68
  a a2a:Record ;
  rdfs:label "Akte (arrest) op 21 november 1771" ;
  a2a:hasPerson oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103214, oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103219, oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103224, oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103228, oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103232, oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103237 ;
  a2a:hasEvent oa:event_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_Event1 ;
  a2a:hasRelationEP oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_0, oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_1, oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2, oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_3, oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_4, oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_5 ;
  a2a:hasSource oa:source_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68 .

oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103214
  a a2a:Person ;
  rdfs:label "Felix Timmerman en Klumpkes" ;
  a2a:PersonName [
    rdfs:label "Felix Timmerman en Klumpkes" ;
    a2a:PersonNameFirstName "Felix" ;
    a2a:PersonNameLastName "Timmerman en Klumpkes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103219
  a a2a:Person ;
  rdfs:label "Johan Caspar Willam" ;
  a2a:PersonName [
    rdfs:label "Johan Caspar Willam" ;
    a2a:PersonNameFirstName "Johan Caspar" ;
    a2a:PersonNameLastName "Willam"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:Profession "Koopman" .

oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103224
  a a2a:Person ;
  rdfs:label "Nn Heuveman" ;
  a2a:PersonName [
    rdfs:label "Nn Heuveman" ;
    a2a:PersonNameFirstName "Nn" ;
    a2a:PersonNameLastName "Heuveman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103228
  a a2a:Person ;
  rdfs:label "J.D. Heuveman" ;
  a2a:PersonName [
    rdfs:label "J.D. Heuveman" ;
    a2a:PersonNameFirstName "J.D." ;
    a2a:PersonNameLastName "Heuveman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "Factoor" .

oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103232
  a a2a:Person ;
  rdfs:label "Joh. Wildanger" ;
  a2a:PersonName [
    rdfs:label "Joh. Wildanger" ;
    a2a:PersonNameFirstName "Joh." ;
    a2a:PersonNameLastName "Wildanger"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:Profession "Koopman" .

oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103237
  a a2a:Person ;
  rdfs:label "Jac. Wildanger" ;
  a2a:PersonName [
    rdfs:label "Jac. Wildanger" ;
    a2a:PersonNameFirstName "Jac." ;
    a2a:PersonNameLastName "Wildanger"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:Profession "Koopman" .

oa:event_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_Event1
  a a2a:Event ;
  rdfs:label "other:Akte" ;
  a2a:EventType "other:Akte" ;
  a2a:EventDate [
    a2a:Year "1771" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1771-11-21"^^xsd:date
  ] ;
  a2a:EventRemarkSoort_akte "Arrest" .

oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_0
  a a2a:RelationEP ;
  rdfs:label "other:handelt voor zich" ;
  a2a:RelationType "other:handelt voor zich" ;
  a2a:PersonKeyRef oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103214 ;
  a2a:EventKeyRef oa:event_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_Event1 .

oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_1
  a a2a:RelationEP ;
  rdfs:label "other:handelt voor zich" ;
  a2a:RelationType "other:handelt voor zich" ;
  a2a:PersonKeyRef oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103219 ;
  a2a:EventKeyRef oa:event_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_Event1 .

oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2
  a a2a:RelationEP ;
  rdfs:label "other:anderszins vermeld" ;
  a2a:RelationType "other:anderszins vermeld" ;
  a2a:PersonKeyRef oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103224 ;
  a2a:EventKeyRef oa:event_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_Event1 .

oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_3
  a a2a:RelationEP ;
  rdfs:label "other:verwant" ;
  a2a:RelationType "other:verwant" ;
  a2a:PersonKeyRef oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103228 ;
  a2a:EventKeyRef oa:event_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_Event1 .

oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_4
  a a2a:RelationEP ;
  rdfs:label "other:anderszins vermeld" ;
  a2a:RelationType "other:anderszins vermeld" ;
  a2a:PersonKeyRef oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103232 ;
  a2a:EventKeyRef oa:event_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_Event1 .

oa:relationep_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_5
  a a2a:RelationEP ;
  rdfs:label "other:anderszins vermeld" ;
  a2a:RelationType "other:anderszins vermeld" ;
  a2a:PersonKeyRef oa:person_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_2393103237 ;
  a2a:EventKeyRef oa:event_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68_Event1 .

oa:source_ran_063a207d-475f-11ea-a9ea-ecb1d7752c68
  a a2a:Source ;
  rdfs:label "Regionaal Archief Nijmegen, Schepenprotocollen" ;
  a2a:SourcePlace [ rdfs:label "", "1771-11-21 - 1771-11-21" ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1771-11-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1771-11-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1771" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1771-11-21"^^xsd:date
  ] ;
  a2a:SourceType "other:Schepenprotocollen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Nijmegen" ;
    a2a:Place "Nijmegen" ;
    a2a:Collection "Stadsgerichten Nijmegen" ;
    a2a:RegistryNumber "2651" ;
    a2a:Folio "118" ;
    rdfs:label "Regionaal Archief Nijmegen, Nijmegen, Stadsgerichten Nijmegen, 2651, 118"
  ] ;
  a2a:SourceLastChangeDate "2020-09-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12122/2392931832" ;
  a2a:RecordIdentifier "2392931832" ;
  a2a:RecordGUID "{063a207d-475f-11ea-a9ea-ecb1d7752c68}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250919_702_sp_00000702.xml van RAN" .

[] a2a:PersonRemarkOpmerkingen "gehuwd (echtpaar 1)" .
[] a2a:PersonRemarkOpmerkingen "overleden, gehuwd (echtpaar 1)" .
