@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/box4vER>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/953c7c86-0828-fddc-b307-68457dc84337"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  schema:givenName "Tiemen"^^xsd:string ;
  schema:name "Tiemen Jansen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3e2a3b0b-a2cc-02b4-6dd9-d8ec23165565> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2098699> ;
  schema:birthDate "1887-10-09"^^xsd:date .

