@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/bBdL3Xw>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie van Wijmen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a41dd9bb-484d-de79-81cc-dfd79d5bc176"^^xsd:string ;
  schema:hasOccupation "Touwslager"@nl ;
  schema:familyName "van Wijmen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ps8p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/600d3779-e794-c3f3-abe2-fe1e374f8f69> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2228945> ;
  schema:birthDate "1840-01-02"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijmen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

