@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/b4a10ei>
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/68d39d5d-d6e8-80d5-fe52-e3e7d67fed5e"^^xsd:string ;
  schema:givenName "Izak Levi"^^xsd:string ;
  schema:name "Izak Levi Cats"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ed7876fa-437b-21e3-1496-38c5a0b3868a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2843890> ;
  schema:birthDate "1839-11-30"^^xsd:date .

