@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/bpzzWFg>
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik Vis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f82f2be2-2322-4cc8-c27e-47e1f587f5ad"^^xsd:string ;
  schema:familyName "Vis"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bgEZ7Pa> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bLDJnXC> ;
  schema:children <https://n2t.net/ark:/60537/bxu9Lvx> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2148448> .

