@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/bSVejms>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Tinbergen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9d5e6f27-ef3c-53c6-0da0-2f876af962bf"^^xsd:string ;
  schema:familyName "Tinbergen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nr9c> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/95604a76-75a3-7e3e-ef83-ee8fb79bc17a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2778063> ;
  schema:birthDate "1872-07-05"^^xsd:date .

