@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/bUARXK>
  ns0:familyName "de Graaf"^^xsd:string ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/543f67c9377f7a10cee1649bb5e2c8a905bbd4281e71a03e839d521944a4ced5"^^xsd:string ;
  ns0:givenName "Willem"^^xsd:string ;
  ns0:name "Willem de Graaf"@nl ;
  roar:documentedIn <https://n2t.net/ark:/60537/b9nv7Z> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23211> ;
  ns0:additionalName [
    ns1:baseSurname "Graaf"^^xsd:string ;
    ns1:literalName "Willem de Graaf"@nl ;
    ns1:surnamePrefix "de"^^xsd:string
  ] .

