@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/b6sIqI>
  schema:familyName "de Vos"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/1e17c03eafdff7d30058d47259e55c8bb7269937a8eee5836f3c9c82c28efa3d"^^xsd:string ;
  schema:givenName "Johannis"^^xsd:string ;
  schema:name "Johannis de Vos"@nl ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/winkelier> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bmeoid> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22629> ;
  schema:additionalName [
    ns0:baseSurname "Vos"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

