@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_bhi_191f6ebb-e490-8965-c284-5023c6842e87
  a a2a:Record ;
  rdfs:label "Geboorte op 10 december 1911" ;
  a2a:hasPerson oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person-5a433973-c8ad-3342-4330-3a1c6ee7eda6, oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person-f298fbd9-00b3-df36-fbe1-1662f4e5a8e1, oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person-52632437-a026-e37d-34f4-4393f1b238e2 ;
  a2a:hasEvent oa:event_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_191f6ebb-e490-8965-c284-5023c6842e87_0, oa:relationep_bhi_191f6ebb-e490-8965-c284-5023c6842e87_1, oa:relationep_bhi_191f6ebb-e490-8965-c284-5023c6842e87_2 ;
  a2a:hasSource oa:source_bhi_191f6ebb-e490-8965-c284-5023c6842e87 .

oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person-5a433973-c8ad-3342-4330-3a1c6ee7eda6
  a a2a:Person ;
  rdfs:label "Wilhelmus Johannes van de Vrande" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Johannes van de Vrande" ;
    a2a:PersonNameFirstName "Wilhelmus Johannes" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Vrande"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person-f298fbd9-00b3-df36-fbe1-1662f4e5a8e1
  a a2a:Person ;
  rdfs:label "Gerdina Hoes" ;
  a2a:PersonName [
    rdfs:label "Gerdina Hoes" ;
    a2a:PersonNameFirstName "Gerdina" ;
    a2a:PersonNameLastName "Hoes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person-52632437-a026-e37d-34f4-4393f1b238e2
  a a2a:Person ;
  rdfs:label "Wilhelmina Joanna Cornelia van de Vrande" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Joanna Cornelia van de Vrande" ;
    a2a:PersonNameFirstName "Wilhelmina Joanna Cornelia" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Vrande"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1911-12-10"^^xsd:date
  ] .

oa:event_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1911-12-10"^^xsd:date
  ] .

oa:relationep_bhi_191f6ebb-e490-8965-c284-5023c6842e87_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person:5a433973-c8ad-3342-4330-3a1c6ee7eda6 ;
  a2a:EventKeyRef oa:event_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Event1 .

oa:relationep_bhi_191f6ebb-e490-8965-c284-5023c6842e87_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person:f298fbd9-00b3-df36-fbe1-1662f4e5a8e1 ;
  a2a:EventKeyRef oa:event_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Event1 .

oa:relationep_bhi_191f6ebb-e490-8965-c284-5023c6842e87_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Person:52632437-a026-e37d-34f4-4393f1b238e2 ;
  a2a:EventKeyRef oa:event_bhi_191f6ebb-e490-8965-c284-5023c6842e87_Event1 .

oa:source_bhi_191f6ebb-e490-8965-c284-5023c6842e87
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1911-12-11 - 1911-12-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-12-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1911-12-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3001, Periode: 1911" ;
    a2a:Book "Geboorteregister Tilburg 1911" ;
    a2a:DocumentNumber "1609" ;
    a2a:RegistryNumber "3001" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3001, Periode: 1911, Geboorteregister Tilburg 1911, 1609, 3001"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/83ea45d5-d4ed-13f3-b618-172cc5dfdd1f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/83ea45d5-d4ed-13f3-b618-172cc5dfdd1f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/191f6ebb-e490-8965-c284-5023c6842e87" ;
  a2a:RecordGUID "{191f6ebb-e490-8965-c284-5023c6842e87}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2172_00002172.xml van BHI" .

