@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/bFO9o2S>
  pico:hasAge "24"^^xsd:string ;
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Spit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/47710785-8a12-8723-8ff0-eb6b00dbf77f"^^xsd:string ;
  schema:familyName "Spit"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bqbGqQy> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqOLHSr> ;
  schema:children <https://n2t.net/ark:/60537/by6geH0> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2627854> .

