@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/bvbtNTO>
  schema:familyName "Fortuijn"^^xsd:string ;
  schema:givenName "Frans"^^xsd:string ;
  schema:name "Frans Fortuijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0a103afb-f069-c7fb-0ab3-3cf7bf29aae6"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b0D7k4x> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdWSyk4> ;
  schema:children <https://n2t.net/ark:/60537/bKNWL6b> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2707700> .

