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

<https://n2t.net/ark:/60537/bVQ1wnk>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Passet"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/31b35b1c-65ae-58f2-21f5-76b7923a4dd6"^^xsd:string ;
  schema:familyName "Passet"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bNVrHAF> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bWSwe2G> ;
  schema:spouse <https://n2t.net/ark:/60537/byiXKpI> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2436715> .

