@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/bABF8vb>
  schema:familyName "Frank"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5050301d-dd1c-086e-2639-c499b13fd0ef"^^xsd:string ;
  schema:givenName "Mozes"^^xsd:string ;
  schema:name "Mozes Frank"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0qpF40> ;
  schema:spouse <https://n2t.net/ark:/60537/bABF8vb> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2351278> .

