@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/bbsuYk8>
  pico:hasAge "42"^^xsd:string ;
  schema:givenName "Haasje"^^xsd:string ;
  schema:name "Haasje Snelleman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a41c47c4-3475-3300-82ae-458d9278d7de"^^xsd:string ;
  schema:familyName "Snelleman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0PNOLw> ;
  schema:spouse <https://n2t.net/ark:/60537/b3xU9uQ> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/479> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/663049> ;
  schema:deathDate "1828-06-02"^^xsd:date .

