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

<https://n2t.net/ark:/60537/b37wwu>
  ns0:familyName "de Jager"^^xsd:string ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/92d3dad495d55e004cd6cbb2bb63132bfa16cd6245feea7af51f7c3d3da561c1"^^xsd:string ;
  ns0:givenName "Willem"^^xsd:string ;
  ns0:name "Willem de Jager"@nl ;
  ns0:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/bakker> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bhUbsp> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/24905> ;
  ns0:additionalName [
    ns1:baseSurname "Jager"^^xsd:string ;
    ns1:literalName "Willem de Jager"@nl ;
    ns1:surnamePrefix "de"^^xsd:string
  ] .

