@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_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c
  a a2a:Record ;
  rdfs:label "Doop op 17 september 1596" ;
  a2a:hasPerson oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person1, oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person2, oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person3, oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person4 ;
  a2a:hasEvent oa:event_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_0, oa:relationep_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_1, oa:relationep_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_2, oa:relationep_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_3 ;
  a2a:hasSource oa:source_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c .

oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person1
  a a2a:Person ;
  rdfs:label "Jan" ;
  a2a:PersonName [
    rdfs:label "Jan" ;
    a2a:PersonNameFirstName "Jan"
  ] .

oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person2
  a a2a:Person ;
  rdfs:label "Freeck Jansz." ;
  a2a:PersonName [
    rdfs:label "Freeck Jansz." ;
    a2a:PersonNameFirstName "Freeck" ;
    a2a:PersonNamePatronym "Jansz."
  ] .

oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person3
  a a2a:Person ;
  rdfs:label "Cunier Claes" ;
  a2a:PersonName [
    rdfs:label "Cunier Claes" ;
    a2a:PersonNameFirstName "Cunier" ;
    a2a:PersonNamePatronym "Claes"
  ] .

oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person4
  a a2a:Person ;
  rdfs:label "Reijnt Folkers" ;
  a2a:PersonName [
    rdfs:label "Reijnt Folkers" ;
    a2a:PersonNameFirstName "Reijnt" ;
    a2a:PersonNamePatronym "Folkers"
  ] .

oa:event_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1596" ;
    a2a:Month "9" ;
    a2a:Day "17" ;
    rdfs:label "1596-09-17"^^xsd:date
  ] ;
  a2a:EventRemark01_Kerkelijke_gezindte "gereformeerd" .

oa:relationep_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person1 ;
  a2a:EventKeyRef oa:event_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Event1 .

oa:relationep_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person2 ;
  a2a:EventKeyRef oa:event_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Event1 .

oa:relationep_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person3 ;
  a2a:EventKeyRef oa:event_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Event1 .

oa:relationep_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Person4 ;
  a2a:EventKeyRef oa:event_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c_Event1 .

oa:source_wfa_72fd1069-68aa-b9ca-0b8b-de124b1e350c
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn", "1596-01-01 - 1596-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1596-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1596-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Collection "DTB Enkhuizen 4. Gereformeerde doopinschrijvingen, 1593-1615." ;
    a2a:RegistryNumber "4" ;
    a2a:Folio "46" ;
    rdfs:label "Westfries Archief, DTB Enkhuizen 4. Gereformeerde doopinschrijvingen, 1593-1615., 4, 46"
  ] ;
  a2a:SourceLastChangeDate "2017-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.westfriesarchief.nl/onderzoek/zoeken?mivast=136&miadt=136&miaet=54&micode=1702-09_4&minr=6762014&miview=ldt" ;
  a2a:RecordGUID "{72fd1069-68aa-b9ca-0b8b-de124b1e350c}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HnWFA_1702-09_4_54_MI.xml van WFA" .

