@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/biWGqJ2>
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/add5106a-3a46-36e9-c453-21a39120f826"^^xsd:string ;
  schema:givenName "Jacob Levi"^^xsd:string ;
  schema:name "Jacob Levi Cats"@nl ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/18a1afc6-f80b-f85e-350a-e1017c329b0c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1958683> ;
  schema:birthDate "1837-06-17"^^xsd:date .

