@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 schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3
  a a2a:Record ;
  rdfs:label "Registratie op 28 april 1842 te Nigtevecht" ;
  a2a:hasPerson oa:person_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3_Person1 ;
  a2a:hasEvent oa:event_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3_0 ;
  a2a:hasSource oa:source_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3 ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/EB148DF91EBB4755AFD7B52D08C8DCD3> .

oa:person_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3_Person1
  a a2a:Person ;
  rdfs:label "Jan Mansink" ;
  a2a:PersonName [
    rdfs:label "Jan Mansink" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Mansink"
  ] .

oa:event_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1842-04-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nigtevecht" ;
    rdfs:label "Nigtevecht"
  ] ;
  a2a:EventRemark00_Nummer_op_film "822" .

oa:relationep_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3_Person1 ;
  a2a:EventKeyRef oa:event_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3_Event1 .

oa:source_hua_EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, Memorie van Successie" ;
  a2a:SourcePlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht", "1842-01-01 - 1842-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1842-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1842-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Memorie van Successie" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:Place "Loenen" ;
    a2a:Collection "-" ;
    a2a:DocumentNumber "131" ;
    a2a:RegistryNumber "24" ;
    rdfs:label "Het Utrechts Archief, Loenen, -, 131, 24"
  ] ;
  a2a:SourceLastChangeDate "2024-01-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/EB148DF91EBB4755AFD7B52D08C8DCD3" ;
  a2a:RecordGUID "{EB148DF9-1EBB-4755-AFD7-B52D08C8DCD3}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-UtHUA_337-3-24_54_MI.xml van HUA" .

