@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b6f0JYV>
  pico:hasAge "34"^^xsd:string ;
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3fe76d6e-3345-16ce-9813-772a824fd589"^^xsd:string ;
  schema:givenName "Jacob Elias"^^xsd:string ;
  schema:name "Jacob Elias Cats"@nl ;
  schema:hasOccupation "Winkelier"@nl ;
  schema:children <https://n2t.net/ark:/60537/be9ByO2> ;
  schema:spouse <https://n2t.net/ark:/60537/bn4bnEi> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqC3Ueh> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2778309> .

