@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/bvbuUC>
  schema:familyName "de Ben"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/73b5cf0cb25854cb2ed6cd6ca27ee55834a3bd62399077fe370c1169db1d6360"^^xsd:string ;
  schema:givenName "Sander"^^xsd:string ;
  schema:name "Sander de Ben"@nl ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/baander> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bJY9Pm> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22804> ;
  schema:additionalName [
    ns0:baseSurname "Ben"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

