@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/bYkqg1f>
  schema:givenName "Cato"^^xsd:string ;
  schema:name "Cato Cohen"@nl ;
  schema:familyName "Cohen"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/49cfa347-9ec1-e7ea-0be8-5b83668b6eb2"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amersfoort> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/23c3b412-c84b-8b11-f458-a5b5e9a0f410> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1999302> ;
  schema:birthDate "1854-10-06"^^xsd:date .

