@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/b6Fpgcf>
  schema:familyName "Bäcker"^^xsd:string ;
  schema:givenName "Frans"^^xsd:string ;
  schema:name "Frans Bäcker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ccc2e455-92ed-2b13-82aa-224a83fe4b4f"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bBdKK36> ;
  schema:children <https://n2t.net/ark:/60537/bR2VnHU> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/btJyOgW> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/585207> .

