@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/bIVE2gb>
  schema:familyName "Cats"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dfcd0f69-d626-b00f-0bd2-701ced21eec3"^^xsd:string ;
  schema:givenName "Mietje"^^xsd:string ;
  schema:name "Mietje Cats"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/316c28b3-23ef-2952-3733-b18d5a59ca13> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2052646> ;
  schema:birthDate "1770-01-04"^^xsd:date .

