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

<https://n2t.net/ark:/60537/benhwfN>
  schema:hasOccupation "Blikslager"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/afdfbc35-9b30-b0b0-a0b6-6c73310d9b7d"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter van Maaren"@nl ;
  schema:familyName "van Maaren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012s29> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/22f64d56-b677-0b1f-4762-f4a94bc53f5f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1996143> ;
  schema:birthDate "1855-09-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Maaren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

