@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_73FB22EE-8D1A-4B34-A587-40FC482F8AAF
  a a2a:Record ;
  rdfs:label "Geboorte op 28 november 1815 te De Bilt, provincie Utrecht" ;
  a2a:hasPerson oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938362, oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938363, oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938364 ;
  a2a:hasEvent oa:event_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_0, oa:relationep_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_1, oa:relationep_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_2 ;
  a2a:hasSource oa:source_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/73FB22EE8D1A4B34A58740FC482F8AAF> .

oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938362
  a a2a:Person ;
  rdfs:label "Neeltje van Dam" ;
  a2a:PersonName [
    rdfs:label "Neeltje van Dam" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dam"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "28-11-1815" ;
    a2a:Year "1815" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "28-11-1815"
  ] ;
  a2a:BirthPlace [
    a2a:Place "De Bilt" ;
    rdfs:label "De Bilt"
  ] .

oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938363
  a a2a:Person ;
  rdfs:label "Johannes van Dam" ;
  a2a:PersonName [
    rdfs:label "Johannes van Dam" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dam"
  ] .

oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938364
  a a2a:Person ;
  rdfs:label "Maria Verheul" ;
  a2a:PersonName [
    rdfs:label "Maria Verheul" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Verheul"
  ] .

oa:event_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "28-11-1815" ;
    a2a:Year "1815" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1815-11-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Utrecht" ;
    a2a:Place "De Bilt" ;
    rdfs:label "Utrecht, De Bilt"
  ] .

oa:relationep_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938362 ;
  a2a:EventKeyRef oa:event_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Event1 .

oa:relationep_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938363 ;
  a2a:EventKeyRef oa:event_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Event1 .

oa:relationep_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Person891938364 ;
  a2a:EventKeyRef oa:event_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF_Event1 .

oa:source_hua_73FB22EE-8D1A-4B34-A587-40FC482F8AAF
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "De Bilt" ;
    a2a:Province "Utrecht" ;
    a2a:Country "Nederland" ;
    rdfs:label "De Bilt, Utrecht, Nederland", "1815-11-29 - 1815-11-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-11-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-11-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "29-11-1815" ;
    a2a:Year "1815" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "29-11-1815"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:Place "Utrecht" ;
    a2a:Collection "De Bilt 1815" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "17-05" ;
    rdfs:label "Het Utrechts Archief, Utrecht, De Bilt 1815, 35, 17-05"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://files.archieven.nl/39/f/481/_Projecten2014\\BatchGMSBS2013_01_T481-1811-1902_05493\\A125035\\NL-UtHUA_A125035_000001.jpg" ;
    a2a:UriViewer "http://www.hetutrechtsarchief.nl/collectie/archiefbank/archieftoegangen/zoekresultaat?mivast=39&miadt=39&miaet=54&micode=481-17-05&minr=21481875&miview=ldt" ;
    a2a:UriPreview "http://img.hetutrechtsarchief.nl/?image=_Projecten2014\\BatchGMSBS2013_01_T481-1811-1902_05493\\A125035\\NL-UtHUA_A125035_000001.jpg&format=thumb"
  ] ;
  a2a:SourceLastChangeDate "2017-02-19"^^xsd:date ;
  a2a:RecordIdentifier "891938361" ;
  a2a:RecordGUID "{73FB22EE-8D1A-4B34-A587-40FC482F8AAF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/609C5BEFF2AB4642E0534701000A17FD" .

