@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bxGRkJq>
  pico:hasAge "30"^^xsd:string ;
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham van Omme"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fc6f5145-0a36-744b-3aab-d218c0b8d255"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  schema:familyName "van Omme"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bgRGI6O> ;
  schema:spouse <https://n2t.net/ark:/60537/bpMgwVH> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bpzziyR> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2041292> ;
  schema:additionalName [
    ns0:baseSurname "Omme"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

