@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/buznkfn>
  pico:hasAge "34"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0d4bd864-8ac2-06c8-59ce-f743d53cbc5a"^^xsd:string ;
  schema:familyName "Schwartz"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  schema:givenName "Willem Fredrik"^^xsd:string ;
  schema:name "Willem Fredrik Schwartz"@nl ;
  schema:children <https://n2t.net/ark:/60537/bdKbHCo> ;
  schema:spouse <https://n2t.net/ark:/60537/bmEMwsv> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bMSVvpG> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2237220> .

