@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/bzz9Wuj>
  schema:familyName "Brunt"^^xsd:string ;
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik Brunt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/08878b08-d011-5eab-8825-32c8eab6e6da"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bG0Qgm8> ;
  schema:children <https://n2t.net/ark:/60537/biWGZjr> ;
  schema:spouse <https://n2t.net/ark:/60537/brEA7HO> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2569758> .

