@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_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13
  a a2a:Record ;
  rdfs:label "Registratie in 1816 te Antwerpen" ;
  a2a:hasPerson oa:person_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13_Person1 ;
  a2a:hasEvent oa:event_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13_0 ;
  a2a:hasSource oa:source_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13 .

oa:person_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13_Person1
  a a2a:Person ;
  rdfs:label "Francis Dominicus de Mulder" ;
  a2a:PersonName [
    rdfs:label "Francis Dominicus de Mulder" ;
    a2a:PersonNameFirstName "Francis Dominicus" ;
    a2a:PersonNameLastName "de Mulder"
  ] .

oa:event_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [ a2a:Year "1816" ] ;
  a2a:EventPlace [
    a2a:Place "Antwerpen" ;
    rdfs:label "Antwerpen"
  ] ;
  a2a:EventRemark06_Dossiernummer "169" .

oa:relationep_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13_Person1 ;
  a2a:EventKeyRef oa:event_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13_Event1 .

oa:source_nha_5a87d7ec-c950-52b2-93de-bfc2582cfe13
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, Vonissen krijgsraad" ;
  a2a:SourcePlace [
    a2a:Place "Haarlem" ;
    rdfs:label "Haarlem", "1816-01-01 - 1816-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Vonissen krijgsraad" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Collection "vonnissen krijgsraad" ;
    a2a:RegistryNumber "10" ;
    rdfs:label "Noord-Hollands Archief, vonnissen krijgsraad, 10"
  ] ;
  a2a:SourceLastChangeDate "2020-10-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://noord-hollandsarchief.nl/bronnen/archieven?mivast=236&miadt=236&miaet=54&micode=60-10&minr=2100281&miview=ldt" ;
  a2a:RecordGUID "{5a87d7ec-c950-52b2-93de-bfc2582cfe13}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HlmNHA_60-10_54_MI.xml van NHA" .

