@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bKBgU8>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Wijnen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/3af93e48603bab99d89babcb4e9bb1fb61ddcba726d0b11fb825c788f92c7f3c"^^xsd:string ;
  schema:familyName "van Wijnen"^^xsd:string ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/pijpmakersknegt> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bZaf3J> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22655> ;
  schema:additionalName [
    ns0:baseSurname "Wijnen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

