@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/bUNxfkz>
  pico:hasAge "27"^^xsd:string ;
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus van Os"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0ba4df20-18d8-7061-1855-9c28f1e84b41"^^xsd:string ;
  schema:hasOccupation "Papiermaker"@nl ;
  schema:familyName "van Os"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bAoWVKF> ;
  schema:children <https://n2t.net/ark:/60537/bFb3i7n> ;
  schema:spouse <https://n2t.net/ark:/60537/bN5E6Xi> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2581884> ;
  schema:additionalName [
    ns0:baseSurname "Os"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

