@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/bR2W0W3>
  pico:hasAge "20"^^xsd:string ;
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Vermeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eb99028c-f8b1-dd3e-688d-1e5140b63e1f"^^xsd:string ;
  schema:familyName "Vermeer"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bBdLoh3> ;
  schema:children <https://n2t.net/ark:/60537/bJ8mc8w> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bs3XKPP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2574663> .

