@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bOyxUYs>
  schema:givenName "Aart"^^xsd:string ;
  schema:name "Aart Tijbout"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5f870a1b-9e3d-e5d3-6174-cf7afb8e9b7f"^^xsd:string ;
  schema:familyName "Tijbout"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j2tz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d1e5f62d-065c-88f5-b38a-0b93d05e4753> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2634378> ;
  schema:birthDate "1855-10-09"^^xsd:date .

