@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/bjMuw2y>
  pico:hasAge "42"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b1542fc-ca34-2014-2bdf-a0176e6823e7"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Kurvers"@nl ;
  schema:familyName "Kurvers"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b3XiSpz> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bbRT1y1> ;
  schema:children <https://n2t.net/ark:/60537/bbRTHeG> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2354794> .

