@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_dar_5bcfa27e-e49a-4136-9714-b15d8977d044
  a a2a:Record ;
  rdfs:label "Geboorte (in het jaar 1891)" ;
  a2a:hasPerson oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_kind, oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_vader, oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_moeder ;
  a2a:hasEvent oa:event_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_Geboorte ;
  a2a:hasRelationEP oa:relationep_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_0, oa:relationep_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_1, oa:relationep_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_2 ;
  a2a:hasSource oa:source_dar_5bcfa27e-e49a-4136-9714-b15d8977d044 .

oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_kind
  a a2a:Person ;
  rdfs:label "Willem Nijhof" ;
  a2a:PersonName [
    rdfs:label "Willem Nijhof" ;
    a2a:PersonNameLiteral "Willem Nijhof" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Nijhof"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:LiteralDate "18-08-1891" ;
    a2a:Year "1891" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "18-08-1891"
  ] .

oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_vader
  a a2a:Person ;
  rdfs:label "Jan Roelf Nijhof" ;
  a2a:PersonName [
    rdfs:label "Jan Roelf Nijhof" ;
    a2a:PersonNameLiteral "Jan Roelf Nijhof" ;
    a2a:PersonNameFirstName "Jan Roelf" ;
    a2a:PersonNameLastName "Nijhof"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "20" ;
    rdfs:label "20"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_moeder
  a a2a:Person ;
  rdfs:label "Aagje Nijveen" ;
  a2a:PersonName [
    rdfs:label "Aagje Nijveen" ;
    a2a:PersonNameLiteral "Aagje Nijveen" ;
    a2a:PersonNameFirstName "Aagje" ;
    a2a:PersonNameLastName "Nijveen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "arbeidster" .

oa:event_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_Geboorte
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventPlace [
    a2a:Place "Nieuw Buinen (Borger)" ;
    rdfs:label "Nieuw Buinen (Borger)"
  ] .

oa:relationep_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_vader ;
  a2a:EventKeyRef oa:event_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_Geboorte .

oa:relationep_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_moeder ;
  a2a:EventKeyRef oa:event_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_Geboorte .

oa:relationep_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_kind ;
  a2a:EventKeyRef oa:event_dar_5bcfa27e-e49a-4136-9714-b15d8977d044_Geboorte .

oa:source_dar_5bcfa27e-e49a-4136-9714-b15d8977d044
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1891-01-01 - 1891-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1891-08-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Assen" ;
    a2a:DocumentNumber "154" ;
    a2a:RegistryNumber "1891" ;
    rdfs:label "Drents Archief, Assen, 154, 1891"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.alledrenten.nl/iip.php?file=/Burgerlijke%20Stand/0165.004/0165.004_1887/NL-AsnDA_0165.004_1887_0521.jp2" ;
    a2a:UriPreview "http://www.alledrenten.nl/thumbnail.php?file=/Burgerlijke%20Stand/0165.004/0165.004_1887/NL-AsnDA_0165.004_1887_0521.jp2"
  ] ;
  a2a:SourceLastChangeDate "2011-06-14"^^xsd:date ;
  a2a:RecordGUID "{5bcfa27e-e49a-4136-9714-b15d8977d044}" ;
  a2a:SourceRemarkAkteSoort "Geboorte" .

