@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/bKaQfVQ>
  schema:familyName "Fortuijn"^^xsd:string ;
  schema:givenName "Frans"^^xsd:string ;
  schema:name "Frans Fortuijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/509c7711-09c9-6451-f7cc-8125e001661e"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bBrs7eo> ;
  schema:children <https://n2t.net/ark:/60537/bCgfs7i> ;
  schema:spouse <https://n2t.net/ark:/60537/bumFDie> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2209942> .

