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

<https://n2t.net/ark:/60537/bn4bnEi>
  schema:hasOccupation "."@nl ;
  pico:hasAge "26"^^xsd:string ;
  schema:familyName "Goudsmit"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fe4d73ca-59c4-4072-d9e0-8d4354af435a"^^xsd:string ;
  schema:givenName "Maria Mozes"^^xsd:string ;
  schema:name "Maria Mozes Goudsmit"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/b6f0JYV> ;
  schema:children <https://n2t.net/ark:/60537/be9ByO2> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqC3Ueh> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2778307> .

