@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/bZnUxU6>
  pico:hasAge "30"^^xsd:string ;
  schema:familyName "Borst"^^xsd:string ;
  schema:givenName "Casper"^^xsd:string ;
  schema:name "Casper Borst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5f6460d3-f5ea-a913-4648-b319e73772b2"^^xsd:string ;
  schema:hasOccupation "Meubelmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bfPaGAE> ;
  schema:children <https://n2t.net/ark:/60537/bJyJUeU> ;
  schema:spouse <https://n2t.net/ark:/60537/bRtjJ6z> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/576187> .

