@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/bCTmvKU>
  schema:familyName "Cats"^^xsd:string ;
  schema:hasOccupation "De betaalende Loterij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fd1bd1c1-c15b-046d-c6cd-1025da0e406c"^^xsd:string ;
  schema:givenName "Levi Jacob"^^xsd:string ;
  schema:name "Levi Jacob Cats"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/61228d55-5cf3-8e2c-1548-778b81fa4444> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2233078> ;
  schema:birthDate "1813-09-06"^^xsd:date .

