@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_450c8ff2-935f-b953-69cd-a6c636a67f99
  a a2a:Record ;
  rdfs:label "Geboorte op 27 november 1850" ;
  a2a:hasPerson oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person-9df098f5-5809-657c-4f13-a3b5f7016a15, oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person-af4e4181-a2c1-21d5-040e-1760c0fc67f9, oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person-d972c618-8dc0-894f-3fa9-610a0c1f6ba6 ;
  a2a:hasEvent oa:event_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_0, oa:relationep_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_1, oa:relationep_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_2 ;
  a2a:hasSource oa:source_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99 .

oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person-9df098f5-5809-657c-4f13-a3b5f7016a15
  a a2a:Person ;
  rdfs:label "Johanna Maria Jansen" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Jansen" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person-af4e4181-a2c1-21d5-040e-1760c0fc67f9
  a a2a:Person ;
  rdfs:label "Philip van der Plas" ;
  a2a:PersonName [
    rdfs:label "Philip van der Plas" ;
    a2a:PersonNameFirstName "Philip" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Plas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person-d972c618-8dc0-894f-3fa9-610a0c1f6ba6
  a a2a:Person ;
  rdfs:label "Marijnus van der Plas" ;
  a2a:PersonName [
    rdfs:label "Marijnus van der Plas" ;
    a2a:PersonNameFirstName "Marijnus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Plas"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1850-11-27"^^xsd:date
  ] .

oa:event_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1850-11-27"^^xsd:date
  ] .

oa:relationep_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person:9df098f5-5809-657c-4f13-a3b5f7016a15 ;
  a2a:EventKeyRef oa:event_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Event1 .

oa:relationep_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person:af4e4181-a2c1-21d5-040e-1760c0fc67f9 ;
  a2a:EventKeyRef oa:event_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Event1 .

oa:relationep_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Person:d972c618-8dc0-894f-3fa9-610a0c1f6ba6 ;
  a2a:EventKeyRef oa:event_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99_Event1 .

oa:source_bhi_450c8ff2-935f-b953-69cd-a6c636a67f99
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1850-11-28 - 1850-11-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-11-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-11-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1850-11-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1182, Periode: 1850" ;
    a2a:Book "Geboorteregister 1850" ;
    a2a:DocumentNumber "412" ;
    a2a:RegistryNumber "1182" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1182, Periode: 1850, Geboorteregister 1850, 412, 1182"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1ebce8a6-b945-f82d-09a2-bae677262c2a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1ebce8a6-b945-f82d-09a2-bae677262c2a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/450c8ff2-935f-b953-69cd-a6c636a67f99" ;
  a2a:RecordGUID "{450c8ff2-935f-b953-69cd-a6c636a67f99}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3655_00003655.xml van BHI" .

