@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/bsunUGN>
  schema:familyName "Fischer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c15b2fd7-a27f-01f2-5e85-8ecc56a875ad"^^xsd:string ;
  schema:givenName "Wilhelm Frederik"^^xsd:string ;
  schema:name "Wilhelm Frederik Fischer"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bAoXJtj> ;
  schema:children <https://n2t.net/ark:/60537/bjzN5S5> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bWt6Yvw> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2645178> .

