@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/bGDWP5I>
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/820e5219-deb4-4086-2413-0649240255bb"^^xsd:string ;
  schema:givenName "Leon Aäron"^^xsd:string ;
  schema:name "Leon Aäron Cats"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hfm9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/79c8f1f0-737b-093a-311f-829c088cac63> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2328653> ;
  schema:birthDate "1845-11-12"^^xsd:date .

