@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/bV0gjM>
  schema:familyName "de Vos"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/84b9a691d74f39a19b3ed9ba2f2c8c670e9bc5107d07bfbcf6d78dcd1ff7f603"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan de Vos"@nl ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/pijpmakersknegt> ;
  roar:documentedIn <https://n2t.net/ark:/60537/b9AbKE> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22793> ;
  schema:additionalName [
    ns0:baseSurname "Vos"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

