@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/b8KpmfK>
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/17cc04d6-ec42-169d-d695-6db89191e5a9"^^xsd:string ;
  schema:givenName "Louis Elias"^^xsd:string ;
  schema:name "Louis Elias Cats"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n76f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5553c251-350c-62b8-957e-8317df058fd8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2187810> ;
  schema:birthDate "1874-07-06"^^xsd:date .

